Searched defs:product (Results 1 - 25 of 41) sorted by relevance

12

/drivers/input/misc/
H A Dad714x.h42 unsigned product; member in struct:ad714x_chip
/drivers/usb/serial/
H A Dipaq.c36 static __u16 product, vendor; variable
632 ipaq_id_table[0].idProduct = product;
661 module_param(product, ushort, 0);
662 MODULE_PARM_DESC(product, "User specified USB idProduct");
H A Dgeneric.c35 static __u16 product = 0xffff; variable
40 module_param(product, ushort, 0);
41 MODULE_PARM_DESC(product, "User specified USB idProduct");
45 /* we want to look at all devices, as the vendor/product id can change
97 generic_device_ids[0].idProduct = product;
H A Dsafe_serial.c97 static __u16 product; /* no default */ variable
100 module_param(product, ushort, 0);
101 MODULE_PARM_DESC(product, "User specified USB idProduct (required)");
328 /* if we have vendor / product parameters patch them into id list */
329 if (vendor || product) {
330 printk(KERN_INFO KBUILD_MODNAME ": vendor: %x product: %x\n",
331 vendor, product);
336 id_table[i].idProduct = product;
H A Dvisor.c57 static __u16 product; variable
655 if (vendor > 0 && product > 0) {
658 USB_DEVICE(vendor, product),
686 vendor, product);
714 module_param(product, ushort, 0);
715 MODULE_PARM_DESC(product, "User specified product ID");
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c182 void ath9k_htc_init_btcoex(struct ath9k_htc_priv *priv, char *product) argument
187 if (product && strncmp(product, ATH_HTC_BTCOEX_PRODUCT_ID, 5) == 0) {
H A Dhtc_hst.c461 char *product, u32 drv_info)
463 if (ath9k_htc_probe_device(target, dev, devid, product, drv_info)) {
459 ath9k_htc_hw_init(struct htc_target *target, struct device *dev, u16 devid, char *product, u32 drv_info) argument
H A Dhtc_drv_init.c605 u16 devid, char *product,
676 ath9k_htc_init_btcoex(priv, product);
784 u16 devid, char *product, u32 drv_info)
794 error = ath9k_init_priv(priv, devid, product, drv_info);
886 u16 devid, char *product, u32 drv_info)
917 ret = ath9k_init_device(priv, devid, product, drv_info);
604 ath9k_init_priv(struct ath9k_htc_priv *priv, u16 devid, char *product, u32 drv_info) argument
783 ath9k_init_device(struct ath9k_htc_priv *priv, u16 devid, char *product, u32 drv_info) argument
885 ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev, u16 devid, char *product, u32 drv_info) argument
/drivers/uwb/
H A Dest.c50 u16 vendor, product; member in struct:uwb_est
237 * then product).
244 * @product: product code from that vendor; same matching rules, use
249 * table is sorted by growing type-event_high-vendor-product, a zero
255 /* FIXME: add bus type to vendor/product code */
256 int uwb_est_register(u8 type, u8 event_high, u16 vendor, u16 product, argument
275 && uwb_est[itr].product < product)
283 uwb_est[itr].product
307 uwb_est_unregister(u8 type, u8 event_high, u16 vendor, u16 product, const struct uwb_est_entry *entry, size_t entries) argument
[all...]
/drivers/power/
H A Disp1704_charger.c372 int product; local
388 /* Verify the product and vendor id matches */
394 product = isp1704_read(isp, ULPI_PRODUCT_ID_LOW);
395 product |= isp1704_read(isp, ULPI_PRODUCT_ID_HIGH) << 8;
398 if (product == isp170x_id[i]) {
399 sprintf(isp->model, "isp%x", product);
400 return product;
404 dev_err(isp->dev, "product id %x not matching known ids", product);
453 dev_info(isp->dev, "registered with product i
[all...]
/drivers/staging/line6/
H A Ddriver.h127 int product; member in struct:usb_line6
H A Dtoneport.c102 static bool toneport_has_led(short product) argument
105 (product == LINE6_DEVID_GUITARPORT) ||
106 (product == LINE6_DEVID_TONEPORT_GX);
H A Ddriver.c737 int product; local
754 /* check vendor and product id */
782 product = le16_to_cpu(usbdev->descriptor.idProduct);
787 switch (product) {
867 /* initialize device data based on product id: */
868 switch (product) {
970 line6->product = product;
1030 /* initialize device data based on product id: */
1031 switch (product) {
[all...]
/drivers/staging/usbip/userspace/libsrc/
H A Dusbip_common.c248 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, uint16_t product) argument
252 prod = names_product(vendor, product);
254 prod = "unknown product";
261 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product);
H A Dnames.c54 struct product { struct
55 struct product *next;
109 static struct product *products[HASHSZ] = { NULL, };
188 struct product *p;
313 struct product *p;
320 p = my_malloc(sizeof(struct product) + strlen(name));
656 /* product or subclass spec */
661 fprintf(stderr, "Invalid product/subclass spec at line %u\n", linectr);
666 fprintf(stderr, "Duplicate product spec at line %u product
[all...]
/drivers/staging/usbip/userspace/src/
H A Dusbip_list.c153 static void print_device(char *busid, char *vendor, char *product, argument
157 printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product);
159 printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product);
/drivers/hid/
H A Dhid-hyperv.c28 unsigned short product; member in struct:hv_input_dev_info
503 hid_dev->product = input_dev->hid_dev_info.product;
H A Dhid-core.c1163 (id->product == HID_ANY_ID || id->product == hdev->product);
1620 __u32 bus, vendor, product; local
1625 &bus, &vendor, &product, &driver_data);
1635 dynid->id.product = product;
1759 hdev->bus, hdev->vendor, hdev->product))
1772 hdev->bus, hdev->vendor, hdev->product))
2021 if (hdev->product >
[all...]
/drivers/hwmon/
H A Demc2103.c699 int manufacturer, product; local
708 product = i2c_smbus_read_byte_data(new_client, REG_PRODUCT_ID);
709 if ((product != 0x24) && (product != 0x26))
/drivers/net/ethernet/i825xx/
H A Dznet.c146 char vendor[8]; /* The machine vendor and product name. */
147 char product[8]; member in struct:netidblk
/drivers/platform/x86/
H A Dacerhdf.c110 MODULE_PARM_DESC(force_product, "Force BIOS product and omit BIOS check");
125 const char *product; member in struct:bios_settings_t
560 char const *vendor, *version, *product; local
566 product = dmi_get_system_info(DMI_PRODUCT_NAME);
568 if (!vendor || !version || !product) {
582 product = force_product;
583 pr_info("forcing BIOS product: %s\n", product);
588 pr_info("BIOS info: %s %s, product: %s\n",
589 vendor, version, product);
[all...]
/drivers/staging/media/lirc/
H A Dlirc_imon.c728 u16 vendor, product; local
754 product = le16_to_cpu(usbdev->descriptor.idProduct);
757 __func__, vendor, product, ifnum);
923 "usb<%d:%d> initialized\n", vendor, product, ifnum,
/drivers/usb/core/
H A Dsysfs.c95 usb_string_attr(product); variable
678 if (udev->product == NULL)
/drivers/ata/
H A Dsata_sil.c146 const char *product; member in struct:sil_drivelist
635 for (n = 0; sil_blacklist[n].product; n++)
636 if (!strcmp(sil_blacklist[n].product, model_num)) {
/drivers/media/video/gspca/
H A Dspca561.c431 __u16 vendor, product; local
434 /* Read frm global register the USB product and vendor IDs, just to
447 product = (data2 << 8) | data1;
448 if (vendor != id->idVendor || product != id->idProduct) {
449 PDEBUG(D_PROBE, "Bad vendor / product from device");

Completed in 428 milliseconds

12