Searched refs:sio_calldown (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | serialio.h | 63 struct serial_calldown *sio_calldown; member 182 ((p)->sio_calldown->down_open(p)) 188 ((p)->sio_calldown->down_config(p, a, b, c, d, e)) 194 ((p)->sio_calldown->down_enable_hfc(p, enb)) 201 ((p)->sio_calldown->down_set_extclk(p, cf)) 209 ((p)->sio_calldown->down_write(p, buf, len)) 216 ((p)->sio_calldown->down_du_write(p, buf, len)) 222 ((p)->sio_calldown->down_du_flush(p)) 226 ((p)->sio_calldown->down_break(p, brk)) 230 ((p)->sio_calldown->down_enable_tx(p, 1)) [all …]
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ioc4/ |
D | sio_ioc4.c | 1016 port->ip_sioport.sio_calldown = &ioc4_calldown; in ioc4_serial_attach()
|