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