Searched refs:chg_work (Results 1 – 3 of 3) sorted by relevance
99 struct usb_phy *usb_phy = container_of(work, struct usb_phy, chg_work); in usb_phy_notify_charger_work()147 schedule_work(&usb_phy->chg_work); in __usb_phy_get_charger_type()217 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_current()280 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_state()312 INIT_WORK(&usb_phy->chg_work, usb_phy_notify_charger_work); in usb_charger_init()
196 struct delayed_work chg_work; member520 cancel_delayed_work_sync(&rport->chg_work); in rockchip_usb2phy_exit()574 schedule_delayed_work(&rport->chg_work, 0); in rockchip_usb2phy_otg_sm_work()701 container_of(work, struct rockchip_usb2phy_port, chg_work.work); in rockchip_chg_detect_work()787 schedule_delayed_work(&rport->chg_work, delay); in rockchip_chg_detect_work()1021 INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); in rockchip_usb2phy_otg_port_init()
113 struct work_struct chg_work; member