Lines Matching refs:S_IWUSR
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);
1088 static DEVICE_ATTR(reset, S_IWUSR, NULL, store_reset);
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);
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,
1137 static DEVICE_ATTR(link_speed_enable, S_IWUSR | S_IRUGO, show_spd_enb,
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,