Searched refs:map_to_seg7 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/auxdisplay/ |
| H A D | max6959.c | 59 buf[0] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update() 60 buf[1] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update() 61 buf[2] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update() 62 buf[3] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update()
|
| H A D | ht16k33.c | 407 buf[0] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update() 409 buf[2] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update() 413 buf[6] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update() 415 buf[8] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update()
|
| /linux/include/uapi/linux/ |
| H A D | map_to_7segment.h | 70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() function
|
| /linux/drivers/input/misc/ |
| H A D | yealink.c | 144 val = map_to_seg7(&map_seg7, chr); in setChar()
|