Lines Matching defs:name
85 .name = str_name, .len = sizeof(str_name) - 1 \
89 const char *name;
218 free(pdevice->name);
405 if (asprintf(&pdevice->name,
411 "Unable to allocate memory to store device name");
447 free(pdevice->name);
482 const char *const name = pvr_render_devices[i].name;
485 if (strncmp(*compat, name, len) == 0)
496 const char *const name = pvr_display_devices[i].name;
499 if (strncmp(*compat, name, len) == 0)
1017 pdevice->name);