Searched refs:dev_table (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/char/pcmcia/
H A Dcm4040_cs.c83 static struct pcmcia_device *dev_table[CM_MAX_DEV]; variable in typeref:struct:pcmcia_device
446 link = dev_table[minor];
490 link = dev_table[minor];
565 if (dev_table[i] == NULL)
582 dev_table[i] = link;
592 dev_table[i] = NULL;
609 if (dev_table[devno] == link)
617 dev_table[devno] = NULL;
H A Dcm4000_cs.c150 static struct pcmcia_device *dev_table[CM4000_MAX_DEV]; variable in typeref:struct:pcmcia_device
1422 link = dev_table[iminor(inode)];
1643 link = dev_table[minor];
1700 link = dev_table[minor];
1804 if (dev_table[i] == NULL)
1819 dev_table[i] = link;
1828 dev_table[i] = NULL;
1845 if (dev_table[devno] == link)
1854 dev_table[devno] = NULL;
/linux-4.4.14/arch/x86/platform/intel-mid/
H A Dsfi.c415 struct devs_id *const *dev_table; get_device_id() local
417 for (dev_table = __x86_intel_mid_dev_start; get_device_id()
418 dev_table < __x86_intel_mid_dev_end; dev_table++) { get_device_id()
419 struct devs_id *dev = *dev_table; get_device_id()
/linux-4.4.14/sound/oss/
H A DMakefile34 dev_table.o soundcard.o \
H A Dsound_config.h124 #include "dev_table.h"
H A Ddev_table.c2 * sound/oss/dev_table.c
H A Ddev_table.h2 * dev_table.h
42 * If you modify this file, please check the dev_table.c also.
/linux-4.4.14/net/openvswitch/
H A Dvport.c40 static struct hlist_head *dev_table; variable in typeref:struct:hlist_head
50 dev_table = kzalloc(VPORT_HASH_BUCKETS * sizeof(struct hlist_head), ovs_vport_init()
52 if (!dev_table) ovs_vport_init()
65 kfree(dev_table); ovs_vport_exit()
71 return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)]; hash_bucket()
H A Dvport.h77 * @hash_node: Element in @dev_table hash table in vport.c.
/linux-4.4.14/fs/exofs/
H A Dcommon.h101 __le64 s_dev_table_count; /* == 0 means no dev_table */
/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c133 static struct usb_device_id dev_table[] = { variable in typeref:struct:usb_device_id
269 MODULE_DEVICE_TABLE(usb, dev_table);
2568 .id_table = dev_table,
/linux-4.4.14/kernel/
H A Dsysctl.c222 static struct ctl_table dev_table[]; variable in typeref:struct:ctl_table
258 .child = dev_table,
1779 static struct ctl_table dev_table[] = { variable in typeref:struct:ctl_table
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.c5809 static struct usb_device_id dev_table[] = { variable in typeref:struct:usb_device_id
5969 .id_table = dev_table,
5990 MODULE_DEVICE_TABLE(usb, dev_table);
/linux-4.4.14/drivers/iommu/
H A Damd_iommu.c197 * still need to initialize the rlookup and dev_table entries if the get_alias()

Completed in 868 milliseconds