Home
last modified time | relevance | path

Searched refs:keyb (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt11 - compatible: "google,cros-ec-keyb"
21 cros-ec-keyb {
22 compatible = "google,cros-ec-keyb";
/linux-4.4.14/drivers/input/serio/
Dmaceps2.c184 port_data[0].port = &mace->perif.ps2.keyb; in maceps2_init()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
/linux-4.4.14/arch/mips/include/asm/ip32/
Dmace.h245 struct mace_ps2port keyb; member
/linux-4.4.14/arch/arm/boot/dts/
Dcros-ec-keyboard.dtsi15 compatible = "google,cros-ec-keyb";
/linux-4.4.14/drivers/tty/serial/
Dsunsu.c1398 const char *keyb = of_get_property(ap, "keyboard", NULL); in su_get_type() local
1401 if (keyb) { in su_get_type()
1402 if (dp == of_find_node_by_path(keyb)) in su_get_type()