Lines Matching refs:cx25840

30 #include <media/drv-intf/cx25840.h>
756 ret = v4l2_subdev_call(cxdev->cx25840, video, g_std, &norm);
791 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 1);
890 v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0);
914 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0);
1036 ret = v4l2_subdev_call(cxdev->cx25840, pad, set_fmt, NULL, &subfmt);
1105 ret = v4l2_subdev_call(cxdev->cx25840, video, g_input_status,
1109 "cx25840 input status query failed (%d)\n",
1146 ret = v4l2_subdev_call(cxdev->cx25840, video, s_std, norm);
1173 ret = v4l2_subdev_call(cxdev->cx25840, video, s_std, norm);
1176 "cx25840 norm setup failed (%d)\n",
1198 ret = v4l2_subdev_call(cxdev->cx25840, video, s_routing,
1258 ret = v4l2_subdev_call(cxdev->cx25840, tuner, g_tuner, tuner);
1292 * make sure that cx25840 is in a correct TV / radio mode,
1296 v4l2_subdev_call(cxdev->cx25840, video, s_std, cxdev->norm);
1298 v4l2_subdev_call(cxdev->cx25840, tuner, s_radio);
1300 return v4l2_subdev_call(cxdev->cx25840, tuner, s_tuner, tuner);
1335 * make sure that cx25840 is in a correct TV / radio mode,
1339 v4l2_subdev_call(cxdev->cx25840, video, s_std, cxdev->norm);
1341 v4l2_subdev_call(cxdev->cx25840, tuner, s_radio);
1343 return v4l2_subdev_call(cxdev->cx25840, tuner, s_frequency, freq);
1386 ret = v4l2_subdev_call(cxdev->cx25840, video, querystd, norm);
1477 * cx25840 might have lost power during mode switching so we need
1480 ret = v4l2_subdev_call(cxdev->cx25840, core, reset, 0);
1483 "cx25840 reset failed (%d)\n", ret);
1485 ret = v4l2_subdev_call(cxdev->cx25840, video, s_routing,
1489 "cx25840 initial input setting failed (%d)\n", ret);
1498 ret = v4l2_subdev_call(cxdev->cx25840, core, s_io_pin_config,
1503 "cx25840 pin config failed (%d)\n", ret);
1508 v4l2_subdev_call(cxdev->cx25840, video, s_std, cxdev->norm);
1518 ret = v4l2_subdev_call(cxdev->cx25840, pad, set_fmt, NULL, &subfmt);
1521 "cx25840 format set failed (%d)\n", ret);
1715 /* attach cx25840 capture chip */
1716 cxdev->cx25840 = v4l2_i2c_new_subdev(&cxdev->v4l2dev,
1718 "cx25840", 0x44, NULL);
1719 if (!cxdev->cx25840) {
1720 dev_err(&dvbdev->udev->dev, "cx25840 not found\n");
1725 * Initialize cx25840 chip by calling its subdevice init core op.
1728 * ivtv-related hacks in the cx25840 driver while allowing setting
1732 ret = v4l2_subdev_call(cxdev->cx25840, core, init,
1744 "cx25840 init failed (%d)\n", ret);