Searched refs:dwc_otg_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 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; in dwc_otg_get_hw_ep_profile() 170 dwc_otg_write_fifo(struct dwc_otg_softc *sc, struct usb_page_cache *pc, in dwc_otg_write_fifo() 220 dwc_otg_read_fifo(struct dwc_otg_softc *sc, struct usb_page_cache *pc, in dwc_otg_read_fifo() 274 dwc_otg_tx_fifo_reset(struct dwc_otg_softc *sc, uint32_t value) in dwc_otg_tx_fifo_reset() 290 dwc_otg_init_fifo(struct dwc_otg_softc *sc, uint8_t mode) in dwc_otg_init_fifo() 465 dwc_otg_update_host_frame_interval(struct dwc_otg_softc *sc) in dwc_otg_update_host_frame_interval() 502 dwc_otg_clocks_on(struct dwc_otg_softc *s [all...] |
H A D | dwc_otg.h | 52 struct dwc_otg_softc; 54 typedef uint8_t (dwc_otg_cmd_t)(struct dwc_otg_softc *sc, struct dwc_otg_td *td); 162 struct dwc_otg_softc { struct 223 int dwc_otg_init(struct dwc_otg_softc *); argument 224 void dwc_otg_uninit(struct dwc_otg_softc *);
|
H A D | dwc_otg_acpi.c | 88 struct dwc_otg_softc *sc = device_get_softc(dev); in dwc_otg_attach() 128 struct dwc_otg_softc *sc = device_get_softc(dev); in dwc_otg_detach() 178 .size = sizeof(struct dwc_otg_softc),
|
H A D | dwc_otg_fdt.h | 30 struct dwc_otg_softc sc_otg; /* must be first */
|