Searched refs:T_OFFSET (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.h | 64 T_OFFSET = 265, /* T_OFFSET */ enumerator 82 #define T_OFFSET 265 macro
|
| H A D | parser.y | 77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN 201 Offset : T_OFFSET 202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
|
| H A D | dmxprint.c | 266 if (p->token == T_OFFSET) { in dmxConfigPrintPair() 290 DMXConfigPair dummySOffset = { T_OFFSET, 0, NULL, 0, 0, 0, 0 }; in dmxConfigPrintDisplay() 292 DMXConfigPair dummyROffset = { T_OFFSET, 0, NULL, 0, 0, 0, 0 }; in dmxConfigPrintDisplay()
|
| H A D | dmxcompat.c | 199 dmxConfigCreatePair(T_OFFSET, lineno, in dmxVDLRead()
|
| H A D | scanner.l | 70 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1);
|
| H A D | parser.c | 143 T_OFFSET = 265, /* T_OFFSET */ enumerator 161 #define T_OFFSET 265 macro
|
| H A D | scanner.c | 855 return getdimension(T_OFFSET, yytext+1, yyleng-1);
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | da9055.rst | 55 Degrees celsius = -0.4084 * (ADC_RES - T_OFFSET) + 307.6332
|
| H A D | da9052.rst | 68 Degrees celsius = 1.708 * (TJUNC_RES - T_OFFSET) - 108.8
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | nl80211.c | 5738 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()
|