Home
last modified time | relevance | path

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

/linux/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/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/tools/perf/util/
H A Dstat-display.c1268 struct target *_target __maybe_unused, in print_header_interval_std()
1316 struct target *_target, struct evlist *evlist, in print_header_std()
1324 if (_target->bpf_str) in print_header_std()
1325 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
1326 else if (_target->system_wide) in print_header_std()
1328 else if (_target->cpu_list) in print_header_std()
1329 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std()
1330 else if (!target__has_task(_target)) { in print_header_std()
1334 } else if (_target->pid) in print_header_std()
1335 fprintf(output, "process id \'%s", _target in print_header_std()
1315 print_header_std(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header_std() argument
1367 print_header(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header() argument
1535 evlist__print_counters(struct evlist * evlist,struct perf_stat_config * config,struct target * _target,struct timespec * ts,int argc,const char ** argv) evlist__print_counters() argument
[all...]
H A Dstat.h206 struct target *_target, struct timespec *ts, int argc, const char **argv);
/linux/Documentation/hwmon/
H A Dmax6620.rst38 fan[1-4]_target rw Desired fan speed in RPM.
H A Dcorsair-cpro.rst36 fan[1-6]_target Sets fan speed target rpm.
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 Dw83627ehf.rst174 pwm[1-4]_target
/linux/tools/perf/
H A Dbuiltin-stat.c552 static bool is_target_alive(struct target *_target, in is_target_alive() argument
558 if (!target__has_task(_target)) in is_target_alive()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13316 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
13319 u32 *target = (u32 *)_target; in be32_to_cpu_n()
13330 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
13333 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops()
13347 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
13350 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro()
13367 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
13370 u16 *target = (u16 *)_target; in be16_to_cpu_n()