Home
last modified time | relevance | path

Searched defs:isp1362_hcd (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Disp1362-hcd.c118 static inline void isp1362_enable_int(struct isp1362_hcd *isp1362_hcd, u16 mask) in isp1362_enable_int()
132 static inline struct isp1362_ep_queue *get_ptd_queue(struct isp1362_hcd *isp1362_hcd, in get_ptd_queue()
258 static void prepare_ptd(struct isp1362_hcd *isp1362_hcd, struct urb *urb, in prepare_ptd()
343 static void isp1362_write_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_write_ptd()
359 static void isp1362_read_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_read_ptd()
396 static void remove_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in remove_ptd()
443 static void finish_request(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in finish_request()
497 static void postproc_ep(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in postproc_ep()
651 static void finish_unlinks(struct isp1362_hcd *isp1362_hcd) in finish_unlinks()
685 static inline void enable_atl_transfers(struct isp1362_hcd *isp1362_hcd, int count) in enable_atl_transfers()
[all …]
Disp1362.h476 struct isp1362_hcd { struct
477 spinlock_t lock;
478 void __iomem *addr_reg;
479 void __iomem *data_reg;
481 struct isp1362_platform_data *board;
483 struct dentry *debug_file;
484 unsigned long stat1, stat2, stat4, stat8, stat16;
487 u32 intenb; /* "OHCI" interrupts */
488 u16 irqenb; /* uP interrupts */
491 u32 rhdesca;
[all …]