ci_hw_req
struct ci_hw_req *req = NULL;
TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td),
TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td),
TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td),
struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req);
struct ci_hw_req *hwreq, *hwreqtemp;
struct ci_hw_req *hwreq;
hwreq = kzalloc_obj(struct ci_hw_req, gfp_flags);
struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req);
struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req);
static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq,
struct ci_hw_req *hwreq)
static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq,
static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq)
static int sglist_do_bounce(struct ci_hw_req *hwreq, int index,
static void sglist_do_debounce(struct ci_hw_req *hwreq, bool copy)
static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq)
struct ci_hw_req *hwreqprev;
struct ci_hw_req, queue);
static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq)
struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next,
struct ci_hw_req, queue);