Searched refs:hvcs_open (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvcs.c | 75 * 1.3.0 -> 1.3.1 In hvcs_open memset(..,0x00,..) instead of memset(..,0x3F,00). 91 * determined. Moved kobject_put() in hvcs_open outside of the 314 static int hvcs_open(struct tty_struct *tty, struct file *filp); 1161 static int hvcs_open(struct tty_struct *tty, struct file *filp) in hvcs_open() function 1194 * failed hvcs_open by the tty layer's release_dev() api and we can just in hvcs_close() 1234 * This line is important because it tells hvcs_open that this in hvcs_cleanup() 1235 * device needs to be re-configured the next time hvcs_open is in hvcs_cleanup() 1427 .open = hvcs_open,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvcs.c | 77 * 1.3.0 -> 1.3.1 In hvcs_open memset(..,0x00,..) instead of memset(..,0x3F,00). 93 * determined. Moved kobject_put() in hvcs_open outside of the 1137 static int hvcs_open(struct tty_struct *tty, struct file *filp) in hvcs_open() function 1170 * failed hvcs_open by the tty layer's release_dev() api and we can just in hvcs_close() 1213 * This line is important because it tells hvcs_open that this in hvcs_cleanup() 1214 * device needs to be re-configured the next time hvcs_open is in hvcs_cleanup() 1384 .open = hvcs_open,
|
Completed in 4 milliseconds