Lines Matching refs:EDD_DEVICE_ATTR
75 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ macro
562 static EDD_DEVICE_ATTR(raw_data, 0444, edd_show_raw_data, edd_has_edd_info);
563 static EDD_DEVICE_ATTR(version, 0444, edd_show_version, edd_has_edd_info);
564 static EDD_DEVICE_ATTR(extensions, 0444, edd_show_extensions, edd_has_edd_info);
565 static EDD_DEVICE_ATTR(info_flags, 0444, edd_show_info_flags, edd_has_edd_info);
566 static EDD_DEVICE_ATTR(sectors, 0444, edd_show_sectors, edd_has_edd_info);
567 static EDD_DEVICE_ATTR(legacy_max_cylinder, 0444,
570 static EDD_DEVICE_ATTR(legacy_max_head, 0444, edd_show_legacy_max_head,
572 static EDD_DEVICE_ATTR(legacy_sectors_per_track, 0444,
575 static EDD_DEVICE_ATTR(default_cylinders, 0444, edd_show_default_cylinders,
577 static EDD_DEVICE_ATTR(default_heads, 0444, edd_show_default_heads,
579 static EDD_DEVICE_ATTR(default_sectors_per_track, 0444,
582 static EDD_DEVICE_ATTR(interface, 0444, edd_show_interface, edd_has_edd30);
583 static EDD_DEVICE_ATTR(host_bus, 0444, edd_show_host_bus, edd_has_edd30);
584 static EDD_DEVICE_ATTR(mbr_signature, 0444, edd_show_mbr_signature, edd_has_mbr_signature);