Searched refs:dev_table (Results 1 – 6 of 6) sorted by relevance
83 static struct pcmcia_device *dev_table[CM_MAX_DEV]; variable445 link = dev_table[minor]; in cm4040_open()488 link = dev_table[minor]; in cm4040_close()563 if (dev_table[i] == NULL) in reader_probe()580 dev_table[i] = link; in reader_probe()590 dev_table[i] = NULL; in reader_probe()607 if (dev_table[devno] == link) in reader_detach()615 dev_table[devno] = NULL; in reader_detach()
150 static struct pcmcia_device *dev_table[CM4000_MAX_DEV]; variable1426 link = dev_table[iminor(inode)]; in cmm_ioctl()1634 link = dev_table[minor]; in cmm_open()1691 link = dev_table[minor]; in cmm_close()1791 if (dev_table[i] == NULL) in cm4000_probe()1806 dev_table[i] = link; in cm4000_probe()1815 dev_table[i] = NULL; in cm4000_probe()1832 if (dev_table[devno] == link) in cm4000_detach()1841 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()
128 static const struct usb_device_id dev_table[] = { variable264 MODULE_DEVICE_TABLE(usb, dev_table);2565 .id_table = dev_table,
3423 static struct ctl_table dev_table[] = { variable3451 .child = dev_table,
6761 static const struct usb_device_id dev_table[] = { variable6946 .id_table = dev_table,6968 MODULE_DEVICE_TABLE(usb, dev_table);