Home
last modified time | relevance | path

Searched refs:isp116x (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
A Disp116x-hcd.c166 static void pack_fifo(struct isp116x *isp116x) in pack_fifo() argument
171 ? isp116x->atl_bufshrt : isp116x->atl_buflen; in pack_fifo()
198 static void unpack_fifo(struct isp116x *isp116x) in unpack_fifo() argument
203 ? 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() local
685 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_urb_enqueue() local
839 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_urb_dequeue() local
1172 struct isp116x *isp116x = s->private; in isp116x_debug_show() local
1532 struct isp116x *isp116x; in isp116x_remove() local
[all …]
A Disp116x.h255 struct isp116x { struct
296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) in isp116x_to_hcd() argument
375 static inline u16 isp116x_read_data16(struct isp116x *isp116x) in isp116x_read_data16() argument
384 static inline u16 isp116x_raw_read_data16(struct isp116x *isp116x) in isp116x_raw_read_data16() argument
401 static inline u32 isp116x_read_data32(struct isp116x *isp116x) in isp116x_read_data32() argument
415 static u16 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) in isp116x_read_reg16() argument
421 static u32 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) in isp116x_read_reg32() argument
427 static void isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, in isp116x_write_reg16() argument
434 static void isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, in isp116x_write_reg32() argument
492 static inline void isp116x_show_regs_seq(struct isp116x *isp116x, in isp116x_show_regs_seq() argument
[all …]
A DMakefile54 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
A DKconfig384 module will be called isp116x-hcd.

Completed in 14 milliseconds