Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/cpupower/lib/
A 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()
405 char one_value[SYSFS_PATH_MAX]; in cpufreq_get_boost_frequencies()
600 char min[SYSFS_PATH_MAX]; in cpufreq_set_policy()
601 char max[SYSFS_PATH_MAX]; in cpufreq_set_policy()
602 char gov[SYSFS_PATH_MAX]; in cpufreq_set_policy()
648 char value[SYSFS_PATH_MAX]; in cpufreq_modify_policy_min()
659 char value[SYSFS_PATH_MAX]; in cpufreq_modify_policy_max()
669 char new_gov[SYSFS_PATH_MAX]; in cpufreq_modify_policy_governor()
[all …]
A 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()
A Dpowercap.c66 char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/intel-rapl/enabled"; in powercap_get_enabled()
78 char file[SYSFS_PATH_MAX] = PATH_TO_RAPL; in powercap_get_driver()
111 char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/"; in sysfs_powercap_get64_val()
151 char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_zone_get_enabled()
154 strlen("/enabled") + 1 >= SYSFS_PATH_MAX) in powercap_zone_get_enabled()
175 char sysfs_dir[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_read_zone()
177 char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP; in powercap_read_zone()
250 char file[SYSFS_PATH_MAX] = PATH_TO_RAPL "/enabled"; in powercap_init_zones()
A Dpowercap.h18 #define SYSFS_PATH_MAX 255 macro
28 char sys_name[SYSFS_PATH_MAX];
A Dcpupower_intern.h8 #define SYSFS_PATH_MAX 255 macro
A Dcpupower.c69 char path[SYSFS_PATH_MAX]; in cpupower_is_cpu_online()
114 char path[SYSFS_PATH_MAX]; in sysfs_topology_read_file()
A Dacpi_cppc.c20 char path[SYSFS_PATH_MAX]; in acpi_cppc_read_file()
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A 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 …]
A 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()
A Dsysfs.h7 #define SYSFS_PATH_MAX 255 macro
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A 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()
A Dusbip_common.h43 #define SYSFS_PATH_MAX 256 macro
112 char path[SYSFS_PATH_MAX];
A 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()
A 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()
A 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-6.3-rc2/tools/usb/usbip/src/
A Dusbip_unbind.c36 char unbind_attr_path[SYSFS_PATH_MAX]; in unbind_device()
38 char rebind_attr_path[SYSFS_PATH_MAX]; in unbind_device()
A Dusbip_bind.c41 char bind_attr_path[SYSFS_PATH_MAX]; in bind_usbip()
64 char unbind_attr_path[SYSFS_PATH_MAX]; in unbind_other()
A Dutils.c19 char match_busid_attr_path[SYSFS_PATH_MAX]; in modify_match_busid()
/linux-6.3-rc2/tools/testing/selftests/ir/
A Dir_loopback.c29 #define SYSFS_PATH_MAX 256 macro
74 char buf[SYSFS_PATH_MAX + DNAME_PATH_MAX]; in lirc_open()
/linux-6.3-rc2/tools/power/x86/x86_energy_perf_policy/
A 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()

Completed in 29 milliseconds