Searched refs:check_stv0299 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A 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()
|
Completed in 4 milliseconds