Lines Matching full:dcc
12 #include <asm/dcc.h>
18 * Disable DCC driver at runtime. Want driver enabled for GKI, but some devices
24 /* DCC Status Bits */
51 EARLYCON_DECLARE(dcc, dcc_early_console_setup);
81 * Check if the DCC is enabled. If CONFIG_HVC_DCC_SERIALIZE_SMP is enabled,
93 * If we're not on core 0, but we previously confirmed that DCC is in hvc_dcc_check()
126 * Workqueue function that writes the output FIFO to the DCC on core 0.
135 /* While there's data in the output FIFO, write it to the DCC */ in dcc_put_work_fn()
150 * Workqueue function that reads characters from DCC and puts them into the
159 * Read characters from DCC and put them into the input FIFO, as in dcc_get_work_fn()
173 * Write characters directly to the DCC if we're on core 0 and the FIFO
188 * workqueue that will actually write that data to DCC. in hvc_dcc0_put_chars()
196 * write the data to DCC. in hvc_dcc0_put_chars()
205 * Read characters directly from the DCC if we're on core 0 and the FIFO
220 * If the FIFO was empty, there may be characters in the DCC in hvc_dcc0_get_chars()
233 * read the data from DCC. in hvc_dcc0_get_chars()