Searched refs:notif_work (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ncm.c | 235 struct k_work_delayable notif_work; member 628 (void)k_work_reschedule(&data->notif_work, K_MSEC(1)); in ncm_handle_notifications() 805 struct k_work_delayable *notif_work = k_work_delayable_from_work(work); in send_notification_work() local 810 data = CONTAINER_OF(notif_work, struct cdc_ncm_eth_data, notif_work); in send_notification_work() 821 (void)k_work_reschedule(&data->notif_work, K_MSEC(100)); in send_notification_work() 846 (void)k_work_reschedule(&data->notif_work, K_MSEC(100)); in usbd_cdc_ncm_update() 1122 (void)k_work_reschedule(&data->notif_work, K_MSEC(1)); in cdc_ncm_iface_start() 1137 (void)k_work_reschedule(&data->notif_work, K_MSEC(1)); in cdc_ncm_iface_stop() 1163 k_work_init_delayable(&data->notif_work, send_notification_work); in usbd_cdc_ncm_preinit()
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 398 struct k_work_delayable notif_work; member 3868 sock = CONTAINER_OF(dwork, struct hl7800_socket, notif_work); in sock_notif_cb_work() 3876 k_work_reschedule_for_queue(&hl7800_workq, &sock->notif_work, in sock_notif_cb_work() 3945 k_work_reschedule_for_queue(&hl7800_workq, &sock->notif_work, MDM_SOCK_NOTIF_DELAY); in on_cmd_sock_notif() 4083 k_work_reschedule_for_queue(&hl7800_workq, &sock->notif_work, in sock_read() 6194 k_work_cancel_delayable(&sock->notif_work); in offload_put() 6346 k_work_init_delayable(&iface_ctx.sockets[i].notif_work, in hl7800_init()
|