Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bluetooth/hidp/
A Dhidp.h143 wait_queue_head_t state_queue; member
A Dcore.c930 init_waitqueue_head(&session->state_queue); in hidp_session_new()
1065 wait_event(session->state_queue, in hidp_session_start_sync()
1285 wake_up(&session->state_queue); in hidp_session_thread()
/linux-6.3-rc2/drivers/net/phy/
A Dphy.c453 mod_delayed_work(system_power_efficient_wq, &phydev->state_queue, in phy_queue_state_machine()
1164 cancel_delayed_work_sync(&phydev->state_queue); in phy_stop_machine()
1325 phy_state_machine(&phydev->state_queue.work); in phy_stop()
1377 container_of(dwork, struct phy_device, state_queue); in phy_state_machine()
A Dphy_device.c679 INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine); in phy_device_create()
3200 cancel_delayed_work_sync(&phydev->state_queue); in phy_remove()
/linux-6.3-rc2/include/linux/
A Dphy.h723 struct delayed_work state_queue; member

Completed in 25 milliseconds