Home
last modified time | relevance | path

Searched defs:pfds (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h33 struct pollfd *pfds; member
/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c190 static int32_t AssignPfds(struct HdfDevListenerThread *thread, struct pollfd **pfds, uint16_t *pfdSize) in AssignPfds() argument
243 struct pollfd *pfds = NULL; in HdfDevEventListenTask() local
379 struct pollfd *pfds = thread->pfds; GetValidPfdIndexLocked() local
598 struct pollfd *pfds = thread->pfds; HdfListenThreadPollDel() local
[all...]
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if_liteos.c839 static int32_t Ep0Event(struct UsbFnEventAll * const event, struct FconfigPollFd * const pfds) in Ep0Event() argument
863 static int32_t EpEvent(struct UsbFnEventAll * const event, struct FconfigPollFd * const pfds) in EpEvent() argument
883 struct FconfigPollFd pfds[16] = {0}; in UsbFnAdapterPollEvent() local
[all...]
H A Dadapter_if.c1125 static void Ep0Event(struct UsbFnEventAll *event, struct pollfd *pfds) in Ep0Event() argument
1146 static void EpEvent(struct UsbFnEventAll *event, struct pollfd *pfds) in EpEvent() argument
1164 struct pollfd *pfds = NULL; in UsbFnAdapterPollEvent() local
[all...]

Completed in 6 milliseconds