Searched refs:Event (Results 1 – 25 of 115) sorted by relevance
12345
/Linux-v5.4/Documentation/input/devices/ |
D | cma3000_d0x.rst | 82 Event type 0 (Sync) 83 Event type 3 (Absolute) 84 Event code 0 (X) 89 Event code 1 (Y) 94 Event code 2 (Z) 99 Event code 40 (Misc) 103 Event type 4 (Misc)
|
D | pxrc.rst | 21 | Channel | Event |
|
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 58 } Event; typedef 124 __type(value, Event); 164 Event* event = bpf_map_lookup_elem(&eventmap, &zero); in __on_event() 247 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
|
/Linux-v5.4/drivers/input/tablet/ |
D | Kconfig | 22 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 35 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface 47 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 71 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-dqevent.rst | 71 - Event data for event ``V4L2_EVENT_VSYNC``. 75 - Event data for event ``V4L2_EVENT_CTRL``. 79 - Event data for event ``V4L2_EVENT_FRAME_SYNC``. 83 - Event data for event V4L2_EVENT_MOTION_DET. 87 - Event data for event V4L2_EVENT_SOURCE_CHANGE. 91 - Event data. Defined by the event type. The union should be used to 100 - Event sequence number. The sequence number is incremented for 106 - Event timestamp. The timestamp has been taken from the 129 .. flat-table:: Event Types
|
D | vidioc-subscribe-event.rst | 75 - Event flags, see :ref:`event-flags`. 87 .. flat-table:: Event Flags
|
/Linux-v5.4/tools/perf/tests/ |
D | attr.py | 52 class Event(dict): class 106 for t in Event.terms: 120 for t in Event.terms: 219 e = Event(section, parser_items, base_items)
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi | 142 invalid: it's either a GPE or a Fixed Event that 145 disable: the GPE/Fixed Event is valid but disabled. 147 enable: the GPE/Fixed Event is valid and enabled. 162 Note that only writing to VALID GPE/Fixed Event is allowed, 164 Fixed Event with event handler installed.
|
D | sysfs-firmware-dmi-entries | 83 --- Type 15 - System Event Log --- 94 SMBIOS / DMI specification under "System Event Log (Type 15)":
|
/Linux-v5.4/Documentation/timers/ |
D | hpet.rst | 2 High Precision Event Timer Driver for Linux 5 The High Precision Event Timer (HPET) hardware follows a specification
|
/Linux-v5.4/Documentation/devicetree/bindings/x86/ |
D | timer.txt | 4 * High Precision Event Timer (HPET)
|
/Linux-v5.4/Documentation/trace/ |
D | tracepoint-analysis.rst | 55 3.1 System-Wide Event Enabling 64 3.2 System-Wide Event Enabling with SystemTap 90 3.3 System-Wide Event Enabling with PCL 112 3.4 Local Event Enabling 118 3.5 Local Event Enablement with PCL 137 4. Event Filtering 144 5. Analysing Event Variances with PCL
|
D | events.rst | 2 Event Tracing 20 2. Using Event Tracing 102 4. Event formats 153 5. Event filtering 309 6. Event triggers 319 section 5 (Event filtering) associated with it - the command will only 330 Event triggers are implemented on top of "soft" mode, which means that 365 The filter syntax is the same as that described in the 'Event
|
D | uprobetracer.rst | 2 Uprobe-tracer: Uprobe-based Event Tracing 34 EVENT : Event name. If omitted, the event name is generated based 77 Event Profiling
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_print.txt | 28 TEP_PRINT_CPU, "%d" - Event CPU. 29 TEP_PRINT_COMM, "%s" - Event command string. 30 TEP_PRINT_NAME, "%s" - Event name.
|
D | libtraceevent.txt | 51 Event related APIs: 59 Event finding: 78 Event fields printing: 84 Event fields finding:
|
/Linux-v5.4/Documentation/networking/ |
D | hinic.txt | 52 Asynchronous Event Queues(AEQs) - The event queues for receiving messages from 66 Completion Event Queues(CEQs) - The completion Event Queues that describe IO
|
D | xfrm_sync.txt | 64 XFRM_AE_CR=16, /* Event cause is replay update */ 65 XFRM_AE_CE=32, /* Event cause is timer expiry */ 66 XFRM_AE_CU=64, /* Event cause is policy update */
|
/Linux-v5.4/Documentation/sound/hd-audio/ |
D | dp-mst.rst | 76 Unsolicited Event Enabling 81 Monitor Hotplug Event Handling
|
/Linux-v5.4/drivers/iio/dummy/ |
D | Kconfig | 23 bool "Event generation support"
|
/Linux-v5.4/drivers/input/ |
D | Kconfig | 154 tristate "Event interface" 163 tristate "Event debugging" 177 tristate "Input Power Event -> APM Bridge" if EXPERT
|
/Linux-v5.4/Documentation/input/ |
D | input.rst | 27 Event handlers 78 Event handlers 81 Event handlers distribute the events from the devices to userspace and 256 Event interface
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | lpc1850-creg-clk.txt | 8 These clocks are used by the RTC and the Event Router peripherials.
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-list.txt | 92 Figure 13-7 Performance Event-Select Register (PerfEvtSeln)). 103 Event Umask Event Mask 224 errors. Event groups can be specified using { }.
|
/Linux-v5.4/drivers/devfreq/event/ |
D | Kconfig | 3 bool "DEVFREQ-Event device Support"
|
12345