Searched refs:s3c2410_hcd_info (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/platform_data/ |
D | usb-ohci-s3c2410.h | 22 struct s3c2410_hcd_info { struct 27 void (*enable_oc)(struct s3c2410_hcd_info *, int on); argument 28 void (*report_oc)(struct s3c2410_hcd_info *, int ports); argument 31 static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) in s3c2410_usb_report_oc() 38 extern void s3c_ohci_set_platdata(struct s3c2410_hcd_info *info);
|
/linux-6.1.9/drivers/usb/host/ |
D | ohci-s3c2410.c | 49 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc); 53 static struct s3c2410_hcd_info *to_s3c2410_info(struct usb_hcd *hcd) in to_s3c2410_info() 60 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_start_hc() 80 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_stop_hc() 105 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); in ohci_s3c2410_hub_status_data() 141 static void s3c2410_usb_set_power(struct s3c2410_hcd_info *info, in s3c2410_usb_set_power() 168 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); in ohci_s3c2410_hub_control() 291 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) in s3c2410_hcd_oc() 356 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in ohci_hcd_s3c2410_probe()
|
/linux-6.1.9/arch/arm/mach-s3c/ |
D | simtec-usb.c | 58 struct s3c2410_hcd_info *info = pw; in usb_simtec_ocirq() 71 static void usb_simtec_enableoc(struct s3c2410_hcd_info *info, int on) in usb_simtec_enableoc() 87 static struct s3c2410_hcd_info usb_simtec_info __initdata = {
|
D | mach-smartq.c | 80 struct s3c2410_hcd_info *info = pw; in smartq_usb_host_ocirq() 93 static void smartq_usb_host_enableoc(struct s3c2410_hcd_info *info, int on) in smartq_usb_host_enableoc() 113 static struct s3c2410_hcd_info smartq_usb_host_info = {
|
D | mach-gta02.c | 435 static struct s3c2410_hcd_info gta02_usb_info __initdata = {
|
D | devs.c | 990 void __init s3c_ohci_set_platdata(struct s3c2410_hcd_info *info) in s3c_ohci_set_platdata() 992 s3c_set_platdata(info, sizeof(struct s3c2410_hcd_info), in s3c_ohci_set_platdata()
|
/linux-6.1.9/Documentation/arm/samsung-s3c24xx/ |
D | usb-host.rst | 58 The `struct s3c2410_hcd_info` contains a pair of functions
|