Home
last modified time | relevance | path

Searched refs:id_vendor (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/usb/storage/
A Dusual-tables.c18 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
21 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
30 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ argument
36 .idVendor = (id_vendor), \
61 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
65 .vid = id_vendor, \
A Dkarma.c48 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
51 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dcypress_atacb.c30 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
33 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Donetouch.c52 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
55 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dfreecom.c116 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
119 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Djumpshot.c59 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
62 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Ddatafab.c77 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
80 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dsddr55.c37 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
40 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Drealtek_cr.c163 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
167 USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dalauda.c127 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
130 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Disd200.c64 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
67 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dshuttle_usbat.c159 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
162 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Duas.c915 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
918 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dsddr09.c60 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
63 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
A Dene_ub6250.c40 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
43 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
/linux/drivers/ipack/
A Dipack.c33 (id->vendor == IPACK_ANY_ID || id->vendor == device->id_vendor) && in ipack_match_one_device()
90 idev->id_vendor, idev->id_device)) in ipack_uevent()
141 return sprintf(buf, "0x%02x\n", idev->id_vendor); in id_vendor_show()
143 return sprintf(buf, "0x%06x\n", idev->id_vendor); in id_vendor_show()
169 idev->id_vendor, idev->id_device); in modalias_show()
177 static DEVICE_ATTR_RO(id_vendor);
314 dev->id_vendor = id[4]; in ipack_parse_id1()
331 dev->id_vendor = ((be16_to_cpu(id[3]) & 0xff) << 16) in ipack_parse_id2()
/linux/drivers/gpu/drm/radeon/
A Dradeon_agp.c213 info->id_vendor = kern->device->vendor; in radeon_agp_head_info()
277 if (info.id_vendor == p->hostbridge_vendor && in radeon_agp_init()
A Dradeon.h1129 unsigned short id_vendor; member
/linux/include/linux/
A Dipack.h102 u32 id_vendor; member
/linux/drivers/gpu/drm/
A Ddrm_ioc32.c650 unsigned short id_vendor; member
673 i32.id_vendor = info.id_vendor; in compat_drm_agp_info()
A Ddrm_agpsupport.c74 info->id_vendor = kern->device->vendor; in drm_legacy_agp_info()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dusb.c404 u16 id_vendor, id_product, bcd_device; in mwifiex_usb_probe() local
412 id_vendor = le16_to_cpu(udev->descriptor.idVendor); in mwifiex_usb_probe()
416 id_vendor, id_product, bcd_device); in mwifiex_usb_probe()
/linux/tools/include/uapi/drm/
A Ddrm.h578 unsigned short id_vendor; member
/linux/include/uapi/drm/
A Ddrm.h578 unsigned short id_vendor; member

Completed in 65 milliseconds