tag | line | file | source code |
---|---|---|---|
OPT_S_IDLE | 716 | drivers/cdrom/optcd.c | static volatile enum opt_state_e opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 774 | drivers/cdrom/optcd.c | case OPT_S_IDLE: |
OPT_S_IDLE | 805 | drivers/cdrom/optcd.c | opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 972 | drivers/cdrom/optcd.c | opt_state = OPT_S_IDLE; |
OPT_S_IDLE | 1009 | drivers/cdrom/optcd.c | if (opt_state == OPT_S_IDLE) { |
OPT_S_IDLE | 1298 | drivers/cdrom/optcd.c | if (!opt_open_count && opt_state == OPT_S_IDLE) { |