Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/surface_aggregator/
Dserial_hub.h535 SSH_REQUEST_TY_FLUSH_BIT, enumerator
551 BIT(SSH_REQUEST_TY_FLUSH_BIT)
/Linux-v6.1/drivers/platform/surface/aggregator/
Dtrace.h49 TRACE_DEFINE_ENUM(SSH_REQUEST_TY_FLUSH_BIT);
214 { BIT(SSH_REQUEST_TY_FLUSH_BIT), "F" }, \
Dssh_request_layer.c201 if (test_bit(SSH_REQUEST_TY_FLUSH_BIT, &rqst->state)) in ssh_rtl_tx_can_process()
1148 rqst.base.state |= BIT(SSH_REQUEST_TY_FLUSH_BIT); in ssh_rtl_flush()