| /Zephyr-latest/drivers/sensor/bosch/bmp581/ | 
| D | bmp581.c | 42 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in set_power_mode()  local108 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in get_power_mode()  local
 189 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in get_interrupt_status()  local
 200 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in get_nvm_status()  local
 234 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in get_osr_odr_press_config()  local
 267 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in set_osr_config()  local
 310 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in set_odr_config()  local
 327 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in soft_reset()  local
 366 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in bmp581_sample_fetch()  local
 421 	struct bmp581_config *conf = (struct bmp581_config *)dev->config;  in set_iir_config()  local
 [all …]
 
 | 
| /Zephyr-latest/drivers/ieee802154/ | 
| D | ieee802154_rf2xx_iface.c | 29 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_phy_rst()  local44 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_phy_tx_start()  local
 57 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_reg_read()  local
 101 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_reg_write()  local
 172 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_frame_read()  local
 204 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_frame_write()  local
 256 	const struct rf2xx_config *conf = dev->config;  in rf2xx_iface_sram_read()  local
 
 | 
| D | ieee802154_rf2xx.c | 346 	const struct rf2xx_config *conf = dev->config;  in get_mac()  local468 	const struct rf2xx_config *conf = dev->config;  in rf2xx_set_txpower()  local
 729 	const struct rf2xx_config *conf = dev->config;  in rf2xx_start()  local
 744 	const struct rf2xx_config *conf = dev->config;  in rf2xx_stop()  local
 850 	const struct rf2xx_config *conf = dev->config;  in power_on_and_setup()  local
 937 	const struct rf2xx_config *conf = dev->config;  in configure_gpios()  local
 991 	const struct rf2xx_config *conf = dev->config;  in configure_spi()  local
 1005 	const struct rf2xx_config *conf = dev->config;  in rf2xx_init()  local
 
 | 
| /Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ | 
| D | ipc_icmsg_v1.c | 20 	const struct icmsg_config_t *conf = instance->config;  in register_ept()  local31 	const struct icmsg_config_t *conf = instance->config;  in deregister_ept()  local
 40 	const struct icmsg_config_t *conf = instance->config;  in send()  local
 
 | 
| D | icmsg_v1.c | 34 static int mbox_deinit(const struct icmsg_config_t *conf,  in mbox_deinit()238 static int mbox_init(const struct icmsg_config_t *conf,  in mbox_init()
 256 int icmsg_open(const struct icmsg_config_t *conf,  in icmsg_open()
 309 int icmsg_close(const struct icmsg_config_t *conf,  in icmsg_close()
 324 int icmsg_send(const struct icmsg_config_t *conf,  in icmsg_send()
 
 | 
| /Zephyr-latest/subsys/ipc/ipc_service/backends/ | 
| D | ipc_icmsg.c | 20 	const struct icmsg_config_t *conf = instance->config;  in register_ept()  local31 	const struct icmsg_config_t *conf = instance->config;  in deregister_ept()  local
 40 	const struct icmsg_config_t *conf = instance->config;  in send()  local
 
 | 
| D | ipc_icmsg_me_follower.c | 98 static int bind_ept(const struct icmsg_config_t *conf,  in bind_ept()140 	const struct icmsg_config_t *conf = instance->config;  in received()  local
 193 	const struct icmsg_config_t *conf = instance->config;  in open()  local
 203 	const struct icmsg_config_t *conf = instance->config;  in register_ept()  local
 251 	const struct icmsg_config_t *conf = instance->config;  in send()  local
 271 	const struct icmsg_config_t *conf = instance->config;  in backend_init()  local
 
 | 
| D | ipc_icmsg_me_initiator.c | 75 	const struct icmsg_config_t *conf = instance->config;  in open()  local106 	const struct icmsg_config_t *conf = instance->config;  in register_ept()  local
 162 	const struct icmsg_config_t *conf = instance->config;  in send()  local
 177 	const struct icmsg_config_t *conf = instance->config;  in backend_init()  local
 
 | 
| D | ipc_icbmsg.c | 182 	const struct icbmsg_config *conf;/* Backend instance config. */  member338 	const struct icbmsg_config *conf = dev_data->conf;  in alloc_tx_buffer()  local
 438 	const struct icbmsg_config *conf = dev_data->conf;  in release_tx_blocks()  local
 502 	const struct icbmsg_config *conf = dev_data->conf;  in release_tx_buffer()  local
 522 	const struct icbmsg_config *conf = dev_data->conf;  in send_control_message()  local
 556 	const struct icbmsg_config *conf = dev_data->conf;  in send_release()  local
 648 	const struct icbmsg_config *conf = dev_data->conf;  in match_bound_msg()  local
 847 	const struct icbmsg_config *conf = dev_data->conf;  in received_data()  local
 882 	const struct icbmsg_config *conf = dev_data->conf;  in received_release_data()  local
 909 	const struct icbmsg_config *conf = dev_data->conf;  in received_bound()  local
 [all …]
 
 | 
| D | ipc_rpmsg_static_vrings.c | 252 static int vr_shm_configure(struct ipc_static_vrings *vr, const struct backend_config_t *conf)  in vr_shm_configure()299 	struct backend_config_t *conf = priv;  in virtio_notify_cb()  local
 327 	const struct backend_config_t *conf = instance->config;  in mbox_init()  local
 357 	const struct backend_config_t *conf = instance->config;  in mbox_deinit()  local
 566 	const struct backend_config_t *conf = instance->config;  in open()  local
 627 	const struct backend_config_t *conf = instance->config;  in close()  local
 782 	const struct backend_config_t *conf = instance->config;  in backend_init()  local
 
 | 
| /Zephyr-latest/drivers/pinctrl/ | 
| D | pinctrl_mchp_xec.c | 24 static void config_drive_slew(struct gpio_regs * const regs, uint32_t idx, uint32_t conf)  in config_drive_slew()59 static uint32_t prog_pud(uint32_t pcr1, uint32_t conf)  in prog_pud()
 91 static int xec_config_pin(uint32_t portpin, uint32_t conf, uint32_t altf)  in xec_config_pin()
 
 | 
| D | pinctrl_mchp_mec5.c | 33 	uint32_t conf = pinmux;  in mec5_config_pin()  local
 | 
| /Zephyr-latest/drivers/mbox/ | 
| D | mbox_andes_plic_sw.c | 30 	const struct mbox_plic_conf *conf = dev->config;  in is_channel_valid()  local37 	const struct mbox_plic_conf *conf = dev->config;  in mbox_plic_send()  local
 80 	const struct mbox_plic_conf *conf = dev->config;  in mbox_plic_max_channels_get()  local
 88 	const struct mbox_plic_conf *conf = dev->config;  in mbox_plic_set_enabled()  local
 
 | 
| D | mbox_nrfx_ipc.c | 36 	const struct mbox_nrf_conf *conf = dev->config;  in is_rx_channel_valid()  local43 	const struct mbox_nrf_conf *conf = dev->config;  in is_tx_channel_valid()  local
 150 	const struct mbox_nrf_conf *conf = dev->config;  in enable_dt_channels()  local
 
 | 
| /Zephyr-latest/subsys/ipc/ipc_service/lib/ | 
| D | icmsg.c | 63 static int mbox_deinit(const struct icmsg_config_t *conf,  in mbox_deinit()363 static int mbox_init(const struct icmsg_config_t *conf,  in mbox_init()
 380 int icmsg_open(const struct icmsg_config_t *conf,  in icmsg_open()
 470 int icmsg_close(const struct icmsg_config_t *conf,  in icmsg_close()
 493 int icmsg_send(const struct icmsg_config_t *conf,  in icmsg_send()
 
 | 
| D | icmsg_me.c | 53 int icmsg_me_init(const struct icmsg_config_t *conf,  in icmsg_me_init()62 int icmsg_me_open(const struct icmsg_config_t *conf,  in icmsg_me_open()
 180 int icmsg_me_send(const struct icmsg_config_t *conf,  in icmsg_me_send()
 
 | 
| /Zephyr-latest/drivers/sensor/aosong/ags10/ | 
| D | ags10.c | 27 	const struct ags10_config *conf = dev->config;  in ags10_read()  local87 	const struct ags10_config *conf = dev->config;  in ags10_init()  local
 
 | 
| /Zephyr-latest/scripts/utils/ | 
| D | twister_to_list.py | 32 def process(conf):  argument
 | 
| /Zephyr-latest/drivers/sensor/vishay/veml7700/ | 
| D | veml7700.c | 211 static uint16_t veml7700_build_psm_param(const struct veml7700_config *conf)  in veml7700_build_psm_param()219 	const struct veml7700_config *conf = dev->config;  in veml7700_write()  local
 230 	const struct veml7700_config *conf = dev->config;  in veml7700_read()  local
 259 	const struct veml7700_config *conf = dev->config;  in veml7700_write_psm()  local
 453 	const struct veml7700_config *conf = dev->config;  in veml7700_sample_fetch()  local
 521 	const struct veml7700_config *conf = dev->config;  in veml7700_pm_action()  local
 543 	const struct veml7700_config *conf = dev->config;  in veml7700_init()  local
 
 | 
| /Zephyr-latest/drivers/adc/ | 
| D | adc_esp32.c | 166 	const struct adc_esp32_conf *conf = dev->config;  in adc_esp32_dma_start()  local215 	const struct adc_esp32_conf *conf = dev->config;  in adc_esp32_dma_stop()  local
 232 	const struct adc_esp32_conf *conf = dev->config;  in adc_esp32_fill_digi_pattern()  local
 279 	const struct adc_esp32_conf *conf = dev->config;  in adc_esp32_digi_start()  local
 332 	const struct adc_esp32_conf *conf = dev->config;  in adc_esp32_digi_stop()  local
 542 	const struct adc_esp32_conf *conf = (const struct adc_esp32_conf *)dev->config;  in adc_esp32_channel_setup()  local
 660 	const struct adc_esp32_conf *conf = (struct adc_esp32_conf *)dev->config;  in adc_esp32_init()  local
 
 | 
| /Zephyr-latest/drivers/entropy/ | 
| D | entropy_rv32m1_trng.c | 54 	trng_config_t conf;  in entropy_rv32m1_trng_init()  local
 | 
| D | entropy_mcux_trng.c | 46 	trng_config_t conf;  in entropy_mcux_trng_init()  local
 | 
| D | entropy_mcux_caam.c | 80 	caam_config_t conf;  in entropy_mcux_caam_init()  local
 | 
| /Zephyr-latest/drivers/sensor/vishay/veml6031/ | 
| D | veml6031.c | 172 	const struct veml6031_config *conf = dev->config;  in veml6031_read()  local189 	const struct veml6031_config *conf = dev->config;  in veml6031_read16()  local
 202 	const struct veml6031_config *conf = dev->config;  in veml6031_write16()  local
 211 	uint8_t conf[2] = {0, 0};  in veml6031_write_conf()  local
 544 	const struct veml6031_config *conf = dev->config;  in veml6031_init()  local
 
 | 
| /Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ | 
| D | off_raw_tx_api.c | 302 int nrf70_off_raw_tx_conf_update(struct nrf_wifi_off_raw_tx_conf *conf)  in nrf70_off_raw_tx_conf_update()382 int nrf70_off_raw_tx_start(struct nrf_wifi_off_raw_tx_conf *conf)  in nrf70_off_raw_tx_start()
 
 |