Searched refs:serial_open_ops_1 (Results 1 – 3 of 3) sorted by relevance
189 static struct serial *serial_open_ops_1 (const struct serial_ops *ops,223 return serial_open_ops_1 (ops, open_name); in serial_open()229 serial_open_ops_1 (const struct serial_ops *ops, const char *open_name) in serial_open_ops_1() function258 return serial_open_ops_1 (ops, NULL); in serial_open_ops()
8335 (serial_open_ops_1): New function, factored out from
17327 * serial.c (serial_open_ops_1): Use stdio_file.