/Linux-v4.19/drivers/clk/at91/ |
D | pmc.h | 27 #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,} argument
|
/Linux-v4.19/drivers/hwmon/ |
D | adt7475.c | 30 #define MIN 1 macro 365 if (sattr->nr == MIN) in set_voltage() 370 if (sattr->nr == MIN) in set_voltage() 508 case MIN: in set_temp() 723 data->tach[MIN][sattr->index] = rpm2tach(val); in set_tach() 726 data->tach[MIN][sattr->index]); in set_tach() 801 case MIN: in set_pwm() 1081 set_voltage, MIN, 0); 1087 set_voltage, MIN, 1); 1093 set_voltage, MIN, 2); [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | expr.y | 26 %token MIN MAX IF ELSE SMT_ON 27 %left MIN MAX IF 87 | MIN '(' expr ',' expr ')' { $$ = $3 < $5 ? $3 : $5; } 123 return MIN;
|
/Linux-v4.19/arch/um/drivers/ |
D | mconsole_user.c | 74 #define MIN(a,b) ((a)<(b) ? (a):(b)) macro 93 len = MIN(sizeof(req->request.data) - 1, in mconsole_get_request() 143 len = MIN(total, MCONSOLE_MAX_DATA - 1); in mconsole_reply_len()
|
/Linux-v4.19/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 28 #define GET_PRI_TO_USE(MIN, MAX, RUNTIME) \ argument 29 (MIN + PRI_TOLERANCE == MAX - PRI_TOLERANCE ? \ 30 MIN + PRI_TOLERANCE : RUNTIME)
|
/Linux-v4.19/block/ |
D | deadline-iosched.c | 491 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 497 if (__data < (MIN)) \ 498 __data = (MIN); \
|
D | mq-deadline.c | 609 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 615 if (__data < (MIN)) \ 616 __data = (MIN); \
|
D | bfq-iosched.c | 5475 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 5480 unsigned long __data, __min = (MIN), __max = (MAX); \ 5508 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 5512 unsigned long __data, __min = (MIN), __max = (MAX); \
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | checklist.c | 140 max_choice = MIN(list_height, item_count()); in dialog_checklist() 183 check_x = MIN(check_x, list_width); in dialog_checklist()
|
D | textbox.c | 346 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line() 349 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
|
D | menubox.c | 203 max_choice = MIN(menu_height, item_count()); in dialog_menu() 334 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
|
D | dialog.h | 56 #define MIN(x,y) (x < y ? x : y) macro
|
D | util.c | 368 int tlen = MIN(width - 2, strlen(title)); in print_title()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 39 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 403 #ifndef MIN 404 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 225 result = run_test(size, MIN(size, 8), wr, wp); in main()
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 92 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_ABSOLUTEMAX, (size_t)1 << cParams.windowLog); in ZSTD_CCtxWorkspaceBound() 98 U32 const hashLog3 = (cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, cParams.windowLog); in ZSTD_CCtxWorkspaceBound() 252 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_ABSOLUTEMAX, (size_t)1 << params.cParams.windowLog); in ZSTD_resetCCtx_advanced() 258 …U32 const hashLog3 = (params.cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, params.cParams… in ZSTD_resetCCtx_advanced() 770 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN - 1); in ZSTD_compressSequences_internal() 805 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN - 1); in ZSTD_compressSequences_internal() 942 const BYTE *const vEnd = MIN(ip + (mEnd - match), iEnd); in ZSTD_count_2segments() 1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBt1() 1637 return MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 1672 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndFindBestMatch() [all …]
|
D | zstd_internal.h | 39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
D | decompress.c | 1194 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN); in ZSTD_decodeSequenceLong_generic() 1377 int const seqAdvance = MIN(nbSeq, ADVANCED_SEQS); in ZSTD_decompressSequencesLong() 2185 size_t const blockSize = MIN(maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_DStreamWorkspaceBound() 2231 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_initDStream() 2292 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() 2366 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_decompressStream()
|
/Linux-v4.19/drivers/scsi/isci/ |
D | init.c | 69 #define MIN 2 macro 71 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
/Linux-v4.19/lib/ |
D | decompress_unlzma.c | 40 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 615 wr.bufsize = MIN(header.dst_size, header.dict_size); in unlzma()
|
/Linux-v4.19/drivers/nfc/pn544/ |
D | i2c.c | 140 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro 145 #define PN544_FW_I2C_WRITE_DATA_MAX_LEN MIN((PN544_FW_I2C_MAX_PAYLOAD -\
|
/Linux-v4.19/drivers/devfreq/ |
D | devfreq.c | 32 #define MIN(a,b) ((a < b) ? a : b) macro 283 max_freq = MIN(devfreq->scaling_max_freq, devfreq->max_freq); in update_devfreq() 1191 return sprintf(buf, "%lu\n", MIN(df->scaling_max_freq, df->max_freq)); in max_freq_show()
|
/Linux-v4.19/tools/perf/tests/ |
D | code-reading.c | 163 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output()
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_main.c | 33 #define MIN 2 macro 34 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN)
|