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

/linux-master/drivers/tty/hvc/
H A Dhvcs.c77 * 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
1135 static int hvcs_open(struct tty_struct *tty, struct file *filp) function
1168 * failed hvcs_open by the tty layer's release_dev() api and we can just
1211 * This line is important because it tells hvcs_open that this
1212 * device needs to be re-configured the next time hvcs_open is
1382 .open = hvcs_open,

Completed in 199 milliseconds