Lines Matching refs:DEVICE_ATTR

445 	static DEVICE_ATTR(name, S_IRUGO, show_counter_##name, NULL);
1079 static DEVICE_ATTR(guid, S_IWUSR | S_IRUGO, show_guid, store_guid);
1080 static DEVICE_ATTR(lmc, S_IWUSR | S_IRUGO, show_lmc, store_lmc);
1081 static DEVICE_ATTR(lid, S_IWUSR | S_IRUGO, show_lid, store_lid);
1082 static DEVICE_ATTR(link_state, S_IWUSR, NULL, store_link_state);
1083 static DEVICE_ATTR(mlid, S_IWUSR | S_IRUGO, show_mlid, store_mlid);
1084 static DEVICE_ATTR(mtu, S_IWUSR | S_IRUGO, show_mtu, store_mtu);
1085 static DEVICE_ATTR(enabled, S_IWUSR | S_IRUGO, show_enabled, store_enabled);
1086 static DEVICE_ATTR(nguid, S_IRUGO, show_nguid, NULL);
1087 static DEVICE_ATTR(nports, S_IRUGO, show_nports, NULL);
1088 static DEVICE_ATTR(reset, S_IWUSR, NULL, store_reset);
1089 static DEVICE_ATTR(serial, S_IRUGO, show_serial, NULL);
1090 static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
1091 static DEVICE_ATTR(status_str, S_IRUGO, show_status_str, NULL);
1092 static DEVICE_ATTR(boardversion, S_IRUGO, show_boardversion, NULL);
1093 static DEVICE_ATTR(unit, S_IRUGO, show_unit, NULL);
1094 static DEVICE_ATTR(rx_pol_inv, S_IWUSR, NULL, store_rx_pol_inv);
1095 static DEVICE_ATTR(led_override, S_IWUSR, NULL, store_led_override);
1096 static DEVICE_ATTR(logged_errors, S_IRUGO, show_logged_errs, NULL);
1097 static DEVICE_ATTR(localbus_info, S_IRUGO, show_localbus_info, NULL);
1098 static DEVICE_ATTR(jint_max_packets, S_IWUSR | S_IRUGO,
1100 static DEVICE_ATTR(jint_idle_ticks, S_IWUSR | S_IRUGO,
1102 static DEVICE_ATTR(tempsense, S_IWUSR | S_IRUGO,
1132 static DEVICE_ATTR(hrtbt_enable, S_IWUSR | S_IRUGO, show_hrtbt_enb,
1134 static DEVICE_ATTR(link_width_enable, S_IWUSR | S_IRUGO, show_lwid_enb,
1136 static DEVICE_ATTR(link_width, S_IRUGO, show_lwid, NULL);
1137 static DEVICE_ATTR(link_speed_enable, S_IWUSR | S_IRUGO, show_spd_enb,
1139 static DEVICE_ATTR(link_speed, S_IRUGO, show_spd, NULL);
1140 static DEVICE_ATTR(rx_pol_inv_enable, S_IWUSR | S_IRUGO, show_rx_polinv_enb,
1142 static DEVICE_ATTR(rx_lane_rev_enable, S_IWUSR | S_IRUGO, show_lanerev_enb,