Searched refs:s3c2410_hcd_info (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/platform_data/ |
D | usb-ohci-s3c2410.h | 25 struct s3c2410_hcd_info { struct 30 void (*enable_oc)(struct s3c2410_hcd_info *, int on); argument 31 void (*report_oc)(struct s3c2410_hcd_info *, int ports); argument 34 static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) in s3c2410_usb_report_oc() 41 extern void s3c_ohci_set_platdata(struct s3c2410_hcd_info *info);
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-s3c2410.c | 51 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc); 55 static struct s3c2410_hcd_info *to_s3c2410_info(struct usb_hcd *hcd) in to_s3c2410_info() 62 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_start_hc() 82 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_stop_hc() 107 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); in ohci_s3c2410_hub_status_data() 143 static void s3c2410_usb_set_power(struct s3c2410_hcd_info *info, in s3c2410_usb_set_power() 170 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); in ohci_s3c2410_hub_control() 293 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) in s3c2410_hcd_oc() 360 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in ohci_hcd_s3c2410_probe()
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
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-gta02.c | 442 static struct s3c2410_hcd_info gta02_usb_info __initdata = {
|
/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 82 struct s3c2410_hcd_info *info = pw; in smartq_usb_host_ocirq() 95 static void smartq_usb_host_enableoc(struct s3c2410_hcd_info *info, int on) in smartq_usb_host_enableoc() 115 static struct s3c2410_hcd_info smartq_usb_host_info = {
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 56 The `struct s3c2410_hcd_info` contains a pair of functions
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | devs.c | 959 void __init s3c_ohci_set_platdata(struct s3c2410_hcd_info *info) in s3c_ohci_set_platdata() 961 s3c_set_platdata(info, sizeof(struct s3c2410_hcd_info), in s3c_ohci_set_platdata()
|