Searched refs:chg_work (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy.c | 107 struct usb_phy *usb_phy = container_of(work, struct usb_phy, chg_work); in usb_phy_notify_charger_work() 158 schedule_work(&usb_phy->chg_work); in __usb_phy_get_charger_type() 228 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_current() 291 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_state() 323 INIT_WORK(&usb_phy->chg_work, usb_phy_notify_charger_work); in usb_charger_init()
|
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 185 struct delayed_work chg_work; member 510 cancel_delayed_work_sync(&rport->chg_work); in rockchip_usb2phy_exit() 560 schedule_delayed_work(&rport->chg_work, 0); in rockchip_usb2phy_otg_sm_work() 687 container_of(work, struct rockchip_usb2phy_port, chg_work.work); in rockchip_chg_detect_work() 773 schedule_delayed_work(&rport->chg_work, delay); in rockchip_chg_detect_work() 1007 INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); in rockchip_usb2phy_otg_port_init()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | phy.h | 113 struct work_struct chg_work; member
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
D | ci_hdrc_imx.c | 309 schedule_work(&ci->usb_phy->chg_work); in ci_hdrc_imx_notify_event()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 46813 * @chg_work: charge detect work. 46842 struct delayed_work chg_work; 47293 - cancel_delayed_work_sync(&rport->chg_work); 47577 schedule_delayed_work(&rport->chg_work, 0); 47721 container_of(work, struct rockchip_usb2phy_port, chg_work.work); 47827 schedule_delayed_work(&rport->chg_work, delay); 48128 - INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); 48441 + INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); 50997 + struct delayed_work chg_work; 51239 + schedule_delayed_work(&rk_phy->chg_work, 0); [all …]
|