Home
last modified time | relevance | path

Searched defs:config (Results 151 – 175 of 1206) sorted by relevance

12345678910>>...49

/Zephyr-latest/drivers/sensor/ams/tsl2591/
Dtsl2591_trigger.c13 const struct tsl2591_config *config = dev->config; in tsl2591_setup_int() local
38 const struct tsl2591_config *config = dev->config; in tsl2591_handle_int() local
85 const struct tsl2591_config *config = dev->config; in tsl2591_trigger_set() local
117 const struct tsl2591_config *config = dev->config; in tsl2591_initialize_int() local
/Zephyr-latest/drivers/mfd/
Dmfd_adp5585.c21 const struct mfd_adp5585_config *config = dev->config; in mfd_adp5585_software_reset() local
53 const struct mfd_adp5585_config *config = data->dev->config; in mfd_adp5585_work_handler() local
77 const struct mfd_adp5585_config *config = dev->config; in mfd_adp5585_init() local
/Zephyr-latest/drivers/misc/pio_rpi_pico/
Dpio_rpi_pico.c25 const struct pio_rpi_pico_config *config = dev->config; in pio_rpi_pico_allocate_sm() local
39 const struct pio_rpi_pico_config *config = dev->config; in pio_rpi_pico_get_pio() local
46 const struct pio_rpi_pico_config *config = dev->config; in pio_rpi_pico_init() local
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
Dbmc150_magn.c55 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_set_power_mode() local
89 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_set_odr() local
109 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_read_rep_xy() local
125 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_read_rep_z() local
171 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_read_odr() local
196 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_write_rep_xy() local
215 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_write_rep_z() local
288 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_sample_fetch() local
481 const struct bmc150_magn_config *config = dev->config; in bmc150_magn_init_chip() local
566 const struct bmc150_magn_config * const config = in bmc150_magn_init() local
/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_ksz8081.c65 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_read() local
82 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_write() local
95 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_autonegotiate() local
145 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_get_link() local
223 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_static_cfg() local
267 static int phy_ksz8081_reset_gpio(const struct mc_ksz8081_config *config) in phy_ksz8081_reset_gpio()
293 static int phy_ksz8081_reset_gpio(const struct mc_ksz8081_config *config) in phy_ksz8081_reset_gpio()
303 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_reset() local
338 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_cfg_link() local
471 const struct mc_ksz8081_config *config = dev->config; in phy_mc_ksz8081_init() local
/Zephyr-latest/drivers/spi/
Dspi_oc_simple.c36 const struct spi_config *config) in spi_oc_simple_configure()
94 const struct spi_config *config, in spi_oc_simple_transceive()
167 const struct spi_config *config, in spi_oc_simple_transceive_async()
177 const struct spi_config *config) in spi_oc_simple_release()
/Zephyr-latest/drivers/sensor/renesas/isl29035/
Disl29035_trigger.c23 const struct isl29035_config *config = dev->config; in setup_int() local
61 const struct isl29035_config *config = dev->config; in isl29035_attr_set() local
106 const struct isl29035_config *config = dev->config; in isl29035_thread_cb() local
154 const struct isl29035_config *config = dev->config; in isl29035_trigger_set() local
178 const struct isl29035_config *config = dev->config; in isl29035_init_interrupt() local
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
Dgrove_lcd_rgb.c84 const struct glcd_config *config = dev->config; in glcd_print() local
97 const struct glcd_config *config = dev->config; in glcd_cursor_pos_set() local
116 const struct glcd_config *config = dev->config; in glcd_clear() local
127 const struct glcd_config *config = dev->config; in glcd_display_state_set() local
151 const struct glcd_config *config = dev->config; in glcd_input_state_set() local
185 const struct glcd_config *config = dev->config; in glcd_color_set() local
195 const struct glcd_config *config = dev->config; in glcd_function_set() local
219 const struct glcd_config *config = dev->config; in glcd_initialize() local
/Zephyr-latest/drivers/display/
Dssd1327.c49 const struct ssd1327_config *config = dev->config; in ssd1327_write_bus_cmd() local
72 const struct ssd1327_config *config = dev->config; in ssd1327_set_timing_setting() local
110 const struct ssd1327_config *config = dev->config; in ssd1327_set_hardware_config() local
148 const struct ssd1327_config *config = dev->config; in ssd1327_set_display() local
174 const struct ssd1327_config *config = dev->config; in ssd1327_write() local
236 const struct ssd1327_config *config = dev->config; in ssd1327_get_capabilities() local
258 const struct ssd1327_config *config = dev->config; in ssd1327_init_device() local
297 const struct ssd1327_config *config = dev->config; in ssd1327_init() local
/Zephyr-latest/drivers/ethernet/
Deth_enc28j60.c34 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_soft_reset() local
50 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_set_bank() local
86 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_write_reg() local
106 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_read_reg() local
146 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_set_eth_reg() local
168 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_clear_eth_reg() local
189 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_write_mem() local
232 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_read_mem() local
342 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_init_buffers() local
398 const struct eth_enc28j60_config *config = dev->config; in eth_enc28j60_init_mac() local
[all …]
/Zephyr-latest/drivers/clock_control/
Dclock_control_si32_ahb.c42 const struct clock_control_si32_ahb_config *config = dev->config; in clock_control_si32_ahb_get_rate() local
55 const struct clock_control_si32_ahb_config *config = dev->config; in clock_control_si32_ahb_init() local
97 static const struct clock_control_si32_ahb_config config = { variable
/Zephyr-latest/drivers/eeprom/
Deeprom_lpc11u6x.c34 const struct eeprom_lpc11u6x_config *config = dev->config; in eeprom_lpc11u6x_read() local
67 const struct eeprom_lpc11u6x_config *config = dev->config; in eeprom_lpc11u6x_write() local
99 const struct eeprom_lpc11u6x_config *config = dev->config; in eeprom_lpc11u6x_size() local
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_vevif_task_tx.c23 const struct mbox_vevif_task_tx_conf *config = dev->config; in vevif_task_tx_is_valid() local
30 const struct mbox_vevif_task_tx_conf *config = dev->config; in vevif_task_tx_send() local
54 const struct mbox_vevif_task_tx_conf *config = dev->config; in vevif_task_tx_max_channels_get() local
/Zephyr-latest/drivers/regulator/
Dregulator_npm2100.c142 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_count_voltages() local
157 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_list_voltage() local
171 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_set_voltage() local
205 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_get_voltage() local
266 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_count_currents() local
286 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_list_currents() local
306 const struct regulator_npm2100_config *config = dev->config; in regulator_npm2100_set_current() local
350 const struct regulator_npm2100_config *config = dev->config; in set_boost_mode() local
420 const struct regulator_npm2100_config *config = dev->config; in get_boost_mode() local
457 const struct regulator_npm2100_config *config = dev->config; in get_ldosw_mode() local
[all …]
Dregulator_adp5360.c91 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_count_voltages() local
99 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_list_voltage() local
107 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_set_voltage() local
124 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_get_voltage() local
141 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_set_mode() local
154 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_get_mode() local
174 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_enable() local
182 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_disable() local
190 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_init() local
/Zephyr-latest/drivers/gpio/
Dgpio_xmc4xxx.c87 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_pin_configure() local
124 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_pin_interrupt_configure() local
140 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_get_raw() local
161 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_set_masked_raw() local
174 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_set_bits_raw() local
184 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_clear_bits_raw() local
193 const struct gpio_xmc4xxx_config *config = dev->config; in gpio_xmc4xxx_toggle_bits() local
/Zephyr-latest/drivers/i2c/
Di2c_cc13xx_cc26xx.c46 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_transmit() local
82 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_receive() local
169 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_configure() local
210 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_isr() local
234 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in postNotifyFxn() local
262 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_pm_action() local
298 const struct i2c_cc13xx_cc26xx_config *config = dev->config; in i2c_cc13xx_cc26xx_init() local
Di2c_ene_kb1200.c33 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_isr() local
113 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_poll_write() local
162 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_poll_read() local
206 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_configure() local
242 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_get_config() local
311 const struct i2c_kb1200_config *config = dev_->config; in i2c_kb1200_isr_wrap() local
333 const struct i2c_kb1200_config *config = dev->config; in i2c_kb1200_init() local
/Zephyr-latest/drivers/retained_mem/
Dretained_mem_nrf_gpregret.c65 const struct nrf_gpregret_config *config = dev->config; in nrf_gpregret_size() local
72 const struct nrf_gpregret_config *config = dev->config; in nrf_gpregret_read() local
86 const struct nrf_gpregret_config *config = dev->config; in nrf_gpregret_write() local
99 const struct nrf_gpregret_config *config = dev->config; in nrf_gpregret_clear() local
Dretained_mem_zephyr_ram.c65 const struct zephyr_retained_mem_ram_config *config = dev->config; in zephyr_retained_mem_ram_size() local
73 const struct zephyr_retained_mem_ram_config *config = dev->config; in zephyr_retained_mem_ram_read() local
87 const struct zephyr_retained_mem_ram_config *config = dev->config; in zephyr_retained_mem_ram_write() local
100 const struct zephyr_retained_mem_ram_config *config = dev->config; in zephyr_retained_mem_ram_clear() local
Dretained_mem_zephyr_reg.c66 const struct zephyr_retained_mem_reg_config *config = dev->config; in zephyr_retained_mem_reg_size() local
74 const struct zephyr_retained_mem_reg_config *config = dev->config; in zephyr_retained_mem_reg_read() local
88 const struct zephyr_retained_mem_reg_config *config = dev->config; in zephyr_retained_mem_reg_write() local
101 const struct zephyr_retained_mem_reg_config *config = dev->config; in zephyr_retained_mem_reg_clear() local
/Zephyr-latest/drivers/watchdog/
Dwdt_mcux_rtwdog.c42 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_setup() local
72 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_disable() local
92 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_install_timeout() local
151 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_feed() local
173 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_isr() local
186 const struct mcux_rtwdog_config *config = dev->config; in mcux_rtwdog_init() local
/Zephyr-latest/drivers/sensor/apds9253/
Dapds9253.c55 const struct apds9253_config *config = dev->config; in apds9253_sample_fetch() local
126 const struct apds9253_config *config = dev->config; in apds9253_attr_set_gain() local
158 const struct apds9253_config *config = dev->config; in apds9253_attr_set_sampl_freq() local
213 const struct apds9253_config *config = dev->config; in apds9253_sensor_setup() local
261 const struct apds9253_config *config = dev->config; in apds9253_init_interrupt() local
297 const struct apds9253_config *config = dev->config; in apds9253_init() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_miwu.c131 const struct intc_miwu_config *config = miwu_devs[table]->config; in npcx_miwu_set_pseudo_both_edge() local
147 const struct intc_miwu_config *config = miwu_devs[wui_table]->config; in intc_miwu_isr_pri() local
180 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_irq_enable() local
202 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_irq_disable() local
210 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_io_enable() local
218 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_io_disable() local
226 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_irq_get_state() local
234 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_irq_get_and_clear_pending() local
264 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_interrupt_configure() local
/Zephyr-latest/drivers/counter/
Dcounter_nxp_mrt.c65 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_stop() local
80 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_start() local
102 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_get_value() local
114 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_set_top_value() local
164 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_get_top_value() local
173 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_get_pending_int() local
203 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_get_freq() local
213 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_init() local
244 const struct nxp_mrt_config *config = dev->config; in nxp_mrt_isr() local

12345678910>>...49