Home
last modified time | relevance | path

Searched refs:is_ready (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/firmware/xilinx/
H A Dzynqmp-ufs.c36 int zynqmp_pm_is_mphy_tx_rx_config_ready(bool *is_ready) in zynqmp_pm_is_mphy_tx_rx_config_ready() argument
41 if (!is_ready) in zynqmp_pm_is_mphy_tx_rx_config_ready()
50 *is_ready = true; in zynqmp_pm_is_mphy_tx_rx_config_ready()
52 *is_ready = false; in zynqmp_pm_is_mphy_tx_rx_config_ready()
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py111 is_ready: bool = False variable in HidReadiness
126 def is_ready(self: "HIDIsReady") -> HidReadiness: member in HIDIsReady
171 if not readiness.is_ready and ready:
174 readiness.is_ready = ready
176 def is_ready(self: "UdevHIDIsReady") -> HidReadiness: member in UdevHIDIsReady
334 return self._kernel_is_ready.is_ready().is_ready and self.started
338 return self._kernel_is_ready.is_ready().count
438 def is_ready(self): member in BaseDevice
H A Dtest_usb_crash.py60 def is_ready(self): member in USBDev
H A Dbase.py332 while not self.uhdev.is_ready() and time.time() - now < 5:
H A Dtest_mouse.py486 def is_ready(self): member in BadReportDescriptorMouse
/linux/include/linux/firmware/
H A Dxlnx-zynqmp-ufs.h12 int zynqmp_pm_is_mphy_tx_rx_config_ready(bool *is_ready);
17 static inline int zynqmp_pm_is_mphy_tx_rx_config_ready(bool *is_ready) in zynqmp_pm_is_mphy_tx_rx_config_ready() argument
/linux/drivers/bus/mhi/ep/
H A Dsm.c132 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/kernel/trace/
H A Dtrace_selftest.c1418 struct completion is_ready; member
1436 complete(&x->is_ready); in trace_wakeup_test_thread()
1445 complete(&x->is_ready); in trace_wakeup_test_thread()
1470 init_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1480 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1501 init_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1509 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup()
/linux/drivers/media/usb/as102/
H A Das10x_cmd.c327 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()
H A Das10x_cmd.h278 uint8_t is_ready; member
493 uint8_t *is_ready);
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.h106 bool is_ready; member
H A Dextron-da-hd-4k-plus.c751 if (!extron->is_ready) in extron_process_edid_change()
1594 extron->is_ready = true; in extron_setup()
1739 extron->is_ready = false; in extron_setup_thread()
/linux/drivers/usb/musb/
H A Dmusb_host.c302 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()
H A Dmusb_host.h34 u8 is_ready; /* safe to modify hw_ep */ member
/linux/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c219 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
/linux/include/xen/
H A Dxenbus.h124 int (*is_ready)(struct xenbus_device *dev); member
/linux/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c205 bool is_ready; member
961 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()
/linux/drivers/block/
H A Dxen-blkfront.c225 int is_ready; member
2403 info->is_ready = 1; in blkfront_connect()
2493 return info->is_ready && info->xbdev; in blkfront_is_ready()
2516 .is_ready = blkfront_is_ready,
/linux/drivers/nvme/host/
H A Dcore.c45 bool is_ready; member
1641 info->is_ready = true; in nvme_ns_info_from_identify()
1680 info->is_ready = id->nstat & NVME_NSTAT_NRDY; in nvme_ns_info_from_id_cs_indep()
4372 if (ret || !info.is_ready) in nvme_scan_ns()
/linux/drivers/char/
H A Drandom.c735 WRITE_ONCE(vdso_k_rng_data->is_ready, true); in _credit_init_bits()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c2956 bool is_ready = false; in qed_grc_dump_read_from_vfc() local
2986 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()