Home
last modified time | relevance | path

Searched refs:count_values (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dpython.c1150 struct pyrf_counts_values *count_values = PyObject_New(struct pyrf_counts_values, in pyrf_evsel__read() local
1153 if (!count_values) in pyrf_evsel__read()
1180 count_values->values = *new_count; in pyrf_evsel__read()
1181 count_values->values.val -= old_count->val; in pyrf_evsel__read()
1182 count_values->values.ena -= old_count->ena; in pyrf_evsel__read()
1183 count_values->values.run -= old_count->run; in pyrf_evsel__read()
1186 return (PyObject *)count_values; in pyrf_evsel__read()
/linux/drivers/gpu/drm/
H A Ddrm_property.c484 if (i < out_resp->count_values && in drm_mode_getproperty_ioctl()
489 out_resp->count_values = value_count; in drm_mode_getproperty_ioctl()
/linux/include/uapi/drm/
H A Ddrm_mode.h613 __u32 count_values; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h2021 __u8 count_values; /* count of values, max=2 for CTL_DOUBLE_xxx */ member