Searched refs:hvc_sbi_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_riscv_sbi.c | 42 static const struct hv_ops hvc_sbi_ops = { variable 49 return PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_ops, 16)); in hvc_sbi_init() 55 hvc_instantiate(0, 0, &hvc_sbi_ops); in hvc_sbi_console_init()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_riscv_sbi.c | 42 static const struct hv_ops hvc_sbi_ops = { variable 49 return PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_ops, 16)); in hvc_sbi_init() 55 hvc_instantiate(0, 0, &hvc_sbi_ops); in hvc_sbi_console_init()
|
Completed in 1 milliseconds