hvc_struct         81 arch/powerpc/include/asm/hvsi.h struct hvc_struct;
hvc_struct         87 arch/powerpc/include/asm/hvsi.h extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp);
hvc_struct         88 arch/powerpc/include/asm/hvsi.h extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp);
hvc_struct         76 drivers/char/virtio_console.c 	struct hvc_struct *hvc;
hvc_struct       1184 drivers/char/virtio_console.c static int notifier_add_vio(struct hvc_struct *hp, int data)
hvc_struct       1198 drivers/char/virtio_console.c static void notifier_del_vio(struct hvc_struct *hp, int data)
hvc_struct         90 drivers/tty/hvc/hvc_console.c static struct hvc_struct *hvc_get_by_index(int index)
hvc_struct         92 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        131 drivers/tty/hvc/hvc_console.c static int hvc_flush(struct hvc_struct *hp)
hvc_struct        251 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = container_of(port, struct hvc_struct, port);
hvc_struct        287 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        327 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        349 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        391 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        434 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        441 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        476 drivers/tty/hvc/hvc_console.c static int hvc_push(struct hvc_struct *hp)
hvc_struct        501 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        565 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        570 drivers/tty/hvc/hvc_console.c 	hp = container_of(work, struct hvc_struct, tty_resize);
hvc_struct        591 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        601 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        632 drivers/tty/hvc/hvc_console.c static int __hvc_poll(struct hvc_struct *hp, bool may_sleep)
hvc_struct        762 drivers/tty/hvc/hvc_console.c int hvc_poll(struct hvc_struct *hp)
hvc_struct        778 drivers/tty/hvc/hvc_console.c void __hvc_resize(struct hvc_struct *hp, struct winsize ws)
hvc_struct        793 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        838 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        848 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        864 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        879 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp = tty->driver_data;
hvc_struct        911 drivers/tty/hvc/hvc_console.c struct hvc_struct *hvc_alloc(uint32_t vtermno, int data,
hvc_struct        915 drivers/tty/hvc/hvc_console.c 	struct hvc_struct *hp;
hvc_struct        979 drivers/tty/hvc/hvc_console.c int hvc_remove(struct hvc_struct *hp)
hvc_struct         60 drivers/tty/hvc/hvc_console.h 	int (*notifier_add)(struct hvc_struct *hp, int irq);
hvc_struct         61 drivers/tty/hvc/hvc_console.h 	void (*notifier_del)(struct hvc_struct *hp, int irq);
hvc_struct         62 drivers/tty/hvc/hvc_console.h 	void (*notifier_hangup)(struct hvc_struct *hp, int irq);
hvc_struct         65 drivers/tty/hvc/hvc_console.h 	int (*tiocmget)(struct hvc_struct *hp);
hvc_struct         66 drivers/tty/hvc/hvc_console.h 	int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear);
hvc_struct         69 drivers/tty/hvc/hvc_console.h 	void (*dtr_rts)(struct hvc_struct *hp, int raise);
hvc_struct         77 drivers/tty/hvc/hvc_console.h extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
hvc_struct         80 drivers/tty/hvc/hvc_console.h extern int hvc_remove(struct hvc_struct *hp);
hvc_struct         83 drivers/tty/hvc/hvc_console.h int hvc_poll(struct hvc_struct *hp);
hvc_struct         87 drivers/tty/hvc/hvc_console.h extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws);
hvc_struct         89 drivers/tty/hvc/hvc_console.h static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws)
hvc_struct         99 drivers/tty/hvc/hvc_console.h extern int notifier_add_irq(struct hvc_struct *hp, int data);
hvc_struct        100 drivers/tty/hvc/hvc_console.h extern void notifier_del_irq(struct hvc_struct *hp, int data);
hvc_struct        101 drivers/tty/hvc/hvc_console.h extern void notifier_hangup_irq(struct hvc_struct *hp, int data);
hvc_struct         78 drivers/tty/hvc/hvc_dcc.c 	struct hvc_struct *p;
hvc_struct         29 drivers/tty/hvc/hvc_irq.c int notifier_add_irq(struct hvc_struct *hp, int irq)
hvc_struct         44 drivers/tty/hvc/hvc_irq.c void notifier_del_irq(struct hvc_struct *hp, int irq)
hvc_struct         52 drivers/tty/hvc/hvc_irq.c void notifier_hangup_irq(struct hvc_struct *hp, int irq)
hvc_struct         65 drivers/tty/hvc/hvc_iucv.c 	struct hvc_struct	*hvc;		/* HVC struct reference */
hvc_struct        490 drivers/tty/hvc/hvc_iucv.c static int hvc_iucv_notifier_add(struct hvc_struct *hp, int id)
hvc_struct        636 drivers/tty/hvc/hvc_iucv.c static void hvc_iucv_notifier_hangup(struct hvc_struct *hp, int id)
hvc_struct        670 drivers/tty/hvc/hvc_iucv.c static void hvc_iucv_dtr_rts(struct hvc_struct *hp, int raise)
hvc_struct        717 drivers/tty/hvc/hvc_iucv.c static void hvc_iucv_notifier_del(struct hvc_struct *hp, int id)
hvc_struct         81 drivers/tty/hvc/hvc_opal.c static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data)
hvc_struct         95 drivers/tty/hvc/hvc_opal.c static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data)
hvc_struct        106 drivers/tty/hvc/hvc_opal.c void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data)
hvc_struct        117 drivers/tty/hvc/hvc_opal.c static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp)
hvc_struct        126 drivers/tty/hvc/hvc_opal.c static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set,
hvc_struct        156 drivers/tty/hvc/hvc_opal.c 	struct hvc_struct *hp;
hvc_struct        237 drivers/tty/hvc/hvc_opal.c 	struct hvc_struct *hp = dev_get_drvdata(&dev->dev);
hvc_struct         29 drivers/tty/hvc/hvc_rtas.c struct hvc_struct *hvc_rtas_dev;
hvc_struct         68 drivers/tty/hvc/hvc_rtas.c 	struct hvc_struct *hp;
hvc_struct         20 drivers/tty/hvc/hvc_udbg.c struct hvc_struct *hvc_udbg_dev;
hvc_struct         55 drivers/tty/hvc/hvc_udbg.c 	struct hvc_struct *hp;
hvc_struct        156 drivers/tty/hvc/hvc_vio.c static int hvterm_hvsi_open(struct hvc_struct *hp, int data)
hvc_struct        170 drivers/tty/hvc/hvc_vio.c static void hvterm_hvsi_close(struct hvc_struct *hp, int data)
hvc_struct        181 drivers/tty/hvc/hvc_vio.c void hvterm_hvsi_hangup(struct hvc_struct *hp, int data)
hvc_struct        192 drivers/tty/hvc/hvc_vio.c static int hvterm_hvsi_tiocmget(struct hvc_struct *hp)
hvc_struct        201 drivers/tty/hvc/hvc_vio.c static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set,
hvc_struct        300 drivers/tty/hvc/hvc_vio.c 	struct hvc_struct *hp;
hvc_struct         40 drivers/tty/hvc/hvc_xen.c 	struct hvc_struct *hvc;
hvc_struct        374 drivers/tty/hvc/hvsi_lib.c int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp)
hvc_struct        386 drivers/tty/hvc/hvsi_lib.c void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp)