Lines Matching refs:hvc_struct
48 struct hvc_struct { struct
71 int (*notifier_add)(struct hvc_struct *hp, int irq); argument
72 void (*notifier_del)(struct hvc_struct *hp, int irq);
73 void (*notifier_hangup)(struct hvc_struct *hp, int irq);
76 int (*tiocmget)(struct hvc_struct *hp);
77 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear);
80 void (*dtr_rts)(struct hvc_struct *hp, int raise);
88 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
91 extern int hvc_remove(struct hvc_struct *hp);
94 int hvc_poll(struct hvc_struct *hp);
98 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws);
100 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
110 extern int notifier_add_irq(struct hvc_struct *hp, int data);
111 extern void notifier_del_irq(struct hvc_struct *hp, int data);
112 extern void notifier_hangup_irq(struct hvc_struct *hp, int data);