/Zephyr-Core-3.7.0/drivers/eeprom/ |
D | eeprom_emulator.c | 112 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_flash_read() local 124 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_flash_write() local 139 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_flash_erase() local 152 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_page_invalidate() local 169 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_get_address() local 192 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_set_change() local 214 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_is_word_used() local 233 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_word_read() local 282 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_flash_get() local 311 const struct eeprom_emu_config *dev_config = dev->config; in eeprom_emu_compactor() local [all …]
|
/Zephyr-Core-3.7.0/drivers/watchdog/ |
D | wdt_intel_adsp.c | 65 const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config; in intel_adsp_wdt_setup() local 93 const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config; in intel_adsp_wdt_install_timeout() local 152 const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config; in intel_adsp_wdt_init() local 184 const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config; in intel_adsp_watchdog_pause() local 204 const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config; in intel_adsp_watchdog_resume() local
|
D | wdt_dw.c | 75 __maybe_unused const struct dw_wdt_dev_cfg *const dev_config = dev->config; local 127 const struct dw_wdt_dev_cfg *const dev_config = dev->config; local 160 const struct dw_wdt_dev_cfg *const dev_config = dev->config; local
|
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_litex.c | 38 const struct spi_litex_cfg *dev_config = dev->config; in spi_set_frequency() local 54 const struct spi_litex_cfg *dev_config = dev->config; in spi_config() local 125 const struct spi_litex_cfg *dev_config = dev->config; in spi_litex_send() local 138 const struct spi_litex_cfg *dev_config = dev->config; in spi_litex_recv() local 148 const struct spi_litex_cfg *dev_config = dev->config; in spi_litex_xfer() local 217 const struct spi_litex_cfg *dev_config = dev->config; in spi_litex_release() local
|
D | spi_nrfx_spis.c | 64 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 117 const struct spi_nrfx_config *dev_config = dev->config; in prepare_for_transfer() local 142 const struct spi_nrfx_config *dev_config = dev_data->dev->config; in wake_callback() local 150 const struct spi_nrfx_config *dev_config) in wait_for_wake() 172 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 286 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_init() local
|
D | spi_nrfx_spim.c | 79 const struct spi_nrfx_config *dev_config = dev->config; in finalize_spi_transaction() local 146 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 247 const struct spi_nrfx_config *dev_config = dev->config; in anomaly_58_workaround_setup() local 287 const struct spi_nrfx_config *dev_config = dev->config; in anomaly_58_workaround_init() local 328 const struct spi_nrfx_config *dev_config = dev->config; in transfer_next_chunk() local 410 const struct spi_nrfx_config *dev_config = dev->config; in event_handler() local 455 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 573 const struct spi_nrfx_config *dev_config = dev->config; in spim_nrfx_pm_action() local 611 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_init() local
|
D | spi_nrfx_spi.c | 90 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 172 const struct spi_nrfx_config *dev_config = dev->config; in transfer_next_chunk() local 229 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 339 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_pm_action() local 376 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_init() local
|
D | spi_litex_litespi.c | 45 const struct spi_litex_dev_config *dev_config = dev->config; in spi_litex_set_frequency() local 140 const struct spi_litex_dev_config *dev_config = dev->config; in spi_litex_xfer() local
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_handlers.c | 12 uint32_t dev_config) in z_vrfy_i2c_configure() 20 uint32_t *dev_config) in z_vrfy_i2c_get_config()
|
D | i2c_nrfx_twim.c | 51 const struct i2c_nrfx_twim_config *dev_config = dev->config; in i2c_nrfx_twim_transfer() local 233 const struct i2c_nrfx_twim_config *dev_config = dev->config; in i2c_nrfx_twim_configure() local 264 const struct i2c_nrfx_twim_config *dev_config = dev->config; in i2c_nrfx_twim_recover_bus() local 301 const struct i2c_nrfx_twim_config *dev_config = dev->config; in twim_nrfx_pm_action() local 334 const struct i2c_nrfx_twim_config *dev_config = dev->config; in i2c_nrfx_twim_init() local
|
D | i2c_b91.c | 31 static int i2c_b91_configure(const struct device *dev, uint32_t dev_config) in i2c_b91_configure() 127 uint32_t dev_config = (I2C_MODE_CONTROLLER | i2c_map_dt_bitrate(cfg->bitrate)); in i2c_b91_init() local
|
D | i2c_test.c | 18 uint32_t dev_config) in vnd_i2c_configure()
|
D | i2c_emul.c | 59 static int i2c_emul_configure(const struct device *dev, uint32_t dev_config) in i2c_emul_configure() 68 static int i2c_emul_get_config(const struct device *dev, uint32_t *dev_config) in i2c_emul_get_config()
|
D | i2c_bitbang.h | 32 uint32_t dev_config; member
|
D | i2c_npcx_port.c | 55 uint32_t dev_config) in i2c_npcx_port_configure() 77 static int i2c_npcx_port_get_config(const struct device *dev, uint32_t *dev_config) in i2c_npcx_port_get_config()
|
D | i2c_nrfx_twi_common.h | 28 uint32_t dev_config; member
|
D | i2c_ifx_xmc4.c | 62 uint32_t dev_config; member 79 static int ifx_xmc4_i2c_configure(const struct device *dev, uint32_t dev_config) in ifx_xmc4_i2c_configure() 132 static int ifx_xmc4_i2c_get_config(const struct device *dev, uint32_t *dev_config) in ifx_xmc4_i2c_get_config()
|
D | i2c_nrfx_twi.c | 27 uint32_t dev_config; member
|
D | gpio_i2c_switch.c | 34 static int gpio_i2c_switch_configure(const struct device *dev, uint32_t dev_config) in gpio_i2c_switch_configure()
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | soc_flash_xmc4xxx.c | 58 const struct flash_xmc4xxx_config *dev_config = dev->config; in flash_xmc4xxx_read() local 73 const struct flash_xmc4xxx_config *dev_config = dev->config; in flash_xmc4xxx_write() local 120 const struct flash_xmc4xxx_config *dev_config = dev->config; in flash_xmc4xxx_erase() local 178 const struct flash_xmc4xxx_config *dev_config = dev->config; in flash_xmc4xxx_get_parameters() local
|
D | flash_ifx_cat1.c | 56 const struct ifx_cat1_flash_config *dev_config = dev->config; in ifx_cat1_flash_read() local 79 const struct ifx_cat1_flash_config *dev_config = dev->config; in ifx_cat1_flash_write() local
|
/Zephyr-Core-3.7.0/drivers/display/ |
D | display_max7219.c | 76 const struct max7219_config *dev_config = dev->config; in max7219_transmit_all() local 99 const struct max7219_config *dev_config = dev->config; in max7219_transmit_one() local 145 const struct max7219_config *dev_config = dev->config; in max7219_write() local 247 const struct max7219_config *dev_config = dev->config; in max7219_get_capabilities() local 267 const struct max7219_config *dev_config = dev->config; in max7219_init() local
|
D | display_nrf_led_matrix.c | 47 #define GET_ROW_IDX(dev_config, pixel_idx) \ argument 53 #define GET_COL_IDX(dev_config, pixel_idx) \ argument 130 const struct display_drv_config *dev_config = dev->config; in api_blanking_on() local 150 const struct display_drv_config *dev_config = dev->config; in api_blanking_off() local 295 const struct display_drv_config *dev_config = dev->config; in prepare_pixel_pulse() local 339 const struct display_drv_config *dev_config = dev->config; in timer_irq_handler() local 417 const struct display_drv_config *dev_config = dev->config; in instance_init() local
|
/Zephyr-Core-3.7.0/drivers/dma/ |
D | dmamux_stm32.c | 131 const struct dmamux_stm32_dma_fops *get_dma_fops(const struct dmamux_stm32_config *dev_config) in get_dma_fops() 153 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_configure() local 202 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_start() local 222 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_stop() local 243 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_reload() local 265 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_get_status() local
|
/Zephyr-Core-3.7.0/drivers/smbus/ |
D | smbus_handlers.c | 12 uint32_t dev_config) in z_vrfy_smbus_configure() 21 uint32_t *dev_config) in z_vrfy_smbus_get_config()
|