tag | line | file | source code |
---|---|---|---|
throttled | 1531 | drivers/char/scc.c | if (scc->rx_queue && scc->throttled) |
throttled | 1540 | drivers/char/scc.c | if (scc->rx_queue && !scc->throttled) |
throttled | 1997 | drivers/char/scc.c | scc->throttled = 0; |
throttled | 2046 | drivers/char/scc.c | scc->throttled = 0; |
throttled | 2592 | drivers/char/scc.c | scc->throttled = 1; |
throttled | 2609 | drivers/char/scc.c | scc->throttled = 0; |
throttled | 234 | include/linux/scc.h | char throttled; /* driver is throttled */ |