Home
last modified time | relevance | path

Searched defs:vendor (Results 1 – 7 of 7) sorted by relevance

/tools/usb/usbip/libsrc/
Dnames.c25 struct vendor { struct
26 struct vendor *next; argument
27 u_int16_t vendorid; argument
33 u_int16_t vendorid, productid; argument
Dusbip_common.c278 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, in usbip_names_get_product()
/tools/power/cpupower/utils/helpers/
Dpci.c27 int slot, int func, int vendor, int dev) in pci_acc_init()
Dhelpers.h82 enum cpupower_cpu_vendor vendor; member
/tools/perf/arch/x86/util/
Dheader.c32 char vendor[16]; in __get_cpuid() local
/tools/testing/selftests/resctrl/
Dresctrl_tests.c43 static int vendor = -1; in get_vendor() local
/tools/usb/usbip/src/
Dusbip_list.c152 static void print_device(const char *busid, const char *vendor, in print_device()