hidraw_table 36 drivers/hid/hidraw.c static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES]; hidraw_table 112 drivers/hid/hidraw.c if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { hidraw_table 117 drivers/hid/hidraw.c dev = hidraw_table[minor]->hid; hidraw_table 187 drivers/hid/hidraw.c if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { hidraw_table 192 drivers/hid/hidraw.c dev = hidraw_table[minor]->hid; hidraw_table 276 drivers/hid/hidraw.c if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { hidraw_table 281 drivers/hid/hidraw.c dev = hidraw_table[minor]; hidraw_table 297 drivers/hid/hidraw.c list->hidraw = hidraw_table[minor]; hidraw_table 299 drivers/hid/hidraw.c spin_lock_irqsave(&hidraw_table[minor]->list_lock, flags); hidraw_table 300 drivers/hid/hidraw.c list_add_tail(&list->node, &hidraw_table[minor]->list); hidraw_table 301 drivers/hid/hidraw.c spin_unlock_irqrestore(&hidraw_table[minor]->list_lock, flags); hidraw_table 334 drivers/hid/hidraw.c hidraw_table[hidraw->minor] = NULL; hidraw_table 352 drivers/hid/hidraw.c spin_lock_irqsave(&hidraw_table[minor]->list_lock, flags); hidraw_table 354 drivers/hid/hidraw.c spin_unlock_irqrestore(&hidraw_table[minor]->list_lock, flags); hidraw_table 357 drivers/hid/hidraw.c drop_ref(hidraw_table[minor], 0); hidraw_table 373 drivers/hid/hidraw.c dev = hidraw_table[minor]; hidraw_table 523 drivers/hid/hidraw.c if (hidraw_table[minor]) hidraw_table 525 drivers/hid/hidraw.c hidraw_table[minor] = dev; hidraw_table 540 drivers/hid/hidraw.c hidraw_table[minor] = NULL;