Home
last modified time | relevance | path

Searched refs:device_mode (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.h49 int device_mode; member
76 int device_mode; member
Dmxl111sf.c294 err = mxl1x1sf_set_device_mode(state, adap_state->device_mode); in mxl111sf_adap_fe_init()
447 adap_state->device_mode = MXL_TUNER_MODE; in mxl111sf_lgdt3305_frontend_attach()
457 ret = mxl1x1sf_set_device_mode(state, adap_state->device_mode); in mxl111sf_lgdt3305_frontend_attach()
518 adap_state->device_mode = MXL_TUNER_MODE; in mxl111sf_lg2160_frontend_attach()
528 ret = mxl1x1sf_set_device_mode(state, adap_state->device_mode); in mxl111sf_lg2160_frontend_attach()
603 adap_state->device_mode = MXL_TUNER_MODE; in mxl111sf_lg2161_frontend_attach()
613 ret = mxl1x1sf_set_device_mode(state, adap_state->device_mode); in mxl111sf_lg2161_frontend_attach()
690 adap_state->device_mode = MXL_TUNER_MODE; in mxl111sf_lg2161_ep6_frontend_attach()
700 ret = mxl1x1sf_set_device_mode(state, adap_state->device_mode); in mxl111sf_lg2161_ep6_frontend_attach()
765 adap_state->device_mode = MXL_SOC_MODE; in mxl111sf_attach_demod()
[all …]
Dmxl111sf-phy.c87 state->device_mode = mode; in mxl1x1sf_set_device_mode()