Home
last modified time | relevance | path

Searched defs:drv_cfg (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c96 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_reset_device_status() local
118 static int tmag5273_check_device_status(const struct tmag5273_config *drv_cfg, in tmag5273_check_device_status()
174 static inline int tmag5273_dev_int_trigger(const struct tmag5273_config *drv_cfg) in tmag5273_dev_int_trigger()
246 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_attr_set_xyz_meas_range() local
287 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_attr_get_xyz_meas_range() local
321 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_attr_set_xyz_calc() local
375 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_attr_get_xyz_calc() local
407 static inline uint8_t tmag5273_get_fetch_block_size(const struct tmag5273_config *drv_cfg, in tmag5273_get_fetch_block_size()
419 static inline uint8_t tmag5273_get_crc_size(const struct tmag5273_config *drv_cfg) in tmag5273_get_crc_size()
448 const struct tmag5273_config *drv_cfg = dev->config; in tmag5273_attr_set() local
[all …]
/Zephyr-latest/drivers/gpio/
Dgpio_pcf857x.c64 const struct pcf857x_drv_cfg *drv_cfg = dev->config; in pcf857x_process_input() local
170 const struct pcf857x_drv_cfg *drv_cfg = dev->config; in pcf857x_port_set_raw() local
312 const struct pcf857x_drv_cfg *drv_cfg = dev->config; in pcf857x_pin_interrupt_configure() local
338 const struct pcf857x_drv_cfg *drv_cfg = dev->config; in pcf857x_init() local
Dgpio_pcal64xxa.c132 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_pin_configure() local
200 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_process_input() local
296 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_port_set_raw() local
357 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_pin_interrupt_configure() local
859 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_apply_initial_state() local
922 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_read_state_from_registers() local
940 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_apply_initial_triggers() local
961 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_read_initial_inputs() local
1013 const struct pcal64xxa_drv_cfg *drv_cfg = dev->config; in pcal64xxa_init() local
Dgpio_esp32.c75 struct gpio_driver_config drv_cfg; member
Dgpio_tca6424a.c464 const struct tca6424a_drv_cfg *drv_cfg = dev->config; in tca6424a_init() local
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_rtio_stream.c62 const struct icm42688_dev_cfg *drv_cfg = dev->config; in icm42688_complete_cb() local
74 const struct icm42688_dev_cfg *drv_cfg = dev->config; in icm42688_fifo_count_cb() local
182 const struct icm42688_dev_cfg *drv_cfg = dev->config; in icm42688_int_status_cb() local
/Zephyr-latest/drivers/audio/
Ddmic_nrfx_pdm.c65 const struct dmic_nrfx_pdm_drv_cfg *drv_cfg = dev->config; in event_handler() local
163 static bool check_pdm_frequencies(const struct dmic_nrfx_pdm_drv_cfg *drv_cfg, in check_pdm_frequencies()
299 static bool find_suitable_clock(const struct dmic_nrfx_pdm_drv_cfg *drv_cfg, in find_suitable_clock()
369 const struct dmic_nrfx_pdm_drv_cfg *drv_cfg = dev->config; in dmic_nrfx_pdm_configure() local
610 const struct dmic_nrfx_pdm_drv_cfg *drv_cfg = dev->config; in init_clock_manager() local
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c62 static void find_suitable_clock(const struct i2s_nrfx_drv_cfg *drv_cfg, in find_suitable_clock()
422 const struct i2s_nrfx_drv_cfg *drv_cfg = dev->config; in i2s_nrfx_configure() local
743 const struct i2s_nrfx_drv_cfg *drv_cfg = dev->config; in trigger_start() local
903 const struct i2s_nrfx_drv_cfg *drv_cfg = dev->config; in init_clock_manager() local
/Zephyr-latest/drivers/spi/
Dspi_sam.c321 const struct spi_sam_config *drv_cfg = dev->config; in spi_sam_dma_txrx() local
/Zephyr-latest/drivers/serial/
Duart_emul.c149 const struct uart_emul_config *drv_cfg = dev->config; in uart_emul_poll_out() local
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c114 struct i3c_driver_config drv_cfg; /* I3C driver config */ member