Lines Matching refs:fotg210_udc
28 static const char udc_name[] = "fotg210_udc";
32 static void fotg210_ack_int(struct fotg210_udc *fotg210, u32 offset, u32 mask)
62 static void fotg210_set_cxdone(struct fotg210_udc *fotg210)
96 struct fotg210_udc *fotg210 = ep->fotg210;
123 struct fotg210_udc *fotg210 = ep->fotg210;
133 struct fotg210_udc *fotg210 = ep->fotg210;
144 struct fotg210_udc *fotg210 = ep->fotg210;
157 struct fotg210_udc *fotg210 = ep->fotg210;
185 static void fotg210_reset_tseq(struct fotg210_udc *fotg210, u8 epnum)
269 struct fotg210_udc *fotg210 = ep->fotg210;
457 struct fotg210_udc *fotg210 = ep->fotg210;
478 struct fotg210_udc *fotg210 = ep->fotg210;
493 struct fotg210_udc *fotg210;
549 static void fotg210_clear_tx0byte(struct fotg210_udc *fotg210)
558 static void fotg210_clear_rx0byte(struct fotg210_udc *fotg210)
568 static void fotg210_rdsetupp(struct fotg210_udc *fotg210,
610 static void fotg210_set_configuration(struct fotg210_udc *fotg210)
618 static void fotg210_set_dev_addr(struct fotg210_udc *fotg210, u32 addr)
626 static void fotg210_set_cxstall(struct fotg210_udc *fotg210)
634 static void fotg210_request_error(struct fotg210_udc *fotg210)
640 static void fotg210_set_address(struct fotg210_udc *fotg210,
651 static void fotg210_set_feature(struct fotg210_udc *fotg210,
677 static void fotg210_clear_feature(struct fotg210_udc *fotg210,
709 struct fotg210_udc *fotg210 = ep->fotg210;
724 struct fotg210_udc *fotg210;
734 static void fotg210_get_status(struct fotg210_udc *fotg210,
769 static int fotg210_setup_packet(struct fotg210_udc *fotg210,
815 static void fotg210_ep0out(struct fotg210_udc *fotg210)
835 static void fotg210_ep0in(struct fotg210_udc *fotg210)
884 struct fotg210_udc *fotg210 = _fotg210;
997 static void fotg210_disable_unplug(struct fotg210_udc *fotg210)
1008 struct fotg210_udc *fotg210 = gadget_to_fotg210(g);
1039 static void fotg210_init(struct fotg210_udc *fotg210)
1078 struct fotg210_udc *fotg210 = gadget_to_fotg210(g);
1104 struct fotg210_udc *fotg210 = gadget_to_fotg210(g);
1153 struct fotg210_udc *fotg210 = platform_get_drvdata(pdev);
1175 struct fotg210_udc *fotg210 = NULL;
1186 fotg210 = kzalloc(sizeof(struct fotg210_udc), GFP_KERNEL);