Searched refs:event (Results 276 - 300 of 1016) sorted by relevance

<<11121314151617181920>>

/drivers/mfd/
H A Dabx500-core.c130 int abx500_event_registers_startup_state_get(struct device *dev, u8 *event) argument
136 return ops->event_registers_startup_state_get(dev, event);
/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c128 if (dev_ctx->intf->event)
129 dev_ctx->intf->event(dev, dev_ctx->context, type, param);
/drivers/net/fddi/skfp/h/
H A Dcmtdef.h162 * event classes
164 #define EVENT_ECM 1 /* event class ECM */
165 #define EVENT_CFM 2 /* event class CFM */
166 #define EVENT_RMT 3 /* event class RMT */
167 #define EVENT_SMT 4 /* event class SMT */
168 #define EVENT_PCM 5 /* event class PCM */
169 #define EVENT_PCMA 5 /* event class PCMA */
170 #define EVENT_PCMB 6 /* event class PCMB */
178 #define EV_TOKEN(class,event) (((u_long)(class)<<16L)|((u_long)(event)))
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dspectral.c59 struct wmi_single_phyerr_rx_event *event,
85 switch (event->hdr.chan_width_mhz) {
104 fft_sample->chan_width_mhz = event->hdr.chan_width_mhz;
113 fft_sample->rssi = event->hdr.rssi_combined;
120 freq1 = __le16_to_cpu(event->hdr.freq1);
121 freq2 = __le16_to_cpu(event->hdr.freq2);
125 nf_list1 = __le32_to_cpu(event->hdr.nf_list_1);
126 nf_list2 = __le32_to_cpu(event->hdr.nf_list_2);
58 ath10k_spectral_process_fft(struct ath10k *ar, struct wmi_single_phyerr_rx_event *event, struct phyerr_fft_report *fftr, size_t bin_len, u64 tsf) argument
/drivers/ntb/
H A Dntb_hw.h141 void (*event_cb)(void *handle, enum ntb_hw_event event);
242 enum ntb_hw_event event));
/drivers/staging/lustre/lustre/include/
H A Dlustre_import.h119 * List of import event types
314 int event, void *event_arg, void *cb_data);
320 * obderver will get its callback called with event type
332 void class_notify_import_observers(struct obd_import *imp, int event,
/drivers/usb/serial/
H A Dwhiteheat.h227 __u8 event; /* indicates what the current event is, member in struct:whiteheat_status_info
280 __u8 event; /* see whiteheat_status_info.event */ member in struct:whiteheat_event_info
/drivers/video/fbdev/omap/
H A Domapfb.h151 unsigned long event,
236 unsigned long event);
/drivers/acpi/
H A Dvideo.c94 static void acpi_video_bus_notify(struct acpi_device *device, u32 event);
223 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
234 u32 level_current, u32 event);
638 * active display output. No switch event.
642 * event notify code.
1249 u32 level_current, u32 event)
1277 switch (event) {
1298 int event = device->switch_brightness_event; local
1314 level_next = acpi_video_get_next_level(device, level_current, event);
1438 static void acpi_video_bus_notify(struct acpi_device *device, u32 event) argument
1248 acpi_video_get_next_level(struct acpi_video_device *device, u32 level_current, u32 event) argument
1492 brightness_switch_event(struct acpi_video_device *video_device, u32 event) argument
1502 acpi_video_device_notify(acpi_handle handle, u32 event, void *data) argument
[all...]
/drivers/cpufreq/
H A Dcpufreq_governor.c243 struct common_dbs_data *cdata, unsigned int event)
261 WARN_ON(!dbs_data && (event != CPUFREQ_GOV_POLICY_INIT));
263 switch (event) {
365 switch (event) {
242 cpufreq_governor_dbs(struct cpufreq_policy *policy, struct common_dbs_data *cdata, unsigned int event) argument
/drivers/gpu/drm/nouveau/core/include/nvif/
H A Dioctl.h93 __u8 event; member in struct:nvif_ioctl_ntfy_new_v0
96 __u8 data[]; /* event request data (event.h) */
/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c36 #include <nvif/event.h>
/drivers/gpu/drm/nouveau/nvif/
H A Dioctl.h93 __u8 event; member in struct:nvif_ioctl_ntfy_new_v0
96 __u8 data[]; /* event request data (event.h) */
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h123 struct drm_pending_event *event,
/drivers/hid/
H A Dhid-gyration.c89 .event = gyration_event,
H A Dhid-icade.c234 .event = icade_event,
/drivers/input/
H A Dapm-power.c104 .event = apmpower_event,
H A Devbug.c6 * Input driver event debug module - dumps all events into syslog
38 MODULE_DESCRIPTION("Input driver event debug module");
101 .event = evbug_event,
/drivers/isdn/sc/
H A Dcard.h110 int indicate_status(int card, int event, ulong Channel, char *Data);
/drivers/media/v4l2-core/
H A DMakefile8 v4l2-event.o v4l2-ctrls.o v4l2-subdev.o v4l2-clk.o \
/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c379 struct pulse_event *event)
383 u64 ts = event->ts;
387 if ((rs->width_min > event->width) || (rs->width_max < event->width))
378 pri_detector_add_pulse(struct pri_detector *de, struct pulse_event *event) argument
/drivers/net/wireless/libertas/
H A Ddecl.h64 void lbs_queue_event(struct lbs_private *priv, u32 event);
/drivers/platform/x86/
H A Deeepc-laptop.c164 u16 event_count[128]; /* count for each event */
653 static void eeepc_rfkill_notify(acpi_handle handle, u32 event, void *data) argument
657 if (event != ACPI_NOTIFY_BUS_CHECK)
1217 static void eeepc_input_notify(struct eeepc_laptop *eeepc, int event) argument
1221 if (!sparse_keymap_report_event(eeepc->inputdev, event, 1, true))
1222 pr_info("Unknown key %x pressed\n", event);
1225 static void eeepc_acpi_notify(struct acpi_device *device, u32 event) argument
1230 if (event > ACPI_MAX_SYS_NOTIFY)
1232 count = eeepc->event_count[event % 128]++;
1234 dev_name(&device->dev), event,
[all...]
/drivers/ptp/
H A Dptp_clock.c46 /* time stamp event queue operations */
281 void ptp_clock_event(struct ptp_clock *ptp, struct ptp_clock_event *event) argument
285 switch (event->type) {
291 enqueue_external_timestamp(&ptp->tsevq, event);
301 pps_event(ptp->pps_source, &event->pps_times,
/drivers/scsi/bfa/
H A Dbfa_cs.h219 typedef void (*bfa_sm_t)(void *sm, int event);
228 static void oc ## _sm_ ## st(otype * fsm, etype event)
248 typedef void (*bfa_fsm_t)(void *fsm, int event);
257 static void oc ## _sm_ ## st(otype * fsm, etype event); \

Completed in 8186 milliseconds

<<11121314151617181920>>