Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c49 static int persistent_config; variable
51 module_param(persistent_config, int, 0644);
53 MODULE_PARM_DESC(persistent_config, "read config from persistent memory (0-1)");
821 if (pulse8->config_pending && persistent_config) { in pulse8_ping_eeprom_work_handler()
881 if (persistent_config && pulse8->autonomous) { in pulse8_connect()
/kernel/linux/linux-6.6/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c49 static int persistent_config; variable
51 module_param(persistent_config, int, 0644);
53 MODULE_PARM_DESC(persistent_config, "read config from persistent memory (0-1)");
821 if (pulse8->config_pending && persistent_config) { in pulse8_ping_eeprom_work_handler()
881 if (persistent_config && pulse8->autonomous) { in pulse8_connect()

Completed in 3 milliseconds