Searched refs:state_queue (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/phy/ |
D | phy.c | 496 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, HZ); in phy_start_machine() 509 cancel_delayed_work_sync(&phydev->state_queue); in phy_stop_machine() 686 cancel_delayed_work_sync(&phydev->state_queue); in phy_change() 687 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, 0); in phy_change() 785 container_of(dwork, struct phy_device, state_queue); in phy_state_machine() 955 queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, in phy_state_machine()
|
D | phy_device.c | 187 INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine); in phy_device_create()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | hidp.h | 143 wait_queue_head_t state_queue; member
|
D | core.c | 924 init_waitqueue_head(&session->state_queue); in hidp_session_new() 1059 wait_event(session->state_queue, in hidp_session_start_sync() 1266 wake_up(&session->state_queue); in hidp_session_thread()
|
/linux-4.1.27/include/linux/ |
D | phy.h | 417 struct delayed_work state_queue; member
|