i915_perf.c | 3003 * i915_perf_read_locked - &i915_perf_stream_ops->read with error normalisation 3028 static int i915_perf_read_locked(struct i915_perf_stream *stream, function in typeref:typename:int 3037 static ssize_t i915_perf_read_locked(struct i915_perf_stream *stream, function in typeref:typename:ssize_t 3064 * userspace. Most of the work is left to the i915_perf_read_locked() and 3122 ret = i915_perf_read_locked(stream, file, 3128 ret = i915_perf_read_locked(stream, file, buf, count, ppos);
|