| /linux/drivers/bus/mhi/ep/ |
| A D | sm.c | 132 int ret, is_ready; in mhi_ep_set_ready_state() local 138 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()
|
| /linux/tools/testing/selftests/hid/tests/ |
| A D | base_device.py | 118 def is_ready(self: "HIDIsReady") -> bool: member in HIDIsReady 167 def is_ready(self: "UdevHIDIsReady") -> Tuple[bool, int]: member in UdevHIDIsReady 325 return self._kernel_is_ready.is_ready()[0] and self.started 329 return self._kernel_is_ready.is_ready()[1] 411 def is_ready(self): member in BaseDevice
|
| A D | test_usb_crash.py | 60 def is_ready(self): member in USBDev
|
| A D | base.py | 318 while not self.uhdev.is_ready() and time.time() - now < 5:
|
| /linux/kernel/trace/ |
| A D | trace_selftest.c | 1414 struct completion is_ready; member 1432 complete(&x->is_ready); in trace_wakeup_test_thread() 1441 complete(&x->is_ready); in trace_wakeup_test_thread() 1466 init_completion(&data.is_ready); in trace_selftest_startup_wakeup() 1476 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup() 1497 init_completion(&data.is_ready); in trace_selftest_startup_wakeup() 1505 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup()
|
| /linux/include/vdso/ |
| A D | datapage.h | 127 u8 is_ready; member
|
| /linux/drivers/media/usb/as102/ |
| A D | as10x_cmd.c | 327 uint8_t *is_ready) in as10x_cmd_get_impulse_resp() argument 363 *is_ready = prsp->body.get_impulse_rsp.rsp.is_ready; in as10x_cmd_get_impulse_resp()
|
| A D | as10x_cmd.h | 278 uint8_t is_ready; member 493 uint8_t *is_ready);
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| A D | extron-da-hd-4k-plus.h | 106 bool is_ready; member
|
| A D | extron-da-hd-4k-plus.c | 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()
|
| /linux/drivers/usb/musb/ |
| A D | musb_host.c | 301 int ready = qh->is_ready; in musb_advance_schedule() 320 qh->is_ready = 0; in musb_advance_schedule() 322 qh->is_ready = ready; in musb_advance_schedule() 383 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()
|
| A D | musb_host.h | 34 u8 is_ready; /* safe to modify hw_ep */ member
|
| /linux/drivers/xen/xenbus/ |
| A D | xenbus_probe_frontend.c | 221 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
|
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| A D | hdcp2_execution.c | 32 uint8_t is_ready = 0; in check_receiver_id_list_ready() local 35 is_ready = HDCP_2_2_DP_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus_dp) ? 1 : 0; in check_receiver_id_list_ready() 37 is_ready = (HDCP_2_2_HDMI_RXSTATUS_READY(hdcp->auth.msg.hdcp2.rxstatus[1]) && in check_receiver_id_list_ready() 40 return is_ready ? MOD_HDCP_STATUS_SUCCESS : in check_receiver_id_list_ready()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_tc.c | 39 bool (*is_ready)(struct intel_tc_port *tc); member 713 .is_ready = icl_tc_phy_is_ready, 748 .is_ready = icl_tc_phy_is_ready, 948 .is_ready = adlp_tc_phy_is_ready, 1153 .is_ready = adlp_tc_phy_is_ready, 1186 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
|
| /linux/lib/vdso/ |
| A D | getrandom.c | 107 if (unlikely(!READ_ONCE(rng_info->is_ready))) in __cvdso_getrandom_data()
|
| /linux/include/xen/ |
| A D | xenbus.h | 123 int (*is_ready)(struct xenbus_device *dev); member
|
| /linux/drivers/platform/mellanox/ |
| A D | mlxbf-tmfifo.c | 205 bool is_ready; member 960 if (!fifo->is_ready) in mlxbf_tmfifo_work_handler() 1322 fifo->is_ready = false; in mlxbf_tmfifo_cleanup() 1425 fifo->is_ready = true; in mlxbf_tmfifo_probe()
|
| /linux/drivers/block/ |
| A D | xen-blkfront.c | 225 int is_ready; member 2408 info->is_ready = 1; in blkfront_connect() 2498 return info->is_ready && info->xbdev; in blkfront_is_ready() 2521 .is_ready = blkfront_is_ready,
|
| /linux/drivers/nvme/host/ |
| A D | core.c | 43 bool is_ready; member 1603 info->is_ready = true; in nvme_ns_info_from_identify() 1641 info->is_ready = id->nstat & NVME_NSTAT_NRDY; in nvme_ns_info_from_id_cs_indep() 4049 if (ret || !info.is_ready) in nvme_scan_ns()
|
| /linux/drivers/char/ |
| A D | random.c | 746 WRITE_ONCE(__arch_get_k_vdso_rng_data()->is_ready, true); in _credit_init_bits()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_debug.c | 2955 bool is_ready = false; in qed_grc_dump_read_from_vfc() local 2985 is_ready = vfc_status & BIT(VFC_STATUS_RESP_READY_BIT); in qed_grc_dump_read_from_vfc() 2987 if (!is_ready) { in qed_grc_dump_read_from_vfc() 2993 } while (!is_ready); in qed_grc_dump_read_from_vfc()
|