Lines Matching defs:pos
311 int i, n, pos = 1;
315 operand[pos++] = 0x13; /* flowfunction relay */
316 operand[pos++] = 0x80; /* dsd_sel_spec_valid_flags -> PID */
317 operand[pos++] = (fdtv->channel_pid[i] >> 8) & 0x1f;
318 operand[pos++] = fdtv->channel_pid[i] & 0xff;
319 operand[pos++] = 0x00; /* tableID */
320 operand[pos++] = 0x00; /* filter_length */
326 return pos;
587 int pos, ret;
596 case FIREDTV_DVB_S2: pos = avc_tuner_tuneqpsk(fdtv, p); break;
597 case FIREDTV_DVB_C: pos = avc_tuner_dsd_dvb_c(fdtv, p); break;
598 case FIREDTV_DVB_T: pos = avc_tuner_dsd_dvb_t(fdtv, p); break;
602 pad_operands(c, pos);
604 fdtv->avc_data_length = ALIGN(3 + pos, 4);
626 int ret, pos, k;
644 pos = 6;
647 c->operand[pos++] = 0x13; /* flowfunction relay */
648 c->operand[pos++] = 0x80; /* dsd_sel_spec_valid_flags -> PID */
649 c->operand[pos++] = (pid[k] >> 8) & 0x1f;
650 c->operand[pos++] = pid[k] & 0xff;
651 c->operand[pos++] = 0x00; /* tableID */
652 c->operand[pos++] = 0x00; /* filter_length */
654 pad_operands(c, pos);
656 fdtv->avc_data_length = ALIGN(3 + pos, 4);
834 int pos, j, k, ret;
849 pos = 6;
851 c->operand[pos++] = diseqcmd[j].msg_len;
854 c->operand[pos++] = diseqcmd[j].msg[k];
856 c->operand[pos++] = burst;
857 c->operand[pos++] = conttone;
858 pad_operands(c, pos);
860 fdtv->avc_data_length = ALIGN(3 + pos, 4);
972 int pos, ret;
995 pos = get_ca_object_pos(r);
999 app_info[3] = 6 + r->operand[pos + 4];
1001 memcpy(&app_info[5], &r->operand[pos], 5 + r->operand[pos + 4]);
1014 int i, pos, ret;
1037 pos = get_ca_object_pos(r);
1043 app_info[4] = r->operand[pos + 0];
1044 app_info[5] = r->operand[pos + 1];