Home
last modified time | relevance | path

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

/linux/include/linux/surface_aggregator/
H A Dserial_hub.h549 SSH_REQUEST_TY_FLUSH_BIT, enumerator
565 BIT(SSH_REQUEST_TY_FLUSH_BIT)
/linux/drivers/platform/surface/aggregator/
H A Dtrace.h49 TRACE_DEFINE_ENUM(SSH_REQUEST_TY_FLUSH_BIT);
247 { BIT(SSH_REQUEST_TY_FLUSH_BIT), "F" }, \
H A Dssh_request_layer.c201 if (test_bit(SSH_REQUEST_TY_FLUSH_BIT, &rqst->state)) in ssh_rtl_tx_can_process()
1163 rqst.base.state |= BIT(SSH_REQUEST_TY_FLUSH_BIT); in ssh_rtl_flush()