Home
last modified time | relevance | path

Searched refs:hv_ops (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/tty/hvc/
Dhvc_console.h44 const struct hv_ops *ops;
54 struct hv_ops { struct
74 const struct hv_ops *ops); argument
78 const struct hv_ops *ops, int outbuf_size);
Dhvc_opal.c52 static const struct hv_ops hvc_opal_raw_ops = {
142 static const struct hv_ops hvc_opal_hvsi_ops = {
155 const struct hv_ops *ops; in hvc_opal_probe()
334 const struct hv_ops *ops; in hvc_opal_init_early()
Dhvc_vio.c128 static const struct hv_ops hvterm_raw_ops = {
217 static const struct hv_ops hvterm_hvsi_ops = {
299 const struct hv_ops *ops; in hvc_vio_probe()
388 const struct hv_ops *ops; in hvc_vio_init_early()
Dhvc_riscv_sbi.c42 static const struct hv_ops hvc_sbi_ops = {
Dhvc_console.c113 static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait) in __hvc_flush()
123 static int hvc_console_flush(const struct hv_ops *ops, uint32_t vtermno) in hvc_console_flush()
142 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate()
912 const struct hv_ops *ops, in hvc_alloc()
Dhvc_udbg.c48 static const struct hv_ops hvc_udbg_ops = {
Dhvc_xen.c193 static const struct hv_ops domU_hvc_ops = {
219 static const struct hv_ops dom0_hvc_ops = {
567 const struct hv_ops *ops; in xen_hvc_init()
619 const struct hv_ops *ops; in xen_cons_init()
Dhvc_rtas.c61 static const struct hv_ops hvc_rtas_get_put_ops = {
Dhvc_dcc.c251 static const struct hv_ops hvc_dcc_get_put_ops = {
Dhvc_iucv.c1011 static const struct hv_ops hvc_iucv_ops = {
/linux-6.1.9/scripts/
Dconst_structs.checkpatch22 hv_ops
/linux-6.1.9/drivers/char/
Dvirtio_console.c1203 static const struct hv_ops hv_ops = { variable
1223 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()
1249 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()