Searched refs:HID_STAT_ADDED (Results 1 – 2 of 2) sorted by relevance
2558 if (WARN_ON(hdev->status & HID_STAT_ADDED)) in hid_add_device()2604 hdev->status |= HID_STAT_ADDED; in hid_add_device()2648 if (hdev->status & HID_STAT_ADDED) { in hid_remove_device()2651 hdev->status &= ~HID_STAT_ADDED; in hid_remove_device()
473 #define HID_STAT_ADDED 1 macro