Home
last modified time | relevance | path

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

/drivers/media/firewire/
Dfiredtv-avc.c138 static int fake_ca_system_ids[4] = { -1, -1, -1, -1 }; variable
139 module_param_array(fake_ca_system_ids, int, &num_fake_ca_system_ids, 0644);
140 MODULE_PARM_DESC(fake_ca_system_ids, "If your CAM application manufacturer "
1049 (fake_ca_system_ids[i] >> 8) & 0xff; in avc_ca_info()
1050 app_info[5 + i * 2] = fake_ca_system_ids[i] & 0xff; in avc_ca_info()