Searched refs:enable_suspend (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/cxl/
H A Dmem.c28 static void enable_suspend(void *data) function
199 return devm_add_action_or_reset(dev, enable_suspend, NULL);
/linux-master/drivers/usb/gadget/udc/
H A Dnet2272.c98 * enable_suspend: When enabled, the driver will respond to
103 static ushort enable_suspend; variable
104 module_param(enable_suspend, ushort, 0644);
2033 if (!enable_suspend) {
H A Dnet2280.c135 /* enable_suspend -- When enabled, the driver will respond to
140 static bool enable_suspend; variable
142 /* "modprobe net2280 enable_suspend=1" etc */
143 module_param(enable_suspend, bool, 0444);
3431 if (!enable_suspend)

Completed in 143 milliseconds