Searched refs:VENDOR_ID_REALTEK (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/misc/ |
H A D | onboard_usb_dev.c | 493 #define VENDOR_ID_REALTEK 0x0bda macro 583 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0411) }, /* RTS5411 USB 3.1 HUB */ 584 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5411) }, /* RTS5411 USB 2.1 HUB */ 585 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0414) }, /* RTS5414 USB 3.2 HUB */ 586 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5414) }, /* RTS5414 USB 2.1 HUB */
|
/linux/include/linux/usb/ |
H A D | r8152.h | 25 #define VENDOR_ID_REALTEK 0x0bda macro
|
/linux/drivers/net/usb/ |
H A D | r8153_ecm.c | 127 USB_DEVICE_AND_INTERFACE_INFO(VENDOR_ID_REALTEK, 0x8153, USB_CLASS_COMM,
|
H A D | rtl8150.c | 104 #define VENDOR_ID_REALTEK 0x0bda macro 121 {USB_DEVICE(VENDOR_ID_REALTEK, PRODUCT_ID_RTL8150)},
|
H A D | r8152.c | 9792 } else if (vendor_id == VENDOR_ID_REALTEK && parent_vendor_id == VENDOR_ID_LENOVO) { in rtl8152_supports_lenovo_macpassthru() 10054 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8050) }, 10055 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8053) }, 10056 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8152) }, 10057 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8153) }, 10058 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8155) }, 10059 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8156) },
|