[go: nahoru, domu]

Searched refs:MIN (Results 1 - 25 of 26) sorted by relevance

12

/drivers/clk/at91/
H A Dpmc.h24 #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,}
/drivers/hwmon/
H A Dadt7475.c28 #define MIN 1 macro
359 if (sattr->nr == MIN)
364 if (sattr->nr == MIN)
499 case MIN:
626 data->tach[MIN][sattr->index] = rpm2tach(val);
629 data->tach[MIN][sattr->index]);
695 case MIN:
924 set_voltage, MIN, 0);
930 set_voltage, MIN, 1);
936 set_voltage, MIN,
[all...]
H A Dasb100.c280 set_in_reg(MIN, min)
H A Dw83l786ng.c269 store_in_reg(MIN, min)
H A Dw83791d.c402 store_in_reg(MIN, min);
H A Dw83792d.c406 store_in_reg(MIN, min);
H A Dw83781d.c291 store_in_reg(MIN, min);
/drivers/media/dvb-frontends/
H A Dstv0367_priv.h44 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) macro
/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.h57 #define LST_VALIDATE_TIMEOUT(t) MIN(MAX(t, LST_TRANS_MIN_TIMEOUT), LST_TRANS_TIMEOUT)
/drivers/staging/bcm/
H A DMacros.h102 #ifndef MIN
103 #define MIN(_a, _b) ((_a) < (_b) ? (_a) : (_b)) macro
H A Dnvm.c443 uiBytesToRead = MIN(uiNumBytes, uiBytesToRead);
461 uiBytesToRead = MIN(uiNumBytes, MAX_RW_SIZE);
1459 uiBytesToCopy = MIN(BUFFER_4K, uiEepromSize);
1471 uiBytesToCopy = MIN(BUFFER_4K, uiEepromSize);
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_private.h462 #ifndef MIN
463 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/drivers/staging/rtl8188eu/include/
H A Drtw_security.h365 #ifndef MIN
366 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/drivers/staging/unisys/include/
H A Dtimskmod.h65 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/drivers/staging/lustre/lnet/lnet/
H A Dlib-move.c204 this_nob = MIN(diov->iov_len - doffset,
206 this_nob = MIN(this_nob, nob);
325 this_nob = MIN(diov->kiov_len - doffset,
327 this_nob = MIN(this_nob, nob);
406 this_nob = MIN(iov->iov_len - iovoffset,
408 this_nob = MIN(this_nob, nob);
477 this_nob = MIN(kiov->kiov_len - kiovoffset,
479 this_nob = MIN(this_nob, nob);
1537 mlength = MIN(rlength, (int)md->md_length);
H A Drouter_proc.c52 #define LNET_PROC_VER_BITS MAX(((MIN(LNET_LOFFT_BITS, 64)) / 4), 8)
/drivers/scsi/isci/
H A Dinit.c69 #define MIN 2 macro
71 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
/drivers/w1/
H A Dw1_netlink.c33 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
608 reply_size = MIN(CONNECTOR_MAX_MSG_SIZE, reply_size);
/drivers/nfc/pn544/
H A Di2c.c130 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
135 #define PN544_FW_I2C_WRITE_DATA_MAX_LEN MIN((PN544_FW_I2C_MAX_PAYLOAD -\
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_cb.c1094 nob = MIN (nob_to_skip, sizeof (ksocknal_slop_buffer));
1965 MIN(route->ksnr_retry_interval,
H A Dsocklnd.c777 MIN(n_peerips, net->ksnn_ninterfaces);
/drivers/platform/x86/
H A Dsony-laptop.c801 #define MIN(a, b) (a > b ? b : a) macro
813 len = MIN(buflen, object->buffer.length);
817 len = MIN(buflen, sizeof(object->integer.value));
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c1129 wrknob = MIN(MIN(kiblnd_rd_frag_size(srcrd, srcidx),
/drivers/net/ethernet/intel/igb/
H A Digb_main.c60 #define MIN 2 macro
62 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
/drivers/gpu/drm/radeon/
H A Devergreen_cs.c35 #define MIN(a,b) (((a)<(b))?(a):(b)) macro

Completed in 451 milliseconds

12