Lines Matching defs:devicename
475 const char *devicename = init_data->devicename;
484 * If init_data.devicename is NULL, then it indicates that
486 * Otherwise the label is prepended with devicename to compose
489 if (!devicename) {
494 devicename, props.label);
510 devicename, tmp_buf);
516 if (!devicename) {
517 dev_err(dev, "Legacy LED naming requires devicename segment");
521 devicename, init_data->default_label);