Searched refs:map_to_seg7 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/auxdisplay/ |
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()
|
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()
|
D | seg-led-gpio.c | 37 bitmap_set_value8(values, map_to_seg7(&map->map.seg7, linedisp->buf[0]), 0); in seg_led_update()
|
/linux-6.12.1/include/uapi/linux/ |
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-6.12.1/drivers/input/misc/ |
D | yealink.c | 153 val = map_to_seg7(&map_seg7, chr); in setChar()
|