Searched defs:isp1362_hcd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/usb/host/ |
D | isp1362-hcd.c | 119 static inline void isp1362_enable_int(struct isp1362_hcd *isp1362_hcd, u16 mask) in isp1362_enable_int() 133 static inline struct isp1362_ep_queue *get_ptd_queue(struct isp1362_hcd *isp1362_hcd, in get_ptd_queue() 260 static void prepare_ptd(struct isp1362_hcd *isp1362_hcd, struct urb *urb, in prepare_ptd() 345 static void isp1362_write_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_write_ptd() 361 static void isp1362_read_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_read_ptd() 398 static void remove_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in remove_ptd() 445 static void finish_request(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in finish_request() 499 static void postproc_ep(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in postproc_ep() 653 static void finish_unlinks(struct isp1362_hcd *isp1362_hcd) in finish_unlinks() 687 static inline void enable_atl_transfers(struct isp1362_hcd *isp1362_hcd, int count) in enable_atl_transfers() [all …]
|
D | isp1362.h | 431 struct isp1362_hcd { struct 432 spinlock_t lock; 433 void __iomem *addr_reg; 434 void __iomem *data_reg; 436 struct isp1362_platform_data *board; 438 struct dentry *debug_file; 439 unsigned long stat1, stat2, stat4, stat8, stat16; 442 u32 intenb; /* "OHCI" interrupts */ 443 u16 irqenb; /* uP interrupts */ 446 u32 rhdesca; [all …]
|