Searched refs:vendor (Results 151 - 175 of 284) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dbios32.c281 bus->number, PCI_SLOT(dev->devfn), dev->vendor, dev->device, dev->class));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-sf16fmi.c280 dev = isapnp_find_dev(NULL, id_table[i].vendor,
/asus-wl-520gu-7.0.1.45/src/include/
H A Dlinuxver.h150 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member in struct:pci_device_id
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci.c105 dev->vendor = PCI_VENDOR_ID_AMD;
431 /* Fix miss-identified vendor AMD pcnet32 adapters. */
435 dev->vendor = PCI_VENDOR_ID_AMD;
1039 Pci_Dev->vendor,
H A DpSeries_pci.c640 PPCDBG(PPCDBG_PHBINIT, "\tdev->vendor:device = 0x%04X : 0x%04X\n", dev->vendor, dev->device);
804 PciDev->vendor,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dyenta.c791 unsigned short vendor; member in struct:cardbus_override_struct
862 if (dev->vendor == d->vendor && dev->device == d->device) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dbtaudio.c1060 vendor: PCI_VENDOR_ID_BROOKTREE,
1066 vendor: PCI_VENDOR_ID_BROOKTREE,
1071 vendor: PCI_VENDOR_ID_BROOKTREE,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dacenic.c118 * Farallon used the DEC vendor ID by mistake and they seem not
147 * Farallon used the DEC vendor ID on their cards incorrectly,
619 if (!((pdev->vendor == PCI_VENDOR_ID_ALTEON) &&
622 !((pdev->vendor == PCI_VENDOR_ID_3COM) &&
624 !((pdev->vendor == PCI_VENDOR_ID_NETGEAR) &&
628 * Farallon used the DEC vendor ID on their cards by
631 !((pdev->vendor == PCI_VENDOR_ID_DEC) &&
633 !((pdev->vendor == PCI_VENDOR_ID_ALTEON) &&
635 !((pdev->vendor == PCI_VENDOR_ID_SGI) &&
735 switch(pdev->vendor) {
[all...]
H A Dde4x5.c2107 u_short vendor;
2134 vendor = (u_short) cfid;
2176 ** a non BM slot, you're on your own (and complain to the PC vendor that your
2188 u_short vendor, index, status;
2216 vendor = pdev->vendor;
2300 u_short vendor, status;
2313 vendor = this_dev->vendor;
5865 u_short vendor;
2105 u_short vendor; local
2186 u_short vendor, index, status; local
2298 u_short vendor, status; local
5863 u_short vendor; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SuSE/
H A Dsamba3.spec356 cat smb.conf.vendor | egrep -v '(^$$|^#)' > smb.conf
357 mv smb.conf.vendor examples/smb.conf.${SUFFIX}
459 cp README.vendor ${RPM_BUILD_ROOT}/%{DOCDIR}/README.${SUFFIX}
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc47xx.c68 static bool chipid(uint vendor, uint device);
135 chipid(uint vendor, uint device) argument
139 if (vendor != VENDOR_BROADCOM)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dpcilynx.h41 u32 vendor; member in struct:ti_lynx::__anon1445
520 _(0x08002850), /* vendor ID, chip ID high 40c */
524 _(0x03080028), /* vendor ID (Texas Instr.) 418 */
533 /* module vendor ID textual */
544 _(0x08002850), /* vendor ID, chip ID high 460 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dix1_micro.c260 idev->vendor, idev->function, pd))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_agpsupport.h61 info.id_vendor = kern->device->vendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dagpsupport.c61 info.id_vendor = kern->device->vendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dlinit.c169 vendor_id = aac_drivers[index].vendor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Ddpti.h369 static struct pci_dev* adpt_pci_find_device(uint vendor, struct pci_dev* from);
H A Dscsi.h299 * with vendor specific bits masked.
555 * vendor-specific cmd's */
566 char vendor[8], model[16], rev[4]; member in struct:scsi_device
H A Dgdth.c384 ushort vendor, ushort dev);
827 ushort vendor, ushort device))
837 TRACE(("gdth_search_dev() cnt %d vendor %x device %x\n",
838 *cnt, vendor, device));
842 while ((pdev = pci_find_device(vendor, device, pdev))
850 pcistr[*cnt].vendor_id = vendor;
880 while ((pdev = pci_find_device(vendor, device, pdev))
886 pcistr[*cnt].vendor_id = vendor;
921 while (!pcibios_find_device(vendor, device, idx++,
954 pcistr[*cnt].vendor_id = vendor;
826 GDTH_INITFUNC(static void, gdth_search_dev(gdth_pci_str *pcistr, ushort *cnt, ushort vendor, ushort device)) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c857 * Switch to common hdlc%d naming. We name by type not by vendor
863 * GCOM uses LMC vendor name so that clients can know which card
1047 u16 vendor, subvendor, device, subdevice; local
1079 vendor = pdev->vendor;
1101 (vendor == CORRECT_VENDOR_ID) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dproc.c345 dev->vendor,
H A Dsetup-bus.c191 if (bridge->vendor == PCI_VENDOR_ID_DEC && bridge->device == 0x0001)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dbios32.c328 return (dev->vendor == PCI_VENDOR_ID_INTERG &&
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Dcistpl.h521 u_char vendor, info; member in struct:cistpl_vers_2_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Dcistpl.h521 u_char vendor, info; member in struct:cistpl_vers_2_t

Completed in 227 milliseconds

1234567891011>>