Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmap_to_7segment.h70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() function
/openbmc/linux/drivers/auxdisplay/
H A Dht16k33.c460 buf[0] = map_to_seg7(&seg->map.seg7, *s++); in ht16k33_seg7_update()
462 buf[2] = map_to_seg7(&seg->map.seg7, *s++); in ht16k33_seg7_update()
466 buf[6] = map_to_seg7(&seg->map.seg7, *s++); in ht16k33_seg7_update()
468 buf[8] = map_to_seg7(&seg->map.seg7, *s++); in ht16k33_seg7_update()
/openbmc/linux/drivers/input/misc/
H A Dyealink.c151 val = map_to_seg7(&map_seg7, chr); in setChar()