Searched refs:fotg (Results 1 – 5 of 5) sorted by relevance
20 void fotg210_vbus(struct fotg210 *fotg, bool enable);23 int fotg210_hcd_probe(struct platform_device *pdev, struct fotg210 *fotg);29 struct fotg210 *fotg) in fotg210_hcd_probe() argument47 int fotg210_udc_probe(struct platform_device *pdev, struct fotg210 *fotg);51 struct fotg210 *fotg) in fotg210_udc_probe() argument
240 struct fotg210 *fotg; member
1107 fotg210_vbus(fotg210->fotg, is_active); in fotg210_vbus_session()1173 int fotg210_udc_probe(struct platform_device *pdev, struct fotg210 *fotg) in fotg210_udc_probe() argument1191 fotg210->fotg = fotg; in fotg210_udc_probe()1215 fotg210->reg = fotg->base; in fotg210_udc_probe()
185 struct fotg210 *fotg; /* Overarching FOTG210 device */ member
5551 int fotg210_hcd_probe(struct platform_device *pdev, struct fotg210 *fotg) in fotg210_hcd_probe() argument5577 hcd->regs = fotg->base; in fotg210_hcd_probe()5579 hcd->rsrc_start = fotg->res->start; in fotg210_hcd_probe()5580 hcd->rsrc_len = resource_size(fotg->res); in fotg210_hcd_probe()5584 fotg210->fotg = fotg; in fotg210_hcd_probe()