Searched refs:P2P_DEV_REPORTED_ONCE (Results 1 – 2 of 2) sorted by relevance
534 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()920 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()921 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()948 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()1803 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()1804 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()5501 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()5502 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
113 #define P2P_DEV_REPORTED_ONCE BIT(15) macro