Searched refs:tuner_detach (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 254 int (*tuner_detach)(struct dvb_usb_adapter *); member
|
H A D | gl861.c | 537 .tuner_detach = friio_tuner_detach,
|
H A D | dvb_usb_core.c | 723 if (d->props->tuner_detach) { in dvb_usbv2_adapter_frontend_exit() 724 ret = d->props->tuner_detach(adap); in dvb_usbv2_adapter_frontend_exit() 726 dev_dbg(&d->udev->dev, "%s: tuner_detach() failed=%d\n", in dvb_usbv2_adapter_frontend_exit()
|
H A D | af9035.c | 2021 .tuner_detach = af9035_tuner_detach, 2067 .tuner_detach = it930x_tuner_detach,
|
H A D | rtl28xxu.c | 1905 .tuner_detach = rtl28xxu_tuner_detach,
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 213 * @tuner_detach: called to detach the possible tuners 257 int (*tuner_detach)(struct dvb_usb_adapter *); member
|
H A D | gl861.c | 537 .tuner_detach = friio_tuner_detach,
|
H A D | dvb_usb_core.c | 723 if (d->props->tuner_detach) { in dvb_usbv2_adapter_frontend_exit() 724 ret = d->props->tuner_detach(adap); in dvb_usbv2_adapter_frontend_exit() 726 dev_dbg(&d->udev->dev, "%s: tuner_detach() failed=%d\n", in dvb_usbv2_adapter_frontend_exit()
|
H A D | af9035.c | 2021 .tuner_detach = af9035_tuner_detach, 2067 .tuner_detach = it930x_tuner_detach,
|
H A D | rtl28xxu.c | 1896 .tuner_detach = rtl28xxu_tuner_detach,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 201 static void tuner_detach(struct dvb_frontend *fe) in tuner_detach() function 217 static void tuner_detach(struct dvb_frontend *fe) in tuner_detach() function 320 tuner_detach(&t->fe); in set_type() 787 tuner_detach(&t->fe); in tuner_remove()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 201 static void tuner_detach(struct dvb_frontend *fe) in tuner_detach() function 217 static void tuner_detach(struct dvb_frontend *fe) in tuner_detach() function 320 tuner_detach(&t->fe); in set_type() 785 tuner_detach(&t->fe); in tuner_remove()
|
Completed in 18 milliseconds