Lines Matching refs:getstatus
71 u8 getstatus;
79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
83 if (getstatus) {
460 u8 getstatus;
465 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
466 if (getstatus) {
544 u8 getstatus = 0;
550 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
551 if (rc || !getstatus) {
555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
556 if (rc || getstatus) {
560 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
561 if (rc || getstatus) {
573 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
589 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
601 u8 getstatus = 0;
611 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
612 if (rc || !getstatus) {
616 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
617 if (rc || getstatus) {
621 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
622 if (rc || !getstatus) {