Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/hidp/
Dhidp.h87 #define HIDP_WAITING_FOR_SEND_ACK 11 macro
Dcore.c339 set_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
345 while (test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) && in hidp_set_raw_report()
350 !test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) in hidp_set_raw_report()
373 clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags); in hidp_set_raw_report()
483 if (test_and_clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags)) in hidp_process_handshake()