Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_dev.c42 struct k_work_delayable notify_work; member
65 struct bt_micp_server *server = CONTAINER_OF(d_work, struct bt_micp_server, notify_work); in notify_work_handler()
114 err = k_work_reschedule(&micp_inst.notify_work, K_NO_WAIT); in write_mute()
220 k_work_init_delayable(&micp_inst.notify_work, notify_work_handler); in bt_micp_mic_dev_register()
Dvocs_internal.h98 struct k_work_delayable notify_work; member
Dvcp_vol_rend.c70 struct k_work_delayable notify_work; member
112 err = k_work_reschedule(&inst->notify_work, delay); in notify_work_reschedule()
118 k_ticks_to_ms_floor32(k_work_delayable_remaining_get(&inst->notify_work))); in notify_work_reschedule()
138 struct bt_vcp_vol_rend *inst = CONTAINER_OF(d_work, struct bt_vcp_vol_rend, notify_work); in notify_work_handler()
491 k_work_init_delayable(&vol_rend.notify_work, notify_work_handler); in bt_vcp_vol_rend_register()
Daics_internal.h125 struct k_work_delayable notify_work; member
Dvocs.c86 err = k_work_reschedule(&inst->notify_work, K_NO_WAIT); in notify_work_reschedule()
109 struct bt_vocs_server *inst = CONTAINER_OF(d_work, struct bt_vocs_server, notify_work); in notify_work_handler()
465 k_work_init_delayable(&inst->notify_work, notify_work_handler); in bt_vocs_register()
Dhas.c218 struct k_work_delayable notify_work; member
266 (void)k_work_cancel_delayable(&client->notify_work); in client_free()
306 k_work_init_delayable(&client->notify_work, notify_work_handler); in client_alloc()
351 if (k_work_delayable_remaining_get(&client->notify_work) > 0) { in notify_work_reschedule()
355 err = k_work_reschedule(&client->notify_work, delay); in notify_work_reschedule()
430 struct has_client *client = CONTAINER_OF(dwork, struct has_client, notify_work); in notify_work_handler()
Daics.c200 err = k_work_reschedule(&inst->srv.notify_work, K_NO_WAIT); in notify_work_reschedule()
223 struct bt_aics *inst = CONTAINER_OF(d_work, struct bt_aics, srv.notify_work); in notify_work_handler()
524 k_work_init_delayable(&aics->srv.notify_work, notify_work_handler); in bt_aics_register()
Dtbs.c101 struct k_work_delayable notify_work; member
421 err = k_work_schedule(&inst->notify_work, K_NO_WAIT); in set_value_changed_cb()
933 err = k_work_reschedule(&inst->notify_work, in notify_handler_cb()
945 CONTAINER_OF(k_work_delayable_from_work(work), struct tbs_inst, notify_work); in notify_work_handler()
1710 err = k_work_schedule(&inst->notify_work, K_NO_WAIT); in write_call_cp()
1961 k_work_init_delayable(&inst->notify_work, notify_work_handler); in tbs_inst_init_and_register()
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
Dicmsg_v1.c51 (void)k_work_cancel_delayable(&dev_data->notify_work); in mbox_deinit()
67 CONTAINER_OF(dwork, struct icmsg_data_t, notify_work); in notify_process()
245 k_work_init_delayable(&dev_data->notify_work, notify_process); in mbox_init()
299 ret = k_work_schedule_for_queue(workq, &dev_data->notify_work, K_NO_WAIT); in icmsg_open()
Dicmsg_v1.h87 struct k_work_delayable notify_work; member