/drivers/media/platform/coda/ |
D | coda-bit.c | 70 if (dev->devtype->product == CODA_960 || in coda_command_async() 71 dev->devtype->product == CODA_7541) { in coda_command_async() 82 if (dev->devtype->product == CODA_960) { in coda_command_async() 122 if (dev->devtype->product == CODA_960) { in coda_hw_reset() 136 if (dev->devtype->product == CODA_960) in coda_hw_reset() 311 if ((dev->devtype->product == CODA_960) && in coda_bit_stream_end_flag() 324 if (dev->devtype->product == CODA_DX6) in coda_parabuf_write() 375 dev->devtype->product != CODA_DX6) in coda_alloc_framebuffers() 409 dev->devtype->product != CODA_DX6) in coda_alloc_framebuffers() 416 if ((dev->devtype->product != CODA_DX6) && in coda_alloc_framebuffers() [all …]
|
D | coda-common.c | 311 const char *coda_product_name(int product) in coda_product_name() argument 315 switch (product) { in coda_product_name() 323 snprintf(buf, sizeof(buf), "(0x%04x)", product); in coda_product_name() 337 strlcpy(cap->card, coda_product_name(ctx->dev->devtype->product), in coda_querycap() 1507 if (ctx->dev->devtype->product != CODA_960) { in coda_encode_ctrls() 1649 (dev->devtype->product == CODA_DX6 && idx > CODADX6_MAX_INSTANCES)) in coda_next_free_instance() 1701 switch (dev->devtype->product) { in coda_open() 1802 if (ctx->dev->devtype->product == CODA_DX6) in coda_release() 1853 if (dev->devtype->product == CODA_DX6) { in coda_hw_init() 1873 if (dev->devtype->product == CODA_960 || in coda_hw_init() [all …]
|
/drivers/uwb/ |
D | est.c | 50 u16 vendor, product; member 256 int uwb_est_register(u8 type, u8 event_high, u16 vendor, u16 product, in uwb_est_register() argument 273 && uwb_est[itr].product < product) in uwb_est_register() 281 uwb_est[itr].product = product; in uwb_est_register() 305 int uwb_est_unregister(u8 type, u8 event_high, u16 vendor, u16 product, in uwb_est_unregister() argument 313 .product = product, in uwb_est_unregister() 364 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size() 372 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size() 394 est->product, est->entries); in uwb_est_get_size()
|
/drivers/usb/common/ |
D | ulpi.c | 44 id->product == ulpi->id.product) in ulpi_match() 55 ulpi->id.vendor, ulpi->id.product)) in ulpi_uevent() 93 ulpi->id.vendor, ulpi->id.product); in modalias_show() 177 ulpi->id.product = ulpi_read(ulpi, ULPI_PRODUCT_ID_LOW); in ulpi_register() 178 ulpi->id.product |= ulpi_read(ulpi, ULPI_PRODUCT_ID_HIGH) << 8; in ulpi_register() 186 request_module("ulpi:v%04xp%04x", ulpi->id.vendor, ulpi->id.product); in ulpi_register() 193 ulpi->id.vendor, ulpi->id.product); in ulpi_register()
|
/drivers/platform/x86/ |
D | acerhdf.c | 136 const char *product; member 620 char const *vendor, *version, *product; in acerhdf_check_hardware() local 626 product = dmi_get_system_info(DMI_PRODUCT_NAME); in acerhdf_check_hardware() 628 if (!vendor || !version || !product) { in acerhdf_check_hardware() 642 product = force_product; in acerhdf_check_hardware() 643 pr_info("forcing BIOS product: %s\n", product); in acerhdf_check_hardware() 649 vendor, version, product); in acerhdf_check_hardware() 658 str_starts_with(product, bt->product) && in acerhdf_check_hardware() 667 vendor, product, version); in acerhdf_check_hardware()
|
/drivers/media/usb/go7007/ |
D | go7007-loader.c | 22 u16 product; member 47 u16 vendor, product; in go7007_loader_probe() local 62 product = le16_to_cpu(usbdev->descriptor.idProduct); in go7007_loader_probe() 66 fw_configs[i].product == product) in go7007_loader_probe()
|
/drivers/power/supply/ |
D | isp1704_charger.c | 365 int product; in isp1704_test_ulpi() local 387 product = isp1704_read(isp, ULPI_PRODUCT_ID_LOW); in isp1704_test_ulpi() 388 product |= isp1704_read(isp, ULPI_PRODUCT_ID_HIGH) << 8; in isp1704_test_ulpi() 391 if (product == isp170x_id[i]) { in isp1704_test_ulpi() 392 sprintf(isp->model, "isp%x", product); in isp1704_test_ulpi() 393 return product; in isp1704_test_ulpi() 397 dev_err(isp->dev, "product id %x not matching known ids", product); in isp1704_test_ulpi()
|
/drivers/input/touchscreen/ |
D | penmount.c | 222 input_dev->id.product = 0; in pm_connect() 234 input_dev->id.product = 0x9000; in pm_connect() 241 input_dev->id.product = 0x6000; in pm_connect() 248 input_dev->id.product = 0x3000; in pm_connect() 256 input_dev->id.product = 0x6250; in pm_connect()
|
/drivers/hid/ |
D | hid-core.c | 727 (hid->product == USB_DEVICE_ID_MS_TYPE_COVER_PRO_3 || in hid_scan_collection() 728 hid->product == USB_DEVICE_ID_MS_TYPE_COVER_PRO_3_2 || in hid_scan_collection() 729 hid->product == USB_DEVICE_ID_MS_TYPE_COVER_PRO_3_JP || in hid_scan_collection() 730 hid->product == USB_DEVICE_ID_MS_TYPE_COVER_PRO_4_JP || in hid_scan_collection() 731 hid->product == USB_DEVICE_ID_MS_POWER_COVER) && in hid_scan_collection() 1586 (id->product == HID_ANY_ID || id->product == hdev->product); in hid_match_one_id() 2142 __u32 bus, vendor, product; in store_new_id() local 2147 &bus, &vendor, &product, &driver_data); in store_new_id() 2158 dynid->id.product = product; in store_new_id() 2288 hdev->bus, hdev->group, hdev->vendor, hdev->product); in modalias_show() [all …]
|
D | hid-magicmouse.c | 187 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE) { in magicmouse_emit_touch() 273 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE) in magicmouse_emit_touch() 351 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE) { in magicmouse_raw_event() 370 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE) { in magicmouse_setup_input() 420 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE) { in magicmouse_setup_input() 468 if (hi->input->id.product == USB_DEVICE_ID_APPLE_MAGICTRACKPAD && in magicmouse_input_mapping() 532 if (id->product == USB_DEVICE_ID_APPLE_MAGICMOUSE) in magicmouse_probe()
|
D | hid-samsung.c | 136 if (USB_DEVICE_ID_SAMSUNG_IR_REMOTE == hdev->product) in samsung_report_fixup() 147 if (USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE == hdev->product) in samsung_input_mapping() 166 if (USB_DEVICE_ID_SAMSUNG_IR_REMOTE == hdev->product) { in samsung_probe()
|
D | hid-lenovo.c | 59 switch (hdev->product) { in lenovo_report_fixup() 167 switch (hdev->product) { in lenovo_input_mapping() 197 switch (hdev->product) { in lenovo_send_cmd_cptkbd() 318 if (unlikely(hdev->product == USB_DEVICE_ID_LENOVO_CUSBKBD in lenovo_raw_event() 368 switch (hdev->product) { in lenovo_event() 740 if (hdev->product == USB_DEVICE_ID_LENOVO_CUSBKBD in lenovo_probe_cptkbd() 798 switch (hdev->product) { in lenovo_probe() 848 switch (hdev->product) { in lenovo_remove() 864 switch (hdev->product) { in lenovo_input_configured()
|
D | hid-lg.c | 409 switch (hdev->product) { in lg_report_fixup() 613 if (hdev->product == USB_DEVICE_ID_LOGITECH_RECEIVER && in lg_input_mapping() 617 if (hdev->product == USB_DEVICE_ID_DINOVO_MINI && in lg_input_mapping() 665 switch (hdev->product) { in lg_input_mapped() 724 if ((hdev->product == USB_DEVICE_ID_LOGITECH_G29_WHEEL) && in lg_probe() 758 if (hdev->product == USB_DEVICE_ID_LOGITECH_WII_WHEEL) { in lg_probe()
|
D | hid-waltop.c | 608 switch (hdev->product) { in waltop_report_fixup() 674 if (hdev->product == USB_DEVICE_ID_WALTOP_SIRIUS_BATTERY_FREE_TABLET && in waltop_raw_event()
|
D | hid-picolcd_cir.c | 124 rdev->input_id.product = data->hdev->product; in picolcd_init_cir()
|
D | uhid.c | 408 __u32 product; member 457 event->u.create.product = compat->product; in uhid_event_from_user() 521 hid->product = ev->u.create2.product; in uhid_dev_create2() 563 ev->u.create2.product = orig.product; in uhid_dev_create()
|
D | hid-kye.c | 509 switch (hdev->product) { in kye_report_fixup() 642 switch (id->product) { in kye_probe()
|
/drivers/input/misc/ |
D | ad714x.c | 878 ad714x->product = 0x7142; in ad714x_hw_detect() 885 ad714x->product = 0x7143; in ad714x_hw_detect() 892 ad714x->product = 0x7147; in ad714x_hw_detect() 899 ad714x->product = 0x7148; in ad714x_hw_detect() 1048 input->id.product = ad714x->product; in ad714x_probe() 1078 input->id.product = ad714x->product; in ad714x_probe() 1111 input->id.product = ad714x->product; in ad714x_probe() 1141 input->id.product = ad714x->product; in ad714x_probe()
|
/drivers/video/ |
D | hdmi.c | 163 const char *vendor, const char *product) in hdmi_spd_infoframe_init() argument 172 strncpy(frame->product, product, sizeof(frame->product)); in hdmi_spd_infoframe_init() 214 memcpy(ptr + 8, frame->product, sizeof(frame->product)); in hdmi_spd_infoframe_pack() 757 strncpy(buf, frame->product, 16); in hdmi_spd_infoframe_log()
|
/drivers/media/rc/ |
D | imon.c | 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() [all …]
|
D | ati_remote.c | 171 if (udev->manufacturer && udev->product) { in get_medion_keymap() 175 && !strcmp(udev->product, "USB Receiver")) in get_medion_keymap() 179 && !strcmp(udev->product, "RF receiver")) in get_medion_keymap() 184 && !strcmp(udev->product, "USB Receiver")) in get_medion_keymap() 878 udev->manufacturer && udev->product ? " " : "", in ati_remote_probe() 879 udev->product ?: ""); in ati_remote_probe()
|
/drivers/usb/atm/ |
D | xusbatm.c | 37 XUSBATM_PARM(product, unsigned short, ushort, "USB device product"); 105 __func__, drv_ix, vendor[drv_ix], product[drv_ix], in xusbatm_bind() 206 xusbatm_usb_ids[i].idProduct = product[i]; in xusbatm_init()
|
/drivers/input/tablet/ |
D | gtco.c | 645 if (inputdev->id.product == PID_1000 || in gtco_urb_callback() 646 inputdev->id.product == PID_1001 || in gtco_urb_callback() 647 inputdev->id.product == PID_1002) { in gtco_urb_callback() 729 if (inputdev->id.product == PID_400 || in gtco_urb_callback() 730 inputdev->id.product == PID_401) { in gtco_urb_callback()
|
/drivers/usb/misc/ |
D | chaoskey.c | 126 usb_dbg(interface, "probe %s-%s", udev->product, udev->serial); in chaoskey_probe() 182 if (udev->product && udev->serial) { in chaoskey_probe() 183 dev->name = kmalloc(strlen(udev->product) + 1 + in chaoskey_probe() 188 strcpy(dev->name, udev->product); in chaoskey_probe()
|
/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_gpio.c | 182 void ath9k_htc_init_btcoex(struct ath9k_htc_priv *priv, char *product) in ath9k_htc_init_btcoex() argument 196 if (product && strncmp(product, ATH_HTC_BTCOEX_PRODUCT_ID, 5) == 0) { in ath9k_htc_init_btcoex()
|