Searched refs:map_to_seg14 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/auxdisplay/ |
H A D | ht16k33.c | 427 put_unaligned_le16(map_to_seg14(&map->map.seg14, *s++), buf + 0); in ht16k33_seg14_update() 428 put_unaligned_le16(map_to_seg14(&map->map.seg14, *s++), buf + 2); in ht16k33_seg14_update() 429 put_unaligned_le16(map_to_seg14(&map->map.seg14, *s++), buf + 4); in ht16k33_seg14_update() 430 put_unaligned_le16(map_to_seg14(&map->map.seg14, *s++), buf + 6); in ht16k33_seg14_update()
|
/linux/include/uapi/linux/ |
H A D | map_to_14segment.h | 36 * seg14 = map_to_seg14(&map_seg14, some_char); 85 static __inline__ int map_to_seg14(struct seg14_conversion_map *map, int c) in map_to_seg14() function
|