Lines Matching refs:udev

72 		dev_err(&d->udev->dev, "%s: unknown command=%d\n",  in af9015_ctrl_msg()
81 dev_err(&d->udev->dev, "%s: too much data; cmd=%d len=%d\n", in af9015_ctrl_msg()
109 dev_err(&d->udev->dev, "%s: command failed=%d\n", in af9015_ctrl_msg()
340 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply); in af9015_identify_state()
357 dev_dbg(&d->udev->dev, "%s:\n", __func__); in af9015_download_firmware()
379 dev_err(&d->udev->dev, in af9015_download_firmware()
391 dev_err(&d->udev->dev, "%s: firmware boot failed=%d\n", in af9015_download_firmware()
426 dev_dbg(&d->udev->dev, "%s: %*ph\n", __func__, 16, buf + i); in af9015_eeprom_hash()
428 dev_dbg(&d->udev->dev, "%s: eeprom sum=%.8x\n", in af9015_eeprom_hash()
432 dev_err(&d->udev->dev, "%s: eeprom failed=%d\n", KBUILD_MODNAME, ret); in af9015_eeprom_hash()
443 dev_dbg(&d->udev->dev, "%s:\n", __func__); in af9015_read_config()
461 dev_dbg(&d->udev->dev, "%s: IR mode=%d\n", __func__, val); in af9015_read_config()
470 dev_dbg(&d->udev->dev, "%s: TS mode=%d\n", __func__, state->dual_mode); in af9015_read_config()
473 if (d->udev->speed == USB_SPEED_FULL) in af9015_read_config()
508 dev_dbg(&d->udev->dev, "%s: [%d] xtal=%d set clock=%d\n", in af9015_read_config()
527 dev_dbg(&d->udev->dev, "%s: [%d] IF frequency=%d\n", __func__, in af9015_read_config()
541 dev_dbg(&d->udev->dev, "%s: [%d] MT2060 IF1=%d\n", __func__, i, in af9015_read_config()
571 dev_err(&d->udev->dev, "%s: tuner id=%d not " \ in af9015_read_config()
578 dev_dbg(&d->udev->dev, "%s: [%d] tuner id=%d\n", in af9015_read_config()
584 dev_err(&d->udev->dev, "%s: eeprom read failed=%d\n", in af9015_read_config()
590 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA && in af9015_read_config()
591 ((le16_to_cpu(d->udev->descriptor.idProduct) == in af9015_read_config()
593 (le16_to_cpu(d->udev->descriptor.idProduct) == in af9015_read_config()
595 dev_dbg(&d->udev->dev, in af9015_read_config()
612 dev_dbg(&d->udev->dev, "%s: adap=%d\n", __func__, fe_to_adap(fe)->id); in af9015_get_stream_config()
614 if (d->udev->speed == USB_SPEED_FULL) in af9015_get_stream_config()
731 dev_dbg(&d->udev->dev, "%s:\n", __func__); in af9015_copy_firmware()
746 dev_dbg(&d->udev->dev, "%s: firmware status=%02x\n", in af9015_copy_firmware()
762 dev_err(&d->udev->dev, "%s: firmware copy cmd failed=%d\n", in af9015_copy_firmware()
765 dev_dbg(&d->udev->dev, "%s: firmware copy done\n", __func__); in af9015_copy_firmware()
775 dev_dbg(&d->udev->dev, "%s: firmware boot cmd status=%d\n", in af9015_copy_firmware()
786 dev_dbg(&d->udev->dev, "%s: firmware status cmd status=%d " \ in af9015_copy_firmware()
796 dev_err(&d->udev->dev, "%s: firmware did not run\n", in af9015_copy_firmware()
800 dev_err(&d->udev->dev, "%s: firmware boot timeout\n", in af9015_copy_firmware()
830 dev_err(&adap_to_d(adap)->udev->dev, in af9015_af9013_frontend_attach()
942 dev_dbg(&d->udev->dev, "%s:\n", __func__); in af9015_tuner_attach()
996 dev_err(&d->udev->dev, "%s: unknown tuner id=%d\n", in af9015_tuner_attach()
1021 dev_dbg(&d->udev->dev, "%s: onoff=%d\n", __func__, onoff); in af9015_pid_filter_ctrl()
1037 dev_dbg(&d->udev->dev, "%s: index=%d pid=%04x onoff=%d\n", in af9015_pid_filter()
1061 dev_dbg(&d->udev->dev, "%s: USB speed=%d\n", __func__, d->udev->speed); in af9015_init_endpoint()
1063 if (d->udev->speed == USB_SPEED_FULL) { in af9015_init_endpoint()
1136 dev_err(&d->udev->dev, "%s: endpoint init failed=%d\n", in af9015_init_endpoint()
1146 dev_dbg(&d->udev->dev, "%s:\n", __func__); in af9015_init()
1208 dev_dbg(&d->udev->dev, "%s: invalid data\n", __func__); in af9015_rc_query()
1215 dev_dbg(&d->udev->dev, "%s: key repeated\n", __func__); in af9015_rc_query()
1223 dev_dbg(&d->udev->dev, "%s: key pressed %*ph\n", in af9015_rc_query()
1253 dev_dbg(&d->udev->dev, "%s: no key press\n", __func__); in af9015_rc_query()
1264 dev_warn(&d->udev->dev, "%s: rc query failed=%d\n", in af9015_rc_query()
1280 u16 vid = le16_to_cpu(d->udev->descriptor.idVendor); in af9015_get_rc_config()
1303 usb_string(d->udev, d->udev->descriptor.iManufacturer, in af9015_get_rc_config()
1331 struct usb_device *udev = interface_to_usbdev(intf); in af9015_probe() local
1335 usb_string(udev, udev->descriptor.iManufacturer, in af9015_probe()
1354 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VID_TERRATEC) && in af9015_probe()
1355 (le16_to_cpu(udev->descriptor.idProduct) == 0x0099)) { in af9015_probe()
1357 dev_dbg(&udev->dev, "%s: rejecting device\n", __func__); in af9015_probe()