Searched refs:vendor (Results 201 - 225 of 284) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/LPRng/working_binaries/
H A Dprinter.c100 /* Get two-int array: [0]=vendor ID, [1]=product ID: */
234 #define USBLP_QUIRK_USB_INIT 0x2 /* needs vendor USB init string */
1157 static unsigned int usblp_quirks (__u16 vendor, __u16 product) argument
1162 if (vendor == quirk_printers[i].vendorId &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_be.c3013 if (dev->vendor == PCI_VENDOR_ID_AMD &&
4367 * note -- all chipsets for a single vendor MUST be grouped together
4716 if (pdev->vendor == agp_bridge_info[i].vendor_id)
4725 (agp_bridge_info[i].vendor_id == pdev->vendor)) {
4766 i--; /* point to vendor generic entry (device_id == 0) */
4769 * there is a 'generic' bridge entry for this vendor */
4799 if (dev->vendor == PCI_VENDOR_ID_INTEL) {
4920 if (dev->vendor == PCI_VENDOR_ID_SERVERWORKS) {
4954 if (dev->vendor == PCI_VENDOR_ID_HP) {
H A Dagpgart_fe.c773 userinfo.bridge_id = kerninfo.device->vendor |
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dst.c208 char *vendor;
224 for (rp=&(reject_list[0]); rp->vendor != NULL; rp++)
225 if (!strncmp(rp->vendor, SDp->vendor, strlen(rp->vendor)) &&
2826 block should be set in vendor specific way. */
207 char *vendor; member in struct:st_reject_data
H A Dqlogicisp.c130 #define PCI_ID_LOW 0x00 /* vendor id */
1383 if (pdev->vendor != PCI_VENDOR_ID_QLOGIC) {
1384 printk("qlogicisp : 0x%04x is not QLogic vendor ID\n",
1385 pdev->vendor);
H A DcpqfcTSstructs.h140 // DWORD 1 resvd code expl. vendor
1214 UCHAR vendor; member in struct:__anon2308
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Des1371.c402 u16 vendor; member in struct:es1371_state
2829 s->vendor = pcidev->vendor;
2836 printk(KERN_INFO PFX "found chip, vendor id 0x%04x device id 0x%04x revision 0x%02x\n",
2837 s->vendor, s->device, s->rev);
2920 if (s->vendor == PCI_VENDOR_ID_ENSONIQ &&
H A Dite8172.c273 u16 vendor; member in struct:it8172_state
1996 s->vendor = pcidev->vendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsunhme.c187 vendor: PCI_VENDOR_ID_SUN,
2859 if (busdev->vendor != PCI_VENDOR_ID_DEC ||
2868 if (this_pdev->vendor == PCI_VENDOR_ID_SUN &&
3153 if (qpdev->vendor == PCI_VENDOR_ID_DEC &&
3158 qpdev->vendor, qpdev->device);
H A D3c515.c474 for(i=0; corkscrew_isapnp_adapters[i].vendor != 0; i++) {
478 corkscrew_isapnp_adapters[i].vendor,
H A D8139cp.c1780 if (pdev->vendor == PCI_VENDOR_ID_REALTEK &&
1783 pdev->slot_name, pdev->vendor, pdev->device, pci_rev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c1195 u16 id, vendor, major, minor; member in struct:sta_id
1202 if (sta_id->vendor == 1)
1204 else if ((sta_id->vendor == 2) &&
1228 le16_to_cpus(&sta_id.vendor);
1235 dev->name, sta_id.id, sta_id.vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dohci1394.c1083 if (ohci->dev->vendor == PCI_VENDOR_ID_APPLE &&
1982 if (dev->vendor == PCI_VENDOR_ID_APPLE &&
2211 .vendor = PCI_ANY_ID,
H A Dpcilynx.c271 PRINT(KERN_INFO, lynx->id, "PHY vendor id 0x%06x", pvid);
1392 lynx->phyic.vendor = get_phy_vendorid(lynx);
1610 .vendor = PCI_VENDOR_ID_TI,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dtulip_core.c1362 if (pdev->vendor == 0x1282 && pdev->device == 0x9100)
1404 if (pdev->vendor == 0x1282 && pdev->device == 0x9102)
1409 if (pdev->vendor == 0x1282 && pdev->device == 0x9102)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c5349 * Notify vendor ID to the OnStream tape drive
5351 static void idetape_onstream_set_vendor (ide_drive_t *drive, char *vendor) argument
5363 pc.buffer[4 + 2] = vendor[0];
5364 pc.buffer[4 + 3] = vendor[1];
5365 pc.buffer[4 + 4] = vendor[2];
5366 pc.buffer[4 + 5] = vendor[3];
5370 printk (KERN_ERR "ide-tape: Couldn't set vendor name to %s\n", vendor);
5490 * Set vendor name to 'LIN3' for "Linux support version 3".
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_sabre.c593 pdev->vendor == PCI_VENDOR_ID_SUN &&
1109 if (pdev->vendor == PCI_VENDOR_ID_SUN &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Di82365.c843 for (devid = id_table; devid->vendor; devid++) {
844 if ((dev = isapnp_find_dev(NULL, devid->vendor, devid->function, NULL))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sis/
H A Dsis_main.h389 u16 vendor, device; member in struct:board
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dapplicom.c212 if (dev->vendor != PCI_VENDOR_ID_APPLICOM)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A DdrmP.h357 u16 vendor; member in struct:drm_pci_list
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Daacraid.h432 u16 vendor; member in struct:aac_driver_ident
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h350 char vendor[SID_VENDOR_SIZE]; member in struct:scsi_inquiry_data
855 * PCIV_xxx: PCI vendor ID (only required to fixup ancient devices)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhiddev.c432 dinfo.vendor = dev->descriptor.idVendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hcd.c1099 .vendor = PCI_ANY_ID,

Completed in 447 milliseconds

1234567891011>>