Searched refs:ONLINE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A 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-6.6/scripts/ |
H A D | coccicheck | 61 ONLINE=1 82 ONLINE=0 116 if [ "$ONLINE" = "0" ] ; then 126 if [ "$ONLINE" = "0" ] ; then 134 if [ "$ONLINE" = "0" ] ; then 211 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A 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-6.6/drivers/ata/ |
H A D | sata_fsl.c | 121 ONLINE = (1 << 31), enumerator 773 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop() 821 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset() 824 if (temp & ONLINE) { in sata_fsl_hardreset() 861 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset() 863 if (!(temp & ONLINE)) { in sata_fsl_hardreset()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 142 POWER_SUPPLY_ATTR(ONLINE),
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 150 POWER_SUPPLY_ATTR(ONLINE),
|
Completed in 7 milliseconds