HomeSort by: relevance | last modified time | path
    Searched defs:aux_name (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 1279 char aux_name[48] = {0}; local in function:nouveau_connector_create
1382 snprintf(aux_name, sizeof(aux_name), "sor-%04x-%04x",
1384 nv_connector->aux.name = kstrdup(aux_name, GFP_KERNEL);
nouveau_connector.c 1279 char aux_name[48] = {0}; local in function:nouveau_connector_create
1382 snprintf(aux_name, sizeof(aux_name), "sor-%04x-%04x",
1384 nv_connector->aux.name = kstrdup(aux_name, GFP_KERNEL);

Completed in 22 milliseconds