Lines Matching refs:scq_info
81 static struct scq_info *alloc_scq(struct idt77252_dev *, int);
82 static void free_scq(struct idt77252_dev *, struct scq_info *);
87 static void fill_scd(struct idt77252_dev *, struct scq_info *, int);
634 static struct scq_info *
637 struct scq_info *scq; in alloc_scq()
639 scq = kzalloc(sizeof(struct scq_info), GFP_KERNEL); in alloc_scq()
667 free_scq(struct idt77252_dev *card, struct scq_info *scq) in free_scq()
704 struct scq_info *scq = vc->scq; in push_on_scq()
792 struct scq_info *scq = vc->scq; in drain_scq()
948 fill_scd(struct idt77252_dev *card, struct scq_info *scq, int class) in fill_scd()
957 clear_scd(struct idt77252_dev *card, struct scq_info *scq, int class) in clear_scd()