Searched refs:zorro_config_attr (Results 1 – 1 of 1) sorted by relevance
/drivers/zorro/ |
D | zorro-sysfs.c | 23 #define zorro_config_attr(name, field, format_string) \ macro 34 zorro_config_attr(id, id, "0x%08x\n"); 35 zorro_config_attr(type, rom.er_Type, "0x%02x\n"); 36 zorro_config_attr(serial, rom.er_SerialNumber, "0x%08x\n"); 37 zorro_config_attr(slotaddr, slotaddr, "0x%04x\n"); 38 zorro_config_attr(slotsize, slotsize, "0x%04x\n"); 71 static struct bin_attribute zorro_config_attr = { variable 103 (error = sysfs_create_bin_file(&dev->kobj, &zorro_config_attr))) in zorro_create_sysfs_dev_files()
|