Home
last modified time | relevance | path

Searched refs:SSAM_CDEV_EVENT_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Dcdev.h144 #define SSAM_CDEV_EVENT_ENABLE _IOW(0xA5, 4, struct ssam_cdev_event_desc) macro
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dcdev.rst42 be necessary to enable events via the ``SSAM_CDEV_EVENT_ENABLE`` IOCTL. While
45 non-userspace). The ``SSAM_CDEV_EVENT_ENABLE`` and ``SSAM_CDEV_EVENT_DISABLE``
155 ``SSAM_CDEV_EVENT_ENABLE`` IOCTL, before the EC will send them.
173 ``SSAM_CDEV_EVENT_ENABLE``
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c544 case SSAM_CDEV_EVENT_ENABLE: in __ssam_cdev_device_ioctl()