Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dmax6959.c59 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 Dht16k33.c407 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()
H A Dseg-led-gpio.c37 bitmap_set_value8(values, map_to_seg7(&map->map.seg7, linedisp->buf[0]), 0); in seg_led_update()
/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
/linux/drivers/input/misc/
H A Dyealink.c153 val = map_to_seg7(&map_seg7, chr); in setChar()