tag | line | file | source code |
---|---|---|---|
OPT_S_IDLE | 664 | drivers/block/optcd.c | static volatile enum opt_state_e opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 722 | drivers/block/optcd.c | case OPT_S_IDLE: |
OPT_S_IDLE | 753 | drivers/block/optcd.c | opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 920 | drivers/block/optcd.c | opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 957 | drivers/block/optcd.c | if (opt_state == OPT_S_IDLE) { |
OPT_S_IDLE | 1246 | drivers/block/optcd.c | if (!opt_open_count && opt_state == OPT_S_IDLE) { |