Lines Matching refs:isp1760_udc
33 static inline struct isp1760_udc *gadget_to_udc(struct usb_gadget *gadget)
35 return container_of(gadget, struct isp1760_udc, gadget);
48 static inline u32 isp1760_udc_read(struct isp1760_udc *udc, u16 reg)
53 static inline void isp1760_udc_write(struct isp1760_udc *udc, u16 reg, u32 val)
62 static struct isp1760_ep *isp1760_udc_find_ep(struct isp1760_udc *udc,
104 struct isp1760_udc *udc = ep->udc;
127 struct isp1760_udc *udc = ep->udc;
152 struct isp1760_udc *udc = ep->udc;
179 struct isp1760_udc *udc = ep->udc;
245 struct isp1760_udc *udc = ep->udc;
280 struct isp1760_udc *udc = ep->udc;
320 struct isp1760_udc *udc = ep->udc;
400 struct isp1760_udc *udc = ep->udc;
450 static int isp1760_udc_get_status(struct isp1760_udc *udc,
494 static int isp1760_udc_set_address(struct isp1760_udc *udc, u16 addr)
520 static bool isp1760_ep0_setup_standard(struct isp1760_udc *udc,
642 static void isp1760_ep0_setup(struct isp1760_udc *udc)
711 struct isp1760_udc *udc = uep->udc;
771 struct isp1760_udc *udc = uep->udc;
830 struct isp1760_udc *udc = uep->udc;
912 struct isp1760_udc *udc = uep->udc;
935 struct isp1760_udc *udc = uep->udc;
1023 struct isp1760_udc *udc = uep->udc;
1057 static void isp1760_udc_connect(struct isp1760_udc *udc)
1064 static void isp1760_udc_disconnect(struct isp1760_udc *udc)
1083 static void isp1760_udc_init_hw(struct isp1760_udc *udc)
1109 static void isp1760_udc_reset(struct isp1760_udc *udc)
1129 static void isp1760_udc_suspend(struct isp1760_udc *udc)
1138 static void isp1760_udc_resume(struct isp1760_udc *udc)
1153 struct isp1760_udc *udc = gadget_to_udc(gadget);
1160 struct isp1760_udc *udc = gadget_to_udc(gadget);
1169 struct isp1760_udc *udc = gadget_to_udc(gadget);
1181 struct isp1760_udc *udc = gadget_to_udc(gadget);
1192 struct isp1760_udc *udc = gadget_to_udc(gadget);
1234 struct isp1760_udc *udc = gadget_to_udc(gadget);
1265 struct isp1760_udc *udc = dev;
1333 struct isp1760_udc *udc = from_timer(udc, t, vbus_timer);
1351 static void isp1760_udc_init_eps(struct isp1760_udc *udc)
1404 static int isp1760_udc_init(struct isp1760_udc *udc)
1443 struct isp1760_udc *udc = &isp->udc;
1496 struct isp1760_udc *udc = &isp->udc;