Searched refs:P2P_DEV_REPORTED_ONCE (Results 1 – 2 of 2) sorted by relevance
510 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()835 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()836 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()861 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()1590 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()1591 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()4769 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()4770 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
96 #define P2P_DEV_REPORTED_ONCE BIT(15) macro