Searched refs:output_opt (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/media/tuners/ |
H A D | tda18271-fe.c | 33 priv->output_opt & TDA18271_OUTPUT_LT_OFF ? 1 : 0, in tda18271_toggle_output() 34 priv->output_opt & TDA18271_OUTPUT_XT_OFF ? 1 : 0); in tda18271_toggle_output() 41 priv->output_opt & TDA18271_OUTPUT_XT_OFF ? "off" : "on", in tda18271_toggle_output() 42 priv->output_opt & TDA18271_OUTPUT_LT_OFF ? "off" : "on"); in tda18271_toggle_output() 1195 priv->output_opt = (cfg) ? in tda18271_setup_configuration() 1196 cfg->output_opt : TDA18271_OUTPUT_LT_XT_ON; in tda18271_setup_configuration() 1309 if (cfg->output_opt) in tda18271_attach() 1310 priv->output_opt = cfg->output_opt; in tda18271_attach()
|
H A D | tda18271.h | 88 enum tda18271_output_options output_opt; member
|
H A D | tda18271-priv.h | 101 enum tda18271_output_options output_opt; member
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-devattr.c | 326 .output_opt = TDA18271_OUTPUT_LT_OFF, 424 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 322 .output_opt = TDA18271_OUTPUT_LT_OFF, 328 .output_opt = TDA18271_OUTPUT_LT_OFF, 333 .output_opt = TDA18271_OUTPUT_LT_OFF, 338 .output_opt = TDA18271_OUTPUT_LT_OFF, 350 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 92 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 1102 .output_opt = TDA18271_OUTPUT_LT_OFF, 1168 .output_opt = TDA18271_OUTPUT_LT_OFF, 1181 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-dvb.c | 60 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 877 .output_opt = TDA18271_OUTPUT_LT_OFF,
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dw2102.c | 1203 .output_opt = TDA18271_OUTPUT_LT_OFF,
|