Lines Matching refs:dst_command
57 static int dst_command(struct dst_state *state, u8 *data, u8 len);
897 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac()
912 if (dst_command(state, get_ver, 8) < 0) { in dst_fw_ver()
933 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
956 if (dst_command(state, get_vendor, 8) < 0) { in dst_get_vendor()
977 if (dst_command(state, check_stv0299, 8) < 0) { in dst_check_stv0299()
997 if (dst_command(state, check_mb86a15, 8) < 0) { in dst_check_mb86a15()
1021 if (dst_command(state, get_tuner_1, 8) < 0) { in dst_get_tuner_info()
1026 if (dst_command(state, get_tuner_2, 8) < 0) { in dst_get_tuner_info()
1197 static int dst_command(struct dst_state *state, u8 *data, u8 len) in dst_command() function
1275 retval = dst_command(state, get_signal, 8); in dst_get_signal()
1306 return dst_command(state, paket, 8); in dst_tone_power_cmd()
1443 return dst_command(state, paket, 8); in dst_set_diseqc()