Searched refs:dev_table (Results 1 – 7 of 7) sorted by relevance
83 static struct pcmcia_device *dev_table[CM_MAX_DEV]; variable446 link = dev_table[minor]; in cm4040_open()489 link = dev_table[minor]; in cm4040_close()564 if (dev_table[i] == NULL) in reader_probe()581 dev_table[i] = link; in reader_probe()591 dev_table[i] = NULL; in reader_probe()608 if (dev_table[devno] == link) in reader_detach()616 dev_table[devno] = NULL; in reader_detach()
150 static struct pcmcia_device *dev_table[CM4000_MAX_DEV]; variable1422 link = dev_table[iminor(inode)]; in cmm_ioctl()1643 link = dev_table[minor]; in cmm_open()1700 link = dev_table[minor]; in cmm_close()1800 if (dev_table[i] == NULL) in cm4000_probe()1815 dev_table[i] = link; in cm4000_probe()1824 dev_table[i] = NULL; in cm4000_probe()1841 if (dev_table[devno] == link) in cm4000_detach()1850 dev_table[devno] = NULL; in cm4000_detach()
40 static struct hlist_head *dev_table; variable50 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head), in ovs_vport_init()52 if (!dev_table) in ovs_vport_init()65 kfree(dev_table); in ovs_vport_exit()71 return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)]; in hash_bucket()
454 struct devs_id *const *dev_table; in get_device_id() local456 for (dev_table = __x86_intel_mid_dev_start; in get_device_id()457 dev_table < __x86_intel_mid_dev_end; dev_table++) { in get_device_id()458 struct devs_id *dev = *dev_table; in get_device_id()
253 static struct ctl_table dev_table[]; variable293 .child = dev_table,1900 static struct ctl_table dev_table[] = { variable
133 static const struct usb_device_id dev_table[] = { variable269 MODULE_DEVICE_TABLE(usb, dev_table);2571 .id_table = dev_table,
6193 static const struct usb_device_id dev_table[] = { variable6374 .id_table = dev_table,6396 MODULE_DEVICE_TABLE(usb, dev_table);