Searched refs:vendor (Results 76 - 100 of 284) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dclientpacket.c76 struct vendor { struct
77 char vendor, length; member in struct:vendor
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusbpp.h446 * \brief The vendor ID number, as provided by the device.
448 * This method returns a number containing the vendor
452 * even if the device does not contain a vendor string.
492 * class specifications, and chose to implement a vendor specified
519 * \brief The vendor name string, as provided by the device.
522 * device's vendor (manufacturer), as encoded into the device.
524 * Note that not all devices contain a vendor name, and also
526 * read the vendor name without elevated privledges (typically
541 * read the vendor name without elevated privledges (typically
728 * \brief A vendor/produc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c67 * pci_find_subsys - begin or continue searching for a PCI device by vendor/subvendor/device/subdevice id
68 * @vendor: PCI vendor id to match, or %PCI_ANY_ID to match all vendor ids
70 * @ss_vendor: PCI subsystem vendor id to match, or %PCI_ANY_ID to match all vendor ids
75 * found with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its
81 pci_find_subsys(unsigned int vendor, unsigned int device, argument
89 if ((vendor == PCI_ANY_ID || dev->vendor
113 pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from) argument
[all...]
H A Dquirks.c548 (f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dipaq.c17 * Added insmod options to specify product and vendor id.
18 * Use modprobe ipaq vendor=0xfoo product=0xbar
79 static int product, vendor; variable
567 if (vendor) {
568 ipaq_id_table[0].idVendor = vendor;
593 MODULE_PARM(vendor, "h");
594 MODULE_PARM_DESC(vendor, "User specified USB idVendor");
H A Dusb-serial.h19 * added vendor and product to serial structure. Needed to determine device
143 * @vendor: vendor id of this device
160 __u16 vendor; member in struct:usb_serial
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_scan.c51 const char *vendor; member in struct:dev_info
271 if (device_list[i].vendor == NULL)
276 if (memcmp(device_list[i].vendor, pnt,
277 strlen(device_list[i].vendor)))
640 memcpy(SDpnt->vendor, scsi_result + 8, 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp.c442 dev->vendor = (tmp[1] << 8) | tmp[0];
1000 card->vendor = (header[1] << 8) | header[0];
1157 struct pci_bus *isapnp_find_card(unsigned short vendor, argument
1169 if (card->vendor == vendor && card->device == device)
1177 unsigned short vendor,
1192 if (dev->vendor == vendor && dev->device == function)
1195 if (dev->vendor_compatible[idx] == vendor &&
1213 if (dev->vendor
1176 isapnp_find_dev(struct pci_bus *card, unsigned short vendor, unsigned short function, struct pci_dev *from) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_drv.h498 u16 device, vendor; local
507 for (i = 0, l = DRIVER_CARD_LIST; l[i].vendor != 0; i++) {
509 vendor = l[i].vendor;
512 if(vendor == 0xffff) vendor = PCI_ANY_ID;
513 while ((pdev = pci_find_device(vendor, device, pdev))) {
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c472 char unsigned *vendor; local
487 if (packet->op == BOOTREQUEST && (vendor = get_option(packet, DHCP_VENDOR))) {
489 if (vendor[OPT_LEN - 2] == (unsigned char) strlen(broken_vendors[i]) &&
490 !strncmp(vendor, broken_vendors[i], vendor[OPT_LEN - 2])) {
729 struct vendor { struct
730 char vendor, length; member in struct:vendor
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dscanner.h52 static __s32 vendor=-1, product=-1, read_timeout=0; variable
58 MODULE_PARM(vendor, "i");
59 MODULE_PARM_DESC(vendor, "User specified USB idVendor");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dresidual.c285 printk(" Small vendor item type 0x%2.2x, data (hex): ",
463 printk(" Large vendor item type 0x%2.2x\n Data (hex):",
608 static int __init same_DevID(unsigned short vendor, argument
614 if ( ( ((vendor>>10)&0x1f)+'A'-1 == str[0]) &&
615 ( ((vendor>>5)&0x1f)+'A'-1 == str[1]) &&
616 ( (vendor&0x1f)+'A'-1 == str[2]) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dricoh.h155 if(socket->dev->vendor == PCI_VENDOR_ID_RICOH)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/lasat/
H A Dlasat.h98 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/lasat/
H A Dlasat.h98 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/lasat/
H A Dlasat.h98 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtelephony.h77 vendor = 0, enumerator in enum:__anon11515
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtelephony.h77 vendor = 0, enumerator in enum:__anon7117
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/lasat/
H A Dlasat.h98 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dsession.c600 uint16_t len, vendor, type; local
620 &len, &vendor, &type, &err);
629 if (vendor != VENDOR_IETF) {
633 "Unknown mandatory attribute (vendor=%d, type=%d) in %s",
634 (int) vendor, (int) type,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dpci.c444 if ((pdev->vendor == PCI_VENDOR_ID_INTEL)
456 if ((pdev->vendor == PCI_VENDOR_ID_INTEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsuperio.c351 pcidev->vendor, pcidev->device,
492 dev->vendor, dev->device,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dparport_serial.c222 if(dev->vendor == PCI_VENDOR_ID_TIMEDIA ) /* 0x1409 */
327 parport_serial_pci_tbl[i].vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_slot.c506 pciio_vendor_id_t vendor; local
544 /* Try to read the device-id/vendor-id from the config space */
553 vendor = 0xFFFF & idword;
554 /* If the vendor id is not valid then the slot is not populated
557 if (vendor == 0xFFFF)
579 vendor = 0xFFFF & idwords[func];
580 if (vendor == 0xFFFF) {
616 "%s pcibr: pci slot %d func %d: vendor 0x%x device 0x%x",
617 pcibr_soft->bs_name, slot, func, vendor, device);
621 (pcibr_soft, slot, rfunc, vendor, devic
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dcfi_probe.c186 static char *vendorname(__u16 vendor) argument
188 switch (vendor) {

Completed in 232 milliseconds

1234567891011>>