/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | usual-tables.c | 18 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 21 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ 30 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ 36 .idVendor = (id_vendor), \ 61 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 65 .vid = id_vendor, \
|
H A D | karma.c | 48 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 51 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | cypress_atacb.c | 30 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 33 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | onetouch.c | 52 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 55 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | jumpshot.c | 59 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 62 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | freecom.c | 116 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 119 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | datafab.c | 77 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 80 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | sddr55.c | 37 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 40 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | usual-tables.c | 18 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 21 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ 30 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ 36 .idVendor = (id_vendor), \ 61 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 65 .vid = id_vendor, \
|
H A D | karma.c | 48 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 51 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | cypress_atacb.c | 30 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 33 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | onetouch.c | 52 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 55 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | jumpshot.c | 59 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 62 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | freecom.c | 116 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 119 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
H A D | datafab.c | 77 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ 80 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
|
/kernel/linux/linux-5.10/drivers/ipack/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/ipack/ |
H A D | ipack.c | 33 (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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_agp.c | 213 info->id_vendor = kern->device->vendor; in radeon_agp_head_info() 277 if (info.id_vendor == p->hostbridge_vendor && in radeon_agp_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipack.h | 102 u32 id_vendor; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipack.h | 102 u32 id_vendor; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_agp.c | 189 if (info.id_vendor == p->hostbridge_vendor && in radeon_agp_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 75 info->id_vendor = kern->device->vendor; in drm_agp_info()
|
H A D | drm_ioc32.c | 654 unsigned short id_vendor; member 677 i32.id_vendor = info.id_vendor; in compat_drm_agp_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 74 info->id_vendor = kern->device->vendor; in drm_legacy_agp_info()
|
H A D | drm_ioc32.c | 650 unsigned short id_vendor; member 673 i32.id_vendor = info.id_vendor; in compat_drm_agp_info()
|