Lines Matching refs:product
124 u16 product; /* usb product ID */ member
705 if (ictx->product == 0xffdc) { in send_set_imon_clock()
1293 if (ictx->product != 0xffdc && (buf[0] & 0x01) && len == 5) { in imon_mouse_event()
1298 } else if (ictx->product == 0xffdc && (buf[0] & 0x40) && in imon_mouse_event()
1312 } else if (ictx->product == 0xffdc && (buf[0] == 0x68)) { in imon_mouse_event()
1373 if (ictx->product != 0xffdc) { in imon_pad_to_keys()
1877 switch (ictx->product) { in imon_set_display_type()
1931 "iMON Remote (%04x:%04x)", ictx->vendor, ictx->product); in imon_init_rdev()
1954 if (ictx->product == 0xffdc) { in imon_init_rdev()
1991 ictx->vendor, ictx->product); in imon_init_idev()
2040 ictx->vendor, ictx->product); in imon_init_touch()
2203 ictx->product = le16_to_cpu(ictx->usbdev_intf0->descriptor.idProduct); in imon_init_intf0()
2368 u16 vendor, product; in imon_probe() local
2374 product = le16_to_cpu(usbdev->descriptor.idProduct); in imon_probe()
2377 __func__, vendor, product, ifnum); in imon_probe()
2421 if (product == 0xffdc && ictx->rf_device) { in imon_probe()
2436 vendor, product, ifnum, in imon_probe()