Searched defs:deviceid (Results 1 - 7 of 7) sorted by relevance

/drivers/dio/
H A Ddio.c6 * int dio_find(u_int deviceid)
9 * Note that the deviceid parameter should be the encoded ID.
112 int __init dio_find(int deviceid) argument
157 if (id == deviceid) {
/drivers/parport/
H A Ddaisy.c95 char *deviceid; local
148 deviceid = kmalloc(1024, GFP_KERNEL);
149 if (deviceid) {
150 if (parport_device_id(numdevs - 1, deviceid, 1024) > 2)
153 kfree(deviceid);
406 char *deviceid; local
474 deviceid = kmalloc(1024, GFP_KERNEL);
475 if (!deviceid) return 0;
478 parport_device_id(thisdev, deviceid, 1024);
480 kfree(deviceid);
[all...]
/drivers/net/wireless/rtlwifi/
H A Dpci.c1595 u16 deviceid; local
1602 deviceid = pdev->device;
1612 if (deviceid == RTL_PCI_8192SE_DID &&
1616 if (deviceid == RTL_PCI_8192_DID ||
1617 deviceid == RTL_PCI_0044_DID ||
1618 deviceid == RTL_PCI_0047_DID ||
1619 deviceid == RTL_PCI_8192SE_DID ||
1620 deviceid == RTL_PCI_8174_DID ||
1621 deviceid == RTL_PCI_8173_DID ||
1622 deviceid
[all...]
/drivers/media/video/saa7164/
H A Dsaa7164-types.h143 u16 deviceid; member in struct:tmComResExtDevDescrHeader
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h327 u16 deviceid; /* PCI device id */ member in struct:brcms_hardware
419 * deviceid: PCI device id.
505 u16 deviceid; member in struct:brcms_c_info
/drivers/infiniband/hw/qib/
H A Dqib.h842 u16 deviceid; member in struct:qib_devdata
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h1217 uint deviceid; /* device id of chip */ member in struct:wlc_rev_info

Completed in 952 milliseconds