Home
last modified time | relevance | path

Searched refs:id_table (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dtusb.c142 id_table:tusb_id_table,
363 if (pdev->driver->id_table) in test_find_hcd()
396 id = (struct pci_device_id *)pdev->driver->id_table; in test_hcd_probe()
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dltp_tpci.c79 .id_table = ltp_pci_tbl,
381 id = pci_match_id(drv->id_table, dev); in test_match_device()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c91 struct node **id_table; member
261 for (node = f->id_table[hash]; node != NULL; node = node->id_next) in get_node_nocheck()
288 struct node **nodep = &f->id_table[hash]; in unhash_id()
300 node->id_next = f->id_table[hash]; in hash_id()
301 f->id_table[hash] = node; in hash_id()
3143 f->id_table = (struct node **) in fuse_new()
3145 if (f->id_table == NULL) { in fuse_new()
3183 free(f->id_table); in fuse_new()
3220 for (node = f->id_table[i]; node != NULL; node = node->id_next) { in fuse_destroy()
3235 for (node = f->id_table[i]; node != NULL; node = next) { in fuse_destroy()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h76 const struct usb_device_id *id_table; member
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c653 .id_table = agp_test_pci_table,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c211 if (usb_linux_lookup_id(udrv->id_table, uaa)) { in usb_linux_probe()
256 id = usb_linux_lookup_id(udrv->id_table, uaa); in usb_linux_attach()