/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_axi.c | 38 struct gpio_driver_config common; member 51 struct gpio_driver_data common; member
|
D | gpio_andes_atcgpio100.c | 83 struct gpio_driver_config common; member 91 struct gpio_driver_data common; member
|
D | gpio_bcm2711.c | 50 struct gpio_driver_config common; member 61 struct gpio_driver_data common; member
|
D | gpio_nrfx.c | 23 struct gpio_driver_data common; member 29 struct gpio_driver_config common; member
|
D | gpio_tca6424a.c | 37 struct gpio_driver_config common; member 47 struct gpio_driver_data common; member
|
D | gpio_b91.c | 80 struct gpio_driver_config common; member 89 struct gpio_driver_data common; /* driver data */ member
|
D | gpio_ite_it8xxx2_v2.c | 36 struct gpio_driver_config common; member 63 struct gpio_driver_data common; member
|
D | gpio_rzt2m.c | 55 struct gpio_driver_config common; member 63 struct gpio_driver_data common; member
|
D | gpio_smartbond.c | 59 struct gpio_driver_data common; member 75 struct gpio_driver_config common; member
|
D | gpio_lpc11u6x.c | 92 struct gpio_driver_config common; member 101 struct gpio_driver_data common; member
|
D | gpio_nxp_s32.c | 55 struct gpio_driver_config common; member 68 struct gpio_driver_data common; member
|
D | gpio_renesas_ra.c | 64 struct gpio_driver_config common; member 72 struct gpio_driver_data common; member
|
D | gpio_mcux_rgpio.c | 26 struct gpio_driver_config common; member
|
D | gpio_mcux_igpio.c | 28 struct gpio_driver_config common; member
|
D | gpio_emul.c | 62 const struct gpio_driver_config common; member 84 struct gpio_driver_data common; member
|
D | gpio_renesas_rz.c | 24 struct gpio_driver_config common; member 35 struct gpio_driver_data common; member
|
D | gpio_stm32.h | 244 struct gpio_driver_config common; member 257 struct gpio_driver_data common; member
|
/Zephyr-latest/drivers/input/ |
D | input_stmpe811.c | 115 struct input_touchscreen_common_config common; member 336 const struct input_touchscreen_common_config *common = &config->common; in stmpe811_report_touch() local
|
D | input_ft5336.c | 54 struct input_touchscreen_common_config common; member
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_da1469x.c | 180 struct regulator_common_config common; member 188 struct regulator_common_data common; member
|
D | regulator_max20335.c | 60 struct regulator_common_config common; member 67 struct regulator_common_data common; member
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twim_rtio.c | 24 struct i2c_nrfx_twim_common_config common; member
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_uart.c | 292 struct shell_uart_common *common = (struct shell_uart_common *)transport->ctx; in init() local 528 struct shell_uart_common *common = (struct shell_uart_common *)shell_transport_uart.ctx; in shell_uart_smp_shell_data_get_ptr() local
|
/Zephyr-latest/include/zephyr/drivers/ |
D | can.h | 844 const struct can_driver_config *common = (const struct can_driver_config *)dev->config; in z_impl_can_get_bitrate_min() local 869 const struct can_driver_config *common = (const struct can_driver_config *)dev->config; in z_impl_can_get_bitrate_max() local 1107 const struct can_driver_config *common = (const struct can_driver_config *)dev->config; in z_impl_can_get_transceiver() local 1192 const struct can_driver_data *common = (const struct can_driver_data *)dev->data; in z_impl_can_get_mode() local
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 412 size_t common = 0; in str_common() local 463 uint16_t common = UINT16_MAX; in common_beginning_find() local 503 uint16_t common = common_beginning_find(sh, cmd, &completion, first, in partial_autocomplete() local
|