Searched refs:dst_command (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst.c | 885 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac() 900 if (dst_command(state, get_ver, 8) < 0) { in dst_fw_ver() 921 if (dst_command(state, get_type, 8) < 0) { in dst_card_type() 944 if (dst_command(state, get_vendor, 8) < 0) { in dst_get_vendor() 965 if (dst_command(state, check_stv0299, 8) < 0) { in dst_check_stv0299() 985 if (dst_command(state, check_mb86a15, 8) < 0) { in dst_check_mb86a15() 1009 if (dst_command(state, get_tuner_1, 8) < 0) { in dst_get_tuner_info() 1014 if (dst_command(state, get_tuner_2, 8) < 0) { in dst_get_tuner_info() 1264 retval = dst_command(state, get_signal, 8); in dst_get_signal() 1295 return dst_command(state, packet, 8); in dst_tone_power_cmd() [all …]
|