Home
last modified time | relevance | path

Searched refs:device_attrs (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dscsi_transport.h20 struct transport_container device_attrs; member
/linux/drivers/video/fbdev/
H A Dsstfb.c741 static struct device_attribute device_attrs[] = { variable
1442 if (device_create_file(info->dev, &device_attrs[0])) in sstfb_probe()
1475 device_remove_file(info->dev, &device_attrs[0]); in sstfb_remove()