| /Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ | 
| D | nxp-s32-pinctrl.h | 36 #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-latest/drivers/serial/ | 
| D | uart_lpc11u6x.c | 19 	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 …] 
 | 
| D | usart_gd32.c | 56 	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 …] 
 | 
| D | uart_sam.c | 47 	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-latest/drivers/modem/ | 
| D | modem_socket.c | 22 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-latest/subsys/modbus/ | 
| D | modbus_serial.c | 34 	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-latest/drivers/gpio/ | 
| D | gpio_grgpio2.c | 25 struct cfg {  struct 45 	const struct cfg *cfg = dev->config;  in pin_configure()  local 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 …] 
 | 
| D | gpio_psoc6.c | 44 	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
  | 
| D | gpio_max32.c | 34 	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
  | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_gd32.c | 57 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 …] 
 | 
| D | i2c_ll_stm32_v1.c | 50 	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-latest/drivers/sensor/st/lis2dh/ | 
| D | lis2dh_i2c.c | 26 	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-latest/drivers/sensor/bosch/bma4xx/ | 
| D | bma4xx_i2c.c | 22 	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-latest/drivers/sensor/ti/tmp435/ | 
| D | tmp435.c | 21 static inline int tmp435_reg_read(const struct tmp435_config *cfg, uint8_t reg, uint8_t *buf,  in tmp435_reg_read() 27 static inline int tmp435_reg_write(const struct tmp435_config *cfg, uint8_t reg, uint8_t *buf,  in tmp435_reg_write() 33 static inline int tmp435_get_status(const struct tmp435_config *cfg, uint8_t *status)  in tmp435_get_status() 43 	const struct tmp435_config *cfg = dev->config;  in tmp435_one_shot()  local 69 	const struct tmp435_config *cfg = dev->config;  in tmp435_sample_fetch()  local 123 	const struct tmp435_config *cfg = dev->config;  in tmp435_channel_get()  local 155 	const struct tmp435_config *cfg = dev->config;  in tmp435_init()  local
  | 
| /Zephyr-latest/drivers/clock_control/ | 
| D | clock_control_sam_pmc.c | 26 	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-latest/drivers/dai/nxp/esai/ | 
| D | esai.c | 35 				      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-latest/drivers/sensor/st/lsm6dsl/ | 
| D | lsm6dsl_i2c.c | 24 	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-latest/drivers/sensor/tdk/icm42605/ | 
| D | icm42605_setup.c | 19 	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-latest/drivers/sensor/st/lis2dux12/ | 
| D | lis2duxs12_api.c | 18 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_set_odr_raw()  local 30 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_set_range()  local 64 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_sample_fetch_accel()  local 87 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_sample_fetch_temp()  local 108 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_handle_interrupt()  local 132 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2duxs12_init_interrupt()  local 175 	const struct lis2dux12_config *const cfg = dev->config;  in st_lis2duxs12_init()  local
  | 
| D | lis2dux12_api.c | 18 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_set_odr_raw()  local 30 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_set_range()  local 64 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_sample_fetch_accel()  local 87 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_sample_fetch_temp()  local 108 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_handle_interrupt()  local 132 	const struct lis2dux12_config *cfg = dev->config;  in st_lis2dux12_init_interrupt()  local 175 	const struct lis2dux12_config *const cfg = dev->config;  in st_lis2dux12_init()  local
  | 
| /Zephyr-latest/drivers/w1/ | 
| D | w1_ds2477_85_common.c | 22 	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-latest/drivers/sensor/st/lps2xdf/ | 
| D | lps2xdf_trigger.c | 32 	const struct lps2xdf_config *const cfg = dev->config;  in lps2xdf_config_int()  local 42 	const struct lps2xdf_config *const cfg = dev->config;  in lps2xdf_trigger_set()  local 64 	const struct lps2xdf_config *cfg = lps2xdf->dev->config;  in lps2xdf_gpio_callback()  local 79 	const struct lps2xdf_config *const cfg = dev->config;  in lps2xdf_thread()  local 95 	const struct lps2xdf_config *const cfg = dev->config;  in lps2xdf_work_cb()  local 121 	const struct lps2xdf_config *cfg = dev->config;  in lps2xdf_init_interrupt()  local
  | 
| D | lps22df.c | 17 	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 52 	const struct lps2xdf_config *const cfg = dev->config;  in lps22df_config_interrupt()  local 73 	const struct lps2xdf_config *cfg = dev->config;  in lps22df_handle_interrupt()  local 111 	const struct lps2xdf_config * const cfg = dev->config;  in lps22df_enable_int()  local 129 	const struct lps2xdf_config * const cfg = dev->config;  in lps22df_trigger_set()  local 167 	const struct lps2xdf_config *const cfg = dev->config;  in st_lps22df_init()  local
  | 
| /Zephyr-latest/drivers/input/ | 
| D | input_xec_kbd.c | 49 	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 189 	struct xec_kbd_config const *cfg = dev->config;  in xec_kbd_init()  local
  | 
| /Zephyr-latest/drivers/usb_c/tcpc/ | 
| D | rt1715.c | 79 	const struct rt1715_cfg *cfg = dev->config;  in tcpci_init_alert_mask()  local 113 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_get_cc()  local 143 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_select_rp_value()  local 153 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_get_rp_value()  local 160 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_set_cc()  local 189 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_vconn_discharge()  local 202 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_set_vconn()  local 237 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_set_roles()  local 266 	const struct rt1715_cfg *const cfg = dev->config;  in rt1715_tcpc_rx_fifo_enqueue()  local 322 	const struct rt1715_cfg *cfg = dev->config;  in rt1715_tcpc_set_rx_enable()  local [all …] 
 |