Searched defs:isp116x (Results 1 – 2 of 2) sorted by relevance
90 static void write_ptddata_to_fifo(struct isp116x *isp116x, void *buf, int len) in write_ptddata_to_fifo()127 static void read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) in read_ptddata_from_fifo()166 static void pack_fifo(struct isp116x *isp116x) in pack_fifo()198 static void unpack_fifo(struct isp116x *isp116x) in unpack_fifo()231 static void preproc_atl_queue(struct isp116x *isp116x) in preproc_atl_queue()294 static void finish_request(struct isp116x *isp116x, struct isp116x_ep *ep, in finish_request()348 static void postproc_atl_queue(struct isp116x *isp116x) in postproc_atl_queue()480 static void start_atl_transfers(struct isp116x *isp116x) in start_atl_transfers()577 static void finish_atl_transfers(struct isp116x *isp116x) in finish_atl_transfers()593 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_irq() local[all …]
255 struct isp116x { struct261 struct isp116x_platform_data *board; argument279 struct isp116x_ep *periodic[PERIODIC_SIZE]; argument284 struct isp116x_ep *atl_active; argument291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) in hcd_to_isp116x() argument296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) in isp116x_to_hcd()357 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) in isp116x_write_addr()363 static inline void isp116x_write_data16(struct isp116x *isp116x, u16 val) in isp116x_write_data16()369 static inline void isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) in isp116x_raw_write_data16()375 static inline u16 isp116x_read_data16(struct isp116x *isp116x) in isp116x_read_data16()[all …]