Lines Matching refs:dwc_otg_softc

92     __containerof(bus, struct dwc_otg_softc, sc_bus)
140 static void dwc_otg_root_intr(struct dwc_otg_softc *);
141 static void dwc_otg_interrupt_poll_locked(struct dwc_otg_softc *);
159 struct dwc_otg_softc *sc;
170 dwc_otg_write_fifo(struct dwc_otg_softc *sc, struct usb_page_cache *pc,
220 dwc_otg_read_fifo(struct dwc_otg_softc *sc, struct usb_page_cache *pc,
274 dwc_otg_tx_fifo_reset(struct dwc_otg_softc *sc, uint32_t value)
290 dwc_otg_init_fifo(struct dwc_otg_softc *sc, uint8_t mode)
465 dwc_otg_update_host_frame_interval(struct dwc_otg_softc *sc)
502 dwc_otg_clocks_on(struct dwc_otg_softc *sc)
515 dwc_otg_clocks_off(struct dwc_otg_softc *sc)
527 dwc_otg_pull_up(struct dwc_otg_softc *sc)
544 dwc_otg_pull_down(struct dwc_otg_softc *sc)
560 dwc_otg_enable_sof_irq(struct dwc_otg_softc *sc)
575 dwc_otg_resume_irq(struct dwc_otg_softc *sc)
598 dwc_otg_suspend_irq(struct dwc_otg_softc *sc)
621 dwc_otg_wakeup_peer(struct dwc_otg_softc *sc)
668 dwc_otg_set_address(struct dwc_otg_softc *sc, uint8_t addr)
681 dwc_otg_common_rx_ack(struct dwc_otg_softc *sc)
702 dwc_otg_clear_hcint(struct dwc_otg_softc *sc, uint8_t x)
715 dwc_otg_host_check_tx_fifo_empty(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
749 dwc_otg_host_channel_alloc(struct dwc_otg_softc *sc,
814 dwc_otg_host_channel_free_sub(struct dwc_otg_softc *sc, struct dwc_otg_td *td, uint8_t index)
860 dwc_otg_host_channel_free(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
868 dwc_otg_host_dump_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
884 dwc_otg_host_setup_tx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1094 dwc_otg_setup_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1196 dwc_otg_host_rate_check_interrupt(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1215 dwc_otg_host_rate_check(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1253 dwc_otg_host_data_rx_sub(struct dwc_otg_softc *sc, struct dwc_otg_td *td,
1351 dwc_otg_host_data_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1661 dwc_otg_data_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
1789 dwc_otg_host_data_tx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
2127 dwc_otg_data_tx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
2316 dwc_otg_data_tx_sync(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
2358 dwc_otg_xfer_do_fifo(struct dwc_otg_softc *sc, struct usb_xfer *xfer)
2411 dwc_otg_xfer_do_complete_locked(struct dwc_otg_softc *sc, struct usb_xfer *xfer)
2429 struct dwc_otg_softc *sc = _sc;
2454 dwc_otg_timer_start(struct dwc_otg_softc *sc)
2468 dwc_otg_timer_stop(struct dwc_otg_softc *sc)
2488 dwc_otg_update_host_transfer_schedule_locked(struct dwc_otg_softc *sc)
2677 dwc_otg_interrupt_poll_locked(struct dwc_otg_softc *sc)
2805 dwc_otg_interrupt_complete_locked(struct dwc_otg_softc *sc)
2817 dwc_otg_vbus_interrupt(struct dwc_otg_softc *sc, uint8_t is_on)
2851 struct dwc_otg_softc *sc = arg;
2904 struct dwc_otg_softc *sc = arg;
3309 struct dwc_otg_softc *sc;
3442 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(xfer->xroot->bus);
3491 dwc_otg_root_intr(struct dwc_otg_softc *sc)
3620 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(xfer->xroot->bus);
3652 struct dwc_otg_softc *sc;
3704 dwc_otg_clear_stall_sub_locked(struct dwc_otg_softc *sc, uint32_t mps,
3769 struct dwc_otg_softc *sc;
3802 struct dwc_otg_softc *sc;
3835 dwc_otg_init(struct dwc_otg_softc *sc)
4074 dwc_otg_uninit(struct dwc_otg_softc *sc)
4105 dwc_otg_suspend(struct dwc_otg_softc *sc)
4111 dwc_otg_resume(struct dwc_otg_softc *sc)
4119 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(bus);
4188 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(xfer->xroot->bus);
4305 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(udev->bus);
4881 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(udev->bus);
4915 struct dwc_otg_softc *sc = DWC_OTG_BUS2SC(bus);