Lines Matching defs:devicename
426 const char *devicename = init_data->devicename;
439 * If init_data.devicename is NULL, then it indicates that
441 * Otherwise the label is prepended with devicename to compose
444 if (!devicename) {
449 devicename, props.label);
465 devicename, tmp_buf);
471 if (!devicename) {
472 dev_err(dev, "Legacy LED naming requires devicename segment");
476 devicename, init_data->default_label);