Searched refs:dst_command (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c45 static int dst_command(struct dst_state *state, u8 *data, u8 len);
885 if (dst_command(state, get_mac, 8) < 0) {
900 if (dst_command(state, get_ver, 8) < 0) {
921 if (dst_command(state, get_type, 8) < 0) {
944 if (dst_command(state, get_vendor, 8) < 0) {
965 if (dst_command(state, check_stv0299, 8) < 0) {
985 if (dst_command(state, check_mb86a15, 8) < 0) {
1009 if (dst_command(state, get_tuner_1, 8) < 0) {
1014 if (dst_command(state, get_tuner_2, 8) < 0) {
1186 static int dst_command(struc function
[all...]

Completed in 119 milliseconds