Home
last modified time | relevance | path

Searched refs:dishnetwork_send_legacy_command (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/media/dvb/ttpci/
Dbudget.c553 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
569 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
581 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
Dbudget-ci.c1375 budget_ci->budget.dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
Dav7110.c2273 av7110->fe->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
2297 …FE_FUNC_OVERRIDE(av7110->fe->ops.dishnetwork_send_legacy_command, av7110->fe_dishnetwork_send_lega… in frontend_init()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_frontend.h302 int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd); member
Ddvb_frontend.c2117 if (fe->ops.dishnetwork_send_legacy_command) { in dvb_frontend_ioctl_legacy()
2118 err = fe->ops.dishnetwork_send_legacy_command(fe, (unsigned long) parg); in dvb_frontend_ioctl_legacy()
/linux-3.4.99/drivers/media/dvb/dvb-usb/
Dgp8psk-fe.c367 .dishnetwork_send_legacy_command = gp8psk_fe_send_legacy_dish_cmd,
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0299.c748 .dishnetwork_send_legacy_command = stv0299_send_legacy_dish_cmd,