Home
last modified time | relevance | path

Searched refs:SYSFS_PATH_MAX (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.6/tools/power/cpupower/lib/
Dcpufreq.c26 char path[SYSFS_PATH_MAX]; in sysfs_cpufreq_read_file()
39 char path[SYSFS_PATH_MAX]; in sysfs_cpufreq_write_file()
349 char one_value[SYSFS_PATH_MAX]; in cpufreq_get_available_frequencies()
364 if (i - pos >= SYSFS_PATH_MAX) in cpufreq_get_available_frequencies()
405 char one_value[SYSFS_PATH_MAX]; in cpufreq_get_boost_frequencies()
420 if (i - pos >= SYSFS_PATH_MAX) in cpufreq_get_boost_frequencies()
481 char one_value[SYSFS_PATH_MAX]; in sysfs_get_cpu_list()
495 if (i - pos >= SYSFS_PATH_MAX) in sysfs_get_cpu_list()
600 char min[SYSFS_PATH_MAX]; in cpufreq_set_policy()
601 char max[SYSFS_PATH_MAX]; in cpufreq_set_policy()
[all …]
Dcpuidle.c33 char path[SYSFS_PATH_MAX]; in cpuidle_state_file_exists()
56 char path[SYSFS_PATH_MAX]; in cpuidle_state_read_file()
91 char path[SYSFS_PATH_MAX]; in cpuidle_state_write_file()
232 char value[SYSFS_PATH_MAX]; in cpuidle_state_disable()
242 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in cpuidle_state_disable()
286 char file[SYSFS_PATH_MAX]; in cpuidle_state_count()
291 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle"); in cpuidle_state_count()
295 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu); in cpuidle_state_count()
300 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU in cpuidle_state_count()
317 char path[SYSFS_PATH_MAX]; in sysfs_cpuidle_read_file()
Dpowercap.c75 char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/intel-rapl/enabled"; in powercap_get_enabled()
87 char file[SYSFS_PATH_MAX] = PATH_TO_RAPL; in powercap_get_driver()
120 char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/"; in sysfs_powercap_get64_val()
160 char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_zone_get_enabled()
163 strlen("/enabled") + 1 >= SYSFS_PATH_MAX) in powercap_zone_get_enabled()
184 char sysfs_dir[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_read_zone()
186 char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_read_zone()
259 char file[SYSFS_PATH_MAX] = PATH_TO_RAPL "/enabled"; in powercap_init_zones()
Dpowercap.h18 #define SYSFS_PATH_MAX 255 macro
28 char sys_name[SYSFS_PATH_MAX];
Dcpupower_intern.h8 #define SYSFS_PATH_MAX 255 macro
Dcpupower.c76 char path[SYSFS_PATH_MAX]; in cpupower_is_cpu_online()
121 char path[SYSFS_PATH_MAX]; in sysfs_topology_read_file()
Dacpi_cppc.c20 char path[SYSFS_PATH_MAX]; in acpi_cppc_read_file()
/Linux-v6.6/tools/power/cpupower/utils/helpers/
Dsysfs.c49 char path[SYSFS_PATH_MAX]; in sysfs_is_cpu_online()
107 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_file_exists()
127 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_read_file()
162 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_write_file()
302 char value[SYSFS_PATH_MAX]; in sysfs_idlestate_disable()
312 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in sysfs_idlestate_disable()
356 char file[SYSFS_PATH_MAX]; in sysfs_get_idlestate_count()
361 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle"); in sysfs_get_idlestate_count()
365 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu); in sysfs_get_idlestate_count()
370 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU in sysfs_get_idlestate_count()
[all …]
Dmisc.c54 char path[SYSFS_PATH_MAX]; in cpupower_intel_get_perf_bias()
75 char path[SYSFS_PATH_MAX]; in cpupower_intel_set_perf_bias()
92 char path[SYSFS_PATH_MAX]; in cpupower_set_epp()
111 char path[SYSFS_PATH_MAX]; in cpupower_set_amd_pstate_mode()
129 char path[SYSFS_PATH_MAX]; in cpupower_set_turbo_boost()
Dsysfs.h7 #define SYSFS_PATH_MAX 255 macro
/Linux-v6.6/tools/usb/usbip/libsrc/
Dusbip_device_driver.c66 char filepath[SYSFS_PATH_MAX]; in read_usb_vudc_device()
76 snprintf(filepath, SYSFS_PATH_MAX, "%s/%s", in read_usb_vudc_device()
96 strncpy(dev->path, path, SYSFS_PATH_MAX - 1); in read_usb_vudc_device()
97 dev->path[SYSFS_PATH_MAX - 1] = '\0'; in read_usb_vudc_device()
Dusbip_common.h43 #define SYSFS_PATH_MAX 256 macro
112 char path[SYSFS_PATH_MAX];
Dusbip_host_common.c30 char status_attr_path[SYSFS_PATH_MAX]; in read_attr_usbip_status()
215 char sockfd_attr_path[SYSFS_PATH_MAX]; in usbip_export_device()
Dusbip_common.c229 strncpy(udev->path, path, SYSFS_PATH_MAX - 1); in read_usb_device()
230 udev->path[SYSFS_PATH_MAX - 1] = '\0'; in read_usb_device()
Dvhci_driver.c360 char attach_attr_path[SYSFS_PATH_MAX]; in usbip_vhci_attach_device2()
401 char detach_attr_path[SYSFS_PATH_MAX]; in usbip_vhci_detach_device()
/Linux-v6.6/tools/usb/usbip/src/
Dusbip_unbind.c36 char unbind_attr_path[SYSFS_PATH_MAX]; in unbind_device()
38 char rebind_attr_path[SYSFS_PATH_MAX]; in unbind_device()
Dusbip_bind.c41 char bind_attr_path[SYSFS_PATH_MAX]; in bind_usbip()
64 char unbind_attr_path[SYSFS_PATH_MAX]; in unbind_other()
Dutils.c19 char match_busid_attr_path[SYSFS_PATH_MAX]; in modify_match_busid()
/Linux-v6.6/tools/testing/selftests/ir/
Dir_loopback.c29 #define SYSFS_PATH_MAX 256 macro
74 char buf[SYSFS_PATH_MAX + DNAME_PATH_MAX]; in lirc_open()
/Linux-v6.6/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c95 #define SYSFS_PATH_MAX 255 macro
848 char path[SYSFS_PATH_MAX]; in get_epb()
870 char path[SYSFS_PATH_MAX]; in set_epb()