Searched refs:dst_command (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 74 static int dst_command(struct dst_state *state, u8 *data, u8 len); 916 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac() 931 if (dst_command(state, get_ver, 8) < 0) { in dst_fw_ver() 952 if (dst_command(state, get_type, 8) < 0) { in dst_card_type() 975 if (dst_command(state, get_vendor, 8) < 0) { in dst_get_vendor() 1003 if (dst_command(state, check_stv0299, 8) < 0) { in dst_check_stv0299() 1023 if (dst_command(state, check_mb86a15, 8) < 0) { in dst_check_mb86a15() 1047 if (dst_command(state, get_tuner_1, 8) < 0) { in dst_get_tuner_info() 1052 if (dst_command(state, get_tuner_2, 8) < 0) { in dst_get_tuner_info() 1223 static int dst_command(struct dst_state *state, u8 *data, u8 len) in dst_command() function [all …]
|