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

/linux-4.1.27/drivers/media/firewire/
H A Dfiredtv-avc.c1099 int pmt_cmd_id; avc_ca_pmt() local
1123 program_info_length--; /* Remove pmt_cmd_id */ avc_ca_pmt()
1124 pmt_cmd_id = msg[6]; avc_ca_pmt()
1156 pmt_cmd_id = msg[read_pos++]; avc_ca_pmt()
1157 if (pmt_cmd_id != 1 && pmt_cmd_id != 4) avc_ca_pmt()
1159 "invalid pmt_cmd_id %d\n", pmt_cmd_id); avc_ca_pmt()
1178 es_info_length--; /* Remove pmt_cmd_id */ avc_ca_pmt()
1182 pmt_cmd_id = msg[read_pos++]; avc_ca_pmt()
1183 if (pmt_cmd_id != 1 && pmt_cmd_id != 4) avc_ca_pmt()
1184 dev_err(fdtv->device, "invalid pmt_cmd_id %d " avc_ca_pmt()
1185 "at stream level\n", pmt_cmd_id); avc_ca_pmt()

Completed in 74 milliseconds