Lines Matching refs:raw3215
96 static struct raw3215_info *raw3215[NR_3215];
97 /* spinlock to protect the raw3215 array */
705 if (raw3215[0] && (raw3215[0] == dev_get_drvdata(&cdev->dev)))
718 if (!raw3215[line]) {
719 raw3215[line] = raw;
742 if (raw3215[line] == raw)
744 raw3215[line] = NULL;
845 handle_write(raw3215[0], str, count);
868 raw = raw3215[0]; /* console 3215 is the first one */
931 raw3215[0] = raw = raw3215_alloc_info();
940 raw3215[0] = NULL;
947 raw3215[0] = NULL;
962 raw = raw3215[tty->index];