Searched refs:hvc_struct (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_console.h | 35 struct hvc_struct { struct 60 int (*notifier_add)(struct hvc_struct *hp, int irq); argument 61 void (*notifier_del)(struct hvc_struct *hp, int irq); 62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); 65 int (*tiocmget)(struct hvc_struct *hp); 66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); 69 void (*dtr_rts)(struct hvc_struct *hp, bool active); 77 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data, 80 extern void hvc_remove(struct hvc_struct *hp); 83 int hvc_poll(struct hvc_struct *hp); [all …]
|
H A D | hvc_console.c | 90 static struct hvc_struct *hvc_get_by_index(int index) in hvc_get_by_index() 92 struct hvc_struct *hp; in hvc_get_by_index() 131 static int hvc_flush(struct hvc_struct *hp) in hvc_flush() 251 struct hvc_struct *hp = container_of(port, struct hvc_struct, port); in hvc_port_destruct() 287 struct hvc_struct *hp; in hvc_instantiate() 327 struct hvc_struct *hp; in hvc_install() 349 struct hvc_struct *hp = tty->driver_data; in hvc_open() 391 struct hvc_struct *hp = tty->driver_data; in hvc_close() 434 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() 441 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() [all …]
|
H A D | hvc_irq.c | 29 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() 44 void notifier_del_irq(struct hvc_struct *hp, int irq) in notifier_del_irq() 52 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq()
|
H A D | hvc_opal.c | 82 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() 96 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() 107 static void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data) in hvc_opal_hvsi_hangup() 118 static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp) in hvc_opal_hvsi_tiocmget() 127 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvc_opal_hvsi_tiocmset() 157 struct hvc_struct *hp; in hvc_opal_probe() 238 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); in hvc_opal_remove()
|
H A D | hvc_vio.c | 158 static int hvterm_hvsi_open(struct hvc_struct *hp, int data) in hvterm_hvsi_open() 172 static void hvterm_hvsi_close(struct hvc_struct *hp, int data) in hvterm_hvsi_close() 183 static void hvterm_hvsi_hangup(struct hvc_struct *hp, int data) in hvterm_hvsi_hangup() 194 static int hvterm_hvsi_tiocmget(struct hvc_struct *hp) in hvterm_hvsi_tiocmget() 203 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvterm_hvsi_tiocmset() 302 struct hvc_struct *hp; in hvc_vio_probe()
|
H A D | hvc_udbg.c | 20 static struct hvc_struct *hvc_udbg_dev; 56 struct hvc_struct *hp; in hvc_udbg_init()
|
H A D | hvc_rtas.c | 29 static struct hvc_struct *hvc_rtas_dev; 69 struct hvc_struct *hp; in hvc_rtas_init()
|
H A D | hvsi_lib.c | 376 int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_open() 388 void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_close()
|
H A D | hvc_dcc.c | 280 struct hvc_struct *p; in hvc_dcc_init()
|
/linux/arch/powerpc/include/asm/ |
H A D | hvsi.h | 81 struct hvc_struct; 88 extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp); 89 extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp);
|
/linux/drivers/char/ |
H A D | virtio_console.c | 68 struct hvc_struct *hvc; 1165 static int notifier_add_vio(struct hvc_struct *hp, int data) in notifier_add_vio() 1179 static void notifier_del_vio(struct hvc_struct *hp, int data) in notifier_del_vio()
|