Searched refs:zorro_config_attr (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/zorro/
H A Dzorro-sysfs.c25 #define zorro_config_attr(name, field, format_string) \ macro
36 zorro_config_attr(id, id, "0x%08x\n");
37 zorro_config_attr(type, rom.er_Type, "0x%02x\n");
38 zorro_config_attr(slotaddr, slotaddr, "0x%04x\n");
39 zorro_config_attr(slotsize, slotsize, "0x%04x\n");
83 static struct bin_attribute zorro_config_attr = { variable in typeref:struct:bin_attribute
115 (error = sysfs_create_bin_file(&dev->kobj, &zorro_config_attr))) zorro_create_sysfs_dev_files()

Completed in 60 milliseconds