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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/zorro/
H A Dzorro-sysfs.c23 #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");
77 static struct bin_attribute zorro_config_attr = { variable in typeref:struct:bin_attribute
98 sysfs_create_bin_file(&dev->kobj, &zorro_config_attr);

Completed in 127 milliseconds