Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/drivers/sensor/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.6.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
473 const struct rf2xx_config *conf = dev->config; in rf2xx_set_txpower() local
734 const struct rf2xx_config *conf = dev->config; in rf2xx_start() local
749 const struct rf2xx_config *conf = dev->config; in rf2xx_stop() local
855 const struct rf2xx_config *conf = dev->config; in power_on_and_setup() local
942 const struct rf2xx_config *conf = dev->config; in configure_gpios() local
996 const struct rf2xx_config *conf = dev->config; in configure_spi() local
1010 const struct rf2xx_config *conf = dev->config; in rf2xx_init() local
/Zephyr-Core-3.6.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.c157 const struct icbmsg_config *conf;/* Backend instance config. */ member
305 const struct icbmsg_config *conf = dev_data->conf; in alloc_tx_buffer() local
398 const struct icbmsg_config *conf = dev_data->conf; in release_tx_blocks() local
460 const struct icbmsg_config *conf = dev_data->conf; in release_tx_buffer() local
480 const struct icbmsg_config *conf = dev_data->conf; in send_control_message() local
510 const struct icbmsg_config *conf = dev_data->conf; in send_release() local
602 const struct icbmsg_config *conf = dev_data->conf; in match_bound_msg() local
770 const struct icbmsg_config *conf = dev_data->conf; in received_data() local
805 const struct icbmsg_config *conf = dev_data->conf; in received_release_data() local
832 const struct icbmsg_config *conf = dev_data->conf; in received_bound() local
[all …]
Dipc_rpmsg_static_vrings.c245 static int vr_shm_configure(struct ipc_static_vrings *vr, const struct backend_config_t *conf) in vr_shm_configure()
292 struct backend_config_t *conf = priv; in virtio_notify_cb() local
320 const struct backend_config_t *conf = instance->config; in mbox_init() local
342 const struct backend_config_t *conf = instance->config; in mbox_deinit() local
549 const struct backend_config_t *conf = instance->config; in open() local
611 const struct backend_config_t *conf = instance->config; in close() local
766 const struct backend_config_t *conf = instance->config; in backend_init() local
/Zephyr-Core-3.6.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()
/Zephyr-Core-3.6.0/subsys/ipc/ipc_service/lib/
Dicmsg.c30 static int mbox_deinit(const struct icmsg_config_t *conf, in mbox_deinit()
176 static int mbox_init(const struct icmsg_config_t *conf, in mbox_init()
192 int icmsg_open(const struct icmsg_config_t *conf, in icmsg_open()
245 int icmsg_close(const struct icmsg_config_t *conf, in icmsg_close()
260 int icmsg_send(const struct icmsg_config_t *conf, in icmsg_send()
Dicmsg_me.c39 int icmsg_me_init(const struct icmsg_config_t *conf, in icmsg_me_init()
48 int icmsg_me_open(const struct icmsg_config_t *conf, in icmsg_me_open()
161 int icmsg_me_send(const struct icmsg_config_t *conf, in icmsg_me_send()
/Zephyr-Core-3.6.0/scripts/utils/
Dtwister_to_list.py33 def process(conf): argument
/Zephyr-Core-3.6.0/drivers/sensor/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.6.0/drivers/sensor/veml7700/
Dveml7700.c192 static uint16_t veml7700_build_psm_param(const struct veml7700_config *conf) in veml7700_build_psm_param()
200 const struct veml7700_config *conf = dev->config; in veml7700_write() local
211 const struct veml7700_config *conf = dev->config; in veml7700_read() local
240 const struct veml7700_config *conf = dev->config; in veml7700_write_psm() local
428 const struct veml7700_config *conf = dev->config; in veml7700_sample_fetch() local
498 const struct veml7700_config *conf = dev->config; in veml7700_pm_action() local
520 const struct veml7700_config *conf = dev->config; in veml7700_init() local
/Zephyr-Core-3.6.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.c65 const struct mbox_andes_conf *conf = dev->config; in is_channel_valid() local
91 const struct mbox_andes_conf *conf = dev->config; in mbox_andes_register_callback() local
126 const struct mbox_andes_conf *conf = dev->config; in mbox_andes_max_channels_get() local
/Zephyr-Core-3.6.0/drivers/entropy/
Dentropy_rv32m1_trng.c54 trng_config_t conf; in entropy_rv32m1_trng_init() local
Dentropy_mcux_trng.c44 trng_config_t conf; in entropy_mcux_trng_init() local
Dentropy_mcux_caam.c80 caam_config_t conf; in entropy_mcux_caam_init() local
/Zephyr-Core-3.6.0/drivers/sensor/esp32_temp/
Desp32_temp.c73 const struct esp32_temp_config *conf = dev->config; in esp32_temp_init() local
/Zephyr-Core-3.6.0/samples/net/sockets/echo_server/src/
Decho-server.c44 APP_DMEM struct configs conf = { variable
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_esp32.c143 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_read() local
252 const struct adc_esp32_conf *conf = (const struct adc_esp32_conf *)dev->config; in adc_esp32_channel_setup() local
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c230 struct config *conf = (struct config *)p1; in smp_udp_receive_thread() local
308 static void create_thread(struct config *conf, const char *name) in create_thread()
/Zephyr-Core-3.6.0/samples/net/sockets/echo_client/src/
Decho-client.c77 APP_DMEM struct configs conf = { variable
/Zephyr-Core-3.6.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