Home
last modified time | relevance | path

Searched defs:c67x00 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c35 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() local
49 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data() local
69 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control() local
238 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_irq() local
285 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hcd_get_frame() local
331 struct c67x00_hcd *c67x00; in c67x00_hcd_probe() local
393 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_remove() local
H A Dc67x00-drv.c74 struct c67x00_device *c67x00 = __dev; in c67x00_irq() local
107 struct c67x00_device *c67x00; in c67x00_drv_probe() local
182 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); in c67x00_drv_remove() local
H A Dc67x00-hcd.h92 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd()