Home
last modified time | relevance | path

Searched defs:cfg (Results 426 – 450 of 952) sorted by relevance

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

/Zephyr-latest/drivers/can/
Dcan_renesas_ra.c211 const struct can_renesas_ra_cfg *cfg = dev->config; in get_free_filter_id() local
348 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_ra_call_rx_cb() local
661 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_ra_remove_rx_filter() local
767 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_ra_get_core_clock() local
776 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_ra_get_max_filters() local
843 struct can_renesas_ra_cfg *cfg = (struct can_renesas_ra_cfg *)dev->config; in can_renesas_ra_apply_default_config() local
876 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_module_clock_init() local
942 const struct can_renesas_ra_cfg *cfg = dev->config; in can_renesas_ra_init() local
1054 const struct can_renesas_ra_global_cfg *cfg = dev->config; in can_renesas_ra_global_init() local
/Zephyr-latest/drivers/sensor/tdk/icm42x70/
Dicm42x70.c36 const struct icm42x70_config *cfg = dev->config; in icm42x70_reg_read() local
50 const struct icm42x70_config *cfg = dev->config; in icm42x70_reg_write() local
383 const struct icm42x70_config *cfg = dev->config; in icm42x70_turn_on_sensor() local
501 const struct icm42x70_config *cfg = dev->config; in icm42x70_channel_get() local
833 const struct icm42x70_config *cfg = dev->config; in icm42x70_attr_get() local
893 const struct icm42x70_config *cfg = dev->config; in icm42x70_bus_check() local
/Zephyr-latest/drivers/counter/
Drtc_mcp7940n.c198 const struct mcp7940n_config *cfg = dev->config; in read_register() local
217 const struct mcp7940n_config *cfg = dev->config; in read_time() local
241 const struct mcp7940n_config *cfg = dev->config; in write_register() local
264 const struct mcp7940n_config *cfg = dev->config; in write_data_block() local
589 const struct counter_top_cfg *cfg) in mcp7940n_counter_set_top_value()
663 const struct mcp7940n_config *cfg = dev->config; in mcp7940n_init() local
/Zephyr-latest/drivers/watchdog/
Dwdt_iwdg_stm32.c87 const struct iwdg_stm32_config *cfg = dev->config; in iwdg_stm32_setup() local
178 const struct iwdg_stm32_config *cfg = dev->config; in iwdg_stm32_feed() local
Dwdt_ambiq.c55 am_hal_wdt_config_t cfg; in wdt_ambiq_setup() local
109 static int wdt_ambiq_install_timeout(const struct device *dev, const struct wdt_timeout_cfg *cfg) in wdt_ambiq_install_timeout()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c483 const struct uarte_nrfx_config *cfg = dev->config; in api_rx_enable() local
555 const struct uarte_nrfx_config *cfg = dev->config; in api_poll_in() local
640 const struct uart_config *cfg) in uarte_nrfx_configure()
714 struct uart_config *cfg) in uarte_nrfx_config_get()
727 const struct uarte_nrfx_config *cfg = dev->config; in api_err_check() local
796 const struct uarte_nrfx_config *cfg = dev->config; in start_rx() local
821 const struct uarte_nrfx_config *cfg = dev->config; in async_to_irq_trampoline() local
835 const struct uarte_nrfx_config *cfg = dev->config; in uarte_nrfx_init() local
893 const struct uarte_nrfx_config *cfg = dev->config; in stop_rx() local
912 const struct uarte_nrfx_config *cfg = dev->config; in uarte_nrfx_pm_action() local
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c1341 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_rx() local
1404 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_tx() local
1577 const struct eth_sam_dev_cfg *const cfg = dev->config; in queue0_isr() local
1628 const struct eth_sam_dev_cfg *const cfg = dev->config; in priority_queue_isr() local
1712 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_initialize() local
1770 const struct eth_sam_dev_cfg *const cfg = dev->config; in phy_link_state_changed() local
1797 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_sam_gmac_get_phy() local
1806 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth0_iface_init() local
1942 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_sam_gmac_set_qav_param() local
1994 const struct eth_sam_dev_cfg *const cfg = dev->config; in eth_sam_gmac_set_config() local
[all …]
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688.h322 struct icm42688_cfg cfg; member
417 static inline void icm42688_accel_g(struct icm42688_cfg *cfg, int32_t in, int32_t *out_g, in icm42688_accel_g()
454 static inline void icm42688_gyro_dps(const struct icm42688_cfg *cfg, int32_t in, int32_t *out_dps, in icm42688_gyro_dps()
506 static inline void icm42688_accel_ms(const struct icm42688_cfg *cfg, int32_t in, int32_t *out_ms, in icm42688_accel_ms()
546 static inline void icm42688_gyro_rads(const struct icm42688_cfg *cfg, int32_t in, int32_t *out_rads, in icm42688_gyro_rads()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c51 const struct bmp388_config *cfg = dev->config; in bmp388_bus_check() local
59 const struct bmp388_config *cfg = dev->config; in bmp388_reg_read() local
67 const struct bmp388_config *cfg = dev->config; in bmp388_reg_write() local
79 const struct bmp388_config *cfg = dev->config; in bmp388_reg_field_update() local
473 const struct bmp388_config *cfg = dev->config; in bmp388_init() local
/Zephyr-latest/drivers/led_strip/
Dws2812_i2s.c68 const struct ws2812_i2s_cfg *cfg = dev->config; in ws2812_strip_update_rgb() local
155 const struct ws2812_i2s_cfg *cfg = dev->config; in ws2812_strip_length() local
162 const struct ws2812_i2s_cfg *cfg = dev->config; in ws2812_i2s_init() local
/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.c30 const struct max17262_config *cfg = dev->config; in max17262_reg_read() local
56 const struct max17262_config *cfg = dev->config; in max17262_reg_write() local
/Zephyr-latest/drivers/sensor/pms7003/
Dpms7003.c114 const struct pms7003_config *cfg = dev->config; in pms7003_sample_fetch() local
177 const struct pms7003_config *cfg = dev->config; in pms7003_init() local
/Zephyr-latest/subsys/input/
Dinput_keymap.c35 const struct keymap_config *cfg = dev->config; in keymap_cb() local
76 const struct keymap_config *cfg = dev->config; in keymap_init() local
/Zephyr-latest/drivers/input/
Dinput_chsc6x.c41 const struct chsc6x_config *cfg = dev->config; in chsc6x_process() local
80 const struct chsc6x_config *cfg = dev->config; in chsc6x_chip_init() local
/Zephyr-latest/drivers/charger/
Dsbs_charger.c24 const struct sbs_charger_config *cfg; in sbs_cmd_reg_read() local
150 const struct sbs_charger_config *cfg = dev->config; in sbs_charger_init() local
/Zephyr-latest/drivers/spi/
Dspi_sam.c97 const struct spi_sam_config *cfg = dev->config; in spi_sam_configure() local
446 const struct spi_sam_config *cfg = dev->config; in spi_sam_rx() local
474 const struct spi_sam_config *cfg = dev->config; in spi_sam_tx() local
503 const struct spi_sam_config *cfg = dev->config; in spi_sam_txrx() local
530 const struct spi_sam_config *cfg = dev->config; in spi_sam_fast_transceive() local
657 const struct spi_sam_config *cfg = dev->config; in spi_sam_iodev_start() local
752 const struct spi_sam_config *cfg = dev->config; in spi_sam_transceive() local
812 const struct spi_sam_config *cfg = dev->config; in spi_sam_init() local
/Zephyr-latest/scripts/west_commands/runners/
Dqemu.py27 def do_create(cls, cfg, args): argument
Dxtensa.py29 def do_create(cls, cfg, args): argument
Dlinkserver.py24 def __init__(self, cfg, device, core, argument
96 def do_create(cls, cfg, args): argument
/Zephyr-latest/drivers/ethernet/phy/
Dphy_mii.c50 const struct phy_mii_dev_config *const cfg = dev->config; in phy_mii_reg_read() local
62 const struct phy_mii_dev_config *const cfg = dev->config; in phy_mii_reg_write() local
144 const struct phy_mii_dev_config *const cfg = dev->config; in update_link_state() local
424 const struct phy_mii_dev_config *const cfg = dev->config; in phy_mii_initialize() local
/Zephyr-latest/drivers/sensor/ti/tmp108/
Dtmp108.c24 const struct tmp108_config *cfg = dev->config; in tmp108_reg_read() local
40 const struct tmp108_config *cfg = dev->config; in tmp108_reg_write() local
377 const struct tmp108_config *cfg = dev->config; in tmp108_init() local
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c29 const struct bmi270_config *cfg = dev->config; in bmi270_bus_check() local
36 const struct bmi270_config *cfg = dev->config; in bmi270_bus_init() local
43 const struct bmi270_config *cfg = dev->config; in bmi270_reg_read() local
51 const struct bmi270_config *cfg = dev->config; in bmi270_reg_write() local
453 const struct bmi270_config *cfg = dev->config; in write_config_file() local
/Zephyr-latest/drivers/ipm/
Dipm_stm32_ipcc.c105 const struct stm32_ipcc_mailbox_config *cfg = dev->config; in stm32_ipcc_mailbox_rx_isr() local
133 const struct stm32_ipcc_mailbox_config *cfg = dev->config; in stm32_ipcc_mailbox_tx_isr() local
156 const struct stm32_ipcc_mailbox_config *cfg = dev->config; in stm32_ipcc_mailbox_ipm_send() local
215 const struct stm32_ipcc_mailbox_config *cfg = dev->config; in stm32_ipcc_mailbox_ipm_set_enabled() local
243 const struct stm32_ipcc_mailbox_config *cfg = dev->config; in stm32_ipcc_mailbox_init() local
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c22 const struct sensor_read_config *cfg = iodev_sqe->sqe.iodev->data; in mmc56x3_submit_sync() local
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c24 const struct sensor_read_config *cfg = iodev_sqe->sqe.iodev->data; in bme280_submit_sync() local

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