Searched refs:vendor (Results 101 - 125 of 284) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dpci.c196 vendor: PCI_VENDOR_ID_INTEL,
205 vendor: PCI_VENDOR_ID_DEC,
/asus-wl-520gu-7.0.1.45/src/include/
H A Dpcicfg.h105 unsigned short vendor; member in struct:_pci_config_regs
348 unsigned short vendor; member in struct:_ppb_config_regs
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dtunnel.c1112 uint16_t len, vendor, type; local
1140 &len, &vendor, &type, &err);
1146 if (vendor != VENDOR_IETF || type != AVP_ASSIGNED_TUNNEL_ID) {
1382 uint16_t len, vendor, type; local
1441 &len, &vendor, &type, &err);
1451 /* Unknown vendor? Ignore, unless mandatory */
1452 if (vendor != VENDOR_IETF) {
1456 "Unknown mandatory attribute (vendor=%d, type=%d) in %s",
1457 (int) vendor, (int) type,
1463 if (!l2tp_dgram_validate_avp(vendor, typ
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dde4x5.h126 #define is_DC21040 ((vendor == DC21040_VID) && (device == DC21040_DID))
127 #define is_DC21041 ((vendor == DC21041_VID) && (device == DC21041_DID))
128 #define is_DC21140 ((vendor == DC21140_VID) && (device == DC21140_DID))
129 #define is_DC2114x ((vendor == DC2114x_VID) && (device == DC2114x_DID))
130 #define is_DC21142 ((vendor == DC2114x_VID) && (device == DC21142))
131 #define is_DC21143 ((vendor == DC2114x_VID) && (device == DC21143))
918 ** IEEE OUIs for various PHY vendor/chip combos - Reg 2 values only. Since
H A Dsungem.c462 if (gp->pdev->vendor == PCI_VENDOR_ID_SUN &&
1653 if (gp->pdev->vendor == PCI_VENDOR_ID_APPLE) {
1670 if (gp->pdev->vendor == PCI_VENDOR_ID_SUN &&
1913 if (gp->pdev->vendor == PCI_VENDOR_ID_SUN &&
2027 if (pdev->vendor == PCI_VENDOR_ID_APPLE) {
2037 if (pdev->vendor == PCI_VENDOR_ID_SUN &&
2086 if (pdev->vendor == PCI_VENDOR_ID_SUN) {
2243 if (gp->pdev->vendor == PCI_VENDOR_ID_APPLE) {
2307 if (gp->pdev->vendor == PCI_VENDOR_ID_APPLE) {
2333 if (!hw_was_up && gp->pdev->vendor
[all...]
H A Dsmc-ultra.c289 for (i = 0; ultra_device_ids[i].vendor != 0; i++) {
293 ultra_device_ids[i].vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-pci.c686 if(dev->bus->self && dev->bus->self->vendor == PCI_VENDOR_ID_INTEL &&
873 dev->bus->self->vendor == PCI_VENDOR_ID_DEC) &&
880 if ((findev->vendor == dev->vendor) &&
933 if ((findev->vendor == dev->vendor) &&
966 devid.vid = dev->vendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c61 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) argument
67 | ((uint64_t)vendor << 32)
659 static int ahc_9005_subdevinfo_valid(uint16_t vendor, uint16_t device,
690 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, argument
697 if (vendor == 0x9005
728 uint16_t vendor; local
734 vendor = ahc_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
739 vendor,
751 && ahc_9005_subdevinfo_valid(vendor, device, subvendor, subdevice)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dvisor.c31 * Added device and vendor ids for the Samsung I330 phone.
190 static int vendor = -1; variable
982 if ((vendor > 0) && (product > 0)) {
984 {{USB_DEVICE(vendor, product)}};
1060 MODULE_PARM(vendor, "i");
1061 MODULE_PARM_DESC(vendor, "User specified vendor ID");
H A Dusbserial.c28 * Fixed vendor and product getting defined through the MODULE_PARM macro
156 * the lack of support from the vendor, and me not wanting people to
186 * Added the vendor specific info from Handspring. Now we can print out
217 * Fixed the vendor id for the generic driver to the one I meant it to be.
263 * Added a "generic" driver that gets it's vendor and product id
277 * all is vendor specific data (i.e. no spec), also no control for
332 static __u16 vendor = 0x05f9; variable
834 length += sprintf (page+length, " vendor:%04x product:%04x", serial->vendor, serial->product);
1251 serial->vendor
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dscanner.c60 * - Added user specified vendor:product USB ID's which can be passed
107 * - Changed user specified vendor/product id so that root hub doesn't
318 * - Added vendor/product ids for Nikon, Mustek, Plustek, Genius, Epson,
337 * - Added vendor/product ids for Artec, Canon, Compaq, Epson, HP, Microtek
340 * - Cleaned up list of vendor/product ids.
343 * - Added vendor/product ids for Visioneer scanners.
356 * - Added vendor/product ids for Artec, Avision, Brother, Canon, Compaq,
366 * - Added vendor/product ids for Genius, Hewlett-Packard, Microtek,
371 * - Added vendor/product ids for Avision, Canon, HP, Microtek and Relisys
382 * - Added vendor/produc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-pci.c58 if (dev->vendor == PCI_VENDOR_ID_SGI \
103 if (dev->vendor == PCI_VENDOR_ID_SGI \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-pc.c271 e->vendor != d->vendor ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfcal.c255 for (j = 0; (j < 8) && (scd->vendor[j] >= 0x20); j++)
256 SPRINTF ("%c", scd->vendor[j]);
H A Deata_generic.h342 __u8 vendor[9]; member in struct:hstd
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpciio.h566 pciio_driver_register (pciio_vendor_id_t vendor_id, /* card's vendor number */
591 pciio_vendor_id_t vendor, /* card's vendor number */
602 pciio_vendor_id_t vendor, /* card's vendor number */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpciio.h566 pciio_driver_register (pciio_vendor_id_t vendor_id, /* card's vendor number */
591 pciio_vendor_id_t vendor, /* card's vendor number */
602 pciio_vendor_id_t vendor, /* card's vendor number */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DiSeries_VpdInfo.c130 ISERIES_BUS(DevNode), PCI_SLOT(PciDev->devfn),PciDev->vendor);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_common.c54 (pdev->vendor == PCI_VENDOR_ID_SUN) &&
105 if (pdev->vendor == PCI_VENDOR_ID_AL &&
350 if (pdev->vendor != PCI_VENDOR_ID_SUN)
714 if (pdev->vendor == PCI_VENDOR_ID_SUN &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dusb.c169 /* The vendor name should be kept at eight characters or less, and
171 * has the US_FL_FIX_INQUIRY flag, then the vendor and product names
249 * be at least 36 characters) and populates the vendor name,
273 to this logical unit") and leave vendor and
842 strncpy(ss->vendor, mf, USB_STOR_STRING_LEN);
845 if (strlen(ss->vendor) == 0) {
847 strncpy(ss->vendor, unusual_dev->vendorName,
850 strncpy(ss->vendor, "Unknown",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dpci_socket.c240 vendor: PCI_ANY_ID,
H A Dti113x.h224 if(socket->dev->vendor == PCI_VENDOR_ID_TI)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dad1816.c1275 if((ad1816_dev = isapnp_find_dev(bus, card->vendor, card->device, NULL))) {
1336 for (i = 0; isapnp_ad1816_list[i].vendor != 0; i++)
1344 for (i = isapnpjump; isapnp_ad1816_list[i].vendor != 0; i++) {
1347 while ((card = isapnp_find_dev(NULL, isapnp_ad1816_list[i].vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/zx1/
H A Dhpzx1_misc.c168 pci_read_config_word(dev, PCI_VENDOR_ID, &dev->vendor);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dfw-emu.c486 static char *cp, *cmd_line, *vendor; local
538 vendor = (char *) cp; cp += ALIGN8(40);
564 efi_systab->fw_vendor = __fwtab_pa(base_nasid, vendor);
569 memcpy(vendor, "S\0i\0l\0i\0c\0o\0n\0-\0G\0r\0a\0p\0h\0i\0c\0s\0\0", 40);

Completed in 190 milliseconds

1234567891011>>