Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/firewire/
Dfiredtv-avc.c1100 int es_info_length; in avc_ca_pmt() local
1176 es_info_length = in avc_ca_pmt()
1179 if (es_info_length > 0) in avc_ca_pmt()
1180 es_info_length--; /* Remove pmt_cmd_id */ in avc_ca_pmt()
1181 c->operand[write_pos++] = es_info_length >> 8; in avc_ca_pmt()
1182 c->operand[write_pos++] = es_info_length & 0xff; in avc_ca_pmt()
1183 if (es_info_length > 0) { in avc_ca_pmt()
1193 if (es_info_length > sizeof(c->operand) - 4 - write_pos || in avc_ca_pmt()
1194 es_info_length > length - read_pos) { in avc_ca_pmt()
1200 es_info_length); in avc_ca_pmt()
[all …]