Lines Matching refs:DEVICE_ATTR

995 static DEVICE_ATTR(failfast, 0644, dasd_ff_show, dasd_ff_store);
1065 static DEVICE_ATTR(readonly, 0644, dasd_ro_show, dasd_ro_store);
1099 static DEVICE_ATTR(erplog, 0644, dasd_erplog_show, dasd_erplog_store);
1148 static DEVICE_ATTR(use_diag, 0644, dasd_use_diag_show, dasd_use_diag_store);
1197 static DEVICE_ATTR(raw_track_access, 0644, dasd_use_raw_show,
1236 static DEVICE_ATTR(safe_offline, 0200, NULL, dasd_safe_offline_store);
1264 static DEVICE_ATTR(host_access_count, 0444, dasd_access_show, NULL);
1290 static DEVICE_ATTR(discipline, 0444, dasd_discipline_show, NULL);
1330 static DEVICE_ATTR(status, 0444, dasd_device_status_show, NULL);
1355 static DEVICE_ATTR(alias, 0444, dasd_alias_show, NULL);
1378 static DEVICE_ATTR(vendor, 0444, dasd_vendor_show, NULL);
1422 static DEVICE_ATTR(uid, 0444, dasd_uid_show, NULL);
1466 static DEVICE_ATTR(eer_enabled, 0644, dasd_eer_show, dasd_eer_store);
1507 static DEVICE_ATTR(aq_mask, 0644, dasd_aq_mask_show, dasd_aq_mask_store);
1542 static DEVICE_ATTR(aq_requeue, 0644, dasd_aqr_show, dasd_aqr_store);
1587 static DEVICE_ATTR(aq_timeouts, 0644, dasd_aq_timeouts_show,
1631 static DEVICE_ATTR(expires, 0644, dasd_expires_show, dasd_expires_store);
1671 static DEVICE_ATTR(retries, 0644, dasd_retries_show, dasd_retries_store);
1716 static DEVICE_ATTR(timeout, 0644,
1741 static DEVICE_ATTR(path_reset, 0200, NULL, dasd_path_reset_store);
1761 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);
1801 static DEVICE_ATTR(reservation_policy, 0644,
1847 static DEVICE_ATTR(last_known_reservation_state, 0644,
1872 static DEVICE_ATTR(path_masks, 0444, dasd_pm_show, NULL);
1914 static DEVICE_ATTR(path_threshold, 0644, dasd_path_threshold_show,
1954 static DEVICE_ATTR(path_autodisable, 0644,
2002 static DEVICE_ATTR(path_interval, 0644, dasd_path_interval_show,
2025 static DEVICE_ATTR(fc_security, 0444, dasd_device_fcs_show, NULL);
2313 static DEVICE_ATTR(copy_pair, 0644, dasd_copy_pair_show,
2350 static DEVICE_ATTR(copy_role, 0444, dasd_copy_role_show, NULL);
2384 static DEVICE_ATTR(ping, 0200, NULL, dasd_device_ping);
2403 static DEVICE_ATTR(_name, 0444, dasd_##_name##_show, NULL); \