Home
last modified time | relevance | path

Searched refs:fe_to_adap (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h62 #define fe_to_adap(fe) ((struct dvb_usb_adapter *) ((fe)->dvb->priv)) macro
63 #define fe_to_d(fe) (adap_to_d(fe_to_adap(fe)))
Daf9015.c553 dev_dbg(&intf->dev, "adap %u\n", fe_to_adap(fe)->id); in af9015_get_stream_config()
569 const unsigned int adap_id = fe_to_adap(fe)->id; in af9015_streaming_ctrl()
684 ret = state->set_frontend[fe_to_adap(fe)->id](fe); in af9015_af9013_set_frontend()
701 ret = state->read_status[fe_to_adap(fe)->id](fe, status); in af9015_af9013_read_status()
717 ret = state->init[fe_to_adap(fe)->id](fe); in af9015_af9013_init()
733 ret = state->sleep[fe_to_adap(fe)->id](fe); in af9015_af9013_sleep()
749 ret = state->tuner_init[fe_to_adap(fe)->id](fe); in af9015_tuner_init()
765 ret = state->tuner_sleep[fe_to_adap(fe)->id](fe); in af9015_tuner_sleep()
Dlmedm04.c605 struct dvb_usb_adapter *adap = fe_to_adap(fe); in lme2510_streaming_ctrl()
931 struct dvb_usb_adapter *adap = fe_to_adap(fe); in dm04_read_status()
1220 struct dvb_usb_adapter *adap = fe_to_adap(fe); in lme2510_get_stream_config()
Daf9035.c1914 dev_dbg(&intf->dev, "adap=%d\n", fe_to_adap(fe)->id); in af9035_get_stream_config()