/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 150 * @param[in] events The list of Events. 159 const std::vector<uint8_t> &events, int result) = 0; 755 * @brief Get the supported events by remote device. 1073 * @brief Enables for receiving notifications asynchronously based on specific events occurring. 1077 * @param[in] events The event for which the requires notification. Refer to <b>AvrcEventId</b>. 1087 virtual int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events, uint8_t interval) = 0; 1090 * @brief Disables for receiving notifications asynchronously based on specific events occurring. 1094 * @param[in] events The event for which the requires notification. Refer to <b>AvrcEventId</b>. 1102 virtual int DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) = 0;
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_server_context.h | 78 int RegisterEpollEvent(int sockfd, int events) in RegisterEpollEvent() 81 event.events = events; in RegisterEpollEvent()
|
/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | module_template.h | 177 napi_value On(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, 180 napi_value Once(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, 183 napi_value Off(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events);
|
/kernel/linux/linux-5.10/arch/c6x/platforms/ |
H A D | megamod-pic.c | 98 u32 events; in megamod_irq_cascade() local 106 while ((events = soc_readl(&pic->regs->mevtflag[idx])) != 0) { in megamod_irq_cascade() 107 n = __ffs(events); in megamod_irq_cascade() 279 /* mask and clear all events in combiner */ in init_megamod_pic() 306 * Return -1 if no events active.
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll() argument 60 if (events & (EPOLLIN | EPOLLRDNORM)) { in spu_hw_mbox_stat_poll() 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | perf_event.c | 29 struct perf_event *events[MAX_HWEVENTS]; member 38 /* Number of perf_events counting hardware events */ 131 * If no events are currently in use, then we have to take a in __hw_perf_event_init() 192 * As there is no interrupt associated with the overflow events, in sh_perf_event_update() 225 cpuc->events[idx] = NULL; in sh_pmu_stop() 247 cpuc->events[idx] = event; in sh_pmu_start()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 302 extern int os_epoll_triggered(int index, int events); 305 extern int os_add_epoll_fd(int events, int fd, void *data); 306 extern int os_mod_epoll_fd(int events, int fd, void *data);
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll() argument 60 if (events & (EPOLLIN | EPOLLRDNORM)) { in spu_hw_mbox_stat_poll() 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | perf_event.c | 29 struct perf_event *events[MAX_HWEVENTS]; member 38 /* Number of perf_events counting hardware events */ 113 * If no events are currently in use, then we have to take a in __hw_perf_event_init() 174 * As there is no interrupt associated with the overflow events, in sh_perf_event_update() 207 cpuc->events[idx] = NULL; in sh_pmu_stop() 229 cpuc->events[idx] = event; in sh_pmu_start()
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 301 extern int os_epoll_triggered(int index, int events); 304 extern int os_add_epoll_fd(int events, int fd, void *data); 305 extern int os_mod_epoll_fd(int events, int fd, void *data);
|
/kernel/linux/linux-5.10/drivers/media/cec/platform/cros-ec/ |
H A D | cros-ec-cec.c | 28 * @notifier: Notifier info for responding to EC events 58 uint32_t events = cros_ec->event_data.data.cec_events; in handle_cec_event() local 60 if (events & EC_MKBP_CEC_SEND_OK) in handle_cec_event() 65 if (events & EC_MKBP_CEC_SEND_FAILED) in handle_cec_event() 298 /* Get CEC events from the EC. */ in cros_ec_cec_probe()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-sirfsoc.c | 242 unsigned long events = 0x0; in sirfsoc_rtc_irq_handler() local 270 events |= RTC_IRQF | RTC_AF; in sirfsoc_rtc_irq_handler() 271 rtc_update_irq(rtcdrv->rtc, 1, events); in sirfsoc_rtc_irq_handler()
|
H A D | rtc-vt8500.c | 83 unsigned long events = 0; in vt8500_rtc_irq() local 94 events |= RTC_AF | RTC_IRQF; in vt8500_rtc_irq() 96 rtc_update_irq(vt8500_rtc->rtc, 1, events); in vt8500_rtc_irq()
|
H A D | rtc-tx4939.c | 182 unsigned long events = RTC_IRQF; in tx4939_rtc_interrupt() local 186 events |= RTC_AF; in tx4939_rtc_interrupt() 190 rtc_update_irq(pdata->rtc, 1, events); in tx4939_rtc_interrupt()
|
H A D | rtc-lpc24xx.c | 168 unsigned long events = RTC_IRQF; in lpc24xx_rtc_interrupt() local 175 events |= RTC_AF; in lpc24xx_rtc_interrupt() 181 rtc_update_irq(rtc->rtc, 1, events); in lpc24xx_rtc_interrupt()
|
H A D | rtc-rc5t583.c | 173 unsigned long events = 0; in rc5t583_rtc_interrupt() local 182 events = RTC_IRQF | RTC_AF; in rc5t583_rtc_interrupt() 192 rtc_update_irq(rc5t583_rtc->rtc, 1, events); in rc5t583_rtc_interrupt()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-timer.c | 35 * Lots of different events are triggered from ehci->hrtimer. Whenever 36 * the timer routine runs, it checks each possible event; events that are 38 * The set of enabled events is stored as a collection of bitflags in 42 * Rather than implementing a sorted list or tree of all pending events, 47 * As a result, events might not get handled right away; the actual delay 49 * matter, because none of the events are especially time-critical. The 402 unsigned long events; in ehci_hrtimer_func() local 408 events = ehci->enabled_hrtimer_events; in ehci_hrtimer_func() 417 for_each_set_bit(e, &events, EHCI_HRTIMER_NUM_EVENTS) { in ehci_hrtimer_func()
|
/kernel/linux/linux-5.10/fs/ |
H A D | signalfd.c | 54 __poll_t events = 0; in signalfd_poll() local 62 events |= EPOLLIN; in signalfd_poll() 65 return events; in signalfd_poll()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | pciehp_ctrl.c | 225 void pciehp_handle_presence_or_link_change(struct controller *ctrl, u32 events) in pciehp_handle_presence_or_link_change() argument 241 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change() 244 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache-cache.h | 312 * Event list for fscache_object::{event_mask,events} 331 unsigned long events; member 359 unsigned long oob_event_mask; /* OOB events this object is interested in */ 360 unsigned long event_mask; /* events this object is interested in */ 361 unsigned long events; /* events to be processed by this object member 446 set_bit(FSCACHE_OBJECT_EV_ERROR, &object->events); in fscache_object_lookup_error()
|
/kernel/linux/linux-6.6/fs/ |
H A D | signalfd.c | 54 __poll_t events = 0; in signalfd_poll() local 62 events |= EPOLLIN; in signalfd_poll() 65 return events; in signalfd_poll()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-lpc24xx.c | 167 unsigned long events = RTC_IRQF; in lpc24xx_rtc_interrupt() local 174 events |= RTC_AF; in lpc24xx_rtc_interrupt() 180 rtc_update_irq(rtc->rtc, 1, events); in lpc24xx_rtc_interrupt()
|
H A D | rtc-rc5t583.c | 173 unsigned long events = 0; in rc5t583_rtc_interrupt() local 182 events = RTC_IRQF | RTC_AF; in rc5t583_rtc_interrupt() 192 rtc_update_irq(rc5t583_rtc->rtc, 1, events); in rc5t583_rtc_interrupt()
|
H A D | rtc-vt8500.c | 83 unsigned long events = 0; in vt8500_rtc_irq() local 94 events |= RTC_AF | RTC_IRQF; in vt8500_rtc_irq() 96 rtc_update_irq(vt8500_rtc->rtc, 1, events); in vt8500_rtc_irq()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-timer.c | 35 * Lots of different events are triggered from ehci->hrtimer. Whenever 36 * the timer routine runs, it checks each possible event; events that are 38 * The set of enabled events is stored as a collection of bitflags in 42 * Rather than implementing a sorted list or tree of all pending events, 47 * As a result, events might not get handled right away; the actual delay 49 * matter, because none of the events are especially time-critical. The 402 unsigned long events; in ehci_hrtimer_func() local 408 events = ehci->enabled_hrtimer_events; in ehci_hrtimer_func() 417 for_each_set_bit(e, &events, EHCI_HRTIMER_NUM_EVENTS) { in ehci_hrtimer_func()
|