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