Searched refs:check_stv0299 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | dst.c | 962 u8 check_stv0299[] = { 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_check_stv0299() local 964 check_stv0299[7] = dst_check_sum(check_stv0299, 7); in dst_check_stv0299() 965 if (dst_command(state, check_stv0299, 8) < 0) { in dst_check_stv0299() 971 if (memcmp(&check_stv0299, &state->rxbuffer, 8)) { in dst_check_stv0299()
|