Searched refs:HID_STAT_ADDED (Results 1 – 2 of 2) sorted by relevance
3024 if (WARN_ON(hdev->status & HID_STAT_ADDED)) in hid_add_device()3067 hdev->status |= HID_STAT_ADDED; in hid_add_device()3125 if (hdev->status & HID_STAT_ADDED) { in hid_remove_device()3128 hdev->status &= ~HID_STAT_ADDED; in hid_remove_device()
610 #define HID_STAT_ADDED BIT(0) macro