Lines Matching refs:name
765 const char *name = dev_name(&pdev->dev);
768 if (strlen(name) > THERMAL_NAME_LENGTH) {
770 * When inside a system controller, the device name has the
772 * after the ':' should give us a shorter but meaningful name.
774 name = strrchr(name, ':');
775 if (!name)
776 name = "armada_thermal";
778 name++;
781 /* Save the name locally */
782 strscpy(priv->zone_name, name, THERMAL_NAME_LENGTH);
867 /* Ensure device name is correct for the thermal core */
982 .name = "armada_thermal",