Searched refs:count_values (Results 1 – 4 of 4) sorted by relevance
1150 struct pyrf_counts_values *count_values = PyObject_New(struct pyrf_counts_values, in pyrf_evsel__read() local1153 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()
484 if (i < out_resp->count_values && in drm_mode_getproperty_ioctl()489 out_resp->count_values = value_count; in drm_mode_getproperty_ioctl()
613 __u32 count_values; member
2021 __u8 count_values; /* count of values, max=2 for CTL_DOUBLE_xxx */ member