Home
last modified time | relevance | path

Searched refs:_target (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dprocessor.h342 #define EX_TABLE(_fault, _target) \ argument
346 ".long (" #_target ") - .\n" \
351 #define EX_TABLE(_fault, _target) \ argument
355 .long (_target) - . ; \
/linux-4.1.27/Documentation/hwmon/
Dw83791d125 temp[1-3]_target - defines the target temperature for Thermal Cruise mode.
Df71805f163 You ask for a specific fan speed by writing to the fan<n>_target file.
Dnct6775158 fan[1-5]_target Target fan speed
Dw83627ehf133 pwm[1-4]_target - set target temperature, unit millidegree Celsius
Dsysfs-interface224 fan[1-*]_target
/linux-4.1.27/fs/logfs/
Dreadwrite.c2061 static void __get_segment_entry(struct logfs_segment_entry *se, long _target) in __get_segment_entry() argument
2063 struct logfs_segment_entry *target = (void *)_target; in __get_segment_entry()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12892 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
12895 u32 *target = (u32 *)_target; in be32_to_cpu_n()
12906 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
12909 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops()
12923 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
12926 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro()
12943 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
12946 u16 *target = (u16 *)_target; in be16_to_cpu_n()
/linux-4.1.27/drivers/hwmon/
Dw83795.c1664 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \