Home
last modified time | relevance | path

Searched refs:state_queue (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/phy/
Dphy.c650 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, HZ); in phy_start_machine()
667 cancel_delayed_work_sync(&phydev->state_queue); in phy_trigger_machine()
669 cancel_delayed_work(&phydev->state_queue); in phy_trigger_machine()
670 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, 0); in phy_trigger_machine()
683 cancel_delayed_work_sync(&phydev->state_queue); in phy_stop_machine()
936 container_of(dwork, struct phy_device, state_queue); in phy_state_machine()
1127 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, in phy_state_machine()
Dphy_device.c445 INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine); in phy_device_create()
1900 cancel_delayed_work_sync(&phydev->state_queue); in phy_remove()
/Linux-v4.19/net/bluetooth/hidp/
Dhidp.h143 wait_queue_head_t state_queue; member
Dcore.c926 init_waitqueue_head(&session->state_queue); in hidp_session_new()
1061 wait_event(session->state_queue, in hidp_session_start_sync()
1278 wake_up(&session->state_queue); in hidp_session_thread()
/Linux-v4.19/include/linux/
Dphy.h470 struct delayed_work state_queue; member