Searched refs:paket (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 1324 u8 paket[8] = { 0x00, 0x09, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00 }; in dst_tone_power_cmd() local 1328 paket[4] = state->tx_tuna[4]; in dst_tone_power_cmd() 1329 paket[2] = state->tx_tuna[2]; in dst_tone_power_cmd() 1330 paket[3] = state->tx_tuna[3]; in dst_tone_power_cmd() 1331 paket[7] = dst_check_sum (paket, 7); in dst_tone_power_cmd() 1332 return dst_command(state, paket, 8); in dst_tone_power_cmd() 1458 u8 paket[8] = { 0x00, 0x08, 0x04, 0xe0, 0x10, 0x38, 0xf0, 0xec }; in dst_set_diseqc() local 1463 memcpy(&paket[3], cmd->msg, cmd->msg_len); in dst_set_diseqc() 1465 memcpy(&paket[2], cmd->msg, cmd->msg_len); in dst_set_diseqc() 1468 paket[7] = dst_check_sum(&paket[0], 7); in dst_set_diseqc() [all …]
|