Home
last modified time | relevance | path

Searched refs:hvsi (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_opal.c23 #include <asm/hvsi.h>
33 { .name = "serial", .compatible = "ibm,opal-console-hvsi" },
44 struct hvsi_priv hvsi; /* HVSI specific data */ member
68 return hvsilib_get_chars(&pv->hvsi, buf, count); in hvc_opal_hvsi_get_chars()
78 return hvsilib_put_chars(&pv->hvsi, buf, count); in hvc_opal_hvsi_put_chars()
92 return hvsilib_open(&pv->hvsi, hp); in hvc_opal_hvsi_open()
101 hvsilib_close(&pv->hvsi, hp); in hvc_opal_hvsi_close()
112 hvsilib_close(&pv->hvsi, hp); in hvc_opal_hvsi_hangup()
123 return pv->hvsi.mctrl; in hvc_opal_hvsi_tiocmget()
135 hvsilib_write_mctrl(&pv->hvsi, in hvc_opal_hvsi_tiocmset()
[all...]
H A Dhvc_vio.c20 * - handle error in sending hvsi protocol packets
35 #include <asm/hvsi.h>
59 struct hvsi_priv hvsi; /* HVSI specific data */ member
143 return hvsilib_get_chars(&pv->hvsi, buf, count); in hvterm_hvsi_get_chars()
153 return hvsilib_put_chars(&pv->hvsi, buf, count); in hvterm_hvsi_put_chars()
167 return hvsilib_open(&pv->hvsi, hp); in hvterm_hvsi_open()
176 hvsilib_close(&pv->hvsi, hp); in hvterm_hvsi_close()
187 hvsilib_close(&pv->hvsi, hp); in hvterm_hvsi_hangup()
198 return pv->hvsi.mctrl; in hvterm_hvsi_tiocmget()
210 hvsilib_write_mctrl(&pv->hvsi, in hvterm_hvsi_tiocmset()
[all...]
H A Dhvsi_lib.c6 #include <asm/hvsi.h>
54 /* We copy the existing hvsi driver semantics in hvsi_cd_change()
H A Dhvsi.c39 #include <asm/hvsi.h>
125 pr_debug("hvsi%i: state = %s\n", hp->index, name); in print_state()
234 pr_debug("hvsi%i: CD dropped\n", hp->index); in hvsi_recv_control()
241 pr_debug("hvsi%i: service processor came back\n", hp->index); in hvsi_recv_control()
247 printk(KERN_WARNING "hvsi%i: unknown HVSI control packet: ", in hvsi_recv_control()
273 printk(KERN_ERR "hvsi%i: unexpected query response: ", hp->index); in hvsi_recv_response()
297 printk(KERN_ERR "hvsi%i: couldn't send query response!\n", in hvsi_version_respond()
315 printk(KERN_ERR "hvsi%i: unexpected query: ", hp->index); in hvsi_recv_query()
413 printk(KERN_ERR "hvsi%i: got malformed packet\n", hp->index); in hvsi_load_chunk()
440 printk(KERN_ERR "hvsi in hvsi_load_chunk()
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_vio.c20 * - handle error in sending hvsi protocol packets
35 #include <asm/hvsi.h>
59 struct hvsi_priv hvsi; /* HVSI specific data */ member
143 return hvsilib_get_chars(&pv->hvsi, buf, count); in hvterm_hvsi_get_chars()
153 return hvsilib_put_chars(&pv->hvsi, buf, count); in hvterm_hvsi_put_chars()
167 return hvsilib_open(&pv->hvsi, hp); in hvterm_hvsi_open()
176 hvsilib_close(&pv->hvsi, hp); in hvterm_hvsi_close()
187 hvsilib_close(&pv->hvsi, hp); in hvterm_hvsi_hangup()
198 return pv->hvsi.mctrl; in hvterm_hvsi_tiocmget()
210 hvsilib_write_mctrl(&pv->hvsi, in hvterm_hvsi_tiocmset()
[all...]
H A Dhvc_opal.c23 #include <asm/hvsi.h>
33 { .name = "serial", .compatible = "ibm,opal-console-hvsi" },
44 struct hvsi_priv hvsi; /* HVSI specific data */ member
68 return hvsilib_get_chars(&pv->hvsi, buf, count); in hvc_opal_hvsi_get_chars()
78 return hvsilib_put_chars(&pv->hvsi, buf, count); in hvc_opal_hvsi_put_chars()
92 return hvsilib_open(&pv->hvsi, hp); in hvc_opal_hvsi_open()
101 hvsilib_close(&pv->hvsi, hp); in hvc_opal_hvsi_close()
112 hvsilib_close(&pv->hvsi, hp); in hvc_opal_hvsi_hangup()
123 return pv->hvsi.mctrl; in hvc_opal_hvsi_tiocmget()
135 hvsilib_write_mctrl(&pv->hvsi, in hvc_opal_hvsi_tiocmset()
[all...]
H A Dhvsi_lib.c6 #include <asm/hvsi.h>
54 /* We copy the existing hvsi driver semantics in hvsi_cd_change()
H A Dhvsi.c39 #include <asm/hvsi.h>
125 pr_debug("hvsi%i: state = %s\n", hp->index, name); in print_state()
234 pr_debug("hvsi%i: CD dropped\n", hp->index); in hvsi_recv_control()
241 pr_debug("hvsi%i: service processor came back\n", hp->index); in hvsi_recv_control()
247 printk(KERN_WARNING "hvsi%i: unknown HVSI control packet: ", in hvsi_recv_control()
273 printk(KERN_ERR "hvsi%i: unexpected query response: ", hp->index); in hvsi_recv_response()
297 printk(KERN_ERR "hvsi%i: couldn't send query response!\n", in hvsi_version_respond()
315 printk(KERN_ERR "hvsi%i: unexpected query: ", hp->index); in hvsi_recv_query()
413 printk(KERN_ERR "hvsi%i: got malformed packet\n", hp->index); in hvsi_load_chunk()
440 printk(KERN_ERR "hvsi in hvsi_load_chunk()
[all...]

Completed in 7 milliseconds