Lines Matching refs:udev
64 dev_err(&d->udev->dev, "%s: unknown command=%02x\n", in ec168_ctrl_msg()
79 pipe = usb_sndctrlpipe(d->udev, 0); in ec168_ctrl_msg()
82 pipe = usb_rcvctrlpipe(d->udev, 0); in ec168_ctrl_msg()
87 ret = usb_control_msg(d->udev, pipe, request, requesttype, req->value, in ec168_ctrl_msg()
90 dvb_usb_dbg_usb_control_msg(d->udev, request, requesttype, req->value, in ec168_ctrl_msg()
108 dev_dbg(&d->udev->dev, "%s: failed=%d\n", __func__, ret); in ec168_ctrl_msg()
140 dev_err(&d->udev->dev, "%s: I2C read not " \ in ec168_i2c_xfer()
192 dev_dbg(&d->udev->dev, "%s:\n", __func__); in ec168_identify_state()
198 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply); in ec168_identify_state()
207 dev_dbg(&d->udev->dev, "%s: failed=%d\n", __func__, ret); in ec168_identify_state()
216 dev_dbg(&d->udev->dev, "%s:\n", __func__); in ec168_download_firmware()
230 dev_err(&d->udev->dev, in ec168_download_firmware()
265 dev_dbg(&d->udev->dev, "%s: failed=%d\n", __func__, ret); in ec168_download_firmware()
276 dev_dbg(&d->udev->dev, "%s:\n", __func__); in ec168_ec100_frontend_attach()
306 dev_dbg(&d->udev->dev, "%s:\n", __func__); in ec168_mxl5003s_tuner_attach()
316 dev_dbg(&d->udev->dev, "%s: onoff=%d\n", __func__, onoff); in ec168_streaming_ctrl()