Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmp581/
Dbmp581.c42 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-Core-3.7.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.c29 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
Dieee802154_rf2xx.c348 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-Core-3.7.0/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c20 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
Dipc_icmsg_me_follower.c98 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
Dipc_icmsg_me_initiator.c75 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
Dipc_icbmsg.c166 const struct icbmsg_config *conf;/* Backend instance config. */ member
317 const struct icbmsg_config *conf = dev_data->conf; in alloc_tx_buffer() local
410 const struct icbmsg_config *conf = dev_data->conf; in release_tx_blocks() local
472 const struct icbmsg_config *conf = dev_data->conf; in release_tx_buffer() local
492 const struct icbmsg_config *conf = dev_data->conf; in send_control_message() local
522 const struct icbmsg_config *conf = dev_data->conf; in send_release() local
614 const struct icbmsg_config *conf = dev_data->conf; in match_bound_msg() local
782 const struct icbmsg_config *conf = dev_data->conf; in received_data() local
817 const struct icbmsg_config *conf = dev_data->conf; in received_release_data() local
844 const struct icbmsg_config *conf = dev_data->conf; in received_bound() local
[all …]
Dipc_rpmsg_static_vrings.c251 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
625 const struct backend_config_t *conf = instance->config; in close() local
780 const struct backend_config_t *conf = instance->config; in backend_init() local
/Zephyr-Core-3.7.0/drivers/pinctrl/
Dpinctrl_mchp_xec.c24 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()
Dpinctrl_ene_kb1200.c60 static int kb1200_config_pin(uint32_t gpio, uint32_t conf, uint32_t func) in kb1200_config_pin()
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/lib/
Dicmsg.c34 static int mbox_deinit(const struct icmsg_config_t *conf, in mbox_deinit()
233 static int mbox_init(const struct icmsg_config_t *conf, in mbox_init()
251 int icmsg_open(const struct icmsg_config_t *conf, in icmsg_open()
306 int icmsg_close(const struct icmsg_config_t *conf, in icmsg_close()
321 int icmsg_send(const struct icmsg_config_t *conf, in icmsg_send()
Dicmsg_me.c50 int icmsg_me_init(const struct icmsg_config_t *conf, in icmsg_me_init()
59 int icmsg_me_open(const struct icmsg_config_t *conf, in icmsg_me_open()
177 int icmsg_me_send(const struct icmsg_config_t *conf, in icmsg_me_send()
/Zephyr-Core-3.7.0/scripts/utils/
Dtwister_to_list.py33 def process(conf): argument
/Zephyr-Core-3.7.0/drivers/sensor/aosong/ags10/
Dags10.c27 const struct ags10_config *conf = dev->config; in ags10_read() local
87 const struct ags10_config *conf = dev->config; in ags10_init() local
/Zephyr-Core-3.7.0/drivers/adc/
Dadc_esp32.c184 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_dma_start() local
234 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_dma_stop() local
250 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_fill_digi_pattern() local
297 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_digi_start() local
350 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_digi_stop() local
389 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_read() local
571 const struct adc_esp32_conf *conf = (const struct adc_esp32_conf *)dev->config; in adc_esp32_channel_setup() local
655 const struct adc_esp32_conf *conf = (struct adc_esp32_conf *) dev->config; in adc_esp32_init() local
/Zephyr-Core-3.7.0/drivers/sensor/vishay/veml7700/
Dveml7700.c211 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-Core-3.7.0/drivers/mbox/
Dmbox_nrfx_ipc.c36 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
Dmbox_andes_plic_sw.c66 const struct mbox_andes_conf *conf = dev->config; in is_channel_valid() local
92 const struct mbox_andes_conf *conf = dev->config; in mbox_andes_register_callback() local
127 const struct mbox_andes_conf *conf = dev->config; in mbox_andes_max_channels_get() local
/Zephyr-Core-3.7.0/drivers/entropy/
Dentropy_mcux_trng.c44 trng_config_t conf; in entropy_mcux_trng_init() local
Dentropy_rv32m1_trng.c54 trng_config_t conf; in entropy_rv32m1_trng_init() local
Dentropy_mcux_caam.c80 caam_config_t conf; in entropy_mcux_caam_init() local
/Zephyr-Core-3.7.0/drivers/sensor/espressif/esp32_temp/
Desp32_temp.c73 const struct esp32_temp_config *conf = dev->config; in esp32_temp_init() local
/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/src/
Decho-server.c44 APP_DMEM struct configs conf = { variable
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c226 struct config *conf = (struct config *)p1; in smp_udp_receive_thread() local
303 static void create_thread(struct config *conf, const char *name) in create_thread()
/Zephyr-Core-3.7.0/drivers/regulator/
Dregulator_npm6001.c118 uint8_t conf, buf[3]; in regulator_npm6001_buck012_set_voltage() local
172 uint8_t conf; in regulator_npm6001_buck3_set_voltage() local
416 uint8_t conf_reg, conf; in regulator_npm6001_get_mode() local

12