OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_table
(Results
51 - 55
of
55
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
hid.h
581
* @
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
input.h
1427
const struct input_device_id *
id_table
;
member in struct:input_handler
[
all
...]
usb.h
565
* @
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
[
all
...]
pci.h
345
const struct pci_device_id *
id_table
; /* must be non-NULL for probe to be called */
member in struct:pci_driver
/external/grub/netboot/
tlan.c
[
all
...]
Completed in 186 milliseconds
1
2
3