Home
last modified time | relevance | path

Searched refs:otg_sm_work (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c151 struct delayed_work otg_sm_work; member
336 schedule_delayed_work(&phy->otg_sm_work, OTG_SCHEDULE_DELAY); in rk3288_usb_phy_init()
350 flush_delayed_work(&phy->otg_sm_work); in rk3288_usb_phy_exit()
457 otg_sm_work.work); in rk3288_usb_phy_otg_sm_work()
529 schedule_delayed_work(&rk_phy->otg_sm_work, OTG_SCHEDULE_DELAY); in rk3288_usb_phy_otg_sm_work()
672 rk3288_usb_phy_otg_sm_work(&rk_phy->otg_sm_work.work); in rk3288_chg_detect_work()
711 cancel_delayed_work_sync(&rk_phy->otg_sm_work); in rk3288_usb_phy_bvalid_irq()
712 rk3288_usb_phy_otg_sm_work(&rk_phy->otg_sm_work.work); in rk3288_usb_phy_bvalid_irq()
753 INIT_DELAYED_WORK(&rk_phy->otg_sm_work, in rk3288_usb_phy_probe_init()
H A Dphy-rockchip-naneng-usb2.c210 struct delayed_work otg_sm_work; member
558 schedule_delayed_work(&rport->otg_sm_work, OTG_SCHEDULE_DELAY); in rockchip_usb2phy_init()
925 otg_sm_work.work); in rockchip_usb2phy_otg_sm_work()
1114 cancel_delayed_work_sync(&rport->otg_sm_work); in otg_mode_store()
1115 schedule_delayed_work(&rport->otg_sm_work, OTG_SCHEDULE_DELAY); in otg_mode_store()
1161 cancel_delayed_work_sync(&rport->otg_sm_work); in rockchip_usb2phy_bvalid_irq()
1162 rockchip_usb2phy_otg_sm_work(&rport->otg_sm_work.work); in rockchip_usb2phy_bvalid_irq()
1355 INIT_DELAYED_WORK(&rport->otg_sm_work, rockchip_usb2phy_otg_sm_work); in rockchip_usb2phy_otg_port_init()
H A Dphy-rockchip-inno-usb2.c295 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()
[all …]