Searched refs:_target (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | processor.h | 342 #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/ |
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 | 158 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.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12892 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/ |
D | w83795.c | 1664 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|