Lines Matching refs:otg_sm_work
295 struct delayed_work otg_sm_work; member
828 schedule_delayed_work(&rport->otg_sm_work, in rockchip_usb2phy_init()
965 rport->otg_sm_work.work.func) in rockchip_usb2phy_exit()
966 flush_delayed_work(&rport->otg_sm_work); in rockchip_usb2phy_exit()
1205 otg_sm_work.work); in rockchip_usb2phy_otg_sm_work()
1367 schedule_delayed_work(&rport->otg_sm_work, delay); in rockchip_usb2phy_otg_sm_work()
1546 rockchip_usb2phy_otg_sm_work(&rport->otg_sm_work.work); in rockchip_chg_detect_work()
1746 if (rport->otg_sm_work.work.func) { in rockchip_usb2phy_bvalid_irq()
1747 cancel_delayed_work_sync(&rport->otg_sm_work); in rockchip_usb2phy_bvalid_irq()
1748 rockchip_usb2phy_otg_sm_work(&rport->otg_sm_work.work); in rockchip_usb2phy_bvalid_irq()
2088 schedule_delayed_work(&rport->otg_sm_work, OTG_SCHEDULE_DELAY); in rockchip_otg_event()
2224 INIT_DELAYED_WORK(&rport->otg_sm_work, rockchip_usb2phy_otg_sm_work); in rockchip_usb2phy_otg_port_init()
3141 schedule_delayed_work(&rport->otg_sm_work, in rockchip_usb2phy_pm_resume()