Searched refs:devnames (Results 1 – 1 of 1) sorted by relevance
753 static struct scmi_prot_devnames devnames[] = { variable768 for (loop = 0; loop < ARRAY_SIZE(devnames); loop++) { in scmi_create_protocol_devices()769 if (devnames[loop].protocol_id != prot_id) in scmi_create_protocol_devices()772 for (cnt = 0; cnt < ARRAY_SIZE(devnames[loop].names); cnt++) { in scmi_create_protocol_devices()773 const char *name = devnames[loop].names[cnt]; in scmi_create_protocol_devices()