Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dlinkage.h14 #define EX_TABLE(_fault, _target) \ argument
18 ".long (" #_target ") - .\n" \
23 #define EX_TABLE(_fault, _target) \ argument
27 .long (_target) - . ; \
/linux-4.4.14/Documentation/hwmon/
Dmax3179035 fan[1-6]_target RW desired fan speed in RPM
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.
Dnct6775162 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.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13311 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
13314 u32 *target = (u32 *)_target; in be32_to_cpu_n()
13325 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
13328 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops()
13342 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
13345 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro()
13362 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
13365 u16 *target = (u16 *)_target; in be16_to_cpu_n()
/linux-4.4.14/drivers/hwmon/
Dw83795.c1664 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \