Searched refs:hvc_struct (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/drivers/tty/hvc/ |
D | hvc_console.h | 48 struct hvc_struct { struct 73 int (*notifier_add)(struct hvc_struct *hp, int irq); 74 void (*notifier_del)(struct hvc_struct *hp, int irq); 75 void (*notifier_hangup)(struct hvc_struct *hp, int irq); 78 int (*tiocmget)(struct hvc_struct *hp); 79 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); 87 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data, 90 extern int hvc_remove(struct hvc_struct *hp); 93 int hvc_poll(struct hvc_struct *hp); 97 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws); [all …]
|
D | hvc_console.c | 104 static struct hvc_struct *hvc_get_by_index(int index) in hvc_get_by_index() 106 struct hvc_struct *hp; in hvc_get_by_index() 238 struct hvc_struct *hp = container_of(kref, struct hvc_struct, kref); in destroy_hvc_struct() 260 struct hvc_struct *hp; in hvc_instantiate() 312 struct hvc_struct *hp; in hvc_open() 361 struct hvc_struct *hp; in hvc_close() 409 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() 452 static int hvc_push(struct hvc_struct *hp) in hvc_push() 477 struct hvc_struct *hp = tty->driver_data; in hvc_write() 526 struct hvc_struct *hp; in hvc_set_winsz() [all …]
|
D | hvc_irq.c | 23 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() 38 void notifier_del_irq(struct hvc_struct *hp, int irq) in notifier_del_irq() 46 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq()
|
D | hvc_opal.c | 93 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() 107 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() 118 void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data) in hvc_opal_hvsi_hangup() 129 static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp) in hvc_opal_hvsi_tiocmget() 138 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvc_opal_hvsi_tiocmset() 167 struct hvc_struct *hp; in hvc_opal_probe() 227 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); in hvc_opal_remove()
|
D | hvc_vio.c | 162 static int hvterm_hvsi_open(struct hvc_struct *hp, int data) in hvterm_hvsi_open() 176 static void hvterm_hvsi_close(struct hvc_struct *hp, int data) in hvterm_hvsi_close() 187 void hvterm_hvsi_hangup(struct hvc_struct *hp, int data) in hvterm_hvsi_hangup() 198 static int hvterm_hvsi_tiocmget(struct hvc_struct *hp) in hvterm_hvsi_tiocmget() 207 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvterm_hvsi_tiocmset() 237 struct hvc_struct *hp; in hvc_vio_probe() 297 struct hvc_struct *hp = dev_get_drvdata(&vdev->dev); in hvc_vio_remove()
|
D | hvc_udbg.c | 33 struct hvc_struct *hvc_udbg_dev; 68 struct hvc_struct *hp; in hvc_udbg_init()
|
D | hvc_rtas.c | 42 struct hvc_struct *hvc_rtas_dev; 81 struct hvc_struct *hp; in hvc_rtas_init()
|
D | hvc_beat.c | 39 struct hvc_struct *hvc_beat_dev = NULL; 111 struct hvc_struct *hp; in hvc_beat_init()
|
D | hvc_tile.c | 64 struct hvc_struct *s; in hvc_tile_init()
|
D | hvc_iucv.c | 64 struct hvc_struct *hvc; /* HVC struct reference */ 487 static int hvc_iucv_notifier_add(struct hvc_struct *hp, int id) in hvc_iucv_notifier_add() 633 static void hvc_iucv_notifier_hangup(struct hvc_struct *hp, int id) in hvc_iucv_notifier_hangup() 670 static void hvc_iucv_notifier_del(struct hvc_struct *hp, int id) in hvc_iucv_notifier_del()
|
D | hvsi_lib.c | 375 int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_open() 387 void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_close()
|
D | hvc_xen.c | 50 struct hvc_struct *hvc;
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | hvsi.h | 80 struct hvc_struct; 86 extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp); 87 extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp);
|
/linux-3.4.99/drivers/char/ |
D | virtio_console.c | 87 struct hvc_struct *hvc; 937 static int notifier_add_vio(struct hvc_struct *hp, int data) in notifier_add_vio() 951 static void notifier_del_vio(struct hvc_struct *hp, int data) in notifier_del_vio()
|