Searched defs:termno (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/drivers/tty/hvc/ |
D | hvc_opal.c | 170 unsigned int termno, boot = 0; in hvc_opal_probe() local 228 int rc, termno; in hvc_opal_remove() local 268 unsigned int termno = hvc_opal_boot_termno; in udbg_opal_putc() local 288 unsigned int termno = hvc_opal_boot_termno; in udbg_opal_getc_poll() local 332 const u32 *termno; in hvc_opal_init_early() local
|
D | hvc_vio.c | 72 u32 termno; /* HV term number */ member 241 int i, termno = -1; in hvc_vio_probe() local 299 int rc, termno; in hvc_vio_remove() local 397 const u32 *termno; in hvc_vio_init_early() local
|
D | hvsi_lib.c | 416 int (*get_chars)(uint32_t termno, char *buf, int count), in hvsilib_init() 417 int (*put_chars)(uint32_t termno, const char *buf, in hvsilib_init() 419 int termno, int is_console) in hvsilib_init()
|
/linux-3.3/arch/powerpc/platforms/pseries/ |
D | plpar_wrappers.h | 252 static inline long plpar_get_term_char(unsigned long termno, in plpar_get_term_char() 268 static inline long plpar_put_term_char(unsigned long termno, unsigned long len, in plpar_put_term_char()
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | beat_wrapper.h | 183 static inline s64 beat_get_characters_from_console(u64 termno, u64 *len, in beat_get_characters_from_console() 195 static inline s64 beat_put_characters_to_console(u64 termno, u64 len, in beat_put_characters_to_console()
|
/linux-3.3/arch/powerpc/include/asm/ |
D | hvsi.h | 76 uint32_t termno; member
|