Searched refs:vendor (Results 226 - 250 of 284) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dkaweth.c188 __u16 vendor; member in struct:usb_eth_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia.c262 cam->params.pnpID.vendor, cam->params.pnpID.product,
1630 cam->params.pnpID.vendor = data[0]+(((u16)data[1])<<8);
2423 cam->params.qx3.qx3_detected = (cam->params.pnpID.vendor == 0x0813 &&
3243 camera->params.pnpID.vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dvlsi_ir.c61 vendor: PCI_VENDOR_ID_VLSI,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dlanai.c2627 DPRINTK("vendor = 0x%X\n", w);
2845 static int __init lanai_detect_1(unsigned int vendor, unsigned int device) argument
2851 while ((pci = pci_find_device(vendor, device, pci)) != NULL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dconstants.c118 static const char vendor[] = "VENDOR SPECIFIC"; variable
127 printk("%s(0x%02x) ", vendor, opcode);
771 * sense_buffer[0] & 0177 : vendor-specific error code
772 * sense_buffer[1] & 0340 : vendor-specific
H A Dqlogicfc.c2025 if (pdev->vendor != PCI_VENDOR_ID_QLOGIC) {
2026 printk("qlogicfc%d : 0x%04x is not QLogic vendor ID\n", hostdata->host_id,
2027 pdev->vendor);
H A DcpqfcTSinit.c521 // Passthrough commands, unfortunately, tend to be vendor
655 (cpqfcHBAdata->PciDev->vendor <<16);
H A Dosst.c2541 * Set vendor name to 'LIN4' for "Linux support version 4".
2567 printk (KERN_ERR "osst%i:E: Couldn't set vendor name to %s\n", dev,
5392 char *vendor;
5408 for (rp=&(support_list[0]); rp->vendor != NULL; rp++)
5409 if (!strncmp(rp->vendor, SDp->vendor, strlen(rp->vendor)) &&
5386 char *vendor; member in struct:osst_support_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dad1848.c2952 vendor, function; member in struct:__anon2639
3086 ad1848_isapnp_list[i].vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D8139too.c268 /* some crazy cards report invalid vendor ids like
270 * so we simply don't match on the main vendor id.
940 if (pdev->vendor == PCI_VENDOR_ID_REALTEK &&
943 pdev->slot_name, pdev->vendor, pdev->device, pci_rev);
H A Dhp100.c178 u_short vendor; member in struct:hp100_pci_id
428 while ((pci_dev = pci_find_device(hp100_pci_ids[pci_id_index].vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_core.c1437 vendor: PCI_ANY_ID,
H A Dibmphp_core.c1168 if ((dev->vendor == 0x1166) && (dev->device == 0x0101))
H A Dibmphp_ebda.c1243 vendor: PCI_VENDOR_ID_IBM,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dsedlbauer.c595 pdev->vendor, pdev->function, pd))) {
677 printk(KERN_ERR "Sedlbauer: unknown sub vendor id %#x\n",
H A Ddiva.c991 pdev->vendor, pdev->function, pd))) {
H A Delsa.c969 pdev->vendor, pdev->function, pd))) {
H A Dhfc_sx.c1496 hdev->vendor, hdev->function, pd))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dumem.c1315 vendor: PCI_VENDOR_ID_MICRO_MEMORY,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmtrr.c242 if ((dev->vendor == PCI_VENDOR_ID_SERVERWORKS) &&
2015 printk ("mtrr: SMP support incomplete for this vendor\n");
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbutils.c1620 /* return board vendor id */
3364 uint16 vendor = 0xffff, device = 0xffff; local
3373 /* Known vendor translations */
3376 vendor = VENDOR_BROADCOM;
3488 *pcivendor = vendor;
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c3632 if(follow_disk->vendor != NULL)
3633 websWrite(wp, "%s", follow_disk->vendor);
3635 if(follow_disk->vendor != NULL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_schizo.c341 pdev->vendor == PCI_VENDOR_ID_SUN &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dkeyspan_pda.S55 * Device control happens through "vendor specific" control messages on EP0.
382 ;; main switch on bmRequest.type: standard or vendor
H A Dxircom_pgs.S55 * Device control happens through "vendor specific" control messages on EP0.
420 ;; main switch on bmRequest.type: standard or vendor

Completed in 204 milliseconds

1234567891011>>