Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/cec/core/
Dcec-core.c39 static bool debug_phys_addr; variable
40 module_param(debug_phys_addr, bool, 0644);
41 MODULE_PARM_DESC(debug_phys_addr, "add CEC_CAP_PHYS_ADDR if set");
275 if (debug_phys_addr) in cec_allocate_adapter()