Lines Matching defs:online
523 * @online: optional out parameter indicating link onlineness
533 * *@online is set to one iff reset succeeded and @link is online
544 bool *online, int (*check_ready)(struct ata_link *))
551 if (online)
552 *online = false;
593 /* Link is online. From this point, -ENODEV too is an error. */
594 if (online)
595 *online = true;
621 /* online is set iff link is online && reset succeeded */
622 if (online)
623 *online = false;