Searched defs:epi (Results 1 – 3 of 3) sorted by relevance
255 struct epitem *epi; member338 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked()412 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id()455 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id()551 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi) in ep_poll_safewake()589 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi) in ep_poll_safewake()618 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()633 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source()639 static inline void ep_pm_stay_awake(struct epitem *epi) in ep_pm_stay_awake()647 static inline bool ep_has_wakeup_source(struct epitem *epi) in ep_has_wakeup_source()[all …]
39 struct gr_epregs epi[GR_MAXEP]; /* 0x100 - 0x1fc */ member189 struct gr_ep epi[GR_MAXEP]; member
77 int ret, i, epi, flags = 0; in m920x_init() local