Searched refs:DIM (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/tools/perf/util/ |
| D | sort.c | 1300 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 1303 DIM(SORT_PID, "pid", sort_thread), 1304 DIM(SORT_COMM, "comm", sort_comm), 1305 DIM(SORT_DSO, "dso", sort_dso), 1306 DIM(SORT_SYM, "symbol", sort_sym), 1307 DIM(SORT_PARENT, "parent", sort_parent), 1308 DIM(SORT_CPU, "cpu", sort_cpu), 1309 DIM(SORT_SOCKET, "socket", sort_socket), 1310 DIM(SORT_SRCLINE, "srcline", sort_srcline), 1311 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
| /linux-4.4.14/Documentation/leds/ |
| D | leds-lp3944.txt | 17 DIM modes; it could even be used as a gpio expander but this driver assumes it 20 The DIM modes are used to set _blink_ patterns for leds, the pattern is
|