Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_selftest.c1137 struct completion is_ready; member
1155 complete(&x->is_ready); in trace_wakeup_test_thread()
1164 complete(&x->is_ready); in trace_wakeup_test_thread()
1189 init_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1199 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1220 init_completion(&data.is_ready); in trace_selftest_startup_wakeup()
1228 wait_for_completion(&data.is_ready); in trace_selftest_startup_wakeup()
/linux/drivers/media/usb/as102/
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()
A Das10x_cmd.h278 uint8_t is_ready; member
493 uint8_t *is_ready);
/linux/drivers/usb/musb/
A Dmusb_host.c301 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()
377 if (qh != NULL && qh->is_ready) { in musb_advance_schedule()
2162 qh->is_ready = 1; in musb_urb_enqueue()
2388 if (!qh->is_ready in musb_urb_dequeue()
2391 int ready = qh->is_ready; in musb_urb_dequeue()
2393 qh->is_ready = 0; in musb_urb_dequeue()
2395 qh->is_ready = ready; in musb_urb_dequeue()
2431 qh->is_ready = 0; in musb_h_disable()
A Dmusb_host.h34 u8 is_ready; /* safe to modify hw_ep */ member
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp2_execution.c32 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/xen/xenbus/
A Dxenbus_probe_frontend.c221 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
/linux/drivers/platform/mellanox/
A Dmlxbf-tmfifo.c168 bool is_ready; member
829 if (!fifo->is_ready) in mlxbf_tmfifo_work_handler()
1184 fifo->is_ready = false; in mlxbf_tmfifo_cleanup()
1261 fifo->is_ready = true; in mlxbf_tmfifo_probe()
/linux/include/xen/
A Dxenbus.h126 int (*is_ready)(struct xenbus_device *dev); member
/linux/drivers/block/
A Dxen-blkfront.c216 int is_ready; member
2406 info->is_ready = 1; in blkfront_connect()
2494 return info->is_ready && info->xbdev; in blkfront_is_ready()
2517 .is_ready = blkfront_is_ready,
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_debug.c2950 bool is_ready = false; in qed_grc_dump_read_from_vfc() local
2980 is_ready = vfc_status & BIT(VFC_STATUS_RESP_READY_BIT); in qed_grc_dump_read_from_vfc()
2982 if (!is_ready) { in qed_grc_dump_read_from_vfc()
2988 } while (!is_ready); in qed_grc_dump_read_from_vfc()

Completed in 43 milliseconds