Home
last modified time | relevance | path

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

/linux/include/linux/surface_aggregator/
H A Dserial_hub.h545 SSH_REQUEST_SF_CANCELED_BIT, enumerator
560 | BIT(SSH_REQUEST_SF_CANCELED_BIT)
/linux/drivers/platform/surface/aggregator/
H A Dtrace.h46 TRACE_DEFINE_ENUM(SSH_REQUEST_SF_CANCELED_BIT);
259 { BIT(SSH_REQUEST_SF_CANCELED_BIT), "C" }, \
H A Dssh_request_layer.c733 if (test_and_set_bit(SSH_REQUEST_SF_CANCELED_BIT, &rqst->state)) in ssh_rtl_cancel()