HIDP_WAITING_FOR_SEND_ACK  344 net/bluetooth/hidp/core.c 	set_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags);
HIDP_WAITING_FOR_SEND_ACK  350 net/bluetooth/hidp/core.c 	while (test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags) &&
HIDP_WAITING_FOR_SEND_ACK  355 net/bluetooth/hidp/core.c 			!test_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags)
HIDP_WAITING_FOR_SEND_ACK  378 net/bluetooth/hidp/core.c 	clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags);
HIDP_WAITING_FOR_SEND_ACK  488 net/bluetooth/hidp/core.c 	if (test_and_clear_bit(HIDP_WAITING_FOR_SEND_ACK, &session->flags))