HelenOS sources
ohci_transfer_batch_t 304 uspace/drv/bus/usb/ohci/hc.c ohci_transfer_batch_t *ohci_batch = ohci_transfer_batch_get(batch);
ohci_transfer_batch_t 368 uspace/drv/bus/usb/ohci/hc.c ohci_transfer_batch_t *batch =
ohci_transfer_batch_t 50 uspace/drv/bus/usb/ohci/ohci_batch.c static void (*const batch_setup[])(ohci_transfer_batch_t *);
ohci_transfer_batch_t 56 uspace/drv/bus/usb/ohci/ohci_batch.c void ohci_transfer_batch_destroy(ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 69 uspace/drv/bus/usb/ohci/ohci_batch.c ohci_transfer_batch_t *ohci_transfer_batch_create(endpoint_t *ep)
ohci_transfer_batch_t 73 uspace/drv/bus/usb/ohci/ohci_batch.c ohci_transfer_batch_t *ohci_batch =
ohci_transfer_batch_t 74 uspace/drv/bus/usb/ohci/ohci_batch.c calloc(1, sizeof(ohci_transfer_batch_t));
ohci_transfer_batch_t 91 uspace/drv/bus/usb/ohci/ohci_batch.c int ohci_transfer_batch_prepare(ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 148 uspace/drv/bus/usb/ohci/ohci_batch.c bool ohci_transfer_batch_check_completed(ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 232 uspace/drv/bus/usb/ohci/ohci_batch.c void ohci_transfer_batch_commit(const ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 269 uspace/drv/bus/usb/ohci/ohci_batch.c static void batch_control(ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 342 uspace/drv/bus/usb/ohci/ohci_batch.c static void batch_data(ohci_transfer_batch_t *ohci_batch)
ohci_transfer_batch_t 380 uspace/drv/bus/usb/ohci/ohci_batch.c static void (*const batch_setup[])(ohci_transfer_batch_t *) =
ohci_transfer_batch_t 67 uspace/drv/bus/usb/ohci/ohci_batch.h ohci_transfer_batch_t *ohci_transfer_batch_create(endpoint_t *batch);
ohci_transfer_batch_t 68 uspace/drv/bus/usb/ohci/ohci_batch.h int ohci_transfer_batch_prepare(ohci_transfer_batch_t *ohci_batch);
ohci_transfer_batch_t 69 uspace/drv/bus/usb/ohci/ohci_batch.h void ohci_transfer_batch_commit(const ohci_transfer_batch_t *batch);
ohci_transfer_batch_t 70 uspace/drv/bus/usb/ohci/ohci_batch.h bool ohci_transfer_batch_check_completed(ohci_transfer_batch_t *batch);
ohci_transfer_batch_t 71 uspace/drv/bus/usb/ohci/ohci_batch.h void ohci_transfer_batch_destroy(ohci_transfer_batch_t *ohci_batch);
ohci_transfer_batch_t 73 uspace/drv/bus/usb/ohci/ohci_batch.h static inline ohci_transfer_batch_t *ohci_transfer_batch_get(
ohci_transfer_batch_t 78 uspace/drv/bus/usb/ohci/ohci_batch.h return (ohci_transfer_batch_t *) usb_batch;
ohci_transfer_batch_t 165 uspace/drv/bus/usb/ohci/ohci_bus.c ohci_transfer_batch_t *batch = ohci_transfer_batch_create(ep);
HelenOS homepage, sources at GitHub