Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
Dphy.c1400 enum phy_state_work state_work = PHY_STATE_WORK_NONE; in _phy_state_machine() local
1412 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1424 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1432 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1442 state_work = PHY_STATE_WORK_SUSPEND; in _phy_state_machine()
1446 if (state_work == PHY_STATE_WORK_ANEG) { in _phy_state_machine()
1452 return state_work; in _phy_state_machine()
1470 return state_work; in _phy_state_machine()
1475 enum phy_state_work state_work) in _phy_state_machine_post_work() argument
1477 if (state_work == PHY_STATE_WORK_SUSPEND) in _phy_state_machine_post_work()
[all …]
/linux-6.12.1/drivers/thunderbolt/
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-6.12.1/drivers/rpmsg/
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-6.12.1/drivers/platform/surface/
Dsurface_dtx.c159 struct delayed_work state_work; member
876 struct sdtx_device *ddev = container_of(work, struct sdtx_device, state_work.work); in sdtx_device_state_workfn()
936 schedule_delayed_work(&ddev->state_work, delay); in sdtx_update_device_state()
972 INIT_DELAYED_WORK(&ddev->state_work, sdtx_device_state_workfn); in sdtx_device_init()
1077 cancel_delayed_work_sync(&ddev->state_work); in sdtx_device_destroy()
/linux-6.12.1/include/linux/
Dmhi_ep.h150 struct work_struct state_work; member
Dthunderbolt.h263 struct delayed_work state_work; member
/linux-6.12.1/drivers/bus/mhi/ep/
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()