Home
last modified time | relevance | path

Searched refs:ISST_IF_GET_PHY_ID (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Disst_if.h456 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *) macro
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c613 case ISST_IF_GET_PHY_ID: in isst_if_def_ioctl()
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c799 if (ioctl(fd, ISST_IF_GET_PHY_ID, &map) == -1) { in create_cpu_map()