Searched refs:hv_ops (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/tty/hvc/ |
D | hvc_console.h | 44 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);
|
D | hvc_opal.c | 52 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()
|
D | hvc_vio.c | 128 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()
|
D | hvc_riscv_sbi.c | 42 static const struct hv_ops hvc_sbi_ops = {
|
D | hvc_console.c | 113 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()
|
D | hvc_udbg.c | 48 static const struct hv_ops hvc_udbg_ops = {
|
D | hvc_xen.c | 153 static const struct hv_ops domU_hvc_ops = { 179 static const struct hv_ops dom0_hvc_ops = { 521 const struct hv_ops *ops; in xen_hvc_init() 571 const struct hv_ops *ops; in xen_cons_init()
|
D | hvc_rtas.c | 61 static const struct hv_ops hvc_rtas_get_put_ops = {
|
D | hvc_dcc.c | 85 static const struct hv_ops hvc_dcc_get_put_ops = {
|
D | hvc_iucv.c | 1045 static const struct hv_ops hvc_iucv_ops = {
|
/Linux-v5.10/scripts/ |
D | const_structs.checkpatch | 19 hv_ops
|
/Linux-v5.10/drivers/char/ |
D | virtio_console.c | 1202 static const struct hv_ops hv_ops = { variable 1222 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init() 1248 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
|