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]; variable1423 link = dev_table[iminor(inode)]; in cmm_ioctl()1631 link = dev_table[minor]; in cmm_open()1688 link = dev_table[minor]; in cmm_close()1788 if (dev_table[i] == NULL) in cm4000_probe()1803 dev_table[i] = link; in cm4000_probe()1812 dev_table[i] = NULL; in cm4000_probe()1829 if (dev_table[devno] == link) in cm4000_detach()1838 dev_table[devno] = NULL; in cm4000_detach()
27 static struct hlist_head *dev_table; variable37 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head), in ovs_vport_init()39 if (!dev_table) in ovs_vport_init()52 kfree(dev_table); in ovs_vport_exit()58 return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)]; in hash_bucket()
450 struct devs_id *const *dev_table; in get_device_id() local452 for (dev_table = __x86_intel_mid_dev_start; in get_device_id()453 dev_table < __x86_intel_mid_dev_end; dev_table++) { in get_device_id()454 struct devs_id *dev = *dev_table; in get_device_id()
128 static const struct usb_device_id dev_table[] = { variable264 MODULE_DEVICE_TABLE(usb, dev_table);2565 .id_table = dev_table,
3367 static struct ctl_table dev_table[] = { variable3395 .child = dev_table,
6746 static const struct usb_device_id dev_table[] = { variable6931 .id_table = dev_table,6953 MODULE_DEVICE_TABLE(usb, dev_table);