Searched refs:attrs (Results 176 - 200 of 538) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c1014 msb->attr_group.attrs = kzalloc((attr_count + 1)
1017 if (!msb->attr_group.attrs) {
1038 msb->attr_group.attrs[cnt] = &s_attr->dev_attr.attr;
1190 for (rc = 0; msb->attr_group.attrs[rc]; ++rc) {
1191 s_attr = mspro_from_sysfs_attr(msb->attr_group.attrs[rc]);
1280 if (msb->attr_group.attrs) {
1281 for (cnt = 0; msb->attr_group.attrs[cnt]; ++cnt) {
1283 .attrs[cnt]);
1287 kfree(msb->attr_group.attrs);
1403 for (cnt = 0; new_msb->attr_group.attrs[cn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dit87.c1279 .attrs = it87_attributes,
1299 .attrs = it87_attributes_beep,
1330 { .attrs = it87_attributes_fan16[0] },
1331 { .attrs = it87_attributes_fan16[1] },
1332 { .attrs = it87_attributes_fan16[2] },
1333 { .attrs = it87_attributes_fan16[3] },
1334 { .attrs = it87_attributes_fan16[4] },
1358 { .attrs = it87_attributes_fan[0] },
1359 { .attrs = it87_attributes_fan[1] },
1360 { .attrs
[all...]
H A Dlm73.c98 .attrs = lm73_attributes,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsproc.c69 argp->attrs.ia_valid, (long) argp->attrs.ia_size);
72 nfserr = nfsd_setattr(rqstp, &resp->fh, &argp->attrs,0, (time_t)0);
194 struct iattr *attr = &argp->attrs;
315 /* File doesn't exist. Create it and set attrs */
405 * Create the link, look up new file and set attrs.
409 &newfh, &argp->attrs);
434 argp->attrs.ia_valid &= ~ATTR_SIZE;
437 &argp->attrs, S_IFDIR, 0, &resp->fh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java136 private Attribute attrs; field in class:MethodWriter
613 attr.next = attrs;
614 attrs = attr;
1277 if (attrs != null) {
1278 size += attrs.getSize(cw, null, 0, -1, -1);
1336 if (attrs != null) {
1337 attributeCount += attrs.getCount();
1455 if (attrs != null) {
1456 attrs.put(cw, null, 0, -1, -1, out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c331 struct device_attribute *attrs)
336 if (attrs) {
337 for (i = 0; attr_name(attrs[i]); i++) {
338 error = device_create_file(dev, &attrs[i]);
344 device_remove_file(dev, &attrs[i]);
350 struct device_attribute *attrs)
354 if (attrs)
355 for (i = 0; attr_name(attrs[i]); i++)
356 device_remove_file(dev, &attrs[i]);
330 device_add_attributes(struct device *dev, struct device_attribute *attrs) argument
349 device_remove_attributes(struct device *dev, struct device_attribute *attrs) argument
H A Dtopology.c128 .attrs = default_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Discsi_boot_sysfs.c82 /* Target attrs */
160 .attrs = target_attrs,
164 /* Ethernet attrs */
241 .attrs = ethernet_attrs,
245 /* Initiator attrs */
299 .attrs = initiator_attrs,
469 * This will remove the kset and kobjects and attrs under it.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16240_core.c429 .attrs = adis16240_event_attributes,
455 .attrs = adis16240_attributes,
492 st->indio_dev->attrs = &adis16240_attribute_group;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c907 * @attrs: optional dma attributes
914 struct dma_attrs *attrs)
1000 struct dma_attrs *attrs)
1003 (unsigned long)addr & ~PAGE_MASK, size, dir, attrs);
1036 * @attrs: optional dma attributes
1041 enum dma_data_direction dir, struct dma_attrs *attrs)
1110 enum dma_data_direction dir, struct dma_attrs *attrs)
1112 sba_unmap_page(dev, iova, size, dir, attrs);
1438 struct dma_attrs *attrs);
1445 * @attrs
911 sba_map_page(struct device *dev, struct page *page, unsigned long poff, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
998 sba_map_single_attrs(struct device *dev, void *addr, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
1040 sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
1109 sba_unmap_single_attrs(struct device *dev, dma_addr_t iova, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
1449 sba_map_sg_attrs(struct device *dev, struct scatterlist *sglist, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument
1545 sba_unmap_sg_attrs(struct device *dev, struct scatterlist *sglist, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
304 int maxAttrs; /* the size of attrs */
308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
946 if (group->attrs != NULL)
947 xmlFree(group->attrs);
972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
977 lib->freef(lib->data, (void *) define->attrs);
1184 xmlAttrPtr attrs[MAX_ATTR]; local
1196 attrs[nbAttr
1280 xmlAttrPtr *attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drelaxng.c163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
304 int maxAttrs; /* the size of attrs */
308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
946 if (group->attrs != NULL)
947 xmlFree(group->attrs);
972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
977 lib->freef(lib->data, (void *) define->attrs);
1184 xmlAttrPtr attrs[MAX_ATTR]; local
1196 attrs[nbAttr
1280 xmlAttrPtr *attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drelaxng.c163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
304 int maxAttrs; /* the size of attrs */
308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
946 if (group->attrs != NULL)
947 xmlFree(group->attrs);
972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
977 lib->freef(lib->data, (void *) define->attrs);
1184 xmlAttrPtr attrs[MAX_ATTR]; local
1196 attrs[nbAttr
1280 xmlAttrPtr *attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
304 int maxAttrs; /* the size of attrs */
308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
946 if (group->attrs != NULL)
947 xmlFree(group->attrs);
972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
977 lib->freef(lib->data, (void *) define->attrs);
1184 xmlAttrPtr attrs[MAX_ATTR]; local
1196 attrs[nbAttr
1280 xmlAttrPtr *attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmbldap.h148 LDAPMod *attrs[]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_msgs.c422 unsigned long attrs; local
528 &attrs, &tsDummy);
676 unsigned long attrs; local
705 &attrs, &tsDummy);
H A Dssh.c1595 LIBSSH2_SFTP_ATTRIBUTES attrs; local
1599 LIBSSH2_SFTP_STAT, &attrs);
1607 curl_off_t size = attrs.filesize;
1612 data->state.resume_from = attrs.filesize;
2063 LIBSSH2_SFTP_ATTRIBUTES attrs; local
2067 LIBSSH2_SFTP_STAT, &attrs);
2081 curl_off_t size = attrs.filesize;
2107 CURL_FORMAT_CURL_OFF_T ")", from, attrs.filesize);
2129 if((curl_off_t)attrs.filesize < -data->state.resume_from) {
2133 data->state.resume_from, attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Duserspace-consumer.c104 .attrs = attributes,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ep93xx.c126 .attrs = ep93xx_rtc_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dvhci_sysfs.c248 .attrs = dev_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Diio.h82 * @attrs: [DRIVER] general purpose device attributes
108 const struct attribute_group *attrs; member in struct:iio_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/trigger/
H A Diio-trig-gpio.c58 .attrs = iio_gpio_trigger_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dadummy.c76 .attrs = adummy_attrs
168 dev_err(&atm_dev->class_dev, "Could not register attrs for adummy\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddma-mapping.h12 #include <linux/dma-attrs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-gart_64.c237 struct dma_attrs *attrs)
259 struct dma_attrs *attrs)
281 enum dma_data_direction dir, struct dma_attrs *attrs)
382 enum dma_data_direction dir, struct dma_attrs *attrs)
234 gart_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
257 gart_unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
280 gart_unmap_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument
381 gart_map_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument

Completed in 473 milliseconds

1234567891011>>