Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/hvc/
Dhvcs.c304 static int hvcs_has_pi(struct hvcs_struct *hvcsd);
306 struct hvcs_struct *hvcsd);
307 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
310 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
311 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
313 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
341 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local
345 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
346 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()
347 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
[all …]