Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H 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, \
H A Dkarma.c48 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
51 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dcypress_atacb.c30 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
33 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Donetouch.c52 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
55 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dfreecom.c116 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
119 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Djumpshot.c59 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
62 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Ddatafab.c77 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
80 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dsddr55.c37 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
40 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Drealtek_cr.c163 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
167 USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dalauda.c127 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
130 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Disd200.c64 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
67 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Duas.c917 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
920 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dsddr09.c60 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
63 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
H A Dshuttle_usbat.c159 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \ argument
162 { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
/OK3568_Linux_fs/kernel/drivers/ipack/
H A Dipack.c33 (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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dipack.h102 u32 id_vendor; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_agp.c189 if (info.id_vendor == p->hostbridge_vendor && in radeon_agp_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_ioc32.c654 unsigned short id_vendor; member
677 i32.id_vendor = info.id_vendor; in compat_drm_agp_info()
H A Ddrm_agpsupport.c75 info->id_vendor = kern->device->vendor; in drm_agp_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c405 u16 id_vendor, id_product, bcd_device; in mwifiex_usb_probe() local
413 id_vendor = le16_to_cpu(udev->descriptor.idVendor); in mwifiex_usb_probe()
417 id_vendor, id_product, bcd_device); in mwifiex_usb_probe()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h580 unsigned short id_vendor; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm.h572 unsigned short id_vendor; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm.h572 unsigned short id_vendor; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h579 unsigned short id_vendor; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h572 unsigned short id_vendor; member

12