Lines Matching refs:spec
132 const char *spec = NULL; in sandbox_sf_probe() local
152 spec = strchr(pdata->device_name, ','); in sandbox_sf_probe()
153 if (spec) in sandbox_sf_probe()
154 spec++; in sandbox_sf_probe()
156 spec = pdata->device_name; in sandbox_sf_probe()
157 idname_len = strlen(spec); in sandbox_sf_probe()
158 debug("%s: device='%s'\n", __func__, spec); in sandbox_sf_probe()
164 if (!strncasecmp(spec, data->name, len)) in sandbox_sf_probe()
169 spec); in sandbox_sf_probe()
525 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul() argument
533 strncpy(name, spec, sizeof(name) - 6); in sandbox_sf_bind_emul()
548 spec, ret); in sandbox_sf_bind_emul()