Searched full:xout (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | renesas,rzg2l-cpg.yaml | 42 crystal oscillator (XIN/XOUT).
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 1023 xout = x[1].out 1026 (xsym.name_ver, xsym.lib.libfile), file=xout) 1029 (xsym.name_ver, xsym.lib.libfile), file=xout) 1033 print(i, file=xout) 1034 print(pp.result(), file=xout)
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r9a09g011.dtsi | 16 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
|
| H A D | r9a07g043.dtsi | 36 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
|
| H A D | r9a07g044.dtsi | 37 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
|
| H A D | r9a07g054.dtsi | 37 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 13067 ** the error message to callback function xOut. 16233 ** int (*xOut)(const char*,void*), // Output routine. ex: fputs 16234 ** void *pOutArg, // 2nd argument to xOut. ex: stderr 16350 int (*xOut)(const char*, void*); /* Send output here */ member 16353 void *pOutArg; /* First argument to xOut */ 16470 pInfo->xOut(zMsg, pInfo->pOutArg); in vfstrace_printf() 17350 int (*xOut)(const char*,void*), /* Output routine. ex: fputs */ in vfstrace_register() 17351 void *pOutArg, /* 2nd argument to xOut. ex: stderr */ in vfstrace_register() 17399 pInfo->xOut = xOut; in vfstrace_register()
|