| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
| H A D | create_usbhid.sh | 25 mkdir functions/hid.0 27 echo 1 > functions/hid.0/protocol # 1: keyboard 28 echo 8 > functions/hid.0/report_length 29 echo 1 > functions/hid.0/subclass 64 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc 67 mkdir functions/hid.1 69 echo 2 > functions/hid.1/protocol # 2: mouse 70 echo 6 > functions/hid.1/report_length 71 echo 1 > functions/hid.1/subclass 112 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc [all …]
|
| /openbmc/obmc-ikvm/ |
| H A D | create_usbhid.sh | 35 mkdir functions/hid.0 37 echo 1 > functions/hid.0/protocol # 1: keyboard 38 echo 8 > functions/hid.0/report_length 39 echo 1 > functions/hid.0/subclass 74 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc 77 mkdir functions/hid.1 79 echo 2 > functions/hid.1/protocol # 2: mouse 80 echo 6 > functions/hid.1/report_length 81 echo 1 > functions/hid.1/subclass 122 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc [all …]
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hid.c | 42 HIDState hid; member 563 USBHIDState *us = container_of(hs, USBHIDState, hid); in usb_hid_changed() 572 hid_reset(&us->hid); in usb_hid_handle_reset() 579 HIDState *hs = &us->hid; in usb_hid_handle_control() 658 HIDState *hs = &us->hid; in usb_hid_handle_data() 695 hid_free(&us->hid); in usb_hid_unrealize() 722 hid_init(&us->hid, kind, usb_hid_changed); in usb_hid_initfn() 723 if (us->display && us->hid.s) { in usb_hid_initfn() 724 qemu_input_handler_bind(us->hid.s, us->display, us->head, NULL); in usb_hid_initfn() 749 hid_pointer_activate(&s->hid); in usb_ptr_post_load() [all …]
|
| H A D | meson.build | 37 system_ss.add(when: 'CONFIG_USB_HID', if_true: files('dev-hid.c'))
|
| /openbmc/qemu/hw/input/ |
| H A D | meson.build | 1 system_ss.add(files('hid.c')) 9 system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input-hid.c'))
|
| H A D | trace-events | 45 # hid.c
|
| /openbmc/u-boot/doc/imx/misc/ |
| H 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
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5.inc | 29 hid-profiles \ 46 PACKAGECONFIG[hid-profiles] = "--enable-hid,--disable-hid"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 12 include/usbg/function/hid.h | 28 ++++++++++++---------------- 20 src/function/hid.c | 12 ++++++------ 28 diff --git a/include/usbg/function/hid.h b/include/usbg/function/hid.h 30 --- a/include/usbg/function/hid.h 31 +++ b/include/usbg/function/hid.h 42 * @brief Cast from generic function to hid function 43 * @param[in] f function to be converted to hid funciton. 577 diff --git a/src/function/hid.c b/src/function/hid.c 579 --- a/src/function/hid.c 580 +++ b/src/function/hid.c
|
| /openbmc/u-boot/board/bticino/mamoj/ |
| H A D | README | 48 hid,1024,0x910000,0x10000000,512M,0x00900000,0x40000 53 hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | rk3288-veyron-jerry.dts | 217 compatible = "hid-over-i2c"; 221 hid-descr-addr = <0x0020>;
|
| H A D | rk3399-gru-kevin.dts | 188 compatible = "hid-over-i2c"; 199 hid-descr-addr = <0x1>;
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pci.c | 265 const char *hid = "ACPI0016"; in build_acpi_generic_port() local 291 build_srat_acpi_generic_port(table_data, gp->node, hid, uid); in build_acpi_generic_port()
|
| H A D | aml-build.c | 1957 const char *hid, in build_append_srat_acpi_device_handle() argument 1960 assert(strlen(hid) == 8); in build_append_srat_acpi_device_handle() 1963 build_append_int_noprefix(table_data, hid[i], 1); in build_append_srat_acpi_device_handle() 2002 const char *hid, uint32_t uid) in build_srat_acpi_generic_port() argument 2015 build_append_srat_acpi_device_handle(table_data, hid, uid); in build_srat_acpi_generic_port()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ep0.c | 280 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor() 287 class_descriptor->descriptor.hid.bLength, in ep0_get_descriptor()
|
| /openbmc/u-boot/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 248 u8 hid);
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-common.txt | 19 can\'t add hid device:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/ |
| H A D | lcdproc_git.bb | 32 PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid"
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_to_text.c | 81 s += sprintf(s, "Acpi(PNP%04x", EISA_PNP_NUM(adp->hid)); in dp_acpi()
|
| /openbmc/u-boot/include/ |
| H A D | usbdescriptors.h | 503 struct usb_class_hid_descriptor hid; member
|
| /openbmc/u-boot/board/freescale/m5373evb/ |
| H A D | README | 302 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 146 const char *hid) in acpi_dsdt_add_plic_aplic() argument 156 aml_append(dev, aml_name_decl("_HID", aml_string("%s", hid))); in acpi_dsdt_add_plic_aplic()
|
| /openbmc/qemu/docs/ |
| H A D | multiseat.txt | 52 ... instead of xhci and usb hid devices.
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | aml-build.h | 494 const char *hid, uint32_t uid);
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | clang-c++11.patch | 17 * @fn NewSimulatorOpen( GHashTable *handler_config, unsigned int hid, 856 IpmiOpen( GHashTable *handler_config, unsigned int hid, oh_evt_queue *eventq )
|