Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dasm-extable.h29 #define __EX_TABLE(_section, _fault, _target, _type, _regerr, _regaddr, _len) \ argument
33 stringify_in_c(.long (_target) - .;) \
68 #define EX_TABLE(_fault, _target) \ argument
71 #define EX_TABLE_AMODE31(_fault, _target) \ argument
74 #define EX_TABLE_UA_FAULT(_fault, _target, _regerr) \ argument
77 #define EX_TABLE_UA_LOAD_REG(_fault, _target, _regerr, _regzero) \ argument
80 #define EX_TABLE_UA_LOAD_REGPAIR(_fault, _target, _regerr, _regzero) \ argument
83 #define EX_TABLE_ZEROPAD(_fault, _target, _regdata, _regaddr) \ argument
86 #define EX_TABLE_FPC(_fault, _target) \ argument
89 #define EX_TABLE_UA_MVCOS_TO(_fault, _target) \ argument
[all …]
/linux-6.15/arch/powerpc/include/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
885 stringify_in_c(.llong (_target);) \
/linux-6.15/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
885 stringify_in_c(.llong (_target);) \
/linux-6.15/tools/perf/util/
H A Dstat-display.c1365 struct target *_target __maybe_unused, in print_header_interval_std()
1421 if (_target->bpf_str) in print_header_std()
1423 else if (_target->system_wide) in print_header_std()
1425 else if (_target->cpu_list) in print_header_std()
1427 else if (!target__has_task(_target)) { in print_header_std()
1431 } else if (_target->pid) in print_header_std()
1432 fprintf(output, "process id \'%s", _target->pid); in print_header_std()
1434 fprintf(output, "thread id \'%s", _target->tid); in print_header_std()
1446 struct target *_target __maybe_unused, in print_header_csv()
1455 struct target *_target __maybe_unused, in print_header_json()
[all …]
H A Dstat.h238 struct target *_target, struct timespec *ts, int argc, const char **argv);
/linux-6.15/Documentation/hwmon/
H A Dcorsair-cpro.rst36 fan[1-6]_target Sets fan speed target rpm.
H A Dmax6620.rst38 fan[1-4]_target rw Desired fan speed in RPM.
H A Dmax31790.rst40 fan[1-6]_target RW desired fan speed in RPM
H A Dmax31785.rst42 fan[1-4]_target Fan input target
H A Dw83791d.rst138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
H A Df71805f.rst177 You ask for a specific fan speed by writing to the fan<n>_target file.
H A Dnct6775.rst236 fan[1-7]_target
H A Dw83627ehf.rst174 pwm[1-4]_target
H A Ddell-smm-hwmon.rst39 fan[1-4]_target RO Expected Fan speed in RPM
H A Dsysfs-interface.rst184 `fan[1-*]_target`
/linux-6.15/include/linux/
H A Ddevice-mapper.h677 return dm_register_target(&(name##_target)); \
682 dm_unregister_target(&(name##_target)); \
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c510 static bool is_target_alive(struct target *_target, in is_target_alive() argument
516 if (!target__has_task(_target)) in is_target_alive()
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13318 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
13321 u32 *target = (u32 *)_target; in be32_to_cpu_n()
13332 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
13335 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops()
13349 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
13352 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro()
13369 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
13372 u16 *target = (u16 *)_target; in be16_to_cpu_n()
/linux-6.15/drivers/hwmon/
H A Dw83795.c1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \