Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.4.0/subsys/ipc/ipc_service/backends/
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
172 const struct icmsg_config_t *conf = instance->config; in get_tx_buffer() local
182 const struct icmsg_config_t *conf = instance->config; in drop_tx_buffer() local
191 const struct icmsg_config_t *conf = instance->config; in send_nocopy() local
202 const struct icmsg_config_t *conf = instance->config; in hold_rx_buffer() local
210 const struct icmsg_config_t *conf = instance->config; in release_rx_buffer() local
234 const struct icmsg_config_t *conf = instance->config; in backend_init() local
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
266 const struct icmsg_config_t *conf = instance->config; in get_tx_buffer() local
276 const struct icmsg_config_t *conf = instance->config; in drop_tx_buffer() local
285 const struct icmsg_config_t *conf = instance->config; in send_nocopy() local
300 const struct icmsg_config_t *conf = instance->config; in hold_rx_buffer() local
308 const struct icmsg_config_t *conf = instance->config; in release_rx_buffer() local
[all …]
Dipc_rpmsg_static_vrings.c244 static int vr_shm_configure(struct ipc_static_vrings *vr, const struct backend_config_t *conf) in vr_shm_configure()
269 struct backend_config_t *conf = priv; in virtio_notify_cb() local
297 const struct backend_config_t *conf = instance->config; in mbox_init() local
319 const struct backend_config_t *conf = instance->config; in mbox_deinit() local
518 const struct backend_config_t *conf = instance->config; in open() local
579 const struct backend_config_t *conf = instance->config; in close() local
734 const struct backend_config_t *conf = instance->config; in backend_init() local
/Zephyr-Core-3.4.0/subsys/ipc/ipc_service/lib/
Dicmsg.c28 static int mbox_deinit(const struct icmsg_config_t *conf, in mbox_deinit()
209 static int mbox_init(const struct icmsg_config_t *conf, in mbox_init()
225 int icmsg_open(const struct icmsg_config_t *conf, in icmsg_open()
274 int icmsg_close(const struct icmsg_config_t *conf, in icmsg_close()
289 int icmsg_send(const struct icmsg_config_t *conf, in icmsg_send()
333 int icmsg_get_tx_buffer(const struct icmsg_config_t *conf, in icmsg_get_tx_buffer()
389 int icmsg_drop_tx_buffer(const struct icmsg_config_t *conf, in icmsg_drop_tx_buffer()
398 int icmsg_send_nocopy(const struct icmsg_config_t *conf, in icmsg_send_nocopy()
435 int icmsg_hold_rx_buffer(const struct icmsg_config_t *conf, in icmsg_hold_rx_buffer()
458 int icmsg_release_rx_buffer(const struct icmsg_config_t *conf, in icmsg_release_rx_buffer()
Dicmsg_me.c44 int icmsg_me_init(const struct icmsg_config_t *conf, in icmsg_me_init()
53 int icmsg_me_open(const struct icmsg_config_t *conf, in icmsg_me_open()
166 int icmsg_me_send(const struct icmsg_config_t *conf, in icmsg_me_send()
215 int icmsg_me_get_tx_buffer(const struct icmsg_config_t *conf, in icmsg_me_get_tx_buffer()
261 int icmsg_me_drop_tx_buffer(const struct icmsg_config_t *conf, in icmsg_me_drop_tx_buffer()
270 int icmsg_me_send_nocopy(const struct icmsg_config_t *conf, in icmsg_me_send_nocopy()
302 int icmsg_me_hold_rx_buffer(const struct icmsg_config_t *conf, in icmsg_me_hold_rx_buffer()
310 int icmsg_me_release_rx_buffer(const struct icmsg_config_t *conf, in icmsg_me_release_rx_buffer()
/Zephyr-Core-3.4.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.c338 const struct rf2xx_config *conf = dev->config; in get_mac() local
463 const struct rf2xx_config *conf = dev->config; in rf2xx_set_txpower() local
724 const struct rf2xx_config *conf = dev->config; in rf2xx_start() local
739 const struct rf2xx_config *conf = dev->config; in rf2xx_stop() local
830 const struct rf2xx_config *conf = dev->config; in power_on_and_setup() local
916 const struct rf2xx_config *conf = dev->config; in configure_gpios() local
970 const struct rf2xx_config *conf = dev->config; in configure_spi() local
984 const struct rf2xx_config *conf = dev->config; in rf2xx_init() local
/Zephyr-Core-3.4.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.4.0/scripts/utils/
Dtwister_to_list.py33 def process(conf): argument
/Zephyr-Core-3.4.0/drivers/sensor/veml7700/
Dveml7700.c190 static uint16_t veml7700_build_psm_param(const struct veml7700_config *conf) in veml7700_build_psm_param()
198 const struct veml7700_config *conf = dev->config; in veml7700_write() local
209 const struct veml7700_config *conf = dev->config; in veml7700_read() local
238 const struct veml7700_config *conf = dev->config; in veml7700_write_psm() local
409 const struct veml7700_config *conf = dev->config; in veml7700_sample_fetch() local
472 const struct veml7700_config *conf = dev->config; in veml7700_pm_action() local
494 const struct veml7700_config *conf = dev->config; in veml7700_init() local
/Zephyr-Core-3.4.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
/Zephyr-Core-3.4.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.4.0/drivers/sensor/esp32_temp/
Desp32_temp.c73 const struct esp32_temp_config *conf = dev->config; in esp32_temp_init() local
/Zephyr-Core-3.4.0/samples/net/sockets/echo_server/src/
Decho-server.c44 APP_DMEM struct configs conf = { variable
/Zephyr-Core-3.4.0/drivers/adc/
Dadc_esp32.c138 const struct adc_esp32_conf *conf = dev->config; in adc_esp32_read() local
235 const struct adc_esp32_conf *conf = (const struct adc_esp32_conf *)dev->config; in adc_esp32_channel_setup() local
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c228 struct config *conf = (struct config *)p1; in smp_udp_receive_thread() local
299 static void create_thread(struct config *conf, const char *name) in create_thread()
/Zephyr-Core-3.4.0/samples/net/sockets/echo_client/src/
Decho-client.c77 APP_DMEM struct configs conf = { variable
/Zephyr-Core-3.4.0/drivers/sensor/vcnl4040/
Dvcnl4040_trigger.c182 uint16_t conf; in vcnl4040_trigger_set() local
/Zephyr-Core-3.4.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
/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_stm32.c158 int conf, int func) in gpio_stm32_configure_raw()
485 int gpio_stm32_configure(const struct device *dev, int pin, int conf, int func) in gpio_stm32_configure()
Dgpio_sc18im704.c165 uint8_t conf; in gpio_sc18im_pin_get_config() local
/Zephyr-Core-3.4.0/drivers/sensor/tmp108/
Dtmp108.c56 int tmp108_write_config(const struct device *dev, uint16_t mask, uint16_t conf) in tmp108_write_config()

12