Searched refs:hvc_struct (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/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() 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 …]
|
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 static 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 static 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 static 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_iucv.c | 64 struct hvc_struct *hvc; /* HVC struct reference */ 487 static int hvc_iucv_notifier_add(struct hvc_struct *hp, int id) in hvc_iucv_notifier_add() 633 static void hvc_iucv_notifier_hangup(struct hvc_struct *hp, int id) in hvc_iucv_notifier_hangup() 667 static void hvc_iucv_dtr_rts(struct hvc_struct *hp, int raise) in hvc_iucv_dtr_rts() 714 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_dcc.c | 272 struct hvc_struct *p; in hvc_dcc_init()
|
D | hvc_xen.c | 42 struct hvc_struct *hvc;
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | hvsi.h | 81 struct hvc_struct; 87 extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp); 88 extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp);
|
/Linux-v6.1/drivers/char/ |
D | virtio_console.c | 77 struct hvc_struct *hvc; 1183 static int notifier_add_vio(struct hvc_struct *hp, int data) in notifier_add_vio() 1197 static void notifier_del_vio(struct hvc_struct *hp, int data) in notifier_del_vio()
|