Home
last modified time | relevance | path

Searched refs:HID_PROTOCOL_REPORT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c270 if (protocol > HID_PROTOCOL_REPORT) { in hid_on_set_protocol()
365 dev_data->protocol = HID_PROTOCOL_REPORT; in hid_do_status_cb()
366 if (prev != HID_PROTOCOL_REPORT) { in hid_do_status_cb()
/Zephyr-latest/include/zephyr/usb/class/
Dhid.h70 #define HID_PROTOCOL_REPORT 1 macro
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c279 if (protocol > HID_PROTOCOL_REPORT) { in handle_set_protocol()
436 ddata->protocol = HID_PROTOCOL_REPORT; in usbd_hid_enable()