Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c391 struct octeon_hcd { struct
450 static inline struct octeon_hcd *cvmx_usb_to_octeon(struct cvmx_usb_state *p) in cvmx_usb_to_octeon()
452 return container_of(p, struct octeon_hcd, usb); in cvmx_usb_to_octeon()
455 static inline struct usb_hcd *octeon_to_hcd(struct octeon_hcd *p) in octeon_to_hcd()
1374 struct octeon_hcd *priv = cvmx_usb_to_octeon(usb); in cvmx_usb_start_channel_control()
1991 struct octeon_hcd *priv = cvmx_usb_to_octeon(usb); in octeon_usb_urb_complete_callback()
2444 struct octeon_hcd *priv = cvmx_usb_to_octeon(usb); in cvmx_usb_poll_channel()
2952 struct octeon_hcd *priv = cvmx_usb_to_octeon(usb); in octeon_usb_port_callback()
3063 static inline struct octeon_hcd *hcd_to_octeon(struct usb_hcd *hcd) in hcd_to_octeon()
3065 return (struct octeon_hcd *)(hcd->hcd_priv); in hcd_to_octeon()
[all …]