Searched refs:hvc_struct (Results 1 – 12 of 12) sorted by relevance
/drivers/tty/hvc/ |
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, int raise); 77 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data, 80 extern int hvc_remove(struct hvc_struct *hp); 83 int hvc_poll(struct hvc_struct *hp); [all …]
|
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() 331 struct hvc_struct *hp; in hvc_install() 353 struct hvc_struct *hp = tty->driver_data; in hvc_open() 396 struct hvc_struct *hp; in hvc_close() 445 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() 452 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() [all …]
|
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()
|
D | hvc_opal.c | 81 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() 95 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() 106 void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data) in hvc_opal_hvsi_hangup() 117 static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp) in hvc_opal_hvsi_tiocmget() 126 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvc_opal_hvsi_tiocmset() 156 struct hvc_struct *hp; in hvc_opal_probe() 237 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); in hvc_opal_remove()
|
D | hvc_vio.c | 156 static int hvterm_hvsi_open(struct hvc_struct *hp, int data) in hvterm_hvsi_open() 170 static void hvterm_hvsi_close(struct hvc_struct *hp, int data) in hvterm_hvsi_close() 181 void hvterm_hvsi_hangup(struct hvc_struct *hp, int data) in hvterm_hvsi_hangup() 192 static int hvterm_hvsi_tiocmget(struct hvc_struct *hp) in hvterm_hvsi_tiocmget() 201 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvterm_hvsi_tiocmset() 300 struct hvc_struct *hp; in hvc_vio_probe()
|
D | hvc_udbg.c | 20 struct hvc_struct *hvc_udbg_dev; 55 struct hvc_struct *hp; in hvc_udbg_init()
|
D | hvc_rtas.c | 29 struct hvc_struct *hvc_rtas_dev; 68 struct hvc_struct *hp; in hvc_rtas_init()
|
D | hvc_dcc.c | 78 struct hvc_struct *p; in hvc_dcc_init()
|
D | hvc_iucv.c | 65 struct hvc_struct *hvc; /* HVC struct reference */ 490 static int hvc_iucv_notifier_add(struct hvc_struct *hp, int id) in hvc_iucv_notifier_add() 636 static void hvc_iucv_notifier_hangup(struct hvc_struct *hp, int id) in hvc_iucv_notifier_hangup() 670 static void hvc_iucv_dtr_rts(struct hvc_struct *hp, int raise) in hvc_iucv_dtr_rts() 717 static void hvc_iucv_notifier_del(struct hvc_struct *hp, int id) in hvc_iucv_notifier_del()
|
D | hvsi_lib.c | 374 int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_open() 386 void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_close()
|
D | hvc_xen.c | 40 struct hvc_struct *hvc;
|
/drivers/char/ |
D | virtio_console.c | 76 struct hvc_struct *hvc; 1184 static int notifier_add_vio(struct hvc_struct *hp, int data) in notifier_add_vio() 1198 static void notifier_del_vio(struct hvc_struct *hp, int data) in notifier_del_vio()
|