Searched refs:S_IRUGO (Results 26 - 50 of 553) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dgl518sm.c279 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input1, NULL);
280 static DEVICE_ATTR(temp1_max, S_IWUSR|S_IRUGO, show_temp_max1, set_temp_max1);
281 static DEVICE_ATTR(temp1_max_hyst, S_IWUSR|S_IRUGO,
283 static DEVICE_ATTR(fan1_auto, S_IWUSR|S_IRUGO, show_fan_auto1, set_fan_auto1);
284 static DEVICE_ATTR(fan1_input, S_IRUGO, show_fan_input1, NULL);
285 static DEVICE_ATTR(fan2_input, S_IRUGO, show_fan_input2, NULL);
286 static DEVICE_ATTR(fan1_min, S_IWUSR|S_IRUGO, show_fan_min1, set_fan_min1);
287 static DEVICE_ATTR(fan2_min, S_IWUSR|S_IRUGO, show_fan_min2, set_fan_min2);
288 static DEVICE_ATTR(fan1_div, S_IWUSR|S_IRUGO, show_fan_div1, set_fan_div1);
289 static DEVICE_ATTR(fan2_div, S_IWUSR|S_IRUGO, show_fan_div
[all...]
H A Dmax6650.c60 module_param(fan_voltage, int, S_IRUGO);
61 module_param(prescaler, int, S_IRUGO);
62 module_param(clock, int, S_IRUGO);
409 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, get_fan, NULL, 0);
410 static SENSOR_DEVICE_ATTR(fan2_input, S_IRUGO, get_fan, NULL, 1);
411 static SENSOR_DEVICE_ATTR(fan3_input, S_IRUGO, get_fan, NULL, 2);
412 static SENSOR_DEVICE_ATTR(fan4_input, S_IRUGO, get_fan, NULL, 3);
413 static DEVICE_ATTR(fan1_target, S_IWUSR | S_IRUGO, get_target, set_target);
414 static DEVICE_ATTR(fan1_div, S_IWUSR | S_IRUGO, get_div, set_div);
415 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, get_enabl
[all...]
H A Dsmsc47m192.c193 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
195 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
197 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
311 static SENSOR_DEVICE_ATTR(temp##index##_input, S_IRUGO, \
313 static SENSOR_DEVICE_ATTR(temp##index##_min, S_IRUGO | S_IWUSR, \
315 static SENSOR_DEVICE_ATTR(temp##index##_max, S_IRUGO | S_IWUSR, \
317 static SENSOR_DEVICE_ATTR(temp##index##_offset, S_IRUGO | S_IWUSR, \
331 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
348 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
360 static SENSOR_DEVICE_ATTR(temp1_alarm, S_IRUGO, show_alar
[all...]
H A Dad7418.c184 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
185 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IWUSR | S_IRUGO,
187 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO,
190 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_adc, NULL, 0);
191 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_adc, NULL, 1);
192 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_adc, NULL, 2);
193 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_adc, NULL, 3);
H A Dmax1619.c164 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input1, NULL);
165 static DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input2, NULL);
166 static DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_temp_low2,
168 static DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_high2,
170 static DEVICE_ATTR(temp2_crit, S_IWUSR | S_IRUGO, show_temp_crit2,
172 static DEVICE_ATTR(temp2_crit_hyst, S_IWUSR | S_IRUGO, show_temp_hyst2,
174 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms, NULL);
H A Dadm1026.c759 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, show_in, \
761 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
763 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
827 static SENSOR_DEVICE_ATTR(in16_input, S_IRUGO, show_in16, NULL, 16);
828 static SENSOR_DEVICE_ATTR(in16_min, S_IRUGO | S_IWUSR, show_in16_min, set_in16_min, 16);
829 static SENSOR_DEVICE_ATTR(in16_max, S_IRUGO | S_IWUSR, show_in16_max, set_in16_max, 16);
872 static SENSOR_DEVICE_ATTR(fan##offset##_input, S_IRUGO, show_fan, NULL, \
874 static SENSOR_DEVICE_ATTR(fan##offset##_min, S_IRUGO | S_IWUSR, \
952 static SENSOR_DEVICE_ATTR(fan##offset##_div, S_IRUGO | S_IWUSR, \
1023 static SENSOR_DEVICE_ATTR(temp##offset##_input, S_IRUGO, show_tem
[all...]
H A Dk8temp.c125 static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0);
126 static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1);
127 static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 1, 0);
128 static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 1, 1);
129 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dvt1211.c863 SENSOR_ATTR_2(in##ix##_input, S_IRUGO, \
876 SENSOR_ATTR_2(in##ix##_min, S_IRUGO | S_IWUSR, \
889 SENSOR_ATTR_2(in##ix##_max, S_IRUGO | S_IWUSR, \
902 SENSOR_ATTR_2(in##ix##_alarm, S_IRUGO, \
915 SENSOR_ATTR_2(temp##ix##_input, S_IRUGO, \
929 SENSOR_ATTR_2(temp##ix##_max, S_IRUGO | S_IWUSR, \
943 SENSOR_ATTR_2(temp##ix##_max_hyst, S_IRUGO | S_IWUSR, \
957 SENSOR_ATTR_2(temp##ix##_alarm, S_IRUGO, \
971 SENSOR_ATTR_2(fan##ix##_input, S_IRUGO, \
973 SENSOR_ATTR_2(fan##ix##_min, S_IRUGO | S_IWUS
[all...]
H A Dapplesmc.c974 static SENSOR_DEVICE_ATTR_2(fan##offset##_input, S_IRUGO, \
977 static SENSOR_DEVICE_ATTR_2(fan##offset##_min, S_IRUGO | S_IWUSR, \
980 static SENSOR_DEVICE_ATTR_2(fan##offset##_max, S_IRUGO, \
983 static SENSOR_DEVICE_ATTR_2(fan##offset##_safe, S_IRUGO, \
986 static SENSOR_DEVICE_ATTR_2(fan##offset##_output, S_IRUGO | S_IWUSR, \
989 static SENSOR_DEVICE_ATTR(fan##offset##_manual, S_IRUGO | S_IWUSR, \
992 static SENSOR_DEVICE_ATTR(fan##offset##_label, S_IRUGO, \
1021 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO,
1023 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO,
1025 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO,
[all...]
H A Dlm77.c189 static DEVICE_ATTR(temp1_input, S_IRUGO,
191 static DEVICE_ATTR(temp1_crit, S_IWUSR | S_IRUGO,
193 static DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO,
195 static DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO,
198 static DEVICE_ATTR(temp1_crit_hyst, S_IWUSR | S_IRUGO,
200 static DEVICE_ATTR(temp1_min_hyst, S_IRUGO,
202 static DEVICE_ATTR(temp1_max_hyst, S_IRUGO,
205 static DEVICE_ATTR(alarms, S_IRUGO,
H A Dlm92.c212 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp1_input, NULL);
213 static DEVICE_ATTR(temp1_crit, S_IWUSR | S_IRUGO, show_temp1_crit,
215 static DEVICE_ATTR(temp1_crit_hyst, S_IWUSR | S_IRUGO, show_temp1_crit_hyst,
217 static DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_temp1_min,
219 static DEVICE_ATTR(temp1_min_hyst, S_IRUGO, show_temp1_min_hyst, NULL);
220 static DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp1_max,
222 static DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp1_max_hyst, NULL);
223 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-sysfs.c46 static SYSDEV_ATTR(devices, S_IRUGO, dma_show_devices, NULL);
74 static SYSDEV_ATTR(dev_id, S_IRUGO | S_IWUSR, dma_show_dev_id, dma_store_dev_id);
104 static SYSDEV_ATTR(mode, S_IRUGO | S_IWUSR, dma_show_mode, dma_store_mode);
112 static SYSDEV_ATTR(field, S_IRUGO, dma_show_##field, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dconfigs.c82 entry = create_proc_entry("config.gz", S_IFREG | S_IRUGO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_sysfs.c172 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
173 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
174 static DEVICE_ATTR(manufacturer, S_IRUGO, show_manufacturer, NULL);
175 static DEVICE_ATTR(hci_version, S_IRUGO, show_hci_version, NULL);
176 static DEVICE_ATTR(hci_revision, S_IRUGO, show_hci_revision, NULL);
177 static DEVICE_ATTR(inquiry_cache, S_IRUGO, show_inquiry_cache, NULL);
179 static DEVICE_ATTR(idle_timeout, S_IRUGO | S_IWUSR,
181 static DEVICE_ATTR(sniff_max_interval, S_IRUGO | S_IWUSR,
183 static DEVICE_ATTR(sniff_min_interval, S_IRUGO | S_IWUSR,
216 static CONN_ATTR(type, S_IRUGO, show_conn_typ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_sysfs_driver.c63 static DRIVER_ATTR(loglevel_##_name, S_IWUSR | S_IRUGO, \
82 static DRIVER_ATTR(version, S_IRUGO, zfcp_sysfs_version_show, NULL);
H A Dzfcp_sysfs_unit.c54 static DEVICE_ATTR(_name, S_IRUGO, zfcp_sysfs_unit_##_name##_show, NULL);
125 static DEVICE_ATTR(failed, S_IWUSR | S_IRUGO, zfcp_sysfs_unit_failed_show,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c342 static DEVICE_ATTR(name, S_IRUGO, show_counter_##name, NULL);
600 static DRIVER_ATTR(num_units, S_IRUGO, show_num_units, NULL);
601 static DRIVER_ATTR(version, S_IRUGO, show_version, NULL);
613 static DEVICE_ATTR(guid, S_IWUSR | S_IRUGO, show_guid, store_guid);
614 static DEVICE_ATTR(lid, S_IWUSR | S_IRUGO, show_lid, store_lid);
616 static DEVICE_ATTR(mlid, S_IWUSR | S_IRUGO, show_mlid, store_mlid);
617 static DEVICE_ATTR(mtu, S_IWUSR | S_IRUGO, show_mtu, store_mtu);
618 static DEVICE_ATTR(enabled, S_IWUSR | S_IRUGO, show_enabled, store_enabled);
619 static DEVICE_ATTR(nguid, S_IRUGO, show_nguid, NULL);
620 static DEVICE_ATTR(nports, S_IRUGO, show_nport
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c491 __ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp),
492 __ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank),
493 __ATTR(console, S_IRUGO|S_IWUSR, show_console, store_console),
494 __ATTR(cursor, S_IRUGO|S_IWUSR, show_cursor, store_cursor),
495 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),
496 __ATTR(modes, S_IRUGO|S_IWUSR, show_modes, store_modes),
497 __ATTR(pan, S_IRUGO|S_IWUSR, show_pan, store_pan),
498 __ATTR(virtual_size, S_IRUGO|S_IWUSR, show_virtual, store_virtual),
499 __ATTR(name, S_IRUGO, show_name, NULL),
500 __ATTR(stride, S_IRUGO, show_strid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c197 MEMCTRL_ATTR(panic_on_ue,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store);
198 MEMCTRL_ATTR(log_ue,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store);
199 MEMCTRL_ATTR(log_ce,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store);
200 MEMCTRL_ATTR(poll_msec,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store);
361 EDAC_PCI_ATTR(check_pci_parity, S_IRUGO|S_IWUSR, edac_pci_int_show,
363 EDAC_PCI_ATTR(panic_on_pci_parity, S_IRUGO|S_IWUSR, edac_pci_int_show,
365 EDAC_PCI_ATTR(pci_parity_count, S_IRUGO, edac_pci_int_show, NULL);
731 CSROWDEV_ATTR(size_mb,S_IRUGO,csrow_size_show,NULL,0);
732 CSROWDEV_ATTR(dev_type,S_IRUGO,csrow_dev_type_show,NULL,0);
733 CSROWDEV_ATTR(mem_type,S_IRUGO,csrow_mem_type_sho
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/filesystems/configfs/
H A Dconfigfs_example.c114 .attr = { .ca_owner = THIS_MODULE, .ca_name = "showme", .ca_mode = S_IRUGO },
118 .attr = { .ca_owner = THIS_MODULE, .ca_name = "storeme", .ca_mode = S_IRUGO | S_IWUSR },
123 .attr = { .ca_owner = THIS_MODULE, .ca_name = "description", .ca_mode = S_IRUGO },
209 .ca_mode = S_IRUGO | S_IWUSR,
297 .ca_mode = S_IRUGO,
383 .ca_mode = S_IRUGO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/auxdisplay/
H A Dks0108.c43 module_param(ks0108_port, uint, S_IRUGO);
47 module_param(ks0108_delay, uint, S_IRUGO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_sysfs.c29 static CLASS_ATTR(version, S_IRUGO, version_show, NULL);
90 __ATTR(dri_library_name, S_IRUGO, show_dri, NULL),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ep93xx.c92 static DEVICE_ATTR(comp_preload, S_IRUGO, ep93xx_sysfs_show_comp_preload, NULL);
103 static DEVICE_ATTR(comp_delete, S_IRUGO, ep93xx_sysfs_show_comp_delete, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c1136 if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
1168 if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
1814 REG("current", S_IRUGO|S_IWUGO, pid_attr),
1815 REG("prev", S_IRUGO, pid_attr),
1816 REG("exec", S_IRUGO|S_IWUGO, pid_attr),
1817 REG("fscreate", S_IRUGO|S_IWUGO, pid_attr),
1818 REG("keycreate", S_IRUGO|S_IWUGO, pid_attr),
1819 REG("sockcreate", S_IRUGO|S_IWUGO, pid_attr),
2023 DIR("task", S_IRUGO|S_IXUGO, task),
2028 INF("status", S_IRUGO, pid_statu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c77 __ATTR(version, S_IRUGO, ubi_version_show, NULL);
84 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL);
86 __ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
88 __ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
90 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL);
92 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
94 __ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL);
96 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
98 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL);
100 __ATTR(min_io_size, S_IRUGO, dev_attribute_sho
[all...]

Completed in 347 milliseconds

1234567891011>>