Lines Matching refs:name
130 char name[32];
392 const char *name;
400 res = fwnode_property_read_string(child, "label", &name);
402 name = to_of_node(child)->name;
404 snprintf(pdata->leds[reg].name, sizeof(pdata->leds[reg].name),
405 "%s", name);
458 client->name, chip->bits, client->addr);
502 if (pdata->leds[i].name[0] == '\0')
503 snprintf(pdata->leds[i].name,
504 sizeof(pdata->leds[i].name), "%d", i);
506 snprintf(pca955x_led->name,
507 sizeof(pca955x_led->name), "pca955x:%s",
508 pdata->leds[i].name);
514 pca955x_led->led_cdev.name = pca955x_led->name;
581 .name = "leds-pca955x",