Lines Matching refs:S_IRUGO
26 module_param(lpfc_##name, uint, S_IRUGO);\
32 module_param(lpfc_##name, uint, S_IRUGO);\
36 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
40 module_param(lpfc_##name, uint, S_IRUGO);\
46 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\
61 module_param(lpfc_##name, uint, S_IRUGO);\
65 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
69 module_param(lpfc_##name, uint, S_IRUGO);\
75 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\
80 module_param(lpfc_##name, uint, S_IRUGO);\
86 module_param(lpfc_##name, uint, S_IRUGO);\
90 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
94 module_param(lpfc_##name, ullong, S_IRUGO);\
98 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
102 module_param(lpfc_##name, uint, S_IRUGO);\
108 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\
113 module_param(lpfc_##name, uint, S_IRUGO);\
117 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
121 module_param(lpfc_##name, uint, S_IRUGO);\
127 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\