Searched defs:attr (Results 76 - 100 of 1244) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dledtrig-gpio.c66 gpio_trig_brightness_show(struct device *dev, struct device_attribute *attr, char *buf) argument
75 gpio_trig_brightness_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
96 gpio_trig_inverted_show(struct device *dev, struct device_attribute *attr, char *buf) argument
105 gpio_trig_inverted_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
129 gpio_trig_gpio_show(struct device *dev, struct device_attribute *attr, char *buf) argument
138 gpio_trig_gpio_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mca/
H A Dmca-bus.c78 static ssize_t mca_show_pos_id(struct device *dev, struct device_attribute *attr, char *buf) argument
90 static ssize_t mca_show_pos(struct device *dev, struct device_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar_sysfs.c39 gfar_show_bd_stash(struct device *dev, struct device_attribute *attr, char *buf) argument
47 gfar_set_bd_stash(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
94 gfar_show_rx_stash_size(struct device *dev, struct device_attribute *attr, char *buf) argument
102 gfar_set_rx_stash_size(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
152 gfar_show_rx_stash_index(struct device *dev, struct device_attribute *attr, char *buf) argument
161 gfar_set_rx_stash_index(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
200 gfar_show_fifo_threshold(struct device *dev, struct device_attribute *attr, char *buf) argument
209 gfar_set_fifo_threshold(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
241 gfar_show_fifo_starve(struct device *dev, struct device_attribute *attr, char *buf) argument
249 gfar_set_fifo_starve(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
281 gfar_show_fifo_starve_off(struct device *dev, struct device_attribute *attr, char *buf) argument
290 gfar_set_fifo_starve_off(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c50 devspec_show(struct device *dev, struct device_attribute *attr, char *buf) argument
59 name_show(struct device *dev, struct device_attribute *attr, char *buf) argument
68 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dfakephp.c33 static ssize_t legacy_show(struct kobject *kobj, struct attribute *attr, argument
46 static ssize_t legacy_store(struct kobject *kobj, struct attribute *attr, argument
H A Drpadlpar_sysfs.c32 static ssize_t add_slot_store(struct kobject *kobj, struct kobj_attribute *attr, argument
56 add_slot_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) argument
62 remove_slot_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t nbytes) argument
87 remove_slot_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-label.c65 smbios_instance_string_exist(struct kobject *kobj, struct attribute *attr, argument
79 smbioslabel_show(struct device *dev, struct device_attribute *attr, char *buf) argument
89 smbiosinstance_show(struct device *dev, struct device_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsocket_sysfs.c38 static ssize_t pccard_show_type(struct device *dev, struct device_attribute *attr, argument
51 static ssize_t pccard_show_voltage(struct device *dev, struct device_attribute *attr, argument
65 static ssize_t pccard_show_vpp(struct device *dev, struct device_attribute *attr, argument
75 static ssize_t pccard_show_vcc(struct device *dev, struct device_attribute *attr, argument
86 static ssize_t pccard_store_insert(struct device *dev, struct device_attribute *attr, argument
101 pccard_show_card_pm_state(struct device *dev, struct device_attribute *attr, char *buf) argument
109 pccard_store_card_pm_state(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
132 pccard_store_eject(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
148 pccard_show_irq_mask(struct device *dev, struct device_attribute *attr, char *buf) argument
156 pccard_store_irq_mask(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
181 pccard_show_resource(struct device *dev, struct device_attribute *attr, char *buf) argument
188 pccard_store_resource(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dcnode.c27 static void coda_fill_inode(struct inode *inode, struct coda_vattr *attr) argument
91 struct coda_vattr attr; local
58 coda_iget(struct super_block * sb, struct CodaFid * fid, struct coda_vattr * attr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dinode.c265 int hpfs_setattr(struct dentry *dentry, struct iattr *attr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dsymlink.c114 __le32 attr; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dtrancevibrator.c49 static ssize_t show_speed(struct device *dev, struct device_attribute *attr, argument
58 static ssize_t set_speed(struct device *dev, struct device_attribute *attr, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dbus.c41 show_port_number(struct device *dev, struct device_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doutput.c35 video_output_show_state(struct device *dev, struct device_attribute *attr, char *buf) argument
45 video_output_store_state(struct device *dev, struct device_attribute *attr, const char *buf,size_t count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/trigger/
H A Diio-trig-periodic-rtc.c40 iio_trig_periodic_read_freq(struct device *dev, struct device_attribute *attr, char *buf) argument
49 iio_trig_periodic_write_freq(struct device *dev, struct device_attribute *attr, const char *buf, size_t len) argument
75 iio_trig_periodic_read_name(struct device *dev, struct device_attribute *attr, char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dtoneport.c95 toneport_set_led_red(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
111 toneport_set_led_green(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dmasklog.c68 struct attribute attr; member in struct:mlog_attribute
124 static ssize_t mlog_show(struct kobject *obj, struct attribute *attr, argument
132 static ssize_t mlog_store(struct kobject *obj, struct attribute *attr, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DFieldWriter.java155 public void visitAttribute(final Attribute attr) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_attr.c17 int ad_getattr(const struct adouble *ad, u_int16_t *attr) argument
66 u_int16_t attr local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_att.c161 X509_ATTRIBUTE *attr; local
174 X509_ATTRIBUTE *attr; local
187 X509_ATTRIBUTE *attr; local
196 X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, int atrtype, const void *data, int len) argument
213 X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, const ASN1_OBJECT *obj, int atrtype, const void *data, int len) argument
242 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) argument
261 X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) argument
270 X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
300 X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr) argument
307 X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) argument
313 X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype, void *data) argument
326 X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_hca.c245 ehca_query_sma_attr(struct ehca_shca *shca, u8 port, struct ehca_sma_attr *attr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dsysfs.c88 static ssize_t control_show(struct device *dev, struct device_attribute *attr, argument
95 static ssize_t control_store(struct device * dev, struct device_attribute *attr, argument
176 wake_show(struct device * dev, struct device_attribute *attr, char * buf) argument
184 wake_store(struct device * dev, struct device_attribute *attr, argument
115 rtpm_active_time_show(struct device *dev, struct device_attribute *attr, char *buf) argument
128 rtpm_suspended_time_show(struct device *dev, struct device_attribute *attr, char *buf) argument
142 rtpm_status_show(struct device *dev, struct device_attribute *attr, char *buf) argument
210 wakeup_count_show(struct device *dev, struct device_attribute *attr, char *buf) argument
222 rtpm_usagecount_show(struct device *dev, struct device_attribute *attr, char *buf) argument
228 rtpm_children_show(struct device *dev, struct device_attribute *attr, char *buf) argument
235 rtpm_enabled_show(struct device *dev, struct device_attribute *attr, char *buf) argument
253 async_show(struct device *dev, struct device_attribute *attr, char *buf) argument
260 async_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsuspend.c123 store_hibernate(struct sysdev_class *classdev, struct sysdev_class_attribute *attr, const char *buf, size_t count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmv64x60_pci.c27 mv64x60_hs_reg_read(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) argument
48 mv64x60_hs_reg_write(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddma-sysfs.c24 dma_show_devices(struct sys_device *dev, struct sysdev_attribute *attr, char *buf) argument
59 dma_show_dev_id(struct sys_device *dev, struct sysdev_attribute *attr, char *buf) argument
66 dma_store_dev_id(struct sys_device *dev, struct sysdev_attribute *attr, const char *buf, size_t count) argument
77 dma_store_config(struct sys_device *dev, struct sysdev_attribute *attr, const char *buf, size_t count) argument
92 dma_show_mode(struct sys_device *dev, struct sysdev_attribute *attr, char *buf) argument
99 dma_store_mode(struct sys_device *dev, struct sysdev_attribute *attr, const char *buf, size_t count) argument

Completed in 144 milliseconds

1234567891011>>