Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhid.h66 HID_REQ_SET_IDLE = 0x0A, enumerator
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c429 case HID_REQ_SET_IDLE: in hid_bpf_hw_request()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_sdp.c45 #define HID_REQ_SET_IDLE 0x0A macro
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c658 HID_REQ_SET_IDLE, USB_TYPE_CLASS | USB_RECIP_INTERFACE, (idle << 8) | report, in hid_set_idle()
1308 if (reqtype != HID_REQ_SET_IDLE) in usbhid_idle()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c716 | HID_REQ_SET_IDLE): in hidg_setup()
/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c1858 hid_hw_idle(hdev, 0, 0, HID_REQ_SET_IDLE); in mt_resume()