Searched refs:vendor (Results 1 – 19 of 19) sorted by relevance
| /components/drivers/usb/cherryusb/ |
| A D | SConscript | 18 path += [cwd + '/class/vendor/net'] 19 path += [cwd + '/class/vendor/serial'] 20 path += [cwd + '/class/vendor/wifi'] 288 src += Glob('class/vendor/net/usbh_asix.c') 290 src += Glob('class/vendor/net/usbh_rtl8152.c') 292 src += Glob('class/vendor/serial/usbh_ftdi.c') 294 src += Glob('class/vendor/serial/usbh_ch34x.c') 296 src += Glob('class/vendor/serial/usbh_cp210x.c') 298 src += Glob('class/vendor/serial/usbh_pl2303.c')
|
| A D | cherryusb.cmake | 50 ${CMAKE_CURRENT_LIST_DIR}/class/vendor/net 51 ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial 52 ${CMAKE_CURRENT_LIST_DIR}/class/vendor/wifi 232 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/net/usbh_asix.c) 235 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/net/usbh_rtl8152.c) 238 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial/usbh_ch34x.c) 241 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial/usbh_cp210x.c) 244 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial/usbh_ftdi.c) 247 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial/usbh_pl2303.c) 250 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/wifi/usbh_bl616.c)
|
| A D | README.md | 112 …ss (support nimble and zephyr bluetooth stack, support **CLASS:0xE0** or vendor class like cdc acm)
|
| /components/drivers/pci/ |
| A D | probe.c | 114 rt_uint16_t vendor = PCI_ANY_ID, device = PCI_ANY_ID; in rt_pci_scan_single_device() local 121 err = rt_pci_bus_read_config_u16(bus, devfn, PCIR_VENDOR, &vendor); in rt_pci_scan_single_device() 124 if (vendor == (typeof(vendor))PCI_ANY_ID || in rt_pci_scan_single_device() 125 vendor == (typeof(vendor))0x0000 || err) in rt_pci_scan_single_device() 136 pdev->vendor = vendor; in rt_pci_scan_single_device()
|
| A D | pci.c | 864 if ((id->vendor == PCI_ANY_ID || id->vendor == pdev->vendor) && in rt_pci_match_id() 879 while (ids->vendor || ids->subsystem_vendor || ids->class_mask) in rt_pci_match_ids()
|
| A D | procfs.c | 303 pdev->vendor, in pci_single_show()
|
| /components/drivers/include/drivers/ |
| A D | dev_touch.h | 164 rt_uint8_t vendor; /* Vendor of touchs */ member
|
| A D | pci.h | 109 .vendor = (vend), \ 115 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ 120 rt_uint32_t vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member 140 rt_uint16_t vendor; member
|
| A D | sensor.h | 141 rt_uint8_t vendor; /* Vendor of sensors */ member
|
| A D | pci_endpoint.h | 35 rt_uint16_t vendor; member
|
| A D | sensor_v2.h | 286 rt_uint8_t vendor; /* sensors vendor */ member
|
| A D | scsi.h | 53 char vendor[8];
|
| /components/drivers/virtio/ |
| A D | virtio_input.h | 61 rt_uint16_t vendor; member
|
| /components/drivers/ata/ |
| A D | ahci-pci.c | 40 if (pdev->vendor == PCI_VENDOR_ID_JMICRON) in pci_ahci_init()
|
| A D | ahci.c | 473 rt_memcpy(inquiry->vendor, "ATA ", sizeof(inquiry->vendor)); in ahci_scsi_transfer()
|
| /components/drivers/sensor/v1/ |
| A D | sensor_cmd.c | 325 switch (info.vendor) in sensor()
|
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usb_scsi.h | 654 uint8_t vendor[20]; /* 36-55: Vendor specific */ member
|
| /components/drivers/sensor/v2/ |
| A D | sensor_cmd.c | 83 switch(info->vendor) in sensor_get_vendor_name()
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw_ep.c | 182 dw_pcie_writew_dbi(pci, func_offset + PCIR_VENDOR, hdr->vendor); in dw_pcie_ep_write_header()
|
Completed in 28 milliseconds