Lines Matching refs:fotg210_chip

29 struct fotg210_chip;
39 struct fotg210_chip *chip;
49 struct fotg210_chip { struct
67 static inline int fifo_to_ep(struct fotg210_chip *chip, int id, int in) in fifo_to_ep() argument
72 static inline int ep_to_fifo(struct fotg210_chip *chip, int id) in ep_to_fifo()
77 static inline int ep_reset(struct fotg210_chip *chip, uint8_t ep_addr) in ep_reset()
101 static int fotg210_reset(struct fotg210_chip *chip) in fotg210_reset()
190 static inline int fotg210_cxwait(struct fotg210_chip *chip, uint32_t mask) in fotg210_cxwait()
211 struct fotg210_chip *chip = ep->chip; in fotg210_dma()
319 static void fotg210_setup(struct fotg210_chip *chip) in fotg210_setup()
467 static void fotg210_recv(struct fotg210_chip *chip, int ep_id) in fotg210_recv()
505 struct fotg210_chip *chip = ep->chip; in fotg210_ep_enable()
549 struct fotg210_chip *chip = ep->chip; in fotg210_ep_disable()
587 struct fotg210_chip *chip = ep->chip; in fotg210_ep_queue()
672 struct fotg210_chip *chip = ep->chip; in fotg210_ep_halt()
709 static void pullup(struct fotg210_chip *chip, int is_on) in pullup()
736 struct fotg210_chip *chip; in fotg210_pullup()
738 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_pullup()
749 struct fotg210_chip *chip; in fotg210_get_frame()
752 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_get_frame()
773 static struct fotg210_chip controller = {
837 struct fotg210_chip *chip = &controller; in usb_gadget_handle_interrupts()
915 struct fotg210_chip *chip = &controller; in usb_gadget_register_driver()
954 struct fotg210_chip *chip = &controller; in usb_gadget_unregister_driver()