Home
last modified time | relevance | path

Searched refs:fotg210_hcd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.c443 struct fotg210_hcd *fotg210; in fill_async_buffer()
510 struct fotg210_hcd *fotg210; in fill_periodic_buffer()
635 struct fotg210_hcd *fotg210; in fill_registers_buffer()
1332 struct fotg210_hcd *fotg210 = in fotg210_hrtimer_func()
1333 container_of(t, struct fotg210_hcd, hrtimer); in fotg210_hrtimer_func()
1387 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_status_data()
1455 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_control()
4681 struct fotg210_hcd *fotg210; in uframe_periodic_max_show()
4690 struct fotg210_hcd *fotg210; in uframe_periodic_max_store()
5487 .hcd_priv_size = sizeof(struct fotg210_hcd),
[all …]
H A Dfotg210-hcd.h76 struct fotg210_hcd { /* one per controller */ struct
191 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210() argument
193 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210()
195 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd()
611 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed()
619 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed()
650 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210, in fotg210_readl()
656 static inline void fotg210_writel(const struct fotg210_hcd *fotg210, in fotg210_writel()
663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
674 static inline u32 hc32_to_cpup(const struct fotg210_hcd *fotg210, in hc32_to_cpup()
[all …]