Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/auxdisplay/
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()
/linux-6.6.21/include/uapi/linux/
Dmap_to_7segment.h70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() function
/linux-6.6.21/drivers/input/misc/
Dyealink.c151 val = map_to_seg7(&map_seg7, chr); in setChar()