Searched refs:ONLINE (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
D | coccicheck | 62 ONLINE=1 71 ONLINE=0 105 if [ "$ONLINE" = "0" ] ; then 115 if [ "$ONLINE" = "0" ] ; then 123 if [ "$ONLINE" = "0" ] ; then 203 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | gfs2-uevents.rst | 19 is successful, an ONLINE uevent will follow. If it is not successful 27 2. ONLINE 30 The ONLINE uevent is generated after a successful mount or remount. It 31 has the same environment variables as the ADD uevent. The ONLINE 57 cluster. For this reason the ONLINE uevent was used when adding a new
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | sata_fsl.c | 121 ONLINE = (1 << 31), enumerator 788 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop() 839 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset() 842 if (temp & ONLINE) { in sata_fsl_hardreset() 878 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset() 880 if (!(temp & ONLINE)) { in sata_fsl_hardreset()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | power_supply_sysfs.c | 142 POWER_SUPPLY_ATTR(ONLINE),
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | charger-manager.rst | 165 battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an
|