Lines Matching refs:product
137 u16 product; /* usb product ID */ member
723 if (ictx->product == 0xffdc) { in send_set_imon_clock()
1338 if (ictx->product != 0xffdc && (buf[0] & 0x01) && len == 5) { in imon_mouse_event()
1343 } else if (ictx->product == 0xffdc && (buf[0] & 0x40) && in imon_mouse_event()
1357 } else if (ictx->product == 0xffdc && (buf[0] == 0x68)) { in imon_mouse_event()
1418 if (ictx->product != 0xffdc) { in imon_pad_to_keys()
1907 switch (ictx->product) { in imon_set_display_type()
1961 "iMON Remote (%04x:%04x)", ictx->vendor, ictx->product); in imon_init_rdev()
1984 if (ictx->product == 0xffdc) { in imon_init_rdev()
2021 ictx->vendor, ictx->product); in imon_init_idev()
2070 ictx->vendor, ictx->product); in imon_init_touch()
2237 ictx->product = le16_to_cpu(ictx->usbdev_intf0->descriptor.idProduct); in imon_init_intf0()
2407 u16 vendor, product; in imon_probe() local
2413 product = le16_to_cpu(usbdev->descriptor.idProduct); in imon_probe()
2416 __func__, vendor, product, ifnum); in imon_probe()
2455 if (product == 0xffdc && ictx->rf_device) { in imon_probe()
2470 "usb<%d:%d> initialized\n", vendor, product, ifnum, in imon_probe()