Searched refs:is_ready (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/bus/mhi/ep/
H A Dsm.c132 int ret, is_ready; local
138 is_ready = mhi_ep_mmio_masked_read(mhi_cntrl, EP_MHISTATUS, MHISTATUS_READY_MASK);
140 if (mhi_state != MHI_STATE_RESET || is_ready) {
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_usb_crash.py60 def is_ready(self): member in class:USBDev
H A Dbase.py249 while not self.uhdev.is_ready() and time.time() - now < 5:
/linux-master/kernel/trace/
H A Dtrace_selftest.c1150 struct completion is_ready; member in struct:wakeup_test_data
1168 complete(&x->is_ready);
1177 complete(&x->is_ready);
1202 init_completion(&data.is_ready);
1212 wait_for_completion(&data.is_ready);
1233 init_completion(&data.is_ready);
1241 wait_for_completion(&data.is_ready);
/linux-master/drivers/usb/musb/
H A Dmusb_host.h34 u8 is_ready; /* safe to modify hw_ep */ member in struct:musb_qh
H A Dmusb_host.c301 int ready = qh->is_ready;
320 qh->is_ready = 0;
322 qh->is_ready = ready;
383 if (qh != NULL && qh->is_ready) {
2168 qh->is_ready = 1;
2394 if (!qh->is_ready
2397 int ready = qh->is_ready;
2399 qh->is_ready = 0;
2401 qh->is_ready = ready;
2438 qh->is_ready
[all...]
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.c321 * @is_ready: pointer to value indicating when impulse
327 uint8_t *is_ready)
363 *is_ready = prsp->body.get_impulse_rsp.rsp.is_ready;
326 as10x_cmd_get_impulse_resp(struct as10x_bus_adapter_t *adap, uint8_t *is_ready) argument
H A Das10x_cmd.h278 uint8_t is_ready; member in struct:as10x_get_impulse_resp::__anon168
493 uint8_t *is_ready);
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c221 xendrv->is_ready && !xendrv->is_ready(xendev)));
/linux-master/include/xen/
H A Dxenbus.h123 int (*is_ready)(struct xenbus_device *dev); member in struct:xenbus_driver
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_execution.c32 uint8_t is_ready = 0; local
35 is_ready = HDCP_2_2_DP_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus_dp) ? 1 : 0;
37 is_ready = (HDCP_2_2_HDMI_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus[1]) &&
40 return is_ready ? MOD_HDCP_STATUS_SUCCESS :
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tc.c39 bool (*is_ready)(struct intel_tc_port *tc); member in struct:intel_tc_phy_ops
718 .is_ready = icl_tc_phy_is_ready,
753 .is_ready = icl_tc_phy_is_ready,
953 .is_ready = adlp_tc_phy_is_ready,
1158 .is_ready = adlp_tc_phy_is_ready,
1191 return tc->phy_ops->is_ready(tc);
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c188 * @is_ready: ready flag
205 bool is_ready; member in struct:mlxbf_tmfifo
960 if (!fifo->is_ready)
1322 fifo->is_ready = false;
1422 /* Make all updates visible before setting the 'is_ready' flag. */
1425 fifo->is_ready = true;
/linux-master/drivers/block/
H A Dxen-blkfront.c225 int is_ready; member in struct:blkfront_info
2409 info->is_ready = 1;
2499 return info->is_ready && info->xbdev;
2522 .is_ready = blkfront_is_ready,
/linux-master/drivers/nvme/host/
H A Dcore.c41 bool is_ready; member in struct:nvme_ns_info
1568 info->is_ready = true;
1606 info->is_ready = id->nstat & NVME_NSTAT_NRDY;
3954 if (ret || !info.is_ready)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c2955 bool is_ready = false; local
2985 is_ready = vfc_status & BIT(VFC_STATUS_RESP_READY_BIT);
2987 if (!is_ready) {
2993 } while (!is_ready);

Completed in 204 milliseconds