Home
last modified time | relevance | path

Searched refs:events (Results 626 - 650 of 2910) sorted by relevance

1...<<21222324252627282930>>...117

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h150 * @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 Dlocal_socket_server_context.h78 int RegisterEpollEvent(int sockfd, int events) in RegisterEpollEvent()
81 event.events = events; in RegisterEpollEvent()
/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dmodule_template.h177 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 Dmegamod-pic.c98 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 Dhw_ops.c46 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 Dperf_event.c29 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 Dos.h302 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 Dhw_ops.c46 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 Dperf_event.c29 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 Dos.h301 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 Dcros-ec-cec.c28 * @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 Drtc-sirfsoc.c242 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 Drtc-vt8500.c83 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 Drtc-tx4939.c182 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 Drtc-lpc24xx.c168 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 Drtc-rc5t583.c173 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 Dehci-timer.c35 * 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 Dsignalfd.c54 __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 Dpciehp_ctrl.c225 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 Dfscache-cache.h312 * 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 Dsignalfd.c54 __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 Drtc-lpc24xx.c167 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 Drtc-rc5t583.c173 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 Drtc-vt8500.c83 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 Dehci-timer.c35 * 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()

Completed in 18 milliseconds

1...<<21222324252627282930>>...117