Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/cec/core/
Dcec-core.c27 static bool debug_phys_addr; variable
28 module_param(debug_phys_addr, bool, 0644);
29 MODULE_PARM_DESC(debug_phys_addr, "add CEC_CAP_PHYS_ADDR if set");
261 if (debug_phys_addr) in cec_allocate_adapter()