Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c991 if (flags & SSAM_REQUEST_UNSEQUENCED && flags & SSAM_REQUEST_HAS_RESPONSE) in ssh_request_init()
994 if (!(flags & SSAM_REQUEST_UNSEQUENCED)) in ssh_request_init()
1156 const unsigned int init_flags = SSAM_REQUEST_UNSEQUENCED; in ssh_rtl_flush()
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h66 SSAM_REQUEST_UNSEQUENCED = BIT(1), enumerator
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c286 spec.flags |= SSAM_REQUEST_UNSEQUENCED; in ssam_cdev_request()