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.c348 int ready = qh->is_ready; in musb_advance_schedule()
365 qh->is_ready = 0; in musb_advance_schedule()
367 qh->is_ready = ready; in musb_advance_schedule()
421 if (qh != NULL && qh->is_ready) { in musb_advance_schedule()
2226 qh->is_ready = 1; in musb_urb_enqueue()
2448 if (!qh->is_ready in musb_urb_dequeue()
2451 int ready = qh->is_ready; in musb_urb_dequeue()
2453 qh->is_ready = 0; in musb_urb_dequeue()
2455 qh->is_ready = ready; in musb_urb_dequeue()
2491 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.c208 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
/drivers/block/
Dxen-blkfront.c209 int is_ready; member
2456 info->is_ready = 1; in blkfront_connect()
2572 return info->is_ready && info->xbdev; in blkfront_is_ready()
2672 .is_ready = blkfront_is_ready,
/drivers/mtd/nand/
Dpxa3xx_nand.c810 unsigned int status, is_completed = 0, is_ready = 0; in pxa3xx_nand_irq() local
864 is_ready = 1; in pxa3xx_nand_irq()
897 if (is_ready) in pxa3xx_nand_irq()
/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1834 int is_ready; in osc_list_maint() local
1837 is_ready = __osc_list_maint(cli, osc); in osc_list_maint()
1840 return is_ready; in osc_list_maint()