Searched refs:hv_ops (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_console.h | 43 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);
|
H A D | hvc_riscv_sbi.c | 43 static const struct hv_ops hvc_sbi_v01_ops = { 58 static const struct hv_ops hvc_sbi_dbcn_ops = {
|
H A D | hvc_opal.c | 52 static const struct hv_ops hvc_opal_raw_ops = { 143 static const struct hv_ops hvc_opal_hvsi_ops = { 156 const struct hv_ops *ops; in hvc_opal_probe() 332 const struct hv_ops *ops; in hvc_opal_init_early()
|
H A D | hvc_vio.c | 129 static const struct hv_ops hvterm_raw_ops = { 219 static const struct hv_ops hvterm_hvsi_ops = { 301 const struct hv_ops *ops; in hvc_vio_probe() 390 const struct hv_ops *ops; in hvc_vio_init_early()
|
H A 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()
|
H A D | hvc_udbg.c | 49 static const struct hv_ops hvc_udbg_ops = {
|
H A D | hvc_rtas.c | 62 static const struct hv_ops hvc_rtas_get_put_ops = {
|
H A D | hvc_dcc.c | 259 static const struct hv_ops hvc_dcc_get_put_ops = {
|
/linux/scripts/ |
H A D | const_structs.checkpatch | 24 hv_ops
|
/linux/drivers/char/ |
H A D | virtio_console.c | 1185 static const struct hv_ops hv_ops = { variable 1219 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
|