Searched refs:ISST_IF_GET_PHY_ID (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | isst_if.h | 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 168 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | isst_if.h | 72 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | isst_if.h | 72 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *) macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | isst_if.h | 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 456 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *) macro
|
/kernel/linux/linux-5.10/drivers/platform/x86/intel_speed_select_if/ |
H A D | isst_if_common.c | 506 case ISST_IF_GET_PHY_ID: in isst_if_def_ioctl()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 613 case ISST_IF_GET_PHY_ID: in isst_if_def_ioctl()
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 614 if (ioctl(fd, ISST_IF_GET_PHY_ID, &map) == -1) { in create_cpu_map() 615 perror("ISST_IF_GET_PHY_ID"); in create_cpu_map()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 809 if (ioctl(fd, ISST_IF_GET_PHY_ID, &map) == -1) { in create_cpu_map() 810 perror("ISST_IF_GET_PHY_ID"); in create_cpu_map()
|
Completed in 17 milliseconds