Searched refs:_target (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | linkage.h | 15 #define EX_TABLE(_fault, _target) \ argument 19 ".long (" #_target ") - .\n" \ 24 #define EX_TABLE(_fault, _target) \ argument 28 .long (_target) - . ; \
|
/Linux-v4.19/Documentation/hwmon/ |
D | max31790 | 35 fan[1-6]_target RW desired fan speed in RPM
|
D | max31785 | 37 fan[1-4]_target Fan input target
|
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 | w83627ehf | 133 pwm[1-4]_target - set target temperature, unit millidegree Celsius
|
D | nct6775 | 170 fan[1-7]_target Target fan speed
|
D | sysfs-interface | 232 fan[1-*]_target
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 817 #define EX_TABLE(_fault, _target) \ argument 821 stringify_in_c(.long (_target) - . ;) \
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ppc_asm.h | 817 #define EX_TABLE(_fault, _target) \ argument 821 stringify_in_c(.long (_target) - . ;) \
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13424 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument 13427 u32 *target = (u32 *)_target; in be32_to_cpu_n() 13438 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument 13441 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops() 13455 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument 13458 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro() 13475 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument 13478 u16 *target = (u16 *)_target; in be16_to_cpu_n()
|
/Linux-v4.19/drivers/hwmon/ |
D | w83795.c | 1664 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|