Searched defs:isp116x (Results 1 – 2 of 2) sorted by relevance
89 static void write_ptddata_to_fifo(struct isp116x *isp116x, void *buf, int len) in write_ptddata_to_fifo()126 static void read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) in read_ptddata_from_fifo()165 static void pack_fifo(struct isp116x *isp116x) in pack_fifo()197 static void unpack_fifo(struct isp116x *isp116x) in unpack_fifo()230 static void preproc_atl_queue(struct isp116x *isp116x) in preproc_atl_queue()293 static void finish_request(struct isp116x *isp116x, struct isp116x_ep *ep, in finish_request()347 static void postproc_atl_queue(struct isp116x *isp116x) in postproc_atl_queue()479 static void start_atl_transfers(struct isp116x *isp116x) in start_atl_transfers()576 static void finish_atl_transfers(struct isp116x *isp116x) in finish_atl_transfers()592 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_irq() local[all …]
254 struct isp116x { struct260 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 …]