Searched defs:connector_attrs_opt1 (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_sysfs.c337 static struct device_attribute connector_attrs_opt1[] = { variable in typeref:struct:device_attribute
409 for (opt_cnt = 0; opt_cnt < ARRAY_SIZE(connector_attrs_opt1); opt_cnt++) {
410 ret = device_create_file(&connector->kdev, &connector_attrs_opt1[opt_cnt]);
430 device_remove_file(&connector->kdev, &connector_attrs_opt1[i]);

Completed in 34 milliseconds