Searched refs:isp116x (Results 1 – 4 of 4) sorted by relevance
166 static void pack_fifo(struct isp116x *isp116x) in pack_fifo() argument171 ? isp116x->atl_bufshrt : isp116x->atl_buflen; in pack_fifo()198 static void unpack_fifo(struct isp116x *isp116x) in unpack_fifo() argument203 ? isp116x->atl_buflen : isp116x->atl_bufshrt; in unpack_fifo()498 isp116x->atl_buflen = isp116x->atl_bufshrt = 0; in start_atl_transfers()593 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_irq() local685 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_urb_enqueue() local839 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_urb_dequeue() local1172 struct isp116x *isp116x = s->private; in isp116x_debug_show() local1532 struct isp116x *isp116x; in isp116x_remove() local[all …]
255 struct isp116x { struct296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) in isp116x_to_hcd() argument375 static inline u16 isp116x_read_data16(struct isp116x *isp116x) in isp116x_read_data16() argument384 static inline u16 isp116x_raw_read_data16(struct isp116x *isp116x) in isp116x_raw_read_data16() argument401 static inline u32 isp116x_read_data32(struct isp116x *isp116x) in isp116x_read_data32() argument415 static u16 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) in isp116x_read_reg16() argument421 static u32 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) in isp116x_read_reg32() argument427 static void isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, in isp116x_write_reg16() argument434 static void isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, in isp116x_write_reg32() argument492 static inline void isp116x_show_regs_seq(struct isp116x *isp116x, in isp116x_show_regs_seq() argument[all …]
54 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
384 module will be called isp116x-hcd.
Completed in 14 milliseconds