Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c701 kfree(hvcsd); in hvcs_destruct_port()
753 hvcsd = kzalloc(sizeof(*hvcsd), GFP_KERNEL); in hvcs_probe()
754 if (!hvcsd) in hvcs_probe()
761 hvcsd->vdev = dev; in hvcs_probe()
925 if ((!hvcsd->p_unit_address) || (!hvcsd->p_partition_ID)) in hvcs_has_pi()
1051 return hvcsd; in hvcs_get_by_index()
1073 if (!hvcsd) { in hvcs_install()
1202 hvcsd->vdev->unit_address, hvcsd->port.count); in hvcs_close()
1274 if (!hvcsd) in hvcs_write()
1311 memcpy(&hvcsd->buffer[hvcsd->chars_in_buffer], in hvcs_write()
[all …]