Home
last modified time | relevance | path

Searched refs:state_work (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/phy/
H A Dphy.c1404 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1416 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1424 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1434 state_work = PHY_STATE_WORK_SUSPEND; in _phy_state_machine()
1438 if (state_work == PHY_STATE_WORK_ANEG) { in _phy_state_machine()
1444 return state_work; in _phy_state_machine()
1462 return state_work; in _phy_state_machine()
1467 enum phy_state_work state_work) in _phy_state_machine_post_work() argument
1482 enum phy_state_work state_work; in phy_state_machine() local
1485 state_work = _phy_state_machine(phydev); in phy_state_machine()
[all …]
/linux/drivers/thunderbolt/
H A Dxdomain.c709 queue_delayed_work(xd->tb->wq, &xd->state_work, in start_handshake()
723 cancel_delayed_work_sync(&xd->state_work); in stop_handshake()
781 queue_delayed_work(tb->wq, &xd->state_work, in tb_xdp_handle_request()
824 queue_delayed_work(tb->wq, &xd->state_work, in tb_xdp_handle_request()
1501 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_uuid()
1509 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_link_status()
1517 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_link_status2()
1532 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_bonding()
1540 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_bonding_uuid_low()
1548 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_properties()
[all …]
/linux/drivers/rpmsg/
H A Dqcom_smd.c144 struct work_struct state_work; member
675 schedule_work(&edge->state_work); in qcom_smd_edge_intr()
1042 schedule_work(&channel->edge->state_work); in qcom_smd_announce_create()
1261 schedule_work(&edge->state_work); in qcom_channel_scan_worker()
1277 state_work); in qcom_channel_state_worker()
1352 INIT_WORK(&edge->state_work, qcom_channel_state_worker); in qcom_smd_parse_edge()
1545 cancel_work_sync(&edge->state_work); in qcom_smd_unregister_edge()
/linux/drivers/platform/surface/
H A Dsurface_dtx.c159 struct delayed_work state_work; member
877 struct sdtx_device *ddev = container_of(work, struct sdtx_device, state_work.work); in sdtx_device_state_workfn()
937 schedule_delayed_work(&ddev->state_work, delay); in sdtx_update_device_state()
973 INIT_DELAYED_WORK(&ddev->state_work, sdtx_device_state_workfn); in sdtx_device_init()
1078 cancel_delayed_work_sync(&ddev->state_work); in sdtx_device_destroy()
/linux/include/linux/
H A Dmhi_ep.h150 struct work_struct state_work; member
H A Dthunderbolt.h263 struct delayed_work state_work; member
/linux/drivers/bus/mhi/ep/
H A Dmain.c880 struct mhi_ep_cntrl *mhi_cntrl = container_of(work, struct mhi_ep_cntrl, state_work); in mhi_ep_state_worker()
988 queue_work(mhi_cntrl->wq, &mhi_cntrl->state_work); in mhi_ep_process_ctrl_interrupt()
1505 INIT_WORK(&mhi_cntrl->state_work, mhi_ep_state_worker); in mhi_ep_register_controller()