Home
last modified time | relevance | path

Searched defs:linedisp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/auxdisplay/
H A Dline-display.c48 struct linedisp *linedisp; member
55 static int create_attachment(struct device *dev, struct linedisp *linedisp, bool direct) in create_attachment() argument
76 struct linedisp *linedisp; delete_attachment() local
113 should_scroll(struct linedisp * linedisp) should_scroll() argument
127 struct linedisp *linedisp = timer_container_of(linedisp, t, timer); linedisp_scroll() local
164 linedisp_display(struct linedisp * linedisp,const char * msg,ssize_t count) linedisp_display() argument
227 struct linedisp *linedisp = to_linedisp(dev); message_show() local
246 struct linedisp *linedisp = to_linedisp(dev); message_store() local
258 struct linedisp *linedisp = to_linedisp(dev); num_chars_show() local
268 struct linedisp *linedisp = to_linedisp(dev); scroll_step_ms_show() local
277 struct linedisp *linedisp = to_linedisp(dev); scroll_step_ms_store() local
299 struct linedisp *linedisp = to_linedisp(dev); map_seg_show() local
309 struct linedisp *linedisp = to_linedisp(dev); map_seg_store() local
337 struct linedisp *linedisp = to_linedisp(dev); linedisp_attr_is_visible() local
368 struct linedisp *linedisp = container_of(dev, struct linedisp, dev); linedisp_release() local
381 linedisp_init_map(struct linedisp * linedisp) linedisp_init_map() argument
438 linedisp_attach(struct linedisp * linedisp,struct device * dev,unsigned int num_chars,const struct linedisp_ops * ops) linedisp_attach() argument
493 struct linedisp *linedisp; linedisp_detach() local
523 linedisp_register(struct linedisp * linedisp,struct device * parent,unsigned int num_chars,const struct linedisp_ops * ops) linedisp_register() argument
586 linedisp_unregister(struct linedisp * linedisp) linedisp_unregister() argument
[all...]
H A Dimg-ascii-lcd.c41 struct linedisp linedisp; member
53 static void boston_update(struct linedisp *linedisp) in boston_update()
83 static void malta_update(struct linedisp *linedisp) in malta_update()
170 static void sead3_update(struct linedisp *linedisp) in sead3_update()
H A Dht16k33.c96 struct linedisp linedisp; member
435 static int ht16k33_linedisp_get_map_type(struct linedisp *linedisp) in ht16k33_linedisp_get_map_type()
453 static void ht16k33_linedisp_update(struct linedisp *linedisp) in ht16k33_linedisp_update()
647 struct linedisp *linedisp = &priv->linedisp; in ht16k33_seg_probe() local