Home
last modified time | relevance | path

Searched refs:hvcsd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c317 static int hvcs_has_pi(struct hvcs_struct *hvcsd);
319 struct hvcs_struct *hvcsd);
320 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
323 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
324 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
326 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
354 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local
358 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
359 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()
360 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
[all …]