Searched refs:PERIOD (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/pwm/ |
D | pwm-bcm2835.c | 21 #define PERIOD(x) (((x) * 0x10) + 0x10) macro 103 writel(period_cycles, pc->base + PERIOD(pwm->hwpwm)); in bcm2835_pwm_apply()
|
/linux-6.1.9/fs/ksmbd/ |
D | smb_common.c | 24 #define PERIOD '.' macro 423 out[baselen + 3] = PERIOD; in ksmbd_extract_shortname()
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | sumod.h | 316 # define PERIOD(x) ((x) << 8) macro
|
/linux-6.1.9/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 34 bit_name(PERIOD), bit_name(STREAM_ID), bit_name(RAW), in __p_sample_type()
|
D | evsel.c | 970 evsel__reset_sample_bit(evsel, PERIOD); in evsel__apply_config_terms() 977 evsel__set_sample_bit(evsel, PERIOD); in evsel__apply_config_terms() 1203 evsel__set_sample_bit(evsel, PERIOD); in evsel__config() 1375 evsel__set_sample_bit(evsel, PERIOD); in evsel__config() 1377 evsel__reset_sample_bit(evsel, PERIOD); in evsel__config()
|
D | parse-events.c | 1224 ADD_CONFIG_TERM_VAL(PERIOD, period, term->val.num, term->weak); in get_config_terms()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 24 #define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY) macro 234 ns_to_ktime(PERIOD), 0, in __i915_pmu_maybe_start_timer() 441 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
/linux-6.1.9/tools/perf/ui/ |
D | hist.c | 510 HPP__PRINT_FNS("Period", period, PERIOD)
|
/linux-6.1.9/tools/perf/ |
D | builtin-kvm.c | 1041 evsel__reset_sample_bit(pos, PERIOD); in kvm_live_open_events()
|
D | builtin-script.c | 2138 if (PRINT_FIELD(PERIOD)) in process_event()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1077 $MAX $PERIOD 1080 $PERIOD duration. "max" for $MAX indicates no limit. If only
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 829 sample_type IP|TID|TIME|CPU|PERIOD|RAW|IDENTIFIER
|