Symbol: sysfs_path
samples/hid/hid_mouse.c
109
hid_id = get_hid_id(sysfs_path);
samples/hid/hid_mouse.c
81
const char *sysfs_path;
samples/hid/hid_mouse.c
97
sysfs_path = argv[optind];
samples/hid/hid_mouse.c
98
if (!sysfs_path) {
samples/hid/hid_surface_dial.c
120
const char *sysfs_path;
samples/hid/hid_surface_dial.c
157
sysfs_path = argv[optind];
samples/hid/hid_surface_dial.c
158
if (!sysfs_path) {
samples/hid/hid_surface_dial.c
169
hid_id = get_hid_id(sysfs_path);
tools/perf/arch/x86/util/pmu.c
41
static struct perf_cpu_map *read_sysfs_cpu_map(const char *sysfs_path)
tools/perf/arch/x86/util/pmu.c
47
if (sysfs__read_str(sysfs_path, &buf, &buf_len) < 0)
tools/power/x86/turbostat/turbostat.c
10734
struct sysfs_path *sp;
tools/power/x86/turbostat/turbostat.c
10736
sp = calloc(1, sizeof(struct sysfs_path));
tools/power/x86/turbostat/turbostat.c
129
struct sysfs_path *next;
tools/power/x86/turbostat/turbostat.c
135
struct sysfs_path *sp;
tools/power/x86/turbostat/turbostat.c
4931
char *find_sysfs_path_by_id(struct sysfs_path *sp, int id)
tools/power/x86/turbostat/turbostat.c
8533
int initialize_cpu_set_from_sysfs(cpu_set_t *cpu_set, char *sysfs_path, char *sysfs_file)
tools/power/x86/turbostat/turbostat.c
8538
if (snprintf(path, 128, "%s/%s", sysfs_path, sysfs_file) > 128)
tools/power/x86/turbostat/turbostat.c
8539
err(-1, "%s %s", sysfs_path, sysfs_file);
tools/power/x86/turbostat/turbostat.c
8547
warn("read %s", sysfs_path);
tools/power/x86/turbostat/turbostat.c
8551
warnx("%s: cpu str malformat %s\n", sysfs_path, cpu_effective_str);