Searched refs:vendor (Results 26 - 50 of 568) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_quirks.h13 /* vendor defs */
28 int vendor; /* which vendor? e.g. Orckit */ member in struct:pptp_fixup
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcpu.h3 int vendor; member in struct:cpu_model_info
H A Dumc.c13 { .vendor = X86_VENDOR_UMC, .family = 4, .model_names =
H A Dnexgen.c47 { .vendor = X86_VENDOR_NEXGEN,
H A Drise.c35 { .vendor = X86_VENDOR_RISE, .family = 5, .model_names =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/scsi_id/
H A Dscsi_id.h23 * added prefixes such as vendor and product (model) strings.
34 char *vendor, char *model, char *rev, char *type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_devinfo.c21 char vendor[8]; member in struct:scsi_dev_info_list
43 char *vendor; member in struct:__anon6990
245 * devinfo vendor and model strings.
275 * @vendor: vendor string
281 * Create and add one dev_info entry for @vendor, @model, @strflags or
288 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, argument
299 scsi_strcpy_devinfo("vendor", devinfo->vendor, sizeof(devinfo->vendor),
334 char *vendor, *model, *strflags, *next; local
382 scsi_get_device_flags(struct scsi_device *sdev, const unsigned char *vendor, const unsigned char *model) argument
[all...]
H A Dsr_vendor.c3 * vendor-specific code for SCSI CD-ROM's goes here.
65 cd->vendor = VENDOR_SCSI3;
67 const char *vendor = cd->device->vendor;
71 cd->vendor = VENDOR_SCSI3;
77 cd->vendor = VENDOR_WRITER;
79 } else if (!strncmp(vendor, "NEC", 3)) {
80 cd->vendor = VENDOR_NEC;
89 } else if (!strncmp(vendor, "TOSHIBA", 7)) {
90 cd->vendor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm_nsc.c74 *data = inb(chip->vendor.base + NSC_STATUS);
82 *data = inb(chip->vendor.base + 1);
97 status = inb(chip->vendor.base + NSC_STATUS);
99 status = inb(chip->vendor.base + NSC_DATA);
107 status = inb(chip->vendor.base + NSC_STATUS);
109 status = inb(chip->vendor.base + NSC_DATA);
135 inb(chip->vendor.base + NSC_DATA)) != NSC_COMMAND_NORMAL) {
151 *p = inb(chip->vendor.base + NSC_DATA);
159 if ((data = inb(chip->vendor.base + NSC_DATA)) != NSC_COMMAND_EOC) {
185 outb(NSC_COMMAND_CANCEL, chip->vendor
[all...]
H A Dtpm_atmel.h29 #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset);
30 #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset)
81 #define atmel_getb(chip, offset) inb(chip->vendor->base + offset)
82 #define atmel_putb(val, chip, offset) outb(val, chip->vendor->base + offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dreboot_fixups.c37 unsigned int vendor; member in struct:device_fixup
61 dev = pci_get_device(cur->vendor, cur->device, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c30 uint8_t vendor[8]; member in struct:nvidia_meta
56 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dk8.c82 u32 vendor = device & 0xffff; local
84 for (id = k8_nb_ids; id->vendor; id++)
85 if (vendor == id->vendor && device == id->device)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dinput.h20 id->vendor = le16_to_cpu(dev->descriptor.idVendor);
H A Diowarrior.h17 __u32 vendor; /* vendor id : supposed to be USB_VENDOR_ID_CODEMERCS in all cases */ member in struct:iowarrior_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DVendor.java15 private String vendor; field in class:Vendor
46 vendor = data;
78 return vendor;
H A DInventoryBinding.java18 String vendor = ti.readString();
26 inventory.setVendor(vendor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dtc-driver.c65 while (id->name[0] || id->vendor[0]) {
67 strcmp(tdev->vendor, id->vendor) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dacpi-ext.c21 * the producer/consumer flag, so HP invented a vendor-defined resource to
36 struct acpi_resource_vendor_typed *vendor; local
42 vendor = &resource->data.vendor_typed;
44 if (ACPI_FAILURE(status) || vendor->byte_length < 16) {
49 memcpy(base, vendor->byte_data, sizeof(*base));
50 memcpy(length, vendor->byte_data + 8, sizeof(*length));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Docp.h53 unsigned int vendor, function; /* Vendor and function ID or OCP_ANY_ID */ member in struct:ocp_device_id
61 * @vendor: Vendor code. It is _STRONGLY_ discouraged to use
62 * the vendor code as a way to match a unique device,
90 unsigned int vendor; member in struct:ocp_def
173 extern struct ocp_device *ocp_find_device(unsigned int vendor, unsigned int function, int index);
176 extern struct ocp_def *ocp_get_one_device(unsigned int vendor, unsigned int function, int index);
182 extern int ocp_remove_one_device(unsigned int vendor, unsigned int function, int index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_bus.c39 if ( (driver->id_table->vendor != PCI_ANY_ID &&
40 driver->id_table->vendor != pciedev->id.vendor) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dreset.c49 u16 vendor; local
124 if (!pci_read_config_word(dev->pdev, PCI_VENDOR_ID, &vendor) &&
125 vendor != 0xffff)
131 if (vendor == 0xffff) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_acpi_init.c27 * (io/acpi/defblk.c) when building a vendor descriptor.
59 * ACPI vendor resource, which the PROM setup, and sets up the
74 struct acpi_resource_vendor_typed *vendor; local
89 vendor = &resource->data.vendor_typed;
90 if ((vendor->byte_length - sizeof(struct acpi_vendor_uuid)) !=
93 "sn_acpi_hubdev_init: Invalid vendor data length: %d for: ",
94 vendor->byte_length);
100 memcpy(&addr, vendor->byte_data, sizeof(struct hubdev_info *));
127 struct acpi_resource_vendor_typed *vendor; local
142 vendor
176 struct acpi_resource_vendor_typed *vendor; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-ff.c40 * devices, you need to add the USB vendor and product ids here.
81 int vendor = le16_to_cpu(hid_to_usb_dev(hid)->descriptor.idVendor); local
85 if (init->idVendor == vendor && init->idProduct == product)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-ocelot.c38 if ((devices->vendor != 0x8086) ||
49 if ((devices->vendor != 0x1011) ||

Completed in 301 milliseconds

1234567891011>>