Searched refs:product (Results 1 - 25 of 189) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S59 daddu $10,$10,$2 # add old carry limb to low product limb
67 daddu $2,$9,$2 # add high product limb and carry from addition
77 daddu $2,$9,$2 # add high product limb and carry from addition
86 daddu $2,$9,$2 # add high product limb and carry from addition
H A Dmpih-mul2.S2 * add the product to a second limb vector.
60 daddu $3,$3,$2 # add old carry limb to low product limb
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
H A Dmpih-mul3.S2 * subtract the product from a second limb vector.
60 daddu $3,$3,$2 # add old carry limb to low product limb
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmzip.c309 product[16], member in struct:__anon1214
362 inq_data.product, inq_data.revision);
368 inq_data.product, sizeof inq_data.product) &&
370 inq_data.product, sizeof inq_data.product) &&
372 inq_data.product, sizeof inq_data.product) &&
374 inq_data.product, sizeof inq_data.product)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dinput.h21 id->product = le16_to_cpu(dev->descriptor.idProduct);
H A Diowarrior.h18 __u32 product; /* product id : depends on type of chip (USB_DEVICE_ID_CODEMERCS_XXXXX) */ member in struct:iowarrior_info
28 Get some device-information (product-id , serial-number etc.)
/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.
82 int product = le16_to_cpu(hid_to_usb_dev(hid)->descriptor.idProduct); local
85 if (init->idVendor == vendor && init->idProduct == product)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dhotplug_usb.c255 char *action, *product; local
265 !(product = getenv("PRODUCT")))
276 action, type, device, devfs, interface, product);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dhidp.h93 __u16 product; member in struct:hidp_connadd_req
110 __u16 product; member in struct:hidp_conninfo
H A Dcore.c115 ci->product = 0x0000;
121 ci->product = session->input->id.product;
131 ci->product = session->hid->product;
530 int vendor = 0x0000, product = 0x0000; local
537 product = session->input->id.product;
542 product = session->hid->product;
[all...]
H A Dsock.c156 __u16 product; member in struct:compat_hidp_connadd_req
202 put_user(ca.product, &uca->product) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu-event.c45 pmu_input_dev->id.product = 0x0001;
H A Dmac_hid.c116 emumousebtn->id.product = 0x0001;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-input.c112 switch(dev->input_dev->id.product) {
127 switch(dev->input_dev->id.product) {
145 if (dev->input_dev->id.product == USB_PID_RIGKONTROL2)
189 input->id.product = usb_dev->descriptor.idProduct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dsafe_serial.c55 static __u16 product; // no default variable
58 module_param(product, ushort, 0);
59 MODULE_PARM_DESC(product, "User specified USB idProduct (required)");
378 info ("vendor: %x product: %x safe: %d padded: %d\n", vendor, product, safe, padded);
380 // if we have vendor / product parameters patch them into id list
381 if (vendor || product) {
382 info ("vendor: %x product: %x\n", vendor, product);
387 id_table[i].idProduct = product;
[all...]
H A Dgeneric.c32 static __u16 product = 0xffff; variable
37 module_param(product, ushort, 0);
38 MODULE_PARM_DESC(product, "User specified USB idProduct");
42 /* we want to look at all devices, as the vendor/product id can change
93 generic_device_ids[0].idProduct = product;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dumul.S9 * upper 32 bits of the 64-bit product).
32 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
96 * product to fix this problem for negative multipliers (see mul.s).
97 * Because of the way the shift into the partial product is calculated
109 rd %y, %o0 ! get lower half of product
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.h114 /* handling of USB vendor/product ID pairs as 32-bit numbers */
115 #define USB_ID(vendor, product) (((vendor) << 16) | (product))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Decard.h103 unsigned short product; member in struct:ecard_id
108 unsigned short product; /* Product code */ member in struct:in_ecid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa1.1/
H A Dmpih-mul1.S77 ldw -12(%r30),%r19 ; least significant limb in product
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Datakbd.c105 atakbd_dev->id.product = 0x0001;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dxusbatm.c37 XUSBATM_PARM(product, unsigned short, ushort, "USB device product");
102 usb_dbg(usbatm, "%s: binding driver %d: vendor %04x product %04x"
104 __func__, drv_ix, vendor[drv_ix], product[drv_ix],
206 xusbatm_usb_ids[i].idProduct = product[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c228 unsigned long vendor, product; local
269 product = strtoul(token, NULL, 0);
331 match_flags, vendor, product,
342 match_flags, vendor, product,
352 match_flags, vendor, product,
376 unsigned long match_flags, vendor, product, specifier, version; local
411 product = strtoul(token, NULL, 0);
429 PRINT_WILDCARD_COND("mo", "%08lX", product, match_flags & 0x02);
712 unsigned long bustype, vendor, product, version; local
776 product
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com7 $! defined, then it is assumed that HP's SSL product has been installed.
15 $! CLEAN Delete product files for this host architecture. (No
17 $! CLEAN_ALL Delete product files for all host architectures. (No
77 $! equivalent) to name architecture-specific product
119 $! Define the architecture-specific product file destination directory
278 $! Create product directory, if needed.
427 $! Copy the VMS-specific config file into the product directory.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dm68kspkr.c64 input_dev->id.product = 0x0001;

Completed in 139 milliseconds

12345678