Lines Matching refs:udev

60 	dev_dbg(&d->udev->dev, "%s: >>> %*ph\n", __func__, slen, state->buf);  in anysee_ctrl_msg()
83 ret = usb_bulk_msg(d->udev, usb_rcvbulkpipe(d->udev, in anysee_ctrl_msg()
87 dev_dbg(&d->udev->dev, in anysee_ctrl_msg()
91 dev_dbg(&d->udev->dev, "%s: <<< %*ph\n", __func__, in anysee_ctrl_msg()
95 dev_dbg(&d->udev->dev, in anysee_ctrl_msg()
103 dev_err(&d->udev->dev, "%s: recv bulk message failed=%d\n", in anysee_ctrl_msg()
122 dev_dbg(&d->udev->dev, "%s: reg=%04x val=%02x\n", __func__, reg, *val); in anysee_read_reg()
129 dev_dbg(&d->udev->dev, "%s: reg=%04x val=%02x\n", __func__, reg, val); in anysee_write_reg()
186 dev_dbg(&fe_to_d(fe)->udev->dev, "%s: onoff=%d\n", __func__, onoff); in anysee_streaming_ctrl()
193 dev_dbg(&d->udev->dev, "%s: state=%d interval=%d\n", __func__, in anysee_led_ctrl()
201 dev_dbg(&d->udev->dev, "%s: onoff=%d\n", __func__, onoff); in anysee_ir_ctrl()
523 dev_info(&d->udev->dev, "%s: firmware version %d.%d hardware id %d\n", in anysee_read_config()
543 dev_dbg(&d->udev->dev, "%s: fe=%d onoff=%d\n", __func__, fe->id, onoff); in anysee_frontend_ctrl()
653 dev_dbg(&d->udev->dev, "%s: num=%d\n", __func__, num); in anysee_add_i2c_dev()
656 dev_err(&d->udev->dev, "%s: I2C client out of index\n", in anysee_add_i2c_dev()
681 dev_dbg(&d->udev->dev, "%s: failed=%d\n", __func__, ret); in anysee_add_i2c_dev()
698 dev_dbg(&d->udev->dev, "%s: num=%d\n", __func__, num); in anysee_del_i2c_dev()
701 dev_err(&d->udev->dev, "%s: I2C client out of index\n", in anysee_del_i2c_dev()
716 dev_dbg(&d->udev->dev, "%s: failed\n", __func__); in anysee_del_i2c_dev()
811 dev_dbg(&d->udev->dev, "%s: TDA18212 found\n", in anysee_frontend_attach()
971 dev_err(&d->udev->dev, in anysee_frontend_attach()
985 dev_dbg(&d->udev->dev, "%s:\n", __func__); in anysee_tuner_attach()
1147 dev_dbg(&d->udev->dev, "%s: key pressed %02x\n", __func__, in anysee_rc_query()
1355 ret = usb_set_interface(d->udev, 0, 0); in anysee_init()