Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/intel-ish-hid/
Dishtp-fw-loader.c50 #define IS_RESPONSE BIT(7) macro
290 out_hdr->command & IS_RESPONSE ? 1 : 0, in loader_cl_send()
377 hdr->command & IS_RESPONSE ? 1 : 0, in process_recv()
399 if (!(hdr->command & IS_RESPONSE)) { in process_recv()
Dishtp-hid.h16 #define IS_RESPONSE 0x80 macro