Home
last modified time | relevance | path

Searched refs:hvc_struct (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_console.h35 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);
69 void (*dtr_rts)(struct hvc_struct *hp, bool active);
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);
99 extern int notifier_add_irq(struct hvc_struct *hp, int data);
[all …]
A Dhvc_console.c92 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()
565 struct hvc_struct *hp; in hvc_set_winsz()
762 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
793 struct hvc_struct *hp; in khvcd()
915 struct hvc_struct *hp; in hvc_alloc()
[all …]
A Dhvc_irq.c29 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()
A Dhvc_opal.c81 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()
A Dhvc_vio.c156 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()
A Dhvc_udbg.c20 static struct hvc_struct *hvc_udbg_dev;
55 struct hvc_struct *hp; in hvc_udbg_init()
A Dhvc_rtas.c29 static struct hvc_struct *hvc_rtas_dev;
68 struct hvc_struct *hp; in hvc_rtas_init()
A Dhvc_iucv.c64 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, bool active) in hvc_iucv_dtr_rts()
714 static void hvc_iucv_notifier_del(struct hvc_struct *hp, int id) in hvc_iucv_notifier_del()
A Dhvsi_lib.c374 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()
A Dhvc_dcc.c272 struct hvc_struct *p; in hvc_dcc_init()
A Dhvc_xen.c42 struct hvc_struct *hvc;
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dhvsi.h81 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-6.3-rc2/drivers/char/
A Dvirtio_console.c67 struct hvc_struct *hvc;
1175 static int notifier_add_vio(struct hvc_struct *hp, int data) in notifier_add_vio()
1189 static void notifier_del_vio(struct hvc_struct *hp, int data) in notifier_del_vio()

Completed in 20 milliseconds