/Zephyr-latest/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-latest/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 | 76 __maybe_unused const struct dw_wdt_dev_cfg *const dev_config = dev->config; local 128 const struct dw_wdt_dev_cfg *const dev_config = dev->config; local 161 const struct dw_wdt_dev_cfg *const dev_config = dev->config; local
|
/Zephyr-latest/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_spim.c | 103 const struct spi_nrfx_config *dev_config = dev->config; in request_clock() local 130 const struct spi_nrfx_config *dev_config = dev->config; in release_clock() local 147 const struct spi_nrfx_config *dev_config = dev->config; in finalize_spi_transaction() local 220 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 321 const struct spi_nrfx_config *dev_config = dev->config; in anomaly_58_workaround_setup() local 361 const struct spi_nrfx_config *dev_config = dev->config; in anomaly_58_workaround_init() local 402 const struct spi_nrfx_config *dev_config = dev->config; in transfer_next_chunk() local 484 const struct spi_nrfx_config *dev_config = dev->config; in event_handler() local 529 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 654 const struct spi_nrfx_config *dev_config = dev->config; in spim_resume() local [all …]
|
D | spi_nrfx_spis.c | 65 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 118 const struct spi_nrfx_config *dev_config = dev->config; in prepare_for_transfer() local 143 const struct spi_nrfx_config *dev_config = dev_data->dev->config; in wake_callback() local 151 const struct spi_nrfx_config *dev_config) in wait_for_wake() 173 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 290 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_init() local
|
D | spi_nrfx_spi.c | 91 const struct spi_nrfx_config *dev_config = dev->config; in configure() local 173 const struct spi_nrfx_config *dev_config = dev->config; in transfer_next_chunk() local 230 const struct spi_nrfx_config *dev_config = dev->config; in transceive() local 343 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_pm_action() local 380 const struct spi_nrfx_config *dev_config = dev->config; in spi_nrfx_init() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twis.c | 88 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_enable() local 106 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_disable() local 120 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_handle_read_req() local 149 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_handle_write_req() local 163 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_handle_write_done() local 217 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_target_register() local 270 const struct shim_nrf_twis_config *dev_config = dev->config; in shim_nrf_twis_init() local
|
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_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_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_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_common.h | 29 uint32_t dev_config; member
|
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-latest/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-latest/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-latest/drivers/dma/ |
D | dmamux_stm32.c | 96 const struct dmamux_stm32_dma_fops *get_dma_fops(const struct dmamux_stm32_config *dev_config) in get_dma_fops() 118 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_configure() local 167 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_start() local 187 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_stop() local 208 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_reload() local 230 const struct dmamux_stm32_config *dev_config = dev->config; in dmamux_stm32_get_status() local
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_global_hsfll.c | 60 const struct global_hsfll_dev_config *dev_config = dev->config; in global_hsfll_get_max_clock_frequency() local 69 const struct global_hsfll_dev_config *dev_config = dev->config; in global_hsfll_find_mgr() local 148 const struct global_hsfll_dev_config *dev_config = dev->config; in global_hsfll_freq_idx_to_nrfs_freq() local
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_mcux_acmp.c | 388 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_init_mode_config() local 410 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_set_mode_config() local 424 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_set_input_config() local 446 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_set_filter_config() local 468 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_set_dac_config() local 494 const struct mcux_acmp_config *dev_config = dev->config; in comp_mcux_acmp_set_dm_config() local
|
/Zephyr-latest/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()
|