Home
last modified time | relevance | path

Searched defs:line_driver (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dline.h19 struct line_driver { struct
20 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 char *read_irq_name;
27 const char *write_irq_name;
28 struct mc_device mc;
[all …]
H A Dline.c541 int register_lines(struct line_driver *line_driver, in register_lines()