state_queue 496 drivers/net/phy/phy.c mod_delayed_work(system_power_efficient_wq, &phydev->state_queue, state_queue 697 drivers/net/phy/phy.c cancel_delayed_work_sync(&phydev->state_queue); state_queue 849 drivers/net/phy/phy.c phy_state_machine(&phydev->state_queue.work); state_queue 898 drivers/net/phy/phy.c container_of(dwork, struct phy_device, state_queue); state_queue 623 drivers/net/phy/phy_device.c INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine); state_queue 2284 drivers/net/phy/phy_device.c cancel_delayed_work_sync(&phydev->state_queue); state_queue 433 include/linux/phy.h struct delayed_work state_queue; state_queue 931 net/bluetooth/hidp/core.c init_waitqueue_head(&session->state_queue); state_queue 1066 net/bluetooth/hidp/core.c wait_event(session->state_queue, state_queue 1286 net/bluetooth/hidp/core.c wake_up(&session->state_queue); state_queue 143 net/bluetooth/hidp/hidp.h wait_queue_head_t state_queue;