/Zephyr-latest/drivers/rtc/ |
D | rtc_rx8130ce.c | 169 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_get_time() local 199 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_set_time() local 232 const struct rx8130ce_config *cfg = data->dev->config; in rx8130ce_irq_work_handler() local 299 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_alarm_get_supported_fields() local 322 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_alarm_set_time() local 398 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_alarm_get_time() local 448 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_alarm_is_pending() local 473 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_alarm_set_callback() local 533 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_update_set_callback() local 589 const struct rx8130ce_config *cfg = dev->config; in rx8130ce_set_calibration() local [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_max32.c | 74 const struct max32_i2c_config *const cfg = dev->config; in api_configure() local 107 static int api_target_register(const struct device *dev, struct i2c_target_config *cfg) in api_target_register() 126 static int api_target_unregister(const struct device *dev, struct i2c_target_config *cfg) in api_target_unregister() 195 const struct max32_i2c_config *const cfg = dev->config; in api_recover_bus() local 291 const struct max32_i2c_config *const cfg = i2c_dev->config; in i2c_max32_dma_callback() local 368 const struct max32_i2c_config *const cfg = dev->config; in i2c_max32_transfer_dma() local 463 const struct max32_i2c_config *const cfg = dev->config; in i2c_max32_transfer() local 556 const struct max32_i2c_config *const cfg = dev->config; in i2c_max32_transfer() local 627 const struct max32_i2c_config *cfg = dev->config; in api_transfer() local 818 const struct max32_i2c_config *cfg = dev->config; in i2c_max32_isr_controller_dma() local [all …]
|
/Zephyr-latest/soc/espressif/esp32/ |
D | hw_init.c | 40 rtc_vddsdio_config_t cfg = rtc_vddsdio_get_config(); in hardware_init() local
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_rpi_pico.c | 53 const struct pwm_rpi_config *cfg = dev->config; in pwm_rpi_get_cycles_per_sec() local 88 const struct pwm_rpi_config *cfg = dev->config; in pwm_rpi_set_channel_polarity() local 105 const struct pwm_rpi_config *cfg = dev->config; in pwm_rpi_set_cycles() local 156 const struct pwm_rpi_config *cfg = dev->config; in pwm_rpi_init() local
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_format.c | 21 static void validate_config(struct ext2_cfg *cfg) in validate_config() 45 static void set_bitmap_padding(uint8_t *bitmap, uint32_t nelems, struct ext2_cfg *cfg) in set_bitmap_padding() 75 struct ext2_cfg *cfg) in default_directory_inode() 96 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg) in ext2_format()
|
/Zephyr-latest/drivers/counter/ |
D | counter_max32_rtc.c | 66 const struct max32_rtc_config *cfg = dev->config; in api_get_value() local 92 const struct max32_rtc_config *cfg = dev->config; in api_set_top_value() local 123 const struct max32_rtc_config *cfg = dev->config; in api_get_top_value() local 210 const struct max32_rtc_config *cfg = dev->config; in rtc_max32_init() local
|
/Zephyr-latest/subsys/sensing/sensor/phy_3d_sensor/ |
D | phy_3d_sensor.c | 103 const struct phy_3d_sensor_config *cfg = dev->config; in phy_3d_sensor_init() local 131 const struct phy_3d_sensor_config *cfg = dev->config; in phy_3d_sensor_attr_set_hyst() local 145 const struct phy_3d_sensor_config *cfg = dev->config; in phy_3d_sensor_attr_set() local 166 const struct phy_3d_sensor_config *cfg = dev->config; in phy_3d_sensor_submit() local
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_sam.c | 46 const struct mdio_sam_dev_config *const cfg = dev->config; in mdio_transfer() local 127 const struct mdio_sam_dev_config *const cfg = dev->config; in mdio_sam_bus_enable() local 134 const struct mdio_sam_dev_config *const cfg = dev->config; in mdio_sam_bus_disable() local 141 const struct mdio_sam_dev_config *const cfg = dev->config; in mdio_sam_initialize() local
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_ambiq.c | 79 struct udc_ep_config *cfg = udc_get_ep_cfg(dev, USB_CONTROL_EP_OUT); in usbd_ctrl_feed_dout() local 125 struct udc_ep_config *cfg = udc_get_ep_cfg(dev, USB_CONTROL_EP_OUT); in udc_ambiq_rx() local 448 const struct udc_ambiq_config *cfg = dev->config; in udc_ambiq_disable() local 483 const struct udc_ambiq_config *cfg = dev->config; in usb_power_rails_set() local 519 const struct udc_ambiq_config *cfg = dev->config; in udc_ambiq_init() local 564 const struct udc_ambiq_config *cfg = dev->config; in udc_ambiq_shutdown() local 644 static inline void ambiq_handle_evt_dout(const struct device *dev, struct udc_ep_config *const cfg) in ambiq_handle_evt_dout() 675 static void ambiq_handle_zlp_tx(const struct device *dev, struct udc_ep_config *const cfg) in ambiq_handle_zlp_tx() 680 static void ambiq_handle_evt_din(const struct device *dev, struct udc_ep_config *const cfg) in ambiq_handle_evt_din() 752 static void udc_event_xfer(const struct device *dev, struct udc_ep_config *const cfg) in udc_event_xfer() [all …]
|
D | udc_stm32.c | 92 const struct udc_stm32_config *cfg = dev->config; in HAL_PCD_ResetCallback() local 164 struct udc_ep_config *cfg = udc_get_ep_cfg(dev, USB_CONTROL_EP_OUT); in usbd_ctrl_feed_dout() local 182 struct udc_ep_config *cfg = udc_get_ep_cfg(dev, USB_CONTROL_EP_OUT); in udc_stm32_flush_tx_fifo() local 191 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_tx() local 343 const struct udc_stm32_config *cfg = dev->config; in handle_msg_data_in() local 500 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_mem_init() local 510 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_ep_mem_config() local 537 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_mem_init() local 570 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_ep_mem_config() local 604 const struct udc_stm32_config *cfg = dev->config; in udc_stm32_enable() local [all …]
|
/Zephyr-latest/drivers/sensor/hp206c/ |
D | hp206c.c | 26 const struct hp206c_device_config *cfg = dev->config; in hp206c_bus_config() local 37 const struct hp206c_device_config *cfg = dev->config; in hp206c_read() local 59 const struct hp206c_device_config *cfg = dev->config; in hp206c_write() local 80 const struct hp206c_device_config *cfg = dev->config; in hp206c_cmd_send() local 287 const struct hp206c_device_config *cfg = dev->config; in hp206c_init() local
|
/Zephyr-latest/drivers/sensor/maxim/max31875/ |
D | max31875.c | 75 static int max31875_reg_read(const struct max31875_config *cfg, in max31875_reg_read() 89 static int max31875_reg_write(const struct max31875_config *cfg, in max31875_reg_write() 106 const struct max31875_config *cfg = dev->config; in max31875_update_config() local 197 const struct max31875_config *cfg = dev->config; in max31875_sample_fetch() local 248 const struct max31875_config *cfg = dev->config; in max31875_init() local
|
/Zephyr-latest/drivers/sensor/st/lis2de12/ |
D | lis2de12.c | 68 const struct lis2de12_config *cfg = dev->config; in lis2de12_accel_set_fs_raw() local 83 const struct lis2de12_config *cfg = dev->config; in lis2de12_accel_set_odr_raw() local 164 const struct lis2de12_config *cfg = dev->config; in lis2de12_sample_fetch_accel() local 179 const struct lis2de12_config *cfg = dev->config; in lis2de12_sample_fetch_temp() local 317 const struct lis2de12_config *cfg = dev->config; in lis2de12_init_chip() local 367 const struct lis2de12_config *cfg = dev->config; in lis2de12_init() local
|
/Zephyr-latest/drivers/sensor/st/lis2du12/ |
D | lis2du12.c | 60 const struct lis2du12_config *cfg = dev->config; in lis2du12_reboot() local 90 const struct lis2du12_config *cfg = dev->config; in lis2du12_accel_set_fs_raw() local 111 const struct lis2du12_config *cfg = dev->config; in lis2du12_accel_set_odr_raw() local 202 const struct lis2du12_config *cfg = dev->config; in lis2du12_sample_fetch_accel() local 318 const struct lis2du12_config *cfg = dev->config; in lis2du12_init_chip() local 364 const struct lis2du12_config *cfg = dev->config; in lis2du12_init() local
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_stream.c | 14 static void adxl367_sqe_done(const struct adxl367_dev_config *cfg, in adxl367_sqe_done() 29 const struct adxl367_dev_config *cfg = dev->config; in adxl367_irq_en_cb() local 76 const struct sensor_read_config *cfg = in adxl367_submit_stream() local 154 const struct adxl367_dev_config *cfg = (const struct adxl367_dev_config *)dev->config; in adxl367_fifo_read_cb() local 197 const struct adxl367_dev_config *cfg = (const struct adxl367_dev_config *)dev->config; in adxl367_process_fifo_samples_cb() local 413 const struct adxl367_dev_config *cfg = (const struct adxl367_dev_config *) dev->config; in adxl367_process_status_cb() local
|
/Zephyr-latest/drivers/adc/ |
D | adc_sam0.c | 70 const struct adc_sam0_cfg *const cfg = dev->config; in adc_sam0_acquisition_to_clocks() local 115 const struct adc_sam0_cfg *const cfg = dev->config; in adc_sam0_channel_setup() local 262 const struct adc_sam0_cfg *const cfg = dev->config; in adc_sam0_start_conversion() local 315 const struct adc_sam0_cfg *const cfg = dev->config; in start_read() local 424 const struct adc_sam0_cfg *const cfg = dev->config; in adc_sam0_isr() local 448 const struct adc_sam0_cfg *const cfg = dev->config; in adc_sam0_init() local
|
/Zephyr-latest/drivers/display/ |
D | display_nt35510.c | 159 const struct nt35510_config *cfg = dev->config; in nt35510_write_reg() local 236 const struct nt35510_config *cfg = dev->config; in nt35510_blanking_on() local 251 const struct nt35510_config *cfg = dev->config; in nt35510_blanking_off() local 272 const struct nt35510_config *cfg = dev->config; in nt35510_get_capabilities() local 298 const struct nt35510_config *cfg = dev->config; in nt35510_check_id() local 317 const struct nt35510_config *cfg = dev->config; in nt35510_init() local
|
/Zephyr-latest/drivers/video/ |
D | ov2640.c | 532 const struct ov2640_config *cfg = dev->config; in ov2640_write_all() local 549 const struct ov2640_config *cfg = dev->config; in ov2640_soft_reset() local 564 const struct ov2640_config *cfg = dev->config; in ov2640_set_level() local 627 const struct ov2640_config *cfg = dev->config; in ov2640_set_output_format() local 650 const struct ov2640_config *cfg = dev->config; in ov2640_set_quality() local 664 const struct ov2640_config *cfg = dev->config; in ov2640_set_colorbar() local 688 const struct ov2640_config *cfg = dev->config; in ov2640_set_white_bal() local 712 const struct ov2640_config *cfg = dev->config; in ov2640_set_gain_ctrl() local 736 const struct ov2640_config *cfg = dev->config; in ov2640_set_exposure_ctrl() local 761 const struct ov2640_config *cfg = dev->config; in ov2640_set_horizontal_mirror() local [all …]
|
D | ov5640.c | 588 const struct ov5640_config *cfg = dev->config; in ov5640_is_dvp() local 681 static int ov5640_set_fmt_dvp(const struct ov5640_config *cfg) in ov5640_set_fmt_dvp() 712 const struct ov5640_config *cfg = dev->config; in ov5640_set_frmival() local 766 const struct ov5640_config *cfg = dev->config; in ov5640_set_fmt() local 867 const struct ov5640_config *cfg = dev->config; in ov5640_set_stream() local 897 const struct ov5640_config *cfg = dev->config; in ov5640_set_ctrl_test_pattern() local 908 const struct ov5640_config *cfg = dev->config; in ov5640_set_ctrl_hue() local 945 const struct ov5640_config *cfg = dev->config; in ov5640_set_ctrl_saturation() local 963 const struct ov5640_config *cfg = dev->config; in ov5640_set_ctrl_brightness() local 982 const struct ov5640_config *cfg = dev->config; in ov5640_set_ctrl_contrast() local [all …]
|
D | video_esp32_dvp.c | 78 const struct video_esp32_config *cfg = data->config; in video_esp32_reload_dma() local 138 const struct video_esp32_config *cfg = dev->config; in video_esp32_set_stream() local 260 const struct video_esp32_config *cfg = dev->config; in video_esp32_get_fmt() local 281 const struct video_esp32_config *cfg = dev->config; in video_esp32_set_fmt() local 330 const struct video_esp32_config *cfg = dev->config; in video_esp32_set_ctrl() local 337 const struct video_esp32_config *cfg = dev->config; in video_esp32_get_ctrl() local 389 const struct video_esp32_config *cfg = dev->config; in video_esp32_cam_ctrl_init() local 409 const struct video_esp32_config *cfg = dev->config; in video_esp32_init() local
|
/Zephyr-latest/soc/intel/alder_lake/ |
D | soc_gpio.h | 46 #define GPIO_INTERRUPT_BASE(cfg) \ argument 49 #define GPIO_BASE(cfg) \ argument
|
/Zephyr-latest/soc/intel/elkhart_lake/ |
D | soc_gpio.h | 46 #define GPIO_INTERRUPT_BASE(cfg) \ argument 49 #define GPIO_BASE(cfg) \ argument
|
/Zephyr-latest/drivers/sensor/honeywell/mpr/ |
D | mpr.c | 26 const struct mpr_config *cfg = dev->config; in mpr_init() local 39 const struct mpr_config *cfg = dev->config; in mpr_read_reg() local
|
/Zephyr-latest/drivers/sensor/sbs_gauge/ |
D | sbs_gauge.c | 22 const struct sbs_gauge_config *cfg; in sbs_cmd_reg_read() local 263 const struct sbs_gauge_config *cfg; in sbs_gauge_init() local
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_button_input.c | 27 const struct lvgl_button_input_config *cfg = dev->config; in lvgl_button_process_event() local 52 const struct lvgl_button_input_config *cfg = dev->config; in lvgl_button_input_init() local
|