dst_command        45 drivers/media/pci/bt8xx/dst.c static int dst_command(struct dst_state *state, u8 *data, u8 len);
dst_command       885 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, get_mac, 8) < 0) {
dst_command       900 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, get_ver, 8) < 0) {
dst_command       921 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, get_type, 8) < 0) {
dst_command       944 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, get_vendor, 8) < 0) {
dst_command       965 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, check_stv0299, 8) < 0) {
dst_command       985 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, check_mb86a15, 8) < 0) {
dst_command      1009 drivers/media/pci/bt8xx/dst.c 		if (dst_command(state, get_tuner_1, 8) < 0) {
dst_command      1014 drivers/media/pci/bt8xx/dst.c 		if (dst_command(state, get_tuner_2, 8) < 0) {
dst_command      1264 drivers/media/pci/bt8xx/dst.c 		retval = dst_command(state, get_signal, 8);
dst_command      1295 drivers/media/pci/bt8xx/dst.c 	return dst_command(state, packet, 8);
dst_command      1432 drivers/media/pci/bt8xx/dst.c 	return dst_command(state, packet, 8);