Searched refs:dishnetwork_send_legacy_command (Results 1 – 5 of 5) sorted by relevance
562 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()578 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()590 budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; in frontend_init()
487 int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd); member
390 .dishnetwork_send_legacy_command = gp8psk_fe_send_legacy_dish_cmd,
742 .dishnetwork_send_legacy_command = stv0299_send_legacy_dish_cmd,
2616 if (fe->ops.dishnetwork_send_legacy_command) { in dvb_frontend_handle_ioctl()2617 err = fe->ops.dishnetwork_send_legacy_command(fe, in dvb_frontend_handle_ioctl()