Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c188 struct k_work ep_bound_work; /* Work item for bounding processing. */ member
719 k_work_submit_to_queue(&ep_bound_work_q, &dev_data->ep_bound_work); in schedule_ept_bound_process()
734 ep_bound_work); in ept_bound_process()
1274 k_work_init(&dev_data->ep_bound_work, ept_bound_process); in backend_init()