Searched refs:ONLINE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/scripts/ |
D | coccicheck | 62 ONLINE=1 71 ONLINE=0 100 if [ "$ONLINE" = "0" ] ; then 110 if [ "$ONLINE" = "0" ] ; then 118 if [ "$ONLINE" = "0" ] ; then 192 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/Linux-v5.4/Documentation/filesystems/ |
D | gfs2-uevents.txt | 15 is successful, an ONLINE uevent will follow. If it is not successful 23 2. ONLINE 25 The ONLINE uevent is generated after a successful mount or remount. It 26 has the same environment variables as the ADD uevent. The ONLINE 51 cluster. For this reason the ONLINE uevent was used when adding a new
|
/Linux-v5.4/drivers/ata/ |
D | sata_fsl.c | 121 ONLINE = (1 << 31), enumerator 786 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop() 837 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset() 840 if (temp & ONLINE) { in sata_fsl_hardreset() 876 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset() 878 if (!(temp & ONLINE)) { in sata_fsl_hardreset()
|
/Linux-v5.4/Documentation/power/ |
D | charger-manager.rst | 165 battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an
|