Searched defs:id_table (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmca.h49 /* index into id_table, set by the bus match routine */
95 const short *id_table; member in struct:mca_driver
H A Dserio.h59 struct serio_device_id *id_table; member in struct:serio_driver
H A Dpnp.h294 const struct pnp_device_id *id_table; member in struct:pnp_driver
308 const struct pnp_card_device_id *id_table; member in struct:pnp_card_driver
H A Dusb.h565 * @id_table: USB drivers use ID table to support hotplugging.
575 * and an id_table. Other driver fields are optional.
577 * The id_table is used in hotplugging. It holds a set of descriptors,
606 const struct usb_device_id *id_table; member in struct:usb_driver
H A Dpci.h345 const struct pci_device_id *id_table; /* must be non-NULL for probe to be called */ member in struct:pci_driver
H A Dhid.h581 * @id_table: which devices is this driver for (must be non-NULL for probe
613 const struct hid_device_id *id_table; member in struct:hid_driver
H A Dinput.h1383 * @match: called after comparing device's id with handler's id_table
1394 * @id_table: pointer to a table of input_device_ids this driver can
1427 const struct input_device_id *id_table; member in struct:input_handler

Completed in 228 milliseconds