Searched refs:is_ready (Results 1 – 15 of 15) sorted by relevance
132 int ret, is_ready; in mhi_ep_set_ready_state() local138 is_ready = mhi_ep_mmio_masked_read(mhi_cntrl, EP_MHISTATUS, MHISTATUS_READY_MASK); in mhi_ep_set_ready_state()140 if (mhi_state != MHI_STATE_RESET || is_ready) { in mhi_ep_set_ready_state()
327 uint8_t *is_ready) in as10x_cmd_get_impulse_resp() argument363 *is_ready = prsp->body.get_impulse_rsp.rsp.is_ready; in as10x_cmd_get_impulse_resp()
278 uint8_t is_ready; member493 uint8_t *is_ready);
302 int ready = qh->is_ready; in musb_advance_schedule()321 qh->is_ready = 0; in musb_advance_schedule()323 qh->is_ready = ready; in musb_advance_schedule()384 if (qh != NULL && qh->is_ready) { in musb_advance_schedule()2168 qh->is_ready = 1; in musb_urb_enqueue()2394 if (!qh->is_ready in musb_urb_dequeue()2397 int ready = qh->is_ready; in musb_urb_dequeue()2399 qh->is_ready = 0; in musb_urb_dequeue()2401 qh->is_ready = ready; in musb_urb_dequeue()2438 qh->is_ready = 0; in musb_h_disable()
34 u8 is_ready; /* safe to modify hw_ep */ member
106 bool is_ready; member
750 if (!extron->is_ready) in extron_process_edid_change()1593 extron->is_ready = true; in extron_setup()1738 extron->is_ready = false; in extron_setup_thread()
37 uint8_t is_ready = 0; in check_receiver_id_list_ready() local40 is_ready = HDCP_2_2_DP_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus_dp) ? 1 : 0; in check_receiver_id_list_ready()42 is_ready = (HDCP_2_2_HDMI_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus[1]) && in check_receiver_id_list_ready()44 return is_ready ? MOD_HDCP_STATUS_SUCCESS : in check_receiver_id_list_ready()
221 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
42 bool (*is_ready)(struct intel_tc_port *tc); member712 .is_ready = icl_tc_phy_is_ready,747 .is_ready = icl_tc_phy_is_ready,947 .is_ready = adlp_tc_phy_is_ready,1183 .is_ready = adlp_tc_phy_is_ready,1216 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
205 bool is_ready; member961 if (!fifo->is_ready) in mlxbf_tmfifo_work_handler()1323 fifo->is_ready = false; in mlxbf_tmfifo_cleanup()1426 fifo->is_ready = true; in mlxbf_tmfifo_probe()
225 int is_ready; member2407 info->is_ready = 1; in blkfront_connect()2497 return info->is_ready && info->xbdev; in blkfront_is_ready()2520 .is_ready = blkfront_is_ready,
45 bool is_ready; member1631 info->is_ready = true; in nvme_ns_info_from_identify()1670 info->is_ready = id->nstat & NVME_NSTAT_NRDY; in nvme_ns_info_from_id_cs_indep()4337 if (ret || !info.is_ready) in nvme_scan_ns()
748 WRITE_ONCE(vdso_k_rng_data->is_ready, true); in _credit_init_bits()
2956 bool is_ready = false; in qed_grc_dump_read_from_vfc() local2986 is_ready = vfc_status & BIT(VFC_STATUS_RESP_READY_BIT); in qed_grc_dump_read_from_vfc()2988 if (!is_ready) { in qed_grc_dump_read_from_vfc()2994 } while (!is_ready); in qed_grc_dump_read_from_vfc()
Completed in 80 milliseconds