Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 19 of 19) sorted by relevance

/components/drivers/usb/cherryusb/
A DSConscript18 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 Dcherryusb.cmake50 ${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 DREADME.md112 …ss (support nimble and zephyr bluetooth stack, support **CLASS:0xE0** or vendor class like cdc acm)
/components/drivers/pci/
A Dprobe.c114 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 Dpci.c864 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 Dprocfs.c303 pdev->vendor, in pci_single_show()
/components/drivers/include/drivers/
A Ddev_touch.h164 rt_uint8_t vendor; /* Vendor of touchs */ member
A Dpci.h109 .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 Dsensor.h141 rt_uint8_t vendor; /* Vendor of sensors */ member
A Dpci_endpoint.h35 rt_uint16_t vendor; member
A Dsensor_v2.h286 rt_uint8_t vendor; /* sensors vendor */ member
A Dscsi.h53 char vendor[8];
/components/drivers/virtio/
A Dvirtio_input.h61 rt_uint16_t vendor; member
/components/drivers/ata/
A Dahci-pci.c40 if (pdev->vendor == PCI_VENDOR_ID_JMICRON) in pci_ahci_init()
A Dahci.c473 rt_memcpy(inquiry->vendor, "ATA ", sizeof(inquiry->vendor)); in ahci_scsi_transfer()
/components/drivers/sensor/v1/
A Dsensor_cmd.c325 switch (info.vendor) in sensor()
/components/drivers/usb/cherryusb/class/msc/
A Dusb_scsi.h654 uint8_t vendor[20]; /* 36-55: Vendor specific */ member
/components/drivers/sensor/v2/
A Dsensor_cmd.c83 switch(info->vendor) in sensor_get_vendor_name()
/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c182 dw_pcie_writew_dbi(pci, func_offset + PCIR_VENDOR, hdr->vendor); in dw_pcie_ep_write_header()

Completed in 32 milliseconds