Lines Matching refs:raw3215
96 static struct raw3215_info *raw3215[NR_3215];
97 /* spinlock to protect the raw3215 array */
696 if (raw3215[0] && (raw3215[0] == dev_get_drvdata(&cdev->dev)))
709 if (!raw3215[line]) {
710 raw3215[line] = raw;
733 if (raw3215[line] == raw)
735 raw3215[line] = NULL;
829 raw = raw3215[0]; /* console 3215 is the first one */
860 raw = raw3215[0]; /* console 3215 is the first one */
933 raw3215[0] = raw = raw3215_alloc_info();
942 raw3215[0] = NULL;
949 raw3215[0] = NULL;
964 raw = raw3215[tty->index];