| /linux/fs/squashfs/ |
| H A D | xattr.h | 20 struct squashfs_xattr_id_table *id_table; in squashfs_read_xattr_id_table() local 22 id_table = squashfs_read_table(sb, start, sizeof(*id_table)); in squashfs_read_xattr_id_table() 23 if (IS_ERR(id_table)) in squashfs_read_xattr_id_table() 24 return (__le64 *) id_table; in squashfs_read_xattr_id_table() 26 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table() 27 kfree(id_table); in squashfs_read_xattr_id_table()
|
| H A D | xattr_id.c | 63 struct squashfs_xattr_id_table *id_table; in squashfs_read_xattr_id_table() local 68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table)); in squashfs_read_xattr_id_table() 69 if (IS_ERR(id_table)) in squashfs_read_xattr_id_table() 70 return (__le64 *) id_table; in squashfs_read_xattr_id_table() 72 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table() 73 *xattr_ids = le32_to_cpu(id_table->xattr_ids); in squashfs_read_xattr_id_table() 74 kfree(id_table); in squashfs_read_xattr_id_table() 89 start = table_start + sizeof(*id_table); in squashfs_read_xattr_id_table()
|
| H A D | super.c | 382 msblk->id_table = squashfs_read_id_index_table(sb, in squashfs_fill_super() 384 if (IS_ERR(msblk->id_table)) { in squashfs_fill_super() 386 err = PTR_ERR(msblk->id_table); in squashfs_fill_super() 387 msblk->id_table = NULL; in squashfs_fill_super() 390 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super() 483 kfree(msblk->id_table); in squashfs_fill_super() 601 kfree(sbi->id_table); in squashfs_put_super()
|
| /linux/drivers/usb/serial/ |
| H A D | qcaux.c | 53 static const struct usb_device_id id_table[] = { variable 71 MODULE_DEVICE_TABLE(usb, id_table); 77 .id_table = id_table, 85 module_usb_serial_driver(serial_drivers, id_table);
|
| H A D | navman.c | 20 static const struct usb_device_id id_table[] = { variable 25 MODULE_DEVICE_TABLE(usb, id_table); 100 .id_table = id_table, 112 module_usb_serial_driver(serial_drivers, id_table);
|
| H A D | aircable.c | 66 static const struct usb_device_id id_table[] = { variable 70 MODULE_DEVICE_TABLE(usb, id_table); 143 .id_table = id_table, 156 module_usb_serial_driver(serial_drivers, id_table);
|
| H A D | usb_debug.c | 28 static const struct usb_device_id id_table[] = { variable 88 .id_table = id_table, 100 .id_table = dbc_id_table,
|
| H A D | usb-serial-simple.c | 29 .id_table = vendor##_id_table, \ 150 static const struct usb_device_id id_table[] = { variable 169 MODULE_DEVICE_TABLE(usb, id_table); 171 module_usb_serial_driver(serial_drivers, id_table);
|
| H A D | upd78f0730.c | 31 static const struct usb_device_id id_table[] = { variable 38 MODULE_DEVICE_TABLE(usb, id_table); 412 .id_table = id_table, 430 module_usb_serial_driver(serial_drivers, id_table);
|
| /linux/drivers/usb/misc/ |
| H A D | isight_firmware.c | 27 static const struct usb_device_id id_table[] = { variable 32 MODULE_DEVICE_TABLE(usb, id_table); 125 .id_table = id_table,
|
| H A D | emi26.c | 218 static const struct usb_device_id id_table[] = { variable 224 MODULE_DEVICE_TABLE (usb, id_table); 246 .id_table = id_table,
|
| H A D | emi62.c | 231 static const struct usb_device_id id_table[] = { variable 236 MODULE_DEVICE_TABLE (usb, id_table); 259 .id_table = id_table,
|
| /linux/drivers/nvdimm/ |
| H A D | virtio_pmem.c | 12 static struct virtio_device_id id_table[] = { variable 228 .id_table = id_table, 237 MODULE_DEVICE_TABLE(virtio, id_table);
|
| /linux/drivers/media/radio/ |
| H A D | radio-sf16fmi.c | 230 static struct isapnp_device_id id_table[] = { variable 240 MODULE_DEVICE_TABLE(isapnp, id_table); 246 while (id_table[i].card_vendor != 0 && dev == NULL) { in isapnp_fmi_probe() 247 dev = pnp_find_dev(NULL, id_table[i].vendor, in isapnp_fmi_probe() 248 id_table[i].function, NULL); in isapnp_fmi_probe()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-virtio.c | 242 static const struct virtio_device_id id_table[] = { variable 246 MODULE_DEVICE_TABLE(virtio, id_table); 266 .id_table = id_table,
|
| H A D | i2c-cp2615.c | 320 static const struct usb_device_id id_table[] = { variable 325 MODULE_DEVICE_TABLE(usb, id_table); 331 .id_table = id_table,
|
| /linux/sound/hda/core/ |
| H A D | hda_bus_type.c | 25 if (drv->id_table) { in hdac_get_device_id() 26 const struct hda_device_id *id = drv->id_table; in hdac_get_device_id()
|
| /linux/drivers/rapidio/ |
| H A D | rio-driver.c | 91 if (!rdrv->id_table) in rio_device_probe() 93 id = rio_match_device(rdrv->id_table, rdev); in rio_device_probe() 193 const struct rio_device_id *id = rdrv->id_table; in rio_match_bus()
|
| /linux/drivers/dio/ |
| H A D | dio-driver.c | 56 id = dio_match_device(drv->id_table, d); in dio_device_probe() 117 const struct dio_device_id *ids = dio_drv->id_table; in dio_bus_match()
|
| /linux/drivers/firewire/ |
| H A D | core-device.c | 174 static bool match_ids(const struct ieee1394_device_id *id_table, int *id) in match_ids() argument 178 if (id[0] == id_table->vendor_id) in match_ids() 180 if (id[1] == id_table->model_id) in match_ids() 182 if (id[2] == id_table->specifier_id) in match_ids() 184 if (id[3] == id_table->version) in match_ids() 187 return (match & id_table->match_flags) == id_table->match_flags; in match_ids() 193 const struct ieee1394_device_id *id_table = in unit_match() local 194 container_of_const(drv, struct fw_driver, driver)->id_table; in unit_match() 199 for (; id_table->match_flags != 0; id_table++) in unit_match() 200 if (match_ids(id_table, id)) in unit_match() [all …]
|
| /linux/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 404 static const struct hv_vmbus_device_id id_table[] = { variable 410 MODULE_DEVICE_TABLE(vmbus, id_table); 414 .id_table = id_table,
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 236 const struct usb_device_id *id_table; member 315 #define usb_serial_register_drivers(serial_drivers, name, id_table) \ argument 316 __usb_serial_register_drivers(serial_drivers, THIS_MODULE, name, id_table) 319 const struct usb_device_id *id_table);
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_parisc.c | 111 .id_table = lasi_tbl, 117 .id_table = serial_tbl,
|
| /linux/drivers/zorro/ |
| H A D | zorro-driver.c | 53 id = zorro_match_device(drv->id_table, z); in zorro_device_probe() 125 const struct zorro_device_id *ids = zorro_drv->id_table; in zorro_bus_match()
|
| /linux/sound/virtio/ |
| H A D | virtio_card.c | 422 static const struct virtio_device_id id_table[] = { variable 433 .id_table = id_table, 447 MODULE_DEVICE_TABLE(virtio, id_table);
|