Home
last modified time | relevance | path

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

/linux-6.15/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c1236 char hccs_name[HCCS_NAME_MAX_LEN + 1] = ""; in hccs_parse_pm_port_type() local
1240 ret = sscanf(buf, "%" __stringify(HCCS_NAME_MAX_LEN) "s", hccs_name); in hccs_parse_pm_port_type()
1244 ret = hccs_name_to_port_type(hdev, hccs_name, &type); in hccs_parse_pm_port_type()
1256 hccs_name); in hccs_parse_pm_port_type()