Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/Zephyr-Core-3.7.0/include/zephyr/dt-bindings/pinctrl/
Dnxp-s32-pinctrl.h36 #define NXP_S32_PINMUX_MSCR_SSS(cfg) \ argument
39 #define NXP_S32_PINMUX_IMCR_SSS(cfg) \ argument
42 #define NXP_S32_PINMUX_IMCR_IDX(cfg) \ argument
45 #define NXP_S32_PINMUX_MSCR_IDX(cfg) \ argument
48 #define NXP_S32_PINMUX_MSCR_SIUL2_IDX(cfg) \ argument
51 #define NXP_S32_PINMUX_IMCR_SIUL2_IDX(cfg) \ argument
54 #define NXP_S32_PINMUX_GET_MSCR_SSS(cfg) \ argument
57 #define NXP_S32_PINMUX_GET_IMCR_SSS(cfg) \ argument
60 #define NXP_S32_PINMUX_GET_IMCR_IDX(cfg) \ argument
63 #define NXP_S32_PINMUX_GET_MSCR_IDX(cfg) \ argument
[all …]
/Zephyr-Core-3.7.0/drivers/serial/
Duart_lpc11u6x.c19 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_poll_in() local
31 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_poll_out() local
40 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_err_check() local
78 const struct lpc11u6x_uart0_config *cfg, in lpc11u6x_uart0_config_baudrate()
102 const struct uart_config *cfg) in lpc11u6x_uart0_configure()
183 struct uart_config *cfg) in lpc11u6x_uart0_config_get()
202 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_fifo_fill() local
215 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_fifo_read() local
227 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_irq_tx_enable() local
240 const struct lpc11u6x_uart0_config *cfg = dev->config; in lpc11u6x_uart0_irq_tx_disable() local
[all …]
Dusart_gd32.c56 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_init() local
111 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_poll_in() local
127 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_poll_out() local
138 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_err_check() local
169 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_fifo_fill() local
183 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_fifo_read() local
196 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_irq_tx_enable() local
203 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_irq_tx_disable() local
210 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_irq_tx_ready() local
218 const struct gd32_usart_config *const cfg = dev->config; in usart_gd32_irq_tx_complete() local
[all …]
Duart_max32.c46 const struct max32_uart_config *cfg = dev->config; in api_poll_out() local
54 const struct max32_uart_config *cfg = dev->config; in api_poll_in() local
70 const struct max32_uart_config *cfg = dev->config; in api_err_check() local
92 const struct max32_uart_config *const cfg = dev->config; in api_configure() local
213 const struct max32_uart_config *const cfg = dev->config; in uart_max32_init() local
261 const struct max32_uart_config *cfg = dev->config; in api_fifo_fill() local
271 const struct max32_uart_config *cfg = dev->config; in api_fifo_read() local
283 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_enable() local
295 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_disable() local
303 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_ready() local
[all …]
Duart_sam.c47 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_poll_in() local
63 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_poll_out() local
77 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_err_check() local
103 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_baudrate_set() local
145 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_get_parity() local
165 const struct uart_config *cfg) in uart_sam_configure()
204 struct uart_config *cfg) in uart_sam_config_get()
224 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_fifo_fill() local
240 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_fifo_read() local
261 const struct uart_sam_dev_cfg *const cfg = dev->config; in uart_sam_irq_tx_enable() local
[all …]
/Zephyr-Core-3.7.0/drivers/modem/
Dmodem_socket.c22 uint16_t modem_socket_next_packet_size(struct modem_socket_config *cfg, struct modem_socket *sock) in modem_socket_next_packet_size()
72 int modem_socket_packet_size_update(struct modem_socket_config *cfg, struct modem_socket *sock, in modem_socket_packet_size_update()
150 int modem_socket_get(struct modem_socket_config *cfg, int family, int type, int proto) in modem_socket_get()
185 struct modem_socket *modem_socket_from_fd(struct modem_socket_config *cfg, int sock_fd) in modem_socket_from_fd()
203 struct modem_socket *modem_socket_from_id(struct modem_socket_config *cfg, int id) in modem_socket_from_id()
225 struct modem_socket *modem_socket_from_newid(struct modem_socket_config *cfg) in modem_socket_from_newid()
230 void modem_socket_put(struct modem_socket_config *cfg, int sock_fd) in modem_socket_put()
265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, in modem_socket_poll()
341 int modem_socket_poll_prepare(struct modem_socket_config *cfg, struct modem_socket *sock, in modem_socket_poll_prepare()
392 void modem_socket_wait_data(struct modem_socket_config *cfg, struct modem_socket *sock) in modem_socket_wait_data()
[all …]
/Zephyr-Core-3.7.0/subsys/modbus/
Dmodbus_serial.c34 struct modbus_serial_config *cfg = ctx->cfg; in modbus_serial_tx_on() local
45 struct modbus_serial_config *cfg = ctx->cfg; in modbus_serial_tx_off() local
55 struct modbus_serial_config *cfg = ctx->cfg; in modbus_serial_rx_on() local
66 struct modbus_serial_config *cfg = ctx->cfg; in modbus_serial_rx_off() local
101 struct modbus_serial_config *cfg = ctx->cfg; in modbus_ascii_rx_adu() local
187 struct modbus_serial_config *cfg = ctx->cfg; in modbus_ascii_tx_adu() local
245 struct modbus_serial_config *cfg = ctx->cfg; in modbus_rtu_rx_adu() local
282 struct modbus_serial_config *cfg = ctx->cfg; in rtu_tx_adu() local
313 struct modbus_serial_config *cfg = ctx->cfg; in cb_handler_rx() local
363 struct modbus_serial_config *cfg = ctx->cfg; in cb_handler_tx() local
[all …]
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_grgpio2.c25 struct cfg { struct
45 const struct cfg *cfg = dev->config; in pin_configure() argument
90 const struct cfg *cfg = dev->config; in port_get_raw() local
100 const struct cfg *cfg = dev->config; in port_set_masked_raw() local
117 const struct cfg *cfg = dev->config; in port_set_bits_raw() local
126 const struct cfg *cfg = dev->config; in port_clear_bits_raw() local
135 const struct cfg *cfg = dev->config; in port_toggle_bits() local
144 const struct cfg *cfg = dev->config; in get_pending_int() local
155 const struct cfg *cfg = dev->config; in pin_interrupt_configure() local
238 const struct cfg *cfg = dev->config; in grgpio_isr() local
[all …]
Dgpio_psoc6.c44 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_config() local
94 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_port_get_raw() local
108 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_port_set_masked_raw() local
119 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_port_set_bits_raw() local
130 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_port_clear_bits_raw() local
141 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_port_toggle_bits() local
154 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_pin_interrupt_configure() local
194 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_isr() local
224 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_get_pending_int() local
246 const struct gpio_psoc6_config * const cfg = dev->config; in gpio_psoc6_init() local
Dgpio_max32.c34 const struct max32_gpio_config *cfg = dev->config; in api_port_get_raw() local
43 const struct max32_gpio_config *cfg = dev->config; in api_port_set_masked_raw() local
51 const struct max32_gpio_config *cfg = dev->config; in api_port_set_bits_raw() local
59 const struct max32_gpio_config *cfg = dev->config; in api_port_clear_bits_raw() local
67 const struct max32_gpio_config *cfg = dev->config; in api_port_toggle_bits() local
75 const struct max32_gpio_config *cfg = dev->config; in api_pin_configure() local
148 const struct max32_gpio_config *cfg = dev->config; in api_pin_interrupt_configure() local
218 const struct max32_gpio_config *cfg = dev->config; in gpio_max32_isr() local
231 const struct max32_gpio_config *cfg = dev->config; in gpio_max32_init() local
Dgpio_cmsdk_ahb.c51 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_port_get_raw() local
62 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_port_set_masked_raw() local
72 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_port_set_bits_raw() local
82 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_port_clear_bits_raw() local
92 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_port_toggle_bits() local
102 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in cmsdk_ahb_gpio_config() local
159 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_pin_interrupt_configure() local
197 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_isr() local
238 const struct gpio_cmsdk_ahb_cfg * const cfg = dev->config; in gpio_cmsdk_ahb_init() local
/Zephyr-Core-3.7.0/drivers/sensor/st/lis2dh/
Dlis2dh_i2c.c26 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_read_data() local
35 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_write_data() local
44 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_read_reg() local
52 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_write_reg() local
60 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_update_reg() local
76 const struct lis2dh_config *cfg = dev->config; in lis2dh_i2c_init() local
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bma4xx/
Dbma4xx_i2c.c22 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_read_data() local
31 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_write_data() local
40 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_read_reg() local
48 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_write_reg() local
56 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_update_reg() local
72 const struct bma4xx_config *cfg = dev->config; in bma4xx_i2c_init() local
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_gd32.c57 static inline void i2c_gd32_enable_interrupts(const struct i2c_gd32_config *cfg) in i2c_gd32_enable_interrupts()
64 static inline void i2c_gd32_disable_interrupts(const struct i2c_gd32_config *cfg) in i2c_gd32_disable_interrupts()
72 const struct i2c_gd32_config *cfg) in i2c_gd32_xfer_read()
85 const struct i2c_gd32_config *cfg) in i2c_gd32_xfer_write()
100 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_handle_rbne() local
141 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_handle_tbe() local
165 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_handle_btc() local
203 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_handle_addsend() local
232 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_event_isr() local
263 const struct i2c_gd32_config *cfg = dev->config; in i2c_gd32_error_isr() local
[all …]
Di2c_ll_stm32_v1.c50 const struct i2c_stm32_config *cfg = dev->config; in stm32_i2c_disable_transfer_interrupts() local
66 const struct i2c_stm32_config *cfg = dev->config; in stm32_i2c_enable_transfer_interrupts() local
78 const struct i2c_stm32_config *cfg = dev->config; in stm32_i2c_reset() local
124 const struct i2c_stm32_config *cfg = dev->config; in stm32_i2c_master_finish() local
151 const struct i2c_stm32_config *cfg = dev->config; in msg_init() local
233 const struct i2c_stm32_config *cfg = dev->config; in handle_sb() local
267 const struct i2c_stm32_config *cfg = dev->config; in handle_addr() local
311 const struct i2c_stm32_config *cfg = dev->config; in handle_txe() local
341 const struct i2c_stm32_config *cfg = dev->config; in handle_rxne() local
397 const struct i2c_stm32_config *cfg = dev->config; in handle_btf() local
[all …]
/Zephyr-Core-3.7.0/drivers/dai/nxp/esai/
Desai.c35 struct esai_transceiver_config *cfg) in esai_get_clock_rate_config()
177 static int esai_get_clk_provider_config(const struct dai_config *cfg, in esai_get_clk_provider_config()
197 static int esai_get_clk_inversion_config(const struct dai_config *cfg, in esai_get_clk_inversion_config()
223 static int esai_get_proto_config(const struct dai_config *cfg, in esai_get_proto_config()
244 struct esai_transceiver_config *cfg) in esai_get_slot_format()
258 static void esai_get_xceiver_default_config(struct esai_transceiver_config *cfg) in esai_get_xceiver_default_config()
288 struct esai_transceiver_config *cfg) in esai_commit_config()
375 const struct dai_config *cfg, in esai_config_set()
533 struct dai_config *cfg, in esai_config_get()
642 const struct esai_config *cfg = dev->config; in esai_get_properties() local
[all …]
/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_control_sam_pmc.c26 const struct atmel_sam_pmc_config *cfg = (const struct atmel_sam_pmc_config *)sys; in atmel_sam_clock_control_on() local
52 const struct atmel_sam_pmc_config *cfg = (const struct atmel_sam_pmc_config *)sys; in atmel_sam_clock_control_off() local
79 const struct atmel_sam_pmc_config *cfg = (const struct atmel_sam_pmc_config *)sys; in atmel_sam_clock_control_get_rate() local
108 const struct atmel_sam_pmc_config *cfg = (const struct atmel_sam_pmc_config *)sys; in atmel_sam_clock_control_get_status() local
/Zephyr-Core-3.7.0/drivers/sensor/st/lsm6dsl/
Dlsm6dsl_i2c.c24 const struct lsm6dsl_config *cfg = dev->config; in lsm6dsl_i2c_read_data() local
32 const struct lsm6dsl_config *cfg = dev->config; in lsm6dsl_i2c_write_data() local
40 const struct lsm6dsl_config *cfg = dev->config; in lsm6dsl_i2c_read_reg() local
48 const struct lsm6dsl_config *cfg = dev->config; in lsm6dsl_i2c_update_reg() local
64 const struct lsm6dsl_config *cfg = dev->config; in lsm6dsl_i2c_init() local
/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42605/
Dicm42605_setup.c19 const struct icm42605_config *cfg = dev->config; in icm42605_set_fs() local
53 const struct icm42605_config *cfg = dev->config; in icm42605_set_odr() local
149 const struct icm42605_config *cfg = dev->config; in icm42605_sensor_init() local
237 const struct icm42605_config *cfg = dev->config; in icm42605_turn_on_fifo() local
322 const struct icm42605_config *cfg = dev->config; in icm42605_turn_off_fifo() local
392 const struct icm42605_config *cfg = dev->config; in icm42605_turn_on_sensor() local
428 const struct icm42605_config *cfg = dev->config; in icm42605_turn_off_sensor() local
/Zephyr-Core-3.7.0/drivers/w1/
Dw1_ds2477_85_common.c22 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_write_port_config() local
49 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_read_port_config() local
77 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_reset_master() local
102 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_reset_bus() local
126 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_read_bit() local
142 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_write_bit() local
159 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_read_byte() local
175 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_write_byte() local
191 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_write_block() local
228 const struct w1_ds2477_85_config *cfg = dev->config; in ds2477_85_read_block() local
[all …]
/Zephyr-Core-3.7.0/drivers/input/
Dinput_xec_kbd.c49 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_clear_girq_status() local
60 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_configure_girq() local
72 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_clr_slp_en() local
83 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_drive_column() local
100 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_read_row() local
117 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_set_detect_mode() local
142 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_pm_action() local
184 struct xec_kbd_config const *cfg = dev->config; in xec_kbd_init() local
Dinput_kbd_matrix.c28 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_ghosting() local
73 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_drive_column() local
85 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_scan() local
118 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_update_state() local
213 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_check_key_events() local
239 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_poll_timeout() local
250 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_poll() local
288 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_polling_thread() local
336 const struct input_kbd_matrix_common_config *cfg = dev->config; in input_kbd_matrix_actual_key_mask_set() local
/Zephyr-Core-3.7.0/drivers/sensor/st/iis2iclx/
Diis2iclx_trigger.c28 const struct iis2iclx_config *cfg = dev->config; in iis2iclx_enable_t_int() local
55 const struct iis2iclx_config *cfg = dev->config; in iis2iclx_enable_xl_int() local
94 const struct iis2iclx_config *cfg = dev->config; in iis2iclx_trigger_set() local
133 const struct iis2iclx_config *cfg = dev->config; in iis2iclx_handle_interrupt() local
171 const struct iis2iclx_config *cfg = iis2iclx->dev->config; in iis2iclx_gpio_callback() local
212 const struct iis2iclx_config *cfg = dev->config; in iis2iclx_init_interrupt() local
/Zephyr-Core-3.7.0/drivers/sensor/st/lps2xdf/
Dlps22df.c17 const struct lps2xdf_config *const cfg = dev->config; in lps22df_mode_set_odr_raw() local
31 const struct lps2xdf_config *const cfg = dev->config; in lps22df_sample_fetch() local
55 const struct lps2xdf_config *cfg = dev->config; in lps22df_handle_interrupt() local
93 const struct lps2xdf_config * const cfg = dev->config; in lps22df_enable_int() local
111 const struct lps2xdf_config * const cfg = dev->config; in lps22df_trigger_set() local
148 const struct lps2xdf_config *const cfg = dev->config; in st_lps22df_init() local
/Zephyr-Core-3.7.0/drivers/sensor/st/ism330dhcx/
Dism330dhcx_trigger.c28 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_t_int() local
56 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_xl_int() local
92 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_g_int() local
130 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_trigger_set() local
175 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_handle_interrupt() local
215 const struct ism330dhcx_config *cfg = ism330dhcx->dev->config; in ism330dhcx_gpio_callback() local
256 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_init_interrupt() local

12345678910>>...33