HIDP_WAITING_FOR_RETURN  267 net/bluetooth/hidp/core.c 	set_bit(HIDP_WAITING_FOR_RETURN, &session->flags);
HIDP_WAITING_FOR_RETURN  275 net/bluetooth/hidp/core.c 	while (test_bit(HIDP_WAITING_FOR_RETURN, &session->flags) &&
HIDP_WAITING_FOR_RETURN  280 net/bluetooth/hidp/core.c 			!test_bit(HIDP_WAITING_FOR_RETURN, &session->flags)
HIDP_WAITING_FOR_RETURN  307 net/bluetooth/hidp/core.c 	clear_bit(HIDP_WAITING_FOR_RETURN, &session->flags);
HIDP_WAITING_FOR_RETURN  313 net/bluetooth/hidp/core.c 	clear_bit(HIDP_WAITING_FOR_RETURN, &session->flags);
HIDP_WAITING_FOR_RETURN  465 net/bluetooth/hidp/core.c 		if (test_and_clear_bit(HIDP_WAITING_FOR_RETURN, &session->flags))
HIDP_WAITING_FOR_RETURN  535 net/bluetooth/hidp/core.c 	if (test_bit(HIDP_WAITING_FOR_RETURN, &session->flags) &&
HIDP_WAITING_FOR_RETURN  542 net/bluetooth/hidp/core.c 			clear_bit(HIDP_WAITING_FOR_RETURN, &session->flags);