Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Ds3c-hsotg.h31 struct s3c_hsotg_plat { struct
40 extern void s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd); argument
/linux-4.1.27/arch/arm/plat-samsung/
Ddevs.c1045 void __init s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd) in s3c_hsotg_set_platdata()
1047 struct s3c_hsotg_plat *npd; in s3c_hsotg_set_platdata()
1049 npd = s3c_set_platdata(pd, sizeof(struct s3c_hsotg_plat), in s3c_hsotg_set_platdata()
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-smartq.c192 static struct s3c_hsotg_plat smartq_hsotg_pdata;
Dmach-smdk6410.c631 static struct s3c_hsotg_plat smdk6410_hsotg_pdata;
Dmach-crag6410.c812 static struct s3c_hsotg_plat crag6410_hsotg_pdata;
/linux-4.1.27/drivers/usb/dwc2/
Dcore.h703 struct s3c_hsotg_plat *plat;
Dgadget.c3845 struct s3c_hsotg_plat *plat = dev->platform_data; in dwc2_gadget_init()