/Zephyr-latest/drivers/sensor/bosch/bmp581/ |
D | bmp581.c | 42 struct bmp581_config *conf = (struct bmp581_config *)dev->config; in set_power_mode() local 108 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() local 44 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 | 348 const struct rf2xx_config *conf = dev->config; in get_mac() local 470 const struct rf2xx_config *conf = dev->config; in rf2xx_set_txpower() local 731 const struct rf2xx_config *conf = dev->config; in rf2xx_start() local 746 const struct rf2xx_config *conf = dev->config; in rf2xx_stop() local 852 const struct rf2xx_config *conf = dev->config; in power_on_and_setup() local 939 const struct rf2xx_config *conf = dev->config; in configure_gpios() local 993 const struct rf2xx_config *conf = dev->config; in configure_spi() local 1007 const struct rf2xx_config *conf = dev->config; in rf2xx_init() local
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icmsg.c | 20 const struct icmsg_config_t *conf = instance->config; in register_ept() local 31 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() local 106 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. */ member 338 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 | 251 static int vr_shm_configure(struct ipc_static_vrings *vr, const struct backend_config_t *conf) in vr_shm_configure() 298 struct backend_config_t *conf = priv; in virtio_notify_cb() local 326 const struct backend_config_t *conf = instance->config; in mbox_init() local 356 const struct backend_config_t *conf = instance->config; in mbox_deinit() local 563 const struct backend_config_t *conf = instance->config; in open() local 624 const struct backend_config_t *conf = instance->config; in close() local 779 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
|
D | pinctrl_ene_kb1200.c | 60 static int kb1200_config_pin(uint32_t gpio, uint32_t conf, uint32_t func) in kb1200_config_pin()
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | icmsg.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() 314 int icmsg_close(const struct icmsg_config_t *conf, in icmsg_close() 329 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/mbox/ |
D | mbox_andes_plic_sw.c | 30 const struct mbox_plic_conf *conf = dev->config; in is_channel_valid() local 37 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() local 43 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/drivers/adc/ |
D | adc_esp32.c | 182 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_dma_start() local 232 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_dma_stop() local 248 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_fill_digi_pattern() local 295 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_digi_start() local 348 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_digi_stop() local 387 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_read() local 569 const struct adc_esp32_conf *conf = (const struct adc_esp32_conf *)dev->config; in adc_esp32_channel_setup() local 653 const struct adc_esp32_conf *conf = (struct adc_esp32_conf *) dev->config; in adc_esp32_init() local
|
/Zephyr-latest/drivers/sensor/aosong/ags10/ |
D | ags10.c | 27 const struct ags10_config *conf = dev->config; in ags10_read() local 87 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/entropy/ |
D | entropy_mcux_trng.c | 44 trng_config_t conf; in entropy_mcux_trng_init() local
|
D | entropy_rv32m1_trng.c | 54 trng_config_t conf; in entropy_rv32m1_trng_init() local
|
D | entropy_mcux_caam.c | 80 caam_config_t conf; in entropy_mcux_caam_init() local
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ |
D | off_raw_tx_api.c | 303 int nrf70_off_raw_tx_conf_update(struct nrf_wifi_off_raw_tx_conf *conf) in nrf70_off_raw_tx_conf_update() 383 int nrf70_off_raw_tx_start(struct nrf_wifi_off_raw_tx_conf *conf) in nrf70_off_raw_tx_start()
|
/Zephyr-latest/drivers/sensor/espressif/esp32_temp/ |
D | esp32_temp.c | 72 const struct esp32_temp_config *conf = dev->config; in esp32_temp_init() local
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | echo-server.c | 44 APP_DMEM struct configs conf = { variable
|