Home
last modified time | relevance | path

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

/net/bluetooth/hidp/
Dcore.c344 set_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
350 while (test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) && in hidp_set_raw_report()
355 !test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) in hidp_set_raw_report()
378 clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
488 if (test_and_clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags)) in hidp_process_handshake()
Dhidp.h87 #define HIDP_WAITING_FOR_SEND_ACK 11 macro