Lines Matching defs:line_driver
19 struct line_driver { struct20 const char *name;21 const char *device_name;22 const short major;23 const short minor_start;24 const short type;25 const short subtype;26 const int read_irq;27 const char *read_irq_name;28 const int write_irq;29 const char *write_irq_name;30 struct mc_device mc;