Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/cec-drivers/
Dpulse8-cec.rst6 ``persistent_config``
/Linux-v4.19/drivers/media/usb/pulse8-cec/
Dpulse8-cec.c54 static int persistent_config; variable
56 module_param(persistent_config, int, 0644);
58 MODULE_PARM_DESC(persistent_config, "read config from persistent memory (0-1)");
684 if (persistent_config && pulse8->autonomous) { in pulse8_connect()
722 if (pulse8->config_pending && persistent_config) { in pulse8_ping_eeprom_work_handler()