Home
last modified time | relevance | path

Searched defs:cfg (Results 676 – 700 of 952) sorted by relevance

1...<<21222324252627282930>>...39

/Zephyr-latest/drivers/serial/
Duart_sedi.c506 sedi_uart_config_t cfg; in uart_sedi_line_ctrl_set() local
536 sedi_uart_config_t cfg; in uart_sedi_line_ctrl_get() local
623 sedi_uart_config_t cfg; in uart_sedi_init() local
Duart_nrfx_uarte.c419 const struct uarte_nrfx_config *cfg = dev->config; in uarte_disable_locked() local
544 const struct uart_config *cfg) in uarte_nrfx_configure()
622 struct uart_config *cfg) in uarte_nrfx_config_get()
799 const struct uarte_nrfx_config *cfg = dev->config; in uarte_nrfx_rx_counting_init() local
1051 const struct uarte_nrfx_config *cfg = dev->config; in uarte_nrfx_rx_enable() local
1343 const struct uarte_nrfx_config *cfg = dev->config; in rx_timeout() local
2249 const struct uarte_nrfx_config *cfg = dev->config; in uarte_pm_resume() local
2261 const struct uarte_nrfx_config *cfg = dev->config; in uarte_pm_suspend() local
2352 const struct uarte_nrfx_config *cfg = dev->config; in uarte_tx_path_init() local
2400 const struct uarte_nrfx_config *cfg = dev->config; in uarte_instance_init() local
Duart_native_tty.c77 const struct uart_config *cfg) in native_tty_conv_to_bottom_cfg()
166 static int native_tty_configure(const struct device *dev, const struct uart_config *cfg) in native_tty_configure()
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_timer.c297 const struct counter_top_cfg *cfg) in counter_stm32_set_top_value()
338 const struct counter_stm32_config *cfg = dev->config; in counter_stm32_get_pending_int() local
468 const struct counter_stm32_config *cfg = dev->config; in counter_stm32_init_timer() local
Dcounter_imx_epit.c100 const struct counter_top_cfg *cfg) in imx_epit_set_top_value()
Dcounter_native_sim.c144 const struct counter_top_cfg *cfg) in ctr_set_top_value()
/Zephyr-latest/drivers/watchdog/
Dwdt_cc13xx_cc26xx.c56 const struct wdt_timeout_cfg *cfg) in wdt_cc13xx_cc26xx_install_timeout()
Dwdt_cc32xx.c92 const struct wdt_timeout_cfg *cfg) in wdt_cc32xx_install_timeout()
Dwdt_mcux_imx_wdog.c70 const struct wdt_timeout_cfg *cfg) in mcux_wdog_install_timeout()
/Zephyr-latest/drivers/dac/
Ddac_gd32.c154 const struct dac_gd32_config *cfg = dev->config; in dac_gd32_init() local
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_eem.c236 static void eem_status_cb(struct usb_cfg_data *cfg, in eem_status_cb()
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c59 static void status_cb(struct usb_cfg_data *cfg, in status_cb()
/Zephyr-latest/drivers/sensor/explorir_m/
Dexplorir_m.c206 const struct explorir_m_cfg *cfg = dev->config; in explorir_m_uart_transceive() local
378 const struct explorir_m_cfg *cfg = dev->config; in explorir_m_init() local
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.c28 const struct fxas21002_config *cfg = dev->config; in fxas21002_transceive() local
40 const struct fxas21002_config *cfg = dev->config; in fxas21002_read_spi() local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix.c155 int usb_dc_ep_check_cap(const struct usb_dc_ep_cfg_data * const cfg) in usb_dc_ep_check_cap()
187 int usb_dc_ep_configure(const struct usb_dc_ep_cfg_data * const cfg) in usb_dc_ep_configure()
/Zephyr-latest/drivers/ethernet/phy/
Dphy_qualcomm_ar8031.c158 const struct qc_ar8031_config *const cfg = dev->config; in qc_ar8031_update_link_state() local
358 const struct qc_ar8031_config *const cfg = dev->config; in qc_ar8031_init() local
/Zephyr-latest/drivers/input/
Dinput_cst816s.c111 const struct cst816s_config *cfg = dev->config; in cst816s_process() local
214 const struct cst816s_config *cfg = dev->config; in cst816s_chip_init() local
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dpbuf.c31 static int validate_cfg(const struct pbuf_cfg *cfg) in validate_cfg()
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h219 const struct wdt_timeout_cfg *cfg) in wdt_install_timeout()
/Zephyr-latest/tests/drivers/audio/dmic_api/src/
Dmain.c82 struct dmic_cfg *cfg) in do_pdm_transfer()
/Zephyr-latest/drivers/spi/
Dspi_xec_qmspi_ldma.c348 const struct spi_qmspi_config *cfg = dev->config; in qmspi_configure() local
804 const struct spi_qmspi_config *cfg = dev->config; in qmspi_release() local
833 const struct spi_qmspi_config *cfg = dev->config; in qmspi_xec_isr() local
927 const struct spi_qmspi_config *cfg = dev->config; in qmspi_xec_init() local
/Zephyr-latest/drivers/mspi/
Dmspi_dw.c517 const struct mspi_dev_cfg *cfg) in _api_dev_config()
668 const struct mspi_dev_cfg *cfg) in api_dev_config()
1053 const struct mspi_xip_cfg *cfg) in _api_xip_config()
1158 const struct mspi_xip_cfg *cfg) in api_xip_config()
/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c144 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_configure() local
337 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_init() local
482 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_get_time() local
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c82 int icm42688_convert_raw_to_q31(struct icm42688_cfg *cfg, enum sensor_channel chan, int32_t reading, in icm42688_convert_raw_to_q31()
419 struct icm42688_cfg cfg = { in icm42688_one_shot_decode() local
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.c55 const struct lis2dh_config *cfg = dev->config; in lis2dh_sample_fetch_temp() local
350 const struct lis2dh_config *cfg = dev->config; in lis2dh_init() local

1...<<21222324252627282930>>...39