Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c189 static int32_t AssignPfds(struct HdfDevListenerThread *thread, struct pollfd **pfds, uint16_t *pfdS… in AssignPfds()
242 struct pollfd *pfds = NULL; in HdfDevEventListenTask() local
374 struct pollfd *pfds = thread->pfds; in GetValidPfdIndexLocked() local
589 struct pollfd *pfds = thread->pfds; in HdfListenThreadPollDel() local
/drivers/hdf_core/framework/core/adapter/syscall/include/
Dhdf_syscall_adapter.h33 struct pollfd *pfds; member
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if_liteos.c827 static int32_t Ep0Event(struct UsbFnEventAll * const event, struct FconfigPollFd * const pfds) in Ep0Event()
851 static int32_t EpEvent(struct UsbFnEventAll * const event, struct FconfigPollFd * const pfds) in EpEvent()
871 struct FconfigPollFd pfds[16] = {0}; in UsbFnAdapterPollEvent() local
Dadapter_if.c1119 static void Ep0Event(struct UsbFnEventAll *event, struct pollfd *pfds) in Ep0Event()
1140 static void EpEvent(struct UsbFnEventAll *event, struct pollfd *pfds) in EpEvent()
1158 struct pollfd *pfds = NULL; in UsbFnAdapterPollEvent() local