Home
last modified time | relevance | path

Searched defs:isp116x (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Disp116x-hcd.c166 static void pack_fifo(struct isp116x *isp116x) in pack_fifo()
198 static void unpack_fifo(struct isp116x *isp116x) in unpack_fifo()
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
894 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_get_frame() local
909 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_hub_status_data() local
1006 struct isp116x *isp116x = hcd_to_isp116x(hcd); in isp116x_hub_control() local
1172 struct isp116x *isp116x = s->private; in isp116x_debug_show() local
1532 struct isp116x *isp116x; in isp116x_remove() local
[all …]
H A Disp116x.h255 struct isp116x { struct
261 struct isp116x_platform_data *board; argument
279 struct isp116x_ep *periodic[PERIODIC_SIZE]; argument
284 struct isp116x_ep *atl_active; argument
291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) in hcd_to_isp116x() argument
375 static inline u16 isp116x_read_data16(struct isp116x *isp116x) in isp116x_read_data16()
384 static inline u16 isp116x_raw_read_data16(struct isp116x *isp116x) in isp116x_raw_read_data16()
401 static inline u32 isp116x_read_data32(struct isp116x *isp116x) in isp116x_read_data32()
415 static u16 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) in isp116x_read_reg16()
492 static inline void isp116x_show_regs_seq(struct isp116x *isp116x, in isp116x_show_regs_seq()
[all …]