Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 156) sorted by relevance

1234567

/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c27 struct input_kbd_matrix_common_config common; member
43 struct input_kbd_matrix_common_data common; member
60 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_set_detect_mode() local
76 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_drive_column() local
108 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_read_row() local
143 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_init() local
Dinput_gpio_kbd_matrix.c22 struct input_kbd_matrix_common_config common; member
36 struct input_kbd_matrix_common_data common; member
48 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_drive_column() local
93 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_read_row() local
120 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_idle_poll_handler() local
134 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_set_detect_mode() local
191 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_init() local
Dinput_ite_it8xxx2_kbd.c34 struct input_kbd_matrix_common_config common; member
52 struct input_kbd_matrix_common_data common; member
62 const struct input_kbd_matrix_common_config *common = &config->common; in it8xxx2_kbd_drive_column() local
152 const struct input_kbd_matrix_common_config *common = &config->common; in it8xxx2_kbd_init() local
Dinput_xec_kbd.c29 struct input_kbd_matrix_common_config common; member
43 struct input_kbd_matrix_common_data common; member
/Zephyr-latest/tests/kernel/common/src/
Dmain.c35 ZTEST(common, test_version) in ZTEST() argument
48 ZTEST(common, test_bounds_check_mitigation) in ZTEST() argument
/Zephyr-latest/tests/drivers/build_all/interrupt_controller/common/
DCMakeLists.txt5 project(common) project
/Zephyr-latest/tests/bluetooth/controller/common/
DCMakeLists.txt9 add_library(common STATIC target
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps.h25 struct gpio_driver_data common; member
40 struct gpio_driver_config common; member
Dgpio_dw.h22 struct gpio_driver_config common; member
30 struct gpio_driver_data common; member
Dgpio_xlnx_ps_bank.h53 struct gpio_driver_data common; member
67 struct gpio_driver_config common; member
Dgpio_test.c20 struct gpio_driver_config common; member
25 struct gpio_driver_data common; member
Dgpio_ads114s0x.c27 struct gpio_driver_config common; member
33 struct gpio_driver_data common; member
Dgpio_lmp90xxx.c27 struct gpio_driver_config common; member
33 struct gpio_driver_data common; member
Dwch_gpio_ch32v00x.c18 struct gpio_driver_config common; member
25 struct gpio_driver_data common; member
Dgpio_brcmstb.c22 struct gpio_driver_config common; member
29 struct gpio_driver_data common; member
Dgpio_npm2100.c33 struct gpio_driver_config common; member
38 struct gpio_driver_data common; member
/Zephyr-latest/drivers/can/
Dcan_fake.c20 const struct can_driver_config common; member
24 struct can_driver_data common; member
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_mmio32.h22 struct gpio_driver_config common; member
29 struct gpio_driver_data common; member
/Zephyr-latest/drivers/regulator/
Dregulator_fixed.c19 struct regulator_common_config common; member
24 struct regulator_common_data common; member
Dregulator_mpm54304.c26 struct regulator_common_config common; member
32 struct regulator_common_data common; member
Dregulator_fake.c17 struct regulator_common_config common; member
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio_openthread.h149 struct ieee802154_config common; member
203 struct ieee802154_attr_value common; member
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h51 struct shell_uart_common common; member
61 struct shell_uart_common common; member
70 struct shell_uart_common common; member
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc22xx_stepper_controller.c15 struct step_dir_stepper_common_config common; member
22 struct step_dir_stepper_common_data common; member
/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c148 struct usb_dev_data common; member
422 struct usb_dev_data *common; in hid_status_cb() local
441 struct usb_dev_data *common; in hid_class_handle_req() local
515 struct usb_dev_data *common; in hid_custom_handle_req() local
557 struct usb_dev_data *common; in hid_int_in() local
579 struct usb_dev_data *common; in hid_int_out() local

1234567