Home
last modified time | relevance | path

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

/drivers/media/usb/as102/
Das10x_cmd.c336 uint8_t *is_ready) in as10x_cmd_get_impulse_resp() argument
372 *is_ready = prsp->body.get_impulse_rsp.rsp.is_ready; in as10x_cmd_get_impulse_resp()
Das10x_cmd.h287 uint8_t is_ready; member
502 uint8_t *is_ready);
/drivers/usb/musb/
Dmusb_host.c365 int ready = qh->is_ready; in musb_advance_schedule()
382 qh->is_ready = 0; in musb_advance_schedule()
384 qh->is_ready = ready; in musb_advance_schedule()
438 if (qh != NULL && qh->is_ready) { in musb_advance_schedule()
2243 qh->is_ready = 1; in musb_urb_enqueue()
2469 if (!qh->is_ready in musb_urb_dequeue()
2472 int ready = qh->is_ready; in musb_urb_dequeue()
2474 qh->is_ready = 0; in musb_urb_dequeue()
2476 qh->is_ready = ready; in musb_urb_dequeue()
2512 qh->is_ready = 0; in musb_h_disable()
Dmusb_host.h59 u8 is_ready; /* safe to modify hw_ep */ member
/drivers/xen/xenbus/
Dxenbus_probe_frontend.c215 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
/drivers/block/
Dxen-blkfront.c158 int is_ready; member
2135 info->is_ready = 1; in blkfront_connect()
2232 return info->is_ready && info->xbdev; in blkfront_is_ready()
2332 .is_ready = blkfront_is_ready,
/drivers/mtd/nand/
Dpxa3xx_nand.c774 unsigned int status, is_completed = 0, is_ready = 0; in pxa3xx_nand_irq() local
828 is_ready = 1; in pxa3xx_nand_irq()
861 if (is_ready) in pxa3xx_nand_irq()
/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1751 int is_ready; in osc_list_maint() local
1754 is_ready = __osc_list_maint(cli, osc); in osc_list_maint()
1757 return is_ready; in osc_list_maint()