Home
last modified time | relevance | path

Searched defs:cfg (Results 401 – 425 of 952) sorted by relevance

1...<<11121314151617181920>>...39

/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_trigger.c174 const struct bmi270_config *cfg = dev->config; in bmi270_init_interrupts() local
226 const struct bmi270_config *cfg = dev->config; in bmi270_anymo_config() local
288 const struct bmi270_config *cfg = dev->config; in bmi270_trigger_set() local
/Zephyr-latest/drivers/firmware/scmi/
Dclk.c74 int scmi_clock_rate_set(struct scmi_protocol *proto, struct scmi_clock_rate_config *cfg) in scmi_clock_rate_set()
153 struct scmi_clock_parent_config cfg = {.clk_id = clk_id, .parent_id = parent_id}; in scmi_clock_parent_set() local
188 struct scmi_clock_config *cfg) in scmi_clock_config_set()
/Zephyr-latest/drivers/clock_control/
Dclock_control_lpc11u6x.c111 const struct lpc11u6x_syscon_config *cfg = dev->config; in lpc11u6x_clock_control_on() local
183 const struct lpc11u6x_syscon_config *cfg = dev->config; in lpc11u6x_clock_control_off() local
279 const struct lpc11u6x_syscon_config *cfg = dev->config; in lpc11u6x_syscon_init() local
/Zephyr-latest/drivers/counter/
Dcounter_esp32_rtc.c58 const struct counter_esp32_config *cfg = dev->config; in counter_esp32_init() local
160 const struct counter_top_cfg *cfg) in counter_esp32_set_top_value()
187 const struct counter_esp32_config *cfg = dev->config; in counter_esp32_get_top_value() local
Dcounter_ll_stm32_rtc.c190 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_start() local
213 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_stop() local
493 const struct counter_top_cfg *cfg) in rtc_stm32_set_top_value()
553 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_init() local
655 const struct rtc_stm32_config *cfg = dev->config; in rtc_stm32_pm_action() local
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc.c228 const struct netc_eth_config *cfg = dev->config; in netc_eth_tx() local
284 const struct netc_eth_config *cfg = dev->config; in netc_eth_get_capabilities() local
308 const struct netc_eth_config *cfg = dev->config; in netc_eth_set_config() local
/Zephyr-latest/drivers/usb/udc/
Dudc_renesas_ra.c129 struct udc_ep_config *cfg = udc_get_ep_cfg(dev, USB_CONTROL_EP_OUT); in usbd_ctrl_feed_dout() local
323 static int udc_renesas_ra_ep_enqueue(const struct device *dev, struct udc_ep_config *const cfg, in udc_renesas_ra_ep_enqueue()
348 static int udc_renesas_ra_ep_dequeue(const struct device *dev, struct udc_ep_config *const cfg) in udc_renesas_ra_ep_dequeue()
372 static int udc_renesas_ra_ep_enable(const struct device *dev, struct udc_ep_config *const cfg) in udc_renesas_ra_ep_enable()
397 static int udc_renesas_ra_ep_disable(const struct device *dev, struct udc_ep_config *const cfg) in udc_renesas_ra_ep_disable()
414 static int udc_renesas_ra_ep_set_halt(const struct device *dev, struct udc_ep_config *const cfg) in udc_renesas_ra_ep_set_halt()
429 static int udc_renesas_ra_ep_clear_halt(const struct device *dev, struct udc_ep_config *const cfg) in udc_renesas_ra_ep_clear_halt()
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c286 const struct dai_config *cfg, in dai_dmic_program_channel_map()
374 static int dai_dmic_timestamp_config(const struct device *dev, struct dai_ts_cfg *cfg) in dai_dmic_timestamp_config()
381 static int dai_timestamp_dmic_start(const struct device *dev, struct dai_ts_cfg *cfg) in dai_timestamp_dmic_start()
401 static int dai_timestamp_dmic_stop(const struct device *dev, struct dai_ts_cfg *cfg) in dai_timestamp_dmic_stop()
408 static int dai_timestamp_dmic_get(const struct device *dev, struct dai_ts_cfg *cfg, in dai_timestamp_dmic_get()
720 static int dai_dmic_get_config(const struct device *dev, struct dai_config *cfg, enum dai_dir dir) in dai_dmic_get_config()
738 const struct dai_config *cfg, const void *bespoke_cfg) in dai_dmic_set_config()
/Zephyr-latest/scripts/west_commands/runners/
Dnrfjprog.py20 def __init__(self, cfg, family, softreset, pinreset, dev_id, erase=False, argument
46 def do_create(cls, cfg, args): argument
/Zephyr-latest/drivers/sensor/seeed/grove/
Dlight_sensor.c54 const struct gls_config *cfg = dev->config; in gls_sample_fetch() local
89 const struct gls_config *cfg = dev->config; in gls_init() local
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_wch_afio.c29 uint8_t cfg = 0; in pinctrl_configure_pins() local
Dpinctrl_wch_20x_30x_afio.c34 uint8_t cfg = 0; in pinctrl_configure_pins() local
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dstart_stop.c30 struct k_work_queue_config cfg = { in ZTEST() local
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345.c29 const struct adxl345_dev_config *cfg = dev->config; in adxl345_reg_access_i2c() local
48 const struct adxl345_dev_config *cfg = dev->config; in adxl345_reg_access_spi() local
72 const struct adxl345_dev_config *cfg = dev->config; in adxl345_reg_access() local
123 const struct adxl345_dev_config *cfg = dev->config; in adxl345_bus_is_ready() local
414 const struct adxl345_dev_config *cfg = dev->config; in adxl345_interrupt_config() local
443 const struct adxl345_dev_config *cfg = dev->config; in adxl345_init() local
/Zephyr-latest/drivers/pwm/
Dpwm_intel_blinky.c41 const struct bk_intel_config *cfg = dev->config; in bk_intel_set_cycles() local
86 const struct bk_intel_config *cfg = dev->config; in bk_intel_get_cycles_per_sec() local
/Zephyr-latest/subsys/input/
Dinput_double_tap.c44 const struct double_tap_config *cfg = dev->config; in double_tap_cb() local
79 const struct double_tap_config *cfg = dev->config; in double_tap_init() local
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.c49 static int dai_hda_config_get(const struct device *dev, struct dai_config *cfg, enum dai_dir dir) in dai_hda_config_get()
69 static int dai_hda_config_set(const struct device *dev, const struct dai_config *cfg, in dai_hda_config_set()
/Zephyr-latest/drivers/i2c/
Di2c_max32_rtio.c71 const struct max32_i2c_config *const cfg = dev->config; in max32_do_configure() local
109 const struct max32_i2c_config *const cfg = dev->config; in max32_msg_start() local
305 const struct max32_i2c_config *const cfg = dev->config; in max32_complete() local
341 const struct max32_i2c_config *cfg = dev->config; in i2c_max32_isr() local
353 const struct max32_i2c_config *const cfg = dev->config; in i2c_max32_init() local
/Zephyr-latest/drivers/sensor/meas/ms5837/
Dms5837.c24 const struct ms5837_config *cfg = dev->config; in ms5837_get_measurement() local
275 const struct ms5837_config *cfg = dev->config; in ms5837_read_prom() local
291 const struct ms5837_config *cfg = dev->config; in ms5837_init() local
/Zephyr-latest/drivers/led_strip/
Dws2812_spi.c82 const struct ws2812_spi_cfg *cfg = dev_cfg(dev); in ws2812_strip_update_rgb() local
139 const struct ws2812_spi_cfg *cfg = dev_cfg(dev); in ws2812_strip_length() local
146 const struct ws2812_spi_cfg *cfg = dev_cfg(dev); in ws2812_spi_init() local
/Zephyr-latest/drivers/serial/
Duart_sam0.c69 const struct uart_sam0_dev_cfg *cfg; member
140 const struct uart_sam0_dev_cfg *const cfg = dev_data->cfg; in uart_sam0_dma_tx_done() local
149 const struct uart_sam0_dev_cfg *const cfg = dev_data->cfg; in uart_sam0_tx_halt() local
230 const struct uart_sam0_dev_cfg *const cfg = dev_data->cfg; in uart_sam0_dma_rx_done() local
309 const struct uart_sam0_dev_cfg *const cfg = dev_data->cfg; in uart_sam0_rx_timeout() local
395 const struct uart_sam0_dev_cfg *const cfg = dev->config; in uart_sam0_configure() local
508 const struct uart_sam0_dev_cfg *const cfg = dev->config; in uart_sam0_init() local
717 const struct uart_sam0_dev_cfg *const cfg = dev->config; in uart_sam0_isr() local
966 const struct uart_sam0_dev_cfg *const cfg = dev->config; in uart_sam0_tx() local
1010 const struct uart_sam0_dev_cfg *const cfg = dev->config; in uart_sam0_tx_abort() local
[all …]
/Zephyr-latest/drivers/spi/
Dspi_pl022.c344 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_configure() local
436 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_dma_enabled_num() local
443 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_dma_setup() local
517 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_start_dma_transceive() local
552 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_complete() local
565 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_dma_callback() local
637 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_async_xfer() local
694 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_start_async_xfer() local
716 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_isr() local
735 const struct spi_pl022_cfg *cfg = dev->config; in spi_pl022_xfer() local
[all …]
Dspi_max32.c86 const struct max32_spi_config *cfg = dev->config; in spi_configure() local
244 const struct max32_spi_config *cfg = dev->config; in spi_max32_transceive() local
353 const struct max32_spi_config *cfg = dev->config; in transceive() local
530 const struct max32_spi_config *cfg = dev->config; in transceive_dma() local
666 struct max32_spi_config *cfg = (struct max32_spi_config *)dev->config; in spi_max32_iodev_prepare_start() local
697 struct max32_spi_config *cfg = (struct max32_spi_config *)dev->config; in spi_max32_iodev_complete() local
731 const struct max32_spi_config *cfg = dev->config; in api_transceive() local
802 const struct max32_spi_config *cfg = dev->config; in spi_max32_isr() local
866 const struct max32_spi_config *const cfg = dev->config; in spi_max32_init() local
/Zephyr-latest/drivers/ethernet/
Deth_adin2111.c145 const struct adin2111_config *cfg = dev->config; in eth_adin2111_oa_spi_xfer() local
425 const struct adin2111_config *cfg = dev->config; in eth_adin2111_reg_read_generic() local
479 const struct adin2111_config *cfg = dev->config; in eth_adin2111_reg_write_generic() local
543 const struct adin2111_config *cfg = dev->config; in adin2111_read_fifo() local
641 const struct adin2111_port_config *cfg = dev->config; in adin2111_port_on_phyint() local
802 const struct adin2111_port_config *cfg = dev->config; in adin2111_port_send() local
999 const struct adin2111_config *cfg = dev->config; in adin2111_filter_multicast() local
1014 const struct adin2111_config *cfg = dev->config; in adin2111_filter_broadcast() local
1134 const struct adin2111_config *cfg = dev->config; in eth_adin2111_set_promiscuous() local
1151 const struct adin2111_port_config *cfg = dev->config; in adin2111_port_iface_init() local
[all …]
Deth_nxp_s32_netc_vsi.c38 const struct nxp_s32_eth_config *cfg = dev->config; in nxp_s32_eth_iface_init() local

1...<<11121314151617181920>>...39