Home
last modified time | relevance | path

Searched refs:event (Results 5376 - 5400 of 7179) sorted by relevance

1...<<211212213214215216217218219220>>...288

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c242 struct ib_event event; in mthca_qp_event() local
251 mthca_warn(dev, "Async event %d for bogus QP %08x\n", in mthca_qp_event()
259 event.device = &dev->ib_dev; in mthca_qp_event()
260 event.event = event_type; in mthca_qp_event()
261 event.element.qp = &qp->ibqp; in mthca_qp_event()
263 qp->ibqp.event_handler(&event, qp->ibqp.qp_context); in mthca_qp_event()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Datmel-mci.c398 #define atmci_test_and_clear_pending(host, event) \
399 test_and_clear_bit(event, &host->pending_events)
400 #define atmci_set_completed(host, event) \
401 set_bit(event, &host->completed_events)
402 #define atmci_set_pending(host, event) \
403 set_bit(event, &host->pending_events)
1800 * A data transfer is in progress. The event expected in atmci_tasklet_func()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c157 wait_queue_head_t event; member
847 * Dispatches a queue pair event message directly into the local event
860 ev.msg.event_data.event = in qp_notify_peer_local()
1137 * an attach event. in qp_alloc_guest_work()
1444 * Enqueues an event datagram to notify the peer VM attached to
1445 * the given queue pair handle about attach/detach event by the
1474 ev.msg.event_data.event = attach ? in qp_notify_peer()
1482 pr_warn("Failed to enqueue queue_pair %s event datagram for context (ID=0x%x)\n", in qp_notify_peer()
1495 * pair, and an attach event i
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c2702 * i40iw_port_ibevent - indicate port event
2708 struct ib_event event; in i40iw_port_ibevent() local
2710 event.device = &iwibdev->ibdev; in i40iw_port_ibevent()
2711 event.element.port_num = 1; in i40iw_port_ibevent()
2712 event.event = iwdev->iw_status ? IB_EVENT_PORT_ACTIVE : IB_EVENT_PORT_ERR; in i40iw_port_ibevent()
2713 ib_dispatch_event(&event); in i40iw_port_ibevent()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c157 wait_queue_head_t event; member
849 * Dispatches a queue pair event message directly into the local event
862 ev.msg.event_data.event = in qp_notify_peer_local()
1139 * an attach event. in qp_alloc_guest_work()
1446 * Enqueues an event datagram to notify the peer VM attached to
1447 * the given queue pair handle about attach/detach event by the
1476 ev.msg.event_data.event = attach ? in qp_notify_peer()
1484 pr_warn("Failed to enqueue queue_pair %s event datagram for context (ID=0x%x)\n", in qp_notify_peer()
1497 * pair, and an attach event i
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c430 #define atmci_test_and_clear_pending(host, event) \
431 test_and_clear_bit(event, &host->pending_events)
432 #define atmci_set_completed(host, event) \
433 set_bit(event, &host->completed_events)
434 #define atmci_set_pending(host, event) \
435 set_bit(event, &host->pending_events)
1841 * A data transfer is in progress. The event expected in atmci_tasklet_func()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c470 * IRQ thread, used to bring the timestamp close to the actual event
471 * @req_seqno: the seqno for the current edge event in the sequence of
473 * @line_seqno: the seqno for the current edge event in the sequence of
479 * @raw_level: the line level at the time of event
532 * HTE provider sets line level at the time of event. The valid
638 pr_debug_ratelimited("event FIFO is full - event dropped\n"); in linereq_put_event()
832 * close in time as possible to the actual event. in edge_irq_handler()
1160 /* Only allow one event clock source */ in gpio_v2_line_flags_validate()
1788 * GPIO line event managemen
2610 struct gpio_v2_line_info_changed event; lineinfo_watch_read_unlocked() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c242 struct ib_event event; in mthca_qp_event() local
251 mthca_warn(dev, "Async event %d for bogus QP %08x\n", in mthca_qp_event()
259 event.device = &dev->ib_dev; in mthca_qp_event()
260 event.event = event_type; in mthca_qp_event()
261 event.element.qp = &qp->ibqp; in mthca_qp_event()
263 qp->ibqp.event_handler(&event, qp->ibqp.qp_context); in mthca_qp_event()
/kernel/linux/linux-6.6/sound/pci/
H A Des1968.c1959 u32 event; in snd_es1968_interrupt() local
1961 event = inb(chip->io_port + 0x1A); in snd_es1968_interrupt()
1962 if (!event) in snd_es1968_interrupt()
1967 if (event & ESM_HWVOL_IRQ) in snd_es1968_interrupt()
1973 if ((event & ESM_MPU401_IRQ) && chip->rmidi) { in snd_es1968_interrupt()
1977 if (event & ESM_SOUND_IRQ) { in snd_es1968_interrupt()
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h229 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h54 /* MTP event packet max length */
216 static void UsbMtpDeviceEp0EventDispatch(struct UsbFnEvent *event);
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq-event.c3 * devfreq-event: a framework to provide raw data and events of devfreq devices
11 #include <linux/devfreq-event.h>
22 /* The list of all devfreq event list */
29 * devfreq_event_enable_edev() - Enable the devfreq-event dev and increase
30 * the enable_count of devfreq-event dev.
31 * @edev : the devfreq-event device
34 * devfreq-event device. The devfreq-event device should be enabled before
60 * devfreq_event_disable_edev() - Disable the devfreq-event dev and decrease
61 * the enable_count of the devfreq-event de
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_kcs_sm.c532 .event = kcs_event,
/kernel/linux/linux-5.10/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl92 my $event = shift;
96 # Read the event format or use the default
97 if (!open (FORMAT, "/sys/kernel/debug/tracing/events/$event/format")) {
193 # Read each line of the event log
238 # Extract the details of the event now
277 # Catch a full pcpu drain event
285 # Catch a full pcpu refill event
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dprcm-common.h556 extern int omap_prcm_event_to_irq(const char *event);
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Ds3c2416-cpufreq.c303 unsigned long event, void *ptr) in s3c2416_cpufreq_reboot_notifier_evt()
302 s3c2416_cpufreq_reboot_notifier_evt(struct notifier_block *this, unsigned long event, void *ptr) s3c2416_cpufreq_reboot_notifier_evt() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dcnic_if.h371 void (*indicate_netevent)(void *ulp_ctx, unsigned long event, u16 vid);
/kernel/linux/linux-6.6/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl92 my $event = shift;
96 # Read the event format or use the default
97 if (!open (FORMAT, "/sys/kernel/tracing/events/$event/format")) {
193 # Read each line of the event log
238 # Extract the details of the event now
277 # Catch a full pcpu drain event
285 # Catch a full pcpu refill event
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S65 flag 1 ; Unexpected event, halt
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dprcm-common.h555 extern int omap_prcm_event_to_irq(const char *event);
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcore_priv.h153 void ib_dispatch_event_clients(struct ib_event *event);
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ruc.c55 ev.event = IB_EVENT_PATH_MIG; in qib_migrate_qp()
/kernel/linux/linux-5.10/drivers/input/
H A Dff-core.c257 * @type: event type (anything but EV_FF is ignored)
258 * @code: event code
259 * @value: event value
342 dev->event = input_ff_event; in input_ff_create()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dsunkbd.c305 input_dev->event = sunkbd_event; in sunkbd_connect()
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
H A Datmel-sama5d2-isc.c42 #include <media/v4l2-event.h>

Completed in 41 milliseconds

1...<<211212213214215216217218219220>>...288