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

/linux-master/net/bluetooth/hidp/
H A Dhidp.h143 wait_queue_head_t state_queue; member in struct:hidp_session
H A Dcore.c930 init_waitqueue_head(&session->state_queue);
1065 wait_event(session->state_queue,
1285 wake_up(&session->state_queue);
/linux-master/drivers/net/phy/
H A Dphy.c520 mod_delayed_work(system_power_efficient_wq, &phydev->state_queue,
1240 cancel_delayed_work_sync(&phydev->state_queue);
1481 container_of(dwork, struct phy_device, state_queue);
H A Dphy_device.c694 INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine);
3572 cancel_delayed_work_sync(&phydev->state_queue);
/linux-master/include/linux/
H A Dphy.h632 * @state_queue: Work queue for state machine
751 struct delayed_work state_queue; member in struct:phy_device

Completed in 634 milliseconds