| /Linux-v5.4/drivers/usb/storage/ |
| D | usual-tables.c | 18 #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, \
|
| D | karma.c | 48 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 51 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | cypress_atacb.c | 30 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 33 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | onetouch.c | 52 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 55 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | freecom.c | 116 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 119 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | jumpshot.c | 59 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 62 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | datafab.c | 77 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 80 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | sddr55.c | 37 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 40 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | realtek_cr.c | 163 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 167 USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | alauda.c | 127 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 130 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | isd200.c | 64 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 67 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | uas.c | 867 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 870 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | sddr09.c | 60 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 63 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | shuttle_usbat.c | 159 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 162 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| D | ene_ub6250.c | 40 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument 43 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
| /Linux-v5.4/drivers/ipack/ |
| D | ipack.c | 33 (id->vendor == IPACK_ANY_ID || id->vendor == device->id_vendor) && in ipack_match_one_device() 96 idev->id_vendor, idev->id_device)) in ipack_uevent() 147 return sprintf(buf, "0x%02x\n", idev->id_vendor); in id_vendor_show() 149 return sprintf(buf, "0x%06x\n", idev->id_vendor); in id_vendor_show() 175 idev->id_vendor, idev->id_device); in modalias_show() 183 static DEVICE_ATTR_RO(id_vendor); 317 dev->id_vendor = id[4]; in ipack_parse_id1() 334 dev->id_vendor = ((be16_to_cpu(id[3]) & 0xff) << 16) in ipack_parse_id2()
|
| /Linux-v5.4/include/linux/ |
| D | ipack.h | 102 u32 id_vendor; member
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_agp.c | 188 if (info.id_vendor == p->hostbridge_vendor && in radeon_agp_init()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_ioc32.c | 646 unsigned short id_vendor; member 669 i32.id_vendor = info.id_vendor; in compat_drm_agp_info()
|
| D | drm_agpsupport.c | 75 info->id_vendor = kern->device->vendor; in drm_agp_info()
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | usb.c | 404 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-v5.4/include/uapi/drm/ |
| D | drm.h | 579 unsigned short id_vendor; member
|
| /Linux-v5.4/tools/include/uapi/drm/ |
| D | drm.h | 579 unsigned short id_vendor; member
|