Searched refs:_target (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | linkage.h | 14 #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/ |
D | max31790 | 35 fan[1-6]_target RW desired fan speed in RPM
|
D | w83791d | 125 temp[1-3]_target - defines the target temperature for Thermal Cruise mode.
|
D | f71805f | 163 You ask for a specific fan speed by writing to the fan<n>_target file.
|
D | nct6775 | 162 fan[1-5]_target Target fan speed
|
D | w83627ehf | 133 pwm[1-4]_target - set target temperature, unit millidegree Celsius
|
D | sysfs-interface | 224 fan[1-*]_target
|
/linux-4.4.14/fs/logfs/ |
D | readwrite.c | 2061 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/ |
D | bnx2x_main.c | 13311 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/ |
D | w83795.c | 1664 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|