Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_poll.c225 se.sigev_notify_function = poll_idle_timeout; in poll_timer_flush()
Dupio.c395 se.sigev_notify_function = proc_btwrite_timeout; in upio_set_lpm_mode()
Drtk_btservice.c116 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
Dhardware_usb.c67 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
Dhci_h5.c1911 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
Drtk_parse.c349 sigev.sigev_notify_function = notify_func; in OsAllocateTimer()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dtime.c142 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsignal.h195 void (*sigev_notify_function)(union sigval); member
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dupio.c392 se.sigev_notify_function = proc_btwrite_timeout; in upio_set()
Dhardware.c538 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dhardware.c533 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
/device/soc/esp/esp32/components/pthread/
Dpthread.c1399 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create()