Searched refs:notify_work (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | micp_mic_dev.c | 42 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()
|
D | vocs_internal.h | 98 struct k_work_delayable notify_work; member
|
D | vcp_vol_rend.c | 70 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()
|
D | aics_internal.h | 125 struct k_work_delayable notify_work; member
|
D | vocs.c | 86 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()
|
D | has.c | 219 struct k_work_delayable notify_work; member 267 (void)k_work_cancel_delayable(&client->notify_work); in client_free() 307 k_work_init_delayable(&client->notify_work, notify_work_handler); in client_alloc() 352 if (k_work_delayable_remaining_get(&client->notify_work) > 0) { in notify_work_reschedule() 356 err = k_work_reschedule(&client->notify_work, delay); in notify_work_reschedule() 431 struct has_client *client = CONTAINER_OF(dwork, struct has_client, notify_work); in notify_work_handler()
|
D | aics.c | 200 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()
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | icmsg.c | 51 (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() 304 ret = k_work_schedule_for_queue(workq, &dev_data->notify_work, K_NO_WAIT); in icmsg_open()
|
/Zephyr-latest/include/zephyr/ipc/ |
D | icmsg.h | 55 struct k_work_delayable notify_work; member
|