Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ssb/
H A Dmain.c49 static bool ssb_is_early_boot = 1; variable
400 /* See the comment at the ssb_is_early_boot definition */ in ssb_buses_lock()
401 if (!ssb_is_early_boot) in ssb_buses_lock()
407 /* See the comment at the ssb_is_early_boot definition */ in ssb_buses_unlock()
408 if (!ssb_is_early_boot) in ssb_buses_unlock()
670 * See the comment at the ssb_is_early_boot definition. */ in ssb_bus_register()
672 if (!ssb_is_early_boot) { in ssb_bus_register()
1285 /* See the comment at the ssb_is_early_boot definition */ in ssb_modinit()
1286 ssb_is_early_boot = 0; in ssb_modinit()
/kernel/linux/linux-6.6/drivers/ssb/
H A Dmain.c51 static bool ssb_is_early_boot = 1; variable
401 /* See the comment at the ssb_is_early_boot definition */ in ssb_buses_lock()
402 if (!ssb_is_early_boot) in ssb_buses_lock()
408 /* See the comment at the ssb_is_early_boot definition */ in ssb_buses_unlock()
409 if (!ssb_is_early_boot) in ssb_buses_unlock()
671 * See the comment at the ssb_is_early_boot definition. in ssb_bus_register()
674 if (!ssb_is_early_boot) { in ssb_bus_register()
1290 /* See the comment at the ssb_is_early_boot definition */ in ssb_modinit()
1291 ssb_is_early_boot = 0; in ssb_modinit()

Completed in 4 milliseconds