Lines Matching refs:ETRAXSerial
54 typedef struct ETRAXSerial ETRAXSerial; typedef
55 DECLARE_INSTANCE_CHECKER(ETRAXSerial, ETRAX_SERIAL,
58 struct ETRAXSerial { struct
75 static void ser_update_irq(ETRAXSerial *s) in ser_update_irq() argument
91 ETRAXSerial *s = opaque; in ser_read()
126 ETRAXSerial *s = opaque; in ser_write()
171 DEFINE_PROP_CHR("chardev", ETRAXSerial, chr),
177 ETRAXSerial *s = opaque; in serial_receive()
198 ETRAXSerial *s = opaque; in serial_can_receive()
215 ETRAXSerial *s = ETRAX_SERIAL(d); in etraxfs_ser_reset()
227 ETRAXSerial *s = ETRAX_SERIAL(obj); in etraxfs_ser_init()
238 ETRAXSerial *s = ETRAX_SERIAL(dev); in etraxfs_ser_realize()
257 .instance_size = sizeof(ETRAXSerial),