/u-boot/doc/device-tree-bindings/input/ |
A D | hid-over-i2c.txt | 10 If this binding is used, the kernel module i2c-hid will handle the communication 11 with the device and the generic hid core layer will handle the protocol. 14 - compatible: must be "hid-over-i2c" 16 - hid-descr-addr: HID descriptor address 24 "hid-over-i2c" string. 38 i2c-hid-dev@2c { 39 compatible = "hid-over-i2c"; 41 hid-descr-addr = <0x0020>;
|
/u-boot/doc/device-tree-bindings/i2c/ |
A D | generic-acpi.txt | 10 - acpi,hid : HID name for the device 24 - hid-descr-addr : HID register offset (for Human Interface Devices) 32 acpi,hid = "ELAN0001";
|
/u-boot/doc/device-tree-bindings/ |
A D | device.txt | 7 also hid-over-i2c.txt which describes HID devices. See also 18 - acpi,hid : Contains the string to use as the HID (Hardware ID) 38 acpi,hid = "ELAN0001";
|
/u-boot/drivers/i2c/ |
A D | acpi_i2c.c | 78 acpigen_write_name_string(ctx, "_HID", priv->hid); in acpi_i2c_fill_ssdt() 189 priv->hid = dev_read_string(dev, "acpi,hid"); in acpi_i2c_of_to_plat() 190 if (!priv->hid) in acpi_i2c_of_to_plat()
|
/u-boot/doc/imx/misc/ |
A D | sdp.txt | 61 hid,uboot_header,1024,0x910000,0x10000000,1G,0x00900000,0x40000 77 hid,1024,0x10000000,1G,0x00907000,0x31000 93 hid,1024,0x910000,0x10000000,1G,0x00900000,0x40000 99 hid,uboot_header,1024,0x10000000,1G,0x00907000,0x31000
|
/u-boot/arch/arm/dts/ |
A D | imx6dl-brppt2.dts | 230 touch2: i2c-hid-dev@2c { 231 compatible = "hid-over-i2c"; 233 hid-descr-addr = <0x0001>;
|
A D | rk3288-veyron-jerry.dts | 217 compatible = "hid-over-i2c"; 221 hid-descr-addr = <0x0020>;
|
A D | rk3399-gru-kevin.dts | 206 compatible = "hid-over-i2c"; 217 hid-descr-addr = <0x1>;
|
/u-boot/board/bticino/mamoj/ |
A D | README | 48 hid,1024,0x910000,0x10000000,512M,0x00900000,0x40000 53 hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
|
/u-boot/drivers/tpm/ |
A D | cr50_i2c.c | 612 const char *hid; in cr50_acpi_fill_ssdt() local 622 hid = dev_read_string(dev, "acpi,hid"); in cr50_acpi_fill_ssdt() 623 if (!hid) in cr50_acpi_fill_ssdt() 629 acpigen_write_name_string(ctx, "_HID", hid); in cr50_acpi_fill_ssdt()
|
/u-boot/drivers/usb/gadget/ |
A D | ep0.c | 327 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor() 334 class_descriptor->descriptor.hid.bLength, in ep0_get_descriptor()
|
/u-boot/include/acpi/ |
A D | acpi_device.h | 299 const char *hid; member
|
/u-boot/arch/x86/dts/ |
A D | chromebook_coral.dts | 327 acpi,hid = "MX98357A"; 442 acpi,hid = "GOOG0005"; 461 acpi,hid = "ELAN0001"; 476 acpi,hid = "RAYD0001"; 504 acpi,hid = "ELAN0000"; 512 compatible = "hid-over-i2c"; 514 acpi,hid = "PNP0C50"; 520 hid-descr-addr = <0x20>; 535 compatible = "hid-over-i2c"; 537 acpi,hid = "WCOM50C1"; [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_device_path_to_text.c | 93 s += sprintf(s, "Acpi(PNP%04X,%d)", EISA_PNP_NUM(adp->hid), in dp_acpi()
|
/u-boot/include/ |
A D | usbdescriptors.h | 503 struct usb_class_hid_descriptor hid; member
|
A D | efi_api.h | 517 u32 hid; member
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | Kconfig | 298 source "arch/powerpc/cpu/mpc83xx/hid/Kconfig"
|
/u-boot/include/linux/soc/ti/ |
A D | ti_sci_protocol.h | 287 u8 hid);
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 301 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
|