Lines Matching refs:musbotg_softc

84     __containerof(bus, struct musbotg_softc, sc_bus)
132 static void musbotg_interrupt_poll(struct musbotg_softc *);
133 static void musbotg_root_intr(struct musbotg_softc *);
134 static int musbotg_channel_alloc(struct musbotg_softc *, struct musbotg_td *td, uint8_t);
135 static void musbotg_channel_free(struct musbotg_softc *, struct musbotg_td *td);
136 static void musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on);
172 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc()
221 musbotg_channel_free(struct musbotg_softc *sc, struct musbotg_td *td) in musbotg_channel_free()
244 struct musbotg_softc *sc; in musbotg_get_hw_ep_profile()
260 musbotg_clocks_on(struct musbotg_softc *sc) in musbotg_clocks_on()
276 musbotg_clocks_off(struct musbotg_softc *sc) in musbotg_clocks_off()
291 musbotg_pull_common(struct musbotg_softc *sc, uint8_t on) in musbotg_pull_common()
305 musbotg_pull_up(struct musbotg_softc *sc) in musbotg_pull_up()
317 musbotg_pull_down(struct musbotg_softc *sc) in musbotg_pull_down()
328 musbotg_suspend_host(struct musbotg_softc *sc) in musbotg_suspend_host()
343 musbotg_wakeup_host(struct musbotg_softc *sc) in musbotg_wakeup_host()
368 musbotg_wakeup_peer(struct musbotg_softc *sc) in musbotg_wakeup_peer()
390 musbotg_set_address(struct musbotg_softc *sc, uint8_t addr) in musbotg_set_address()
400 struct musbotg_softc *sc; in musbotg_dev_ctrl_setup_rx()
527 struct musbotg_softc *sc; in musbotg_host_ctrl_setup_tx()
636 struct musbotg_softc *sc; in musbotg_dev_ctrl_data_rx()
777 struct musbotg_softc *sc; in musbotg_dev_ctrl_data_tx()
893 struct musbotg_softc *sc; in musbotg_host_ctrl_data_rx()
1071 struct musbotg_softc *sc; in musbotg_host_ctrl_data_tx()
1242 struct musbotg_softc *sc; in musbotg_dev_ctrl_status()
1278 struct musbotg_softc *sc; in musbotg_host_ctrl_status_rx()
1364 struct musbotg_softc *sc; in musbotg_host_ctrl_status_tx()
1431 struct musbotg_softc *sc; in musbotg_dev_data_rx()
1579 struct musbotg_softc *sc; in musbotg_dev_data_tx()
1706 struct musbotg_softc *sc; in musbotg_host_data_rx()
1928 struct musbotg_softc *sc; in musbotg_host_data_tx()
2169 musbotg_interrupt_poll(struct musbotg_softc *sc) in musbotg_interrupt_poll()
2183 musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on) in musbotg_vbus_interrupt()
2212 musbotg_connect_interrupt(struct musbotg_softc *sc) in musbotg_connect_interrupt()
2223 musbotg_interrupt(struct musbotg_softc *sc, in musbotg_interrupt()
2390 struct musbotg_softc *sc; in musbotg_setup_standard_chain()
2615 musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on) in musbotg_ep_int_set()
2678 musbotg_root_intr(struct musbotg_softc *sc) in musbotg_root_intr()
2807 struct musbotg_softc *sc; in musbotg_device_done()
2836 struct musbotg_softc *sc; in musbotg_set_stall()
2861 musbotg_clear_stall_sub(struct musbotg_softc *sc, uint16_t wMaxPacket, in musbotg_clear_stall_sub()
3012 struct musbotg_softc *sc; in musbotg_clear_stall()
3039 musbotg_init(struct musbotg_softc *sc) in musbotg_init()
3273 musbotg_uninit(struct musbotg_softc *sc) in musbotg_uninit()
3297 struct musbotg_softc *sc = MUSBOTG_BUS2SC(bus); in musbotg_do_poll()
3433 struct musbotg_softc *sc = MUSBOTG_BUS2SC(xfer->xroot->bus); in musbotg_device_isoc_enter()
3550 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus); in musbotg_roothub_exec()
4115 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus); in musbotg_get_dma_delay()
4127 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus); in musbotg_ep_init()
4158 struct musbotg_softc *sc = MUSBOTG_BUS2SC(bus); in musbotg_set_hw_power_sleep()