Home
last modified time | relevance | path

Searched refs:event (Results 3651 - 3675 of 9998) sorted by relevance

1...<<141142143144145146147148149150>>...400

/kernel/linux/linux-5.10/drivers/input/misc/
H A Drave-sp-pwrbutton.c27 const u8 event = rave_sp_action_unpack_event(action); in rave_sp_power_button_event() local
31 if (event == RAVE_SP_EVNT_BUTTON_PRESS) { in rave_sp_power_button_event()
/kernel/linux/linux-5.10/drivers/iio/
H A DMakefile7 industrialio-y := industrialio-core.o industrialio-event.o inkern.o
14 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Devent.c8 #include "event.h"
13 int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, in wl12xx_wait_for_event() argument
18 switch (event) { in wl12xx_wait_for_event()
28 /* event not implemented */ in wl12xx_wait_for_event()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3402_thermal.c23 static void int3402_notify(acpi_handle handle, u32 event, void *data) in int3402_notify() argument
30 switch (event) { in int3402_notify()
/kernel/linux/linux-5.10/net/openvswitch/
H A Ddp_notify.c59 static int dp_device_event(struct notifier_block *unused, unsigned long event, in dp_device_event() argument
72 if (event == NETDEV_UNREGISTER) { in dp_device_event()
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Ddriver.h60 void (*event) (struct mlx4_dev *dev, void *context, member
61 enum mlx4_dev_event event, unsigned long param);
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-event.h3 * v4l2-event.h
25 * struct v4l2_kevent - Internal kernel event struct.
28 * @event: The event itself.
29 * @ts: The timestamp of the event.
34 struct v4l2_event event; member
39 * struct v4l2_subscribed_event_ops - Subscribed event operations.
43 * @replace: Optional callback that can replace event 'old' with event 'new'.
44 * @merge: Optional callback that can merge event 'ol
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dpps_kernel.h29 int event, void *data); /* PPS echo function */
48 __u32 assert_sequence; /* PPS assert event seq # */
49 __u32 clear_sequence; /* PPS clear event seq # */
52 int current_mode; /* PPS mode at event time */
54 unsigned int last_ev; /* last PPS event id */
55 wait_queue_head_t queue; /* PPS event queue */
89 struct pps_event_time *ts, int event, void *data);
111 /* Subtract known time delay from PPS event time(s) */
H A Dblackbox.h33 /* fault event type */
56 char event[EVENT_MAX_LEN]; member
79 int bbox_notify_error(const char event[EVENT_MAX_LEN],
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dadau7002.c23 struct snd_kcontrol *kcontrol, int event) in adau7002_aif_event()
30 switch (event) { in adau7002_aif_event()
22 adau7002_aif_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) adau7002_aif_event() argument
H A Dsimple-amplifier.c19 struct snd_kcontrol *control, int event) in drv_event()
25 switch (event) { in drv_event()
33 WARN(1, "Unexpected event"); in drv_event()
18 drv_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *control, int event) drv_event() argument
H A Dssm2305.c20 struct snd_kcontrol *kctrl, int event) in ssm2305_power_event()
26 SND_SOC_DAPM_EVENT_ON(event)); in ssm2305_power_event()
19 ssm2305_power_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kctrl, int event) ssm2305_power_event() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.h32 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event,
38 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event,
/kernel/linux/linux-5.10/include/sound/
H A Dseq_kernel.h40 /* max size of event size */
71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
73 int snd_seq_dump_var_event(const struct snd_seq_event *event,
/kernel/linux/linux-5.10/kernel/
H A Dcpu_pm.c29 static int cpu_pm_notify(enum cpu_pm_event event) in cpu_pm_notify() argument
40 ret = raw_notifier_call_chain(&cpu_pm_notifier.chain, event, NULL); in cpu_pm_notify()
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Dcdma.h54 CDMA_EVENT_NONE, /* not waiting for any event */
61 struct completion complete; /* signalled when event occurs */
62 enum cdma_event event; /* event that complete is waiting for */ member
89 enum cdma_event event);
/kernel/linux/linux-6.6/include/linux/
H A Dblackbox.h33 /* fault event type */
56 char event[EVENT_MAX_LEN]; member
79 int bbox_notify_error(const char event[EVENT_MAX_LEN],
H A Dpps_kernel.h29 int event, void *data); /* PPS echo function */
48 __u32 assert_sequence; /* PPS assert event seq # */
49 __u32 clear_sequence; /* PPS clear event seq # */
52 int current_mode; /* PPS mode at event time */
54 unsigned int last_ev; /* last PPS event id */
55 wait_queue_head_t queue; /* PPS event queue */
89 struct pps_event_time *ts, int event, void *data);
111 /* Subtract known time delay from PPS event time(s) */
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-event.h3 * v4l2-event.h
25 * struct v4l2_kevent - Internal kernel event struct.
28 * @event: The event itself.
29 * @ts: The timestamp of the event.
34 struct v4l2_event event; member
39 * struct v4l2_subscribed_event_ops - Subscribed event operations.
43 * @replace: Optional callback that can replace event 'old' with event 'new'.
44 * @merge: Optional callback that can merge event 'ol
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint3402_thermal.c23 static void int3402_notify(acpi_handle handle, u32 event, void *data) in int3402_notify() argument
30 switch (event) { in int3402_notify()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Defibc.c36 unsigned long event, void *data) in efibc_reboot_notifier_call()
38 efi_char16_t *reason = event == SYS_RESTART ? L"reboot" in efibc_reboot_notifier_call()
35 efibc_reboot_notifier_call(struct notifier_block *notifier, unsigned long event, void *data) efibc_reboot_notifier_call() argument
/kernel/linux/linux-6.6/kernel/
H A Dcpu_pm.c29 static int cpu_pm_notify(enum cpu_pm_event event) in cpu_pm_notify() argument
34 ret = raw_notifier_call_chain(&cpu_pm_notifier.chain, event, NULL); in cpu_pm_notify()
/kernel/linux/linux-6.6/kernel/gcov/
H A Dbase.c29 * gcov_enable_events - enable event reporting through gcov_event()
43 /* Perform event callback for previously registered entries. */ in gcov_enable_events()
103 static int gcov_module_notifier(struct notifier_block *nb, unsigned long event, in gcov_module_notifier() argument
110 if (event != MODULE_STATE_GOING) in gcov_module_notifier()
/kernel/linux/linux-6.6/drivers/devfreq/
H A Dgovernor_simpleondemand.c88 unsigned int event, void *data) in devfreq_simple_ondemand_handler()
90 switch (event) { in devfreq_simple_ondemand_handler()
87 devfreq_simple_ondemand_handler(struct devfreq *devfreq, unsigned int event, void *data) devfreq_simple_ondemand_handler() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h34 * When counter reads update this, a new neighbour event is sent to
101 int efx_tc_netevent_event(struct efx_nic *efx, unsigned long event,
107 unsigned long event, void *ptr) in efx_tc_netevent_event()
106 efx_tc_netevent_event(struct efx_nic *efx, unsigned long event, void *ptr) efx_tc_netevent_event() argument

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...400