Home
last modified time | relevance | path

Searched refs:d7s (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/sbus/char/
H A Ddisplay7seg.c26 #define DRIVER_NAME "d7s"
54 struct d7s { struct
58 struct d7s *d7s_device; argument
88 struct d7s *p = d7s_device; in d7s_release()
104 struct d7s *p = d7s_device; in d7s_ioctl()
174 struct d7s *p; in d7s_probe()
185 p->regs = of_ioremap(&op->resource[0], 0, sizeof(u8), "d7s"); in d7s_probe()
198 /* OBP option "d7s-flipped?" is honored as default for the in d7s_probe()
204 p->flipped = of_property_read_bool(opts, "d7s-flipped?"); in d7s_probe()
234 struct d7s * in d7s_remove()
[all...]