Home
last modified time | relevance | path

Searched refs:HIDP_DATA_RTYPE_INPUT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bluetooth/hidp/
H A Dhidp.h69 #define HIDP_DATA_RTYPE_INPUT 0x01 macro
H A Dcore.c252 report_type = HIDP_TRANS_GET_REPORT | HIDP_DATA_RTYPE_INPUT; in hidp_get_raw_report()
330 report_type = HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_INPUT; in hidp_set_raw_report()
514 case HIDP_DATA_RTYPE_INPUT: in hidp_process_data()
597 if (hdr == (HIDP_TRANS_DATA | HIDP_DATA_RTYPE_INPUT)) { in hidp_recv_intr_frame()