Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cxl/
H A Dmem.c28 static void enable_suspend(void *data) in enable_suspend() function
198 return devm_add_action_or_reset(dev, enable_suspend, NULL); in cxl_mem_probe()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2272.c98 * enable_suspend: When enabled, the driver will respond to
103 static ushort enable_suspend = 0; variable
104 module_param(enable_suspend, ushort, 0644);
2019 if (!enable_suspend) { in net2272_handle_stat1_irqs()
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);
3424 if (!enable_suspend)
/kernel/linux/linux-6.6/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) { in net2272_handle_stat1_irqs()
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 15 milliseconds