Searched refs:VENDOR_ID_REALTEK (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/usb/misc/ |
D | onboard_usb_dev.c | 491 #define VENDOR_ID_REALTEK 0x0bda macro 581 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0411) }, /* RTS5411 USB 3.1 HUB */ 582 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5411) }, /* RTS5411 USB 2.1 HUB */ 583 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0414) }, /* RTS5414 USB 3.2 HUB */ 584 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5414) }, /* RTS5414 USB 2.1 HUB */
|
/linux-6.12.1/include/linux/usb/ |
D | r8152.h | 25 #define VENDOR_ID_REALTEK 0x0bda macro
|
/linux-6.12.1/drivers/net/usb/ |
D | r8153_ecm.c | 127 USB_DEVICE_AND_INTERFACE_INFO(VENDOR_ID_REALTEK, 0x8153, USB_CLASS_COMM,
|
D | rtl8150.c | 96 #define VENDOR_ID_REALTEK 0x0bda macro 113 {USB_DEVICE(VENDOR_ID_REALTEK, PRODUCT_ID_RTL8150)},
|
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) },
|