Searched refs:hvcs_struct (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvcs.c91 * hvcs_module_init(). Exposed hvcs_struct.index via a sysfs attribute so that
96 * 1.3.1 -> 1.3.2 Changed method for determining hvcs_struct->index and had it
113 * an hvcs_close(). Removed spinlock protection of hvcs_struct data members in
208 * In order to be somewhat sane this driver always associates the hvcs_struct
246 /* Only allow one hvcs_struct to use the hvcs_pi_buff at a time. */
249 /* One vty-server per hvcs_struct */
250 struct hvcs_struct { struct
262 * place upon this hvcs_struct instance.
296 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
299 static void hvcs_partner_free(struct hvcs_struct *hvcs
[all...]

Completed in 94 milliseconds