Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c89 * hvcs_module_init(). Exposed hvcs_struct.index via a sysfs attribute so that
94 * 1.3.1 -> 1.3.2 Changed method for determining hvcs_struct->index and had it
111 * an hvcs_close(). Removed spinlock protection of hvcs_struct data members in
206 * In order to be somewhat sane this driver always associates the hvcs_struct
244 /* Only allow one hvcs_struct to use the hvcs_pi_buff at a time. */
247 /* One vty-server per hvcs_struct */
248 struct hvcs_struct { struct
260 * place upon this hvcs_struct instance.
302 static int hvcs_has_pi(struct hvcs_struct *hvcsd);
304 struct hvcs_struct *hvcs
[all...]
/kernel/linux/linux-6.6/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 4 milliseconds