Home
last modified time | relevance | path

Searched refs:T_OFFSET (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h64 T_OFFSET = 265, /* T_OFFSET */ enumerator
82 #define T_OFFSET 265 macro
H A Dparser.y77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN
201 Offset : T_OFFSET
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
H A Ddmxprint.c266 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 Ddmxcompat.c199 dmxConfigCreatePair(T_OFFSET, lineno, in dmxVDLRead()
H A Dscanner.l70 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1);
H A Dparser.c143 T_OFFSET = 265, /* T_OFFSET */ enumerator
161 #define T_OFFSET 265 macro
H A Dscanner.c855 return getdimension(T_OFFSET, yytext+1, yyleng-1);
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dda9055.rst55 Degrees celsius = -0.4084 * (ADC_RES - T_OFFSET) + 307.6332
H A Dda9052.rst68 Degrees celsius = 1.708 * (TJUNC_RES - T_OFFSET) - 108.8
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c5738 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()