Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/hidp/
Dhidp.h87 #define HIDP_WAITING_FOR_SEND_ACK 11 macro
Dcore.c338 set_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
344 while (test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) && in hidp_set_raw_report()
349 !test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) in hidp_set_raw_report()
372 clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
482 if (test_and_clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags)) in hidp_process_handshake()