Lines Matching refs:scq_info
83 static struct scq_info *alloc_scq(struct idt77252_dev *, int);
84 static void free_scq(struct idt77252_dev *, struct scq_info *);
89 static void fill_scd(struct idt77252_dev *, struct scq_info *, int);
636 static struct scq_info *
639 struct scq_info *scq; in alloc_scq()
641 scq = kzalloc(sizeof(struct scq_info), GFP_KERNEL); in alloc_scq()
668 free_scq(struct idt77252_dev *card, struct scq_info *scq) in free_scq()
705 struct scq_info *scq = vc->scq; in push_on_scq()
793 struct scq_info *scq = vc->scq; in drain_scq()
949 fill_scd(struct idt77252_dev *card, struct scq_info *scq, int class) in fill_scd()
958 clear_scd(struct idt77252_dev *card, struct scq_info *scq, int class) in clear_scd()