Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Dcore.c18 static bool nogreybus; variable
20 module_param(nogreybus, bool, 0444);
22 core_param(nogreybus, nogreybus, bool, 0444);
26 return nogreybus; in greybus_disabled()