Searched refs:spec (Results 1 – 4 of 4) sorted by relevance
128 const char *spec = NULL; in sandbox_sf_probe() local148 spec = strchr(pdata->device_name, ','); in sandbox_sf_probe()149 if (spec) in sandbox_sf_probe()150 spec++; in sandbox_sf_probe()152 spec = pdata->device_name; in sandbox_sf_probe()153 idname_len = strlen(spec); in sandbox_sf_probe()154 debug("%s: device='%s'\n", __func__, spec); in sandbox_sf_probe()160 if (!strncasecmp(spec, data->name, len)) in sandbox_sf_probe()165 spec); in sandbox_sf_probe()530 strncpy(name, spec, sizeof(name) - 6); in sandbox_sf_bind_emul()[all …]
25 the USB spec's 1 second to connect from board powerup. Set
219 configuration table that is required from the TCG2 spec
342 UHCI specification. If your USB host controller follows the OHCI spec,
Completed in 9 milliseconds