Home
last modified time | relevance | path

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

/linux/drivers/media/cec/core/
H A Dcec-core.c40 static bool debug_phys_addr; variable
41 module_param(debug_phys_addr, bool, 0644);
42 MODULE_PARM_DESC(debug_phys_addr, "add CEC_CAP_PHYS_ADDR if set");
249 if (debug_phys_addr) in cec_allocate_adapter()