Home
last modified time | relevance | path

Searched refs:sdtx_event (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/surface_aggregator/
H A Ddtx.h81 * struct sdtx_event - Event provided by reading from the DTX device file.
88 struct sdtx_event { struct
102 * Used in &struct sdtx_event to describe the type of the event. Further event
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_dtx.c579 struct sdtx_event e;
584 struct sdtx_event e;
589 struct sdtx_event common;
597 static void sdtx_push_event(struct sdtx_device *ddev, struct sdtx_event *evt) in sdtx_push_event()
599 const size_t len = sizeof(struct sdtx_event) + evt->length; in sdtx_push_event()

Completed in 3 milliseconds