Searched defs:termno (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/tty/hvc/ | 
| D | hvc_opal.c | 159 	unsigned int termno, irq, boot = 0;  in hvc_opal_probe()  local238 	int rc, termno;  in hvc_opal_remove()  local
 271 	unsigned int termno = hvc_opal_boot_termno;  in udbg_opal_putc()  local
 296 	unsigned int termno = hvc_opal_boot_termno;  in udbg_opal_getc_poll()  local
 333 	const __be32 *termno;  in hvc_opal_init_early()  local
 
 | 
| D | hvsi_lib.c | 414 		  int (*get_chars)(uint32_t termno, char *buf, int count),  in hvsilib_init()415 		  int (*put_chars)(uint32_t termno, const char *buf,  in hvsilib_init()
 417 		  int termno, int is_console)  in hvsilib_init()
 
 | 
| D | hvc_vio.c | 57 	u32			termno;	/* HV term number */  member303 	int i, termno = -1;  in hvc_vio_probe()  local
 387 	const __be32 *termno;  in hvc_vio_init_early()  local
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | hvsi.h | 77 	uint32_t	termno;  member
 |