Searched refs:vendor_id (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/utils/usbreset/src/
H A Dusbreset.c59 int vendor_id; member in struct:usbentry
110 dev.vendor_id = strtoul(attr, NULL, 16);
121 if (dev.bus_num && dev.dev_num && dev.vendor_id && dev.product_id)
139 dev->vendor_id, dev->product_id,
160 (vid && (e->vendor_id == *vid) && (e->product_id == *pid)) ||
/openwrt/tools/firmware-utils/src/
H A Dmksenaofw.c36 uint32_t vendor_id; member in struct:__anon284
176 header->vendor_id = htonl(header->vendor_id);
247 header.vendor_id = ntohl(header.vendor_id);
357 header.vendor_id = strtol(optarg, 0, 0);
395 } else if (header.vendor_id == 0 || header.product_id == 0) {
/openwrt/target/linux/adm5120/files-3.18/arch/mips/adm5120/common/
H A Dprom.c124 u16 vendor_id; member in struct:__anon111
128 {.vendor_id = (vi), .board_id = (bi), .mach_type = (mt)}
150 if (zynos_boards[i].vendor_id == bootbase_info.vendor_id &&
/openwrt/target/linux/adm5120/files-3.18/arch/mips/include/asm/mach-adm5120/prom/
H A Dzynos.h78 u16 vendor_id; member in struct:bootbase_info
/openwrt/target/linux/adm5120/files-3.18/arch/mips/adm5120/prom/
H A Dbootbase.c110 bootbase_info.vendor_id = bootbase_get_vendor_id();

Completed in 87 milliseconds