Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c142 id_table:tusb_id_table,
363 if (pdev->driver->id_table) in test_find_hcd()
364 printk("tusb: id_table exists\n"); in test_find_hcd()
396 id = (struct pci_device_id *)pdev->driver->id_table; in test_hcd_probe()
399 printk("tusb: id_table not set\n"); in test_hcd_probe()
/third_party/libfuse/lib/
H A Dfuse.c110 struct node_table id_table; member
512 uint64_t hash = ((uint32_t) ino * 2654435761U) % f->id_table.size; in id_hash()
513 uint64_t oldhash = hash % (f->id_table.size / 2); in id_hash()
515 if (oldhash >= f->id_table.split) in id_hash()
526 for (node = f->id_table.array[hash]; node != NULL; node = node->id_next) in get_node_nocheck()
589 struct node_table *t = &f->id_table; in remerge_id()
615 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id()
620 f->id_table.use--; in unhash_id()
622 if(f->id_table.use < f->id_table in unhash_id()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A 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/
H A 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[ in fuse_destroy()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h75 const struct usb_device_id *id_table; member
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c653 .id_table = agp_test_pci_table,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c209 if (usb_linux_lookup_id(udrv->id_table, uaa)) { in usb_linux_probe()
254 id = usb_linux_lookup_id(udrv->id_table, uaa); in usb_linux_attach()

Completed in 24 milliseconds