Linux Kernel
3.7.1
|
#include <linux/errno.h>
Go to the source code of this file.
Data Structures | |
struct | seg7_conversion_map |
Macros | |
#define | BIT_SEG7_A 0 |
#define | BIT_SEG7_B 1 |
#define | BIT_SEG7_C 2 |
#define | BIT_SEG7_D 3 |
#define | BIT_SEG7_E 4 |
#define | BIT_SEG7_F 5 |
#define | BIT_SEG7_G 6 |
#define | BIT_SEG7_RESERVED 7 |
#define | SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } } |
#define | MAP_TO_SEG7_SYSFS_FILE "map_seg7" |
#define | _SEG7(l, a, b, c, d, e, f, g) |
#define | _MAP_0_32_ASCII_SEG7_NON_PRINTABLE 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |
#define | _MAP_33_47_ASCII_SEG7_SYMBOL |
#define | _MAP_48_57_ASCII_SEG7_NUMERIC |
#define | _MAP_58_64_ASCII_SEG7_SYMBOL |
#define | _MAP_65_90_ASCII_SEG7_ALPHA_UPPR |
#define | _MAP_91_96_ASCII_SEG7_SYMBOL |
#define | _MAP_97_122_ASCII_SEG7_ALPHA_LOWER |
#define | _MAP_123_126_ASCII_SEG7_SYMBOL |
#define | MAP_ASCII7SEG_ALPHANUM |
#define | MAP_ASCII7SEG_ALPHANUM_LC |
#define | SEG7_DEFAULT_MAP(_name) SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM) |
#define _MAP_0_32_ASCII_SEG7_NON_PRINTABLE 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |
Definition at line 101 of file map_to_7segment.h.
#define _MAP_123_126_ASCII_SEG7_SYMBOL |
Definition at line 148 of file map_to_7segment.h.
#define _MAP_33_47_ASCII_SEG7_SYMBOL |
Definition at line 104 of file map_to_7segment.h.
#define _MAP_48_57_ASCII_SEG7_NUMERIC |
Definition at line 111 of file map_to_7segment.h.
#define _MAP_58_64_ASCII_SEG7_SYMBOL |
#define _MAP_65_90_ASCII_SEG7_ALPHA_UPPR |
Definition at line 122 of file map_to_7segment.h.
#define _MAP_91_96_ASCII_SEG7_SYMBOL |
#define _MAP_97_122_ASCII_SEG7_ALPHA_LOWER |
Definition at line 137 of file map_to_7segment.h.
Definition at line 97 of file map_to_7segment.h.
#define BIT_SEG7_A 0 |
Definition at line 65 of file map_to_7segment.h.
#define BIT_SEG7_B 1 |
Definition at line 66 of file map_to_7segment.h.
#define BIT_SEG7_C 2 |
Definition at line 67 of file map_to_7segment.h.
#define BIT_SEG7_D 3 |
Definition at line 68 of file map_to_7segment.h.
#define BIT_SEG7_E 4 |
Definition at line 69 of file map_to_7segment.h.
#define BIT_SEG7_F 5 |
Definition at line 70 of file map_to_7segment.h.
#define BIT_SEG7_G 6 |
Definition at line 71 of file map_to_7segment.h.
#define BIT_SEG7_RESERVED 7 |
Definition at line 72 of file map_to_7segment.h.
#define MAP_ASCII7SEG_ALPHANUM |
Definition at line 158 of file map_to_7segment.h.
#define MAP_ASCII7SEG_ALPHANUM_LC |
Definition at line 173 of file map_to_7segment.h.
#define MAP_TO_SEG7_SYSFS_FILE "map_seg7" |
Definition at line 91 of file map_to_7segment.h.
#define SEG7_CONVERSION_MAP | ( | _name, | |
_map | |||
) | struct seg7_conversion_map _name = { .table = { _map } } |
Definition at line 83 of file map_to_7segment.h.
#define SEG7_DEFAULT_MAP | ( | _name | ) | SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM) |
Definition at line 183 of file map_to_7segment.h.