Searched refs:high (Results 1 - 15 of 15) sorted by relevance

/include/linux/
H A Dhwmon.h24 static inline int SENSORS_LIMIT(long value, long low, long high) argument
28 else if (value > high)
29 return high;
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Dhardirq.h43 #error HARDIRQ_BITS too high!
H A Ddmar.h113 __u64 high; member in union:irte::__anon306
H A Dintel-iommu.h52 #define DMAR_PHMBASE_REG 0x70 /* pmrr high base addr */
53 #define DMAR_PHMLIMIT_REG 0x78 /* pmrr high limit */
270 u64 low, high; member in struct:qi_desc
H A Dwireless.h766 struct iw_quality high; /* High threshold */ member in struct:iw_thrspy
H A Dmmzone.h199 int high; /* high watermark, emptying needed */ member in struct:per_cpu_pages
/include/asm-generic/
H A Dio-64-nonatomic-hi-lo.h11 u32 low, high; local
13 high = readl(p + 1);
16 return low + ((u64)high << 32);
H A Dio-64-nonatomic-lo-hi.h11 u32 low, high; local
14 high = readl(p + 1);
16 return low + ((u64)high << 32);
/include/sound/
H A Dsfnt_info.h130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
/include/linux/mfd/
H A Ddbx500-prcmu.h508 static inline int prcmu_config_hotmon(u8 low, u8 high) argument
513 return db8500_prcmu_config_hotmon(low, high);
735 static inline int prcmu_config_hotmon(u8 low, u8 high) argument
H A Ddb8500-prcmu.h311 * @VARMHIGHSPEEDVALTO_ERR: The ARM high speed supply value transfered
325 * @VSAFEHPVALTO_ERR: The SAFE high power supply value transfered through I2C
527 int db8500_prcmu_config_hotmon(u8 low, u8 high);
658 static inline int db8500_prcmu_config_hotmon(u8 low, u8 high) argument
H A Dabx500.h195 * @high_curr_time: Time current has to be high to go to recovery
197 * @accu_high_curr: FG accumulation time in high current mode
263 * @low_high_cur_lvl: charger current in temp low/high state in mA
264 * @low_high_vol_lvl: charger voltage in temp low/high state in mV'
306 * @high: high capacity level in percent
313 int high; member in struct:abx500_bm_capacity_levels
/include/linux/mfd/abx500/
H A Dab8500-bm.h269 * @high_curr_time: Time current has to be high to go to recovery
271 * @accu_high_curr: FG accumulation time in high current mode
320 * @high: high capacity level in percent
327 int high; member in struct:ab8500_bm_capacity_levels
/include/net/
H A Dip.h215 extern void inet_get_local_port_range(int *low, int *high);

Completed in 1301 milliseconds