Searched refs:min (Results 1 - 25 of 64) sorted by relevance

123

/include/uapi/linux/netfilter/
H A Dxt_length.h7 __u16 min, max; member in struct:xt_length_info
H A Dxt_u32.h19 __u32 min; member in struct:xt_u32_value_element
H A Dnf_nat.h25 union nf_conntrack_man_proto min; member in struct:nf_nat_ipv4_range
/include/trace/events/
H A Dregulator.h78 TP_PROTO(const char *name, int min, int max),
80 TP_ARGS(name, min, max),
84 __field( int, min )
90 __entry->min = min;
95 (int)__entry->min, (int)__entry->max)
100 TP_PROTO(const char *name, int min, int max),
102 TP_ARGS(name, min, max)
H A Dhost1x.h224 TP_PROTO(void *mem_id, u32 offset, u32 syncpt_id, u32 thresh, u32 min),
226 TP_ARGS(mem_id, offset, syncpt_id, thresh, min),
233 __field(u32, min)
241 __entry->min = min;
247 __entry->min)
/include/linux/input/
H A Dgpio_tilt.h7 * @min: minimum value for abs_param
14 int min; member in struct:gpio_tilt_axis
/include/sound/
H A Dtlv.h38 #define SNDRV_CTL_TLVT_DB_MINMAX 4 /* dB scale with min/max */
39 #define SNDRV_CTL_TLVT_DB_MINMAX_MUTE 5 /* dB scale with min/max with mute */
53 #define TLV_DB_SCALE_ITEM(min, step, mute) \
55 (min), \
58 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
59 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
61 /* dB scale specified with min/max values instead of step */
82 /* Each item is: <min> <max> <TLV> */
H A Dpcm_params.h248 i->min = 0;
263 return (i->min > i->max ||
264 (i->min == i->max && (i->openmin || i->openmax)));
274 return (i->min == i->max ||
275 (i->min + 1 == i->max && i->openmax));
280 return i->min;
285 return i->min;
299 return !((i->min > val || (i->min == val && i->openmin) ||
312 if (i->openmin && i->openmax && i->min
[all...]
/include/uapi/linux/
H A Datm_nicstar.h33 unsigned min; member in struct:buf_nr
/include/linux/
H A Dcpufreq.h57 unsigned int min; /* in kHz */ member in struct:cpufreq_real_policy
76 unsigned int min; /* in kHz */ member in struct:cpufreq_policy
321 unsigned int min, unsigned int max)
323 if (policy->min < min)
324 policy->min = min;
325 if (policy->max < min)
326 policy->max = min;
327 if (policy->min > ma
320 cpufreq_verify_within_limits(struct cpufreq_policy *policy, unsigned int min, unsigned int max) argument
[all...]
H A Ddelay.h48 void usleep_range(unsigned long min, unsigned long max);
H A Duwb.h745 * For 8 bit quantities, we keep the min, the max, an accumulator
766 s8 min, max; member in struct:stats
781 s8 min, max; local
785 min = 127;
789 min = stats->min;
794 if (sample < min) /* compute new values */
795 min = sample;
800 stats->min = min; /* commi
812 int min, max, avg; local
[all...]
H A Dregset.h230 : min(*count, end_pos - *pos));
255 : min(*count, end_pos - *pos));
285 : min(*count, end_pos - *pos));
311 : min(*count, end_pos - *pos));
H A Dslub_def.h75 struct kmem_cache_order_objects min; member in struct:kmem_cache
H A Dnamei.h98 ((char *) name)[min(len, maxlen)] = '\0';
H A Dregmap.h433 int regcache_sync_region(struct regmap *map, unsigned int min,
435 int regcache_drop_region(struct regmap *map, unsigned int min,
678 static inline int regcache_sync_region(struct regmap *map, unsigned int min, argument
685 static inline int regcache_drop_region(struct regmap *map, unsigned int min, argument
/include/net/netfilter/
H A Dnf_nat_l4proto.h23 /* Is the manipable part of the tuple between min and max incl? */
26 const union nf_conntrack_man_proto *min,
60 const union nf_conntrack_man_proto *min,
/include/asm-generic/
H A Drtc.h119 unsigned char mon, day, hrs, min, sec; local
130 min = time->tm_min;
167 min = bin2bcd(min);
186 CMOS_WRITE(min, RTC_MINUTES);
/include/linux/mfd/
H A Dmax14577.h91 unsigned int min; member in struct:maxim_charger_current
/include/media/
H A Dtuner-types.h120 u16 min; member in struct:tunertype
H A Dv4l2-ctrls.h65 * the usual min/max/step checks are not sufficient.
268 * @min: The control's minimum value.
294 s64 min; member in struct:v4l2_ctrl_config
314 * The contents of @min, @max, @step and @def may be modified depending on
322 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
430 * @min: The control's minimum value.
445 u32 id, s64 min, s64 max, u64 step, s64 def);
460 * Same as v4l2_ctrl_new_std(), but @min is set to 0 and the @mask value
628 s64 min, s64 max, u64 step, s64 def);
632 * @min
647 v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) argument
[all...]
/include/video/
H A Ddisplay_timing.h38 u32 min; member in struct:timing_entry
H A Dmbxfb.h9 unsigned int min; member in struct:mbxfb_val
/include/net/
H A Dudp.h198 int min, int max, bool use_eth)
202 if (min >= max) {
204 inet_get_local_port_range(net, &min, &max);
223 return htons((((u64) hash * (max - min)) >> 32) + min);
197 udp_flow_src_port(struct net *net, struct sk_buff *skb, int min, int max, bool use_eth) argument
/include/net/phonet/
H A Dphonet.h53 void phonet_get_local_port_range(int *min, int *max);

Completed in 366 milliseconds

123