Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c50 #define IS_RESPONSE BIT(7) macro
295 out_hdr->command & IS_RESPONSE ? 1 : 0, in loader_cl_send()
382 hdr->command & IS_RESPONSE ? 1 : 0, in process_recv()
404 if (!(hdr->command & IS_RESPONSE)) { in process_recv()