Searched refs:es_info_length (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/firewire/
H A Dfiredtv-avc.c1102 int es_info_length; avc_ca_pmt() local
1174 es_info_length = avc_ca_pmt()
1177 if (es_info_length > 0) avc_ca_pmt()
1178 es_info_length--; /* Remove pmt_cmd_id */ avc_ca_pmt()
1179 c->operand[write_pos++] = es_info_length >> 8; avc_ca_pmt()
1180 c->operand[write_pos++] = es_info_length & 0xff; avc_ca_pmt()
1181 if (es_info_length > 0) { avc_ca_pmt()
1187 if (es_info_length > sizeof(c->operand) - 4 - avc_ca_pmt()
1194 es_info_length); avc_ca_pmt()
1195 read_pos += es_info_length; avc_ca_pmt()
1196 write_pos += es_info_length; avc_ca_pmt()

Completed in 82 milliseconds