Lines Matching refs:fotg210_udc

24 static const char udc_name[] = "fotg210_udc";
50 static void fotg210_set_cxdone(struct fotg210_udc *fotg210)
84 struct fotg210_udc *fotg210 = ep->fotg210;
111 struct fotg210_udc *fotg210 = ep->fotg210;
121 struct fotg210_udc *fotg210 = ep->fotg210;
132 struct fotg210_udc *fotg210 = ep->fotg210;
145 struct fotg210_udc *fotg210 = ep->fotg210;
173 static void fotg210_reset_tseq(struct fotg210_udc *fotg210, u8 epnum)
257 struct fotg210_udc *fotg210 = ep->fotg210;
446 struct fotg210_udc *fotg210 = ep->fotg210;
467 struct fotg210_udc *fotg210 = ep->fotg210;
482 struct fotg210_udc *fotg210;
538 static void fotg210_clear_tx0byte(struct fotg210_udc *fotg210)
547 static void fotg210_clear_rx0byte(struct fotg210_udc *fotg210)
557 static void fotg210_rdsetupp(struct fotg210_udc *fotg210,
599 static void fotg210_set_configuration(struct fotg210_udc *fotg210)
607 static void fotg210_set_dev_addr(struct fotg210_udc *fotg210, u32 addr)
615 static void fotg210_set_cxstall(struct fotg210_udc *fotg210)
623 static void fotg210_request_error(struct fotg210_udc *fotg210)
629 static void fotg210_set_address(struct fotg210_udc *fotg210,
640 static void fotg210_set_feature(struct fotg210_udc *fotg210,
666 static void fotg210_clear_feature(struct fotg210_udc *fotg210,
698 struct fotg210_udc *fotg210 = ep->fotg210;
709 static void fotg210_get_status(struct fotg210_udc *fotg210,
744 static int fotg210_setup_packet(struct fotg210_udc *fotg210,
790 static void fotg210_ep0out(struct fotg210_udc *fotg210)
810 static void fotg210_ep0in(struct fotg210_udc *fotg210)
830 static void fotg210_clear_comabt_int(struct fotg210_udc *fotg210)
867 struct fotg210_udc *fotg210 = _fotg210;
995 static void fotg210_disable_unplug(struct fotg210_udc *fotg210)
1006 struct fotg210_udc *fotg210 = gadget_to_fotg210(g);
1021 static void fotg210_init(struct fotg210_udc *fotg210)
1051 struct fotg210_udc *fotg210 = gadget_to_fotg210(g);
1071 struct fotg210_udc *fotg210 = platform_get_drvdata(pdev);
1089 struct fotg210_udc *fotg210 = NULL;
1109 fotg210 = kzalloc(sizeof(struct fotg210_udc), GFP_KERNEL);