tag | line | file | source code |
l2_state | 183 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_DOWN; |
l2_state | 413 | drivers/isdn/pcbit/drv.c | switch(dev->l2_state) { |
l2_state | 873 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_STARTING; |
l2_state | 884 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 904 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_DOWN; |
l2_state | 941 | drivers/isdn/pcbit/drv.c | cmd->info.l2_status = dev->l2_state; |
l2_state | 945 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 953 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_LOADING; |
l2_state | 957 | drivers/isdn/pcbit/drv.c | if (dev->l2_state != L2_LOADING) |
l2_state | 960 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_LWMODE; |
l2_state | 964 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 967 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_FWMODE; |
l2_state | 971 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 973 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_DOWN; |
l2_state | 977 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 987 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 1001 | drivers/isdn/pcbit/drv.c | if (dev->l2_state == L2_RUNNING) |
l2_state | 1006 | drivers/isdn/pcbit/drv.c | if (dev->l2_state != L2_LOADING) |
l2_state | 1011 | drivers/isdn/pcbit/drv.c | if (dev->l2_state != L2_LOADING) |
l2_state | 1016 | drivers/isdn/pcbit/drv.c | if (dev->l2_state != L2_LOADING) |
l2_state | 1021 | drivers/isdn/pcbit/drv.c | dev->l2_state = L2_DOWN; |
l2_state | 117 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING) { |
l2_state | 193 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING) |
l2_state | 374 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING) |
l2_state | 594 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state == L2_STARTING || dev->l2_state == L2_ERROR) |
l2_state | 611 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING) |
l2_state | 655 | drivers/isdn/pcbit/layer2.c | state = dev->l2_state; |
l2_state | 664 | drivers/isdn/pcbit/layer2.c | dev->l2_state = L2_RUNNING; |
l2_state | 667 | drivers/isdn/pcbit/layer2.c | dev->l2_state = L2_DOWN; |
l2_state | 672 | drivers/isdn/pcbit/layer2.c | if (state == L2_ERROR && dev->l2_state == L2_RUNNING) { |
l2_state | 724 | drivers/isdn/pcbit/layer2.c | dev->l2_state = L2_ERROR; |
l2_state | 740 | drivers/isdn/pcbit/layer2.c | if (dev->l2_state == L2_RUNNING) { |
l2_state | 748 | drivers/isdn/pcbit/layer2.c | dev->l2_state = L2_DOWN; |
l2_state | 64 | drivers/isdn/pcbit/pcbit.h | unsigned char l2_state; |