• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/

Lines Matching refs:frontend

126 		printk(KERN_ERR "%s() No frontend found\n", __func__);
162 if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl)
163 fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open);
536 /* Get the first frontend */
541 if (!fe0->dvb.frontend) {
542 printk(KERN_ERR "%s/2: dvb frontend not attached. "
555 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg);
559 dvb_frontend_detach(fe0->dvb.frontend);
560 dvb_unregister_frontend(fe0->dvb.frontend);
561 fe0->dvb.frontend = NULL;
665 printk(KERN_INFO "%s() allocating %d frontend(s)\n", __func__,
877 /* Get the first frontend */
882 /* multi-frontend gate control is undefined or defaults to fe0 */
888 /* init frontend(s) */
891 fe0->dvb.frontend = dvb_attach(cx22702_attach,
894 if (fe0->dvb.frontend != NULL) {
895 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
905 fe0->dvb.frontend = dvb_attach(cx22702_attach,
908 if (fe0->dvb.frontend != NULL) {
909 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
920 fe0->dvb.frontend = dvb_attach(cx22702_attach,
923 if (fe0->dvb.frontend != NULL) {
924 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
931 /* MFE frontend 1 */
935 fe0->dvb.frontend = dvb_attach(cx24123_attach,
938 if (fe0->dvb.frontend) {
940 fe0->dvb.frontend,
945 /* MFE frontend 2 */
950 fe1->dvb.frontend = dvb_attach(cx22702_attach,
953 if (fe1->dvb.frontend) {
954 fe1->dvb.frontend->id = 1;
956 fe1->dvb.frontend,
963 fe0->dvb.frontend = dvb_attach(mt352_attach,
966 if (fe0->dvb.frontend != NULL) {
967 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
973 fe0->dvb.frontend = dvb_attach(zl10353_attach,
976 if (fe0->dvb.frontend != NULL) {
977 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
985 fe0->dvb.frontend = dvb_attach(mt352_attach,
988 if (fe0->dvb.frontend != NULL) {
989 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
995 fe0->dvb.frontend = dvb_attach(zl10353_attach,
998 if (fe0->dvb.frontend != NULL) {
999 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
1005 fe0->dvb.frontend = dvb_attach(mt352_attach,
1008 if (fe0->dvb.frontend != NULL) {
1009 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
1017 fe0->dvb.frontend = dvb_attach(mt352_attach,
1020 if (fe0->dvb.frontend != NULL) {
1021 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend,
1030 fe0->dvb.frontend = dvb_attach(mt352_attach, &dntv_live_dvbt_pro_config,
1032 if (fe0->dvb.frontend != NULL) {
1033 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1044 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1047 if (fe0->dvb.frontend != NULL) {
1048 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1055 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1058 if (fe0->dvb.frontend == NULL)
1059 fe0->dvb.frontend = dvb_attach(mt352_attach,
1067 if (fe0->dvb.frontend)
1068 fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL;
1073 fe0->dvb.frontend = dvb_attach(or51132_attach, &pchdtv_hd3000,
1075 if (fe0->dvb.frontend != NULL) {
1076 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1093 fe0->dvb.frontend = dvb_attach(lgdt330x_attach,
1096 if (fe0->dvb.frontend != NULL) {
1097 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1111 fe0->dvb.frontend = dvb_attach(lgdt330x_attach,
1114 if (fe0->dvb.frontend != NULL) {
1115 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1129 fe0->dvb.frontend = dvb_attach(lgdt330x_attach,
1132 if (fe0->dvb.frontend != NULL) {
1133 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1137 if (!dvb_attach(tda9887_attach, fe0->dvb.frontend,
1150 fe0->dvb.frontend = dvb_attach(lgdt330x_attach,
1153 if (fe0->dvb.frontend != NULL) {
1154 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1158 if (!dvb_attach(tda9887_attach, fe0->dvb.frontend,
1164 fe0->dvb.frontend = dvb_attach(nxt200x_attach,
1167 if (fe0->dvb.frontend != NULL) {
1168 if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1176 fe0->dvb.frontend = dvb_attach(cx24123_attach,
1179 if (fe0->dvb.frontend) {
1180 if (!dvb_attach(isl6421_attach, fe0->dvb.frontend,
1186 fe0->dvb.frontend = dvb_attach(cx24123_attach,
1189 if (fe0->dvb.frontend) {
1190 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1191 fe0->dvb.frontend->ops.set_voltage = kworld_dvbs_100_set_voltage;
1195 fe0->dvb.frontend = dvb_attach(cx24123_attach,
1198 if (fe0->dvb.frontend) {
1199 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1200 fe0->dvb.frontend->ops.set_voltage = geniatech_dvbs_set_voltage;
1204 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
1207 if (fe0->dvb.frontend != NULL) {
1208 if (!dvb_attach(xc5000_attach, fe0->dvb.frontend,
1215 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
1218 if (fe0->dvb.frontend != NULL) {
1231 fe0->dvb.frontend, &cfg);
1238 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1241 if (fe0->dvb.frontend) {
1242 fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL;
1250 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1257 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
1264 fe0->dvb.frontend = dvb_attach(s5h1411_attach,
1267 if (fe0->dvb.frontend != NULL) {
1268 if (!dvb_attach(xc5000_attach, fe0->dvb.frontend,
1275 /* MFE frontend 1 */
1279 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1282 if (fe0->dvb.frontend) {
1284 fe0->dvb.frontend,
1289 /* MFE frontend 2 */
1294 fe1->dvb.frontend = dvb_attach(cx22702_attach,
1297 if (fe1->dvb.frontend) {
1298 fe1->dvb.frontend->id = 1;
1300 fe1->dvb.frontend,
1307 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1310 if (fe0->dvb.frontend) {
1312 fe0->dvb.frontend,
1321 fe0->dvb.frontend = dvb_attach(stv0299_attach,
1324 if (fe0->dvb.frontend != NULL) {
1325 if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, 0x60,
1328 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1329 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1332 fe0->dvb.frontend = dvb_attach(stv0288_attach,
1335 if (fe0->dvb.frontend != NULL) {
1336 if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61,
1339 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1340 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1345 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1348 if (fe0->dvb.frontend != NULL)
1349 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1355 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1358 if (fe0->dvb.frontend != NULL)
1359 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1362 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1365 if (fe0->dvb.frontend) {
1366 fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL;
1374 fe0->dvb.frontend = dvb_attach(stv0900_attach,
1377 if (fe0->dvb.frontend != NULL) {
1378 if (!dvb_attach(stb6100_attach, fe0->dvb.frontend,
1383 tuner_ops = &fe0->dvb.frontend->ops.tuner_ops;
1390 fe0->dvb.frontend->ops.set_voltage;
1391 fe0->dvb.frontend->ops.set_voltage =
1406 fe0->dvb.frontend = dvb_attach(stv0299_attach,
1409 if (fe0->dvb.frontend) {
1410 fe0->dvb.frontend->ops.tuner_ops.set_params =
1412 fe0->dvb.frontend->tuner_priv =
1414 fe0->dvb.frontend->ops.set_voltage =
1416 fe0->dvb.frontend->ops.set_tone =
1423 printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card isn't supported yet\n",
1428 if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) {
1430 "%s/2: frontend initialization failed\n",
1435 fe0->dvb.frontend->callback = cx88_tuner_callback;
1438 fe0->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl;
1440 fe1->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl;
1572 printk(KERN_ERR "%s() failed to get frontend(%d)\n",