Searched refs:chg_work (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A 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-6.6/drivers/usb/phy/ |
H A D | phy.c | 125 struct usb_phy *usb_phy = container_of(work, struct usb_phy, chg_work); in usb_phy_notify_charger_work() 196 schedule_work(&usb_phy->chg_work); in __usb_phy_get_charger_type() 266 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_current() 329 schedule_work(&usb_phy->chg_work); in usb_phy_set_charger_state() 361 INIT_WORK(&usb_phy->chg_work, usb_phy_notify_charger_work); in usb_charger_init()
|
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-usb2.c | 168 * @chg_work: charge detect work. 185 struct delayed_work chg_work; member 512 cancel_delayed_work_sync(&rport->chg_work); in rockchip_usb2phy_exit() 562 schedule_delayed_work(&rport->chg_work, 0); in rockchip_usb2phy_otg_sm_work() 689 container_of(work, struct rockchip_usb2phy_port, chg_work.work); in rockchip_chg_detect_work() 775 schedule_delayed_work(&rport->chg_work, delay); in rockchip_chg_detect_work() 1009 INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); in rockchip_usb2phy_otg_port_init()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | phy.h | 113 struct work_struct chg_work; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | phy.h | 113 struct work_struct chg_work; member
|
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-usb2.c | 195 * @chg_work: charge detect work. 214 struct delayed_work chg_work; member 612 cancel_delayed_work_sync(&rport->chg_work); in rockchip_usb2phy_exit() 662 schedule_delayed_work(&rport->chg_work, 0); in rockchip_usb2phy_otg_sm_work() 789 container_of(work, struct rockchip_usb2phy_port, chg_work.work); in rockchip_chg_detect_work() 874 schedule_delayed_work(&rport->chg_work, delay); in rockchip_chg_detect_work() 1270 INIT_DELAYED_WORK(&rport->chg_work, rockchip_chg_detect_work); in rockchip_usb2phy_otg_port_init()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | ci_hdrc_imx.c | 316 schedule_work(&ci->usb_phy->chg_work); in ci_hdrc_imx_notify_event()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | ci_hdrc_imx.c | 322 schedule_work(&ci->usb_phy->chg_work); in ci_hdrc_imx_notify_event()
|
Completed in 10 milliseconds