/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 450 nvkm_event_ntfy(&fifo->nonstall.event, 0, NVKM_FIFO_NONSTALL_EVENT); in nv04_fifo_intr()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-corsair.c | 743 .event = corsair_event,
|
H A D | hid-rmi.c | 772 .event = rmi_event,
|
/kernel/linux/linux-6.6/drivers/iio/common/scmi_sensors/ |
H A D | scmi_iio.c | 40 unsigned long event, void *data) in scmi_iio_sensor_update_cb() 39 scmi_iio_sensor_update_cb(struct notifier_block *nb, unsigned long event, void *data) scmi_iio_sensor_update_cb() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 487 ib_event.event = IB_EVENT_QP_FATAL; in usnic_ib_qp_grp_modify()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 498 ev.event = IB_EVENT_SQ_DRAINED; in comp_check_sq_drain_done()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-pca9532.c | 413 data->idev->event = pca9532_event; in pca9532_configure()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lkkbd.c | 636 input_dev->event = lkkbd_event; in lkkbd_connect()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | adau1761.c | 380 struct snd_kcontrol *kcontrol, int event) in adau1761_dejitter_fixup() 379 adau1761_dejitter_fixup(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) adau1761_dejitter_fixup() argument
|
H A D | wm8988.c | 242 struct snd_kcontrol *kcontrol, int event) in wm8988_lrc_control() 241 wm8988_lrc_control(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) wm8988_lrc_control() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | mmu_notifier.c | 266 .event = MMU_NOTIFY_RELEASE, in mn_itree_release() 981 * whenever an event that intersects with the given range occurs.
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-dtrace.c | 637 ipc3_dtrace_release(sdev, pm_state.event == SOF_DSP_PM_D0); in ipc3_dtrace_suspend()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cec.h | 167 __u32 event; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 656 int event; member
|
/kernel/linux/linux-6.6/samples/v4l/ |
H A D | v4l2-pci-skeleton.c | 27 #include <media/v4l2-event.h>
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cec.h | 167 __u32 event; member
|
/third_party/alsa-lib/include/ |
H A D | control.h | 212 /** CTL event container */ 255 /** Elements related event */ 425 int snd_ctl_read(snd_ctl_t *ctl, snd_ctl_event_t *event); 718 * \param mask event mask 728 * \param mask event mask
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 961 * Use for |AtomicsWaitCallback| to indicate the type of event it receives. 1005 * This will be called just before starting to wait with the |event| value 1021 * This callback may schedule exceptions, *unless* |event| is equal to 1024 using AtomicsWaitCallback = void (*)(AtomicsWaitEvent event, 1099 * termination event and resume execution capability, even if 1149 * Set the callback to invoke for logging event. 1264 * event based metrics. In order to use this interface 1377 * \param options options for the JIT code event handler. 1378 * \param event_handler the JIT code event handler, which will be invoked 1390 * new members. The \p event_handler function must ignore event code [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-isolate.h | 980 * Use for |AtomicsWaitCallback| to indicate the type of event it receives. 1024 * This will be called just before starting to wait with the |event| value 1040 * This callback may schedule exceptions, *unless* |event| is equal to 1043 using AtomicsWaitCallback = void (*)(AtomicsWaitEvent event, 1118 * termination event and resume execution capability, even if 1171 * Set the callback to invoke for logging event. 1286 * event based metrics. In order to use this interface 1395 * \param options options for the JIT code event handler. 1396 * \param event_handler the JIT code event handler, which will be invoked 1408 * new members. The \p event_handler function must ignore event code [all...] |
/third_party/node/deps/v8/src/tracing/ |
H A D | trace-event.h | 90 // Add a trace event to the platform tracing system. 105 // Add a trace event to the platform tracing system. 122 // Set the duration field of a COMPLETE trace event. 142 // Implementation detail: trace event macros create temporary variables 177 // event if the category is enabled. 190 // event if the category is enabled. Also adds the end event when the scope 225 // event if the category is enabled. 241 // Adds a trace event with a given timestamp. 254 // Adds a trace event wit [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.h | 672 unsigned event, unsigned event_flags,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.h | 658 DefineParameterlessType(Event, event);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.h | 658 DefineParameterlessType(Event, event);
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUDevice.cpp | 526 bool GPUDevice::dispatchEvent(Napi::Env, interop::Interface<interop::Event> event) { in dispatchEvent() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | types.h | 685 DefineParameterlessType(Event, event);
|