Searched defs:is_ready (Results 1 - 6 of 6) sorted by relevance

/drivers/media/usb/as102/
H A Das10x_cmd.c330 * @is_ready: pointer to value indicating when impulse
336 uint8_t *is_ready)
372 *is_ready = prsp->body.get_impulse_rsp.rsp.is_ready;
335 as10x_cmd_get_impulse_resp(struct as10x_bus_adapter_t *adap, uint8_t *is_ready) argument
H A Das10x_cmd.h287 uint8_t is_ready; member in struct:as10x_get_impulse_resp::__anon2352
502 uint8_t *is_ready);
/drivers/usb/musb/
H A Dmusb_host.h59 u8 is_ready; /* safe to modify hw_ep */ member in struct:musb_qh
/drivers/block/
H A Dxen-blkfront.c136 int is_ready; member in struct:blkfront_info
1881 info->is_ready = 1;
1970 return info->is_ready && info->xbdev;
2070 .is_ready = blkfront_is_ready,
/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c1698 int is_ready; local
1701 is_ready = __osc_list_maint(cli, osc);
1704 return is_ready;
/drivers/mtd/nand/
H A Dpxa3xx_nand.c575 unsigned int status, is_completed = 0, is_ready = 0; local
627 is_ready = 1;
656 if (is_ready)

Completed in 277 milliseconds