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