Home
last modified time | relevance | path

Searched refs:isp1362_ep_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Disp1362-hcd.c132 static inline struct isp1362_ep_queue *get_ptd_queue(struct isp1362_hcd *isp1362_hcd, in get_ptd_queue()
135 struct isp1362_ep_queue *epq = NULL; in get_ptd_queue()
155 static inline int get_ptd_offset(struct isp1362_ep_queue *epq, u8 index) in get_ptd_offset()
172 static inline u16 max_transfer_size(struct isp1362_ep_queue *epq, size_t size, in max_transfer_size()
184 static int claim_ptd_buffers(struct isp1362_ep_queue *epq, in claim_ptd_buffers()
223 static inline void release_ptd_buffers(struct isp1362_ep_queue *epq, struct isp1362_ep *ep) in release_ptd_buffers()
259 struct isp1362_ep *ep, struct isp1362_ep_queue *epq, in prepare_ptd()
344 struct isp1362_ep_queue *epq) in isp1362_write_ptd()
360 struct isp1362_ep_queue *epq) in isp1362_read_ptd()
400 struct isp1362_ep_queue *epq; in remove_ptd()
[all …]
Disp1362.h458 struct isp1362_ep_queue { struct
514 struct isp1362_ep_queue atl_queue;
515 struct isp1362_ep_queue intl_queue;
516 struct isp1362_ep_queue istl_queue[2];
996 static void dump_ptd_queue(struct isp1362_ep_queue *epq) in dump_ptd_queue()