Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/host/
Disp1362-hcd.c123 static inline void isp1362_enable_int(struct isp1362_hcd *isp1362_hcd, u16 mask) in isp1362_enable_int()
137 static inline struct isp1362_ep_queue *get_ptd_queue(struct isp1362_hcd *isp1362_hcd, in get_ptd_queue()
263 static void prepare_ptd(struct isp1362_hcd *isp1362_hcd, struct urb *urb, in prepare_ptd()
348 static void isp1362_write_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_write_ptd()
366 static void isp1362_read_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_read_ptd()
403 static void remove_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in remove_ptd()
450 static void finish_request(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in finish_request()
504 static void postproc_ep(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in postproc_ep()
658 static void finish_unlinks(struct isp1362_hcd *isp1362_hcd) in finish_unlinks()
692 static inline void enable_atl_transfers(struct isp1362_hcd *isp1362_hcd, int count) in enable_atl_transfers()
[all …]
Disp1362.h481 struct isp1362_hcd { struct
482 spinlock_t lock;
483 void __iomem *addr_reg;
484 void __iomem *data_reg;
486 struct isp1362_platform_data *board;
488 struct proc_dir_entry *pde;
489 unsigned long stat1, stat2, stat4, stat8, stat16;
492 u32 intenb; /* "OHCI" interrupts */
493 u16 irqenb; /* uP interrupts */
496 u32 rhdesca;
[all …]