Searched refs:attr_val (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c68 struct class_device_attribute attr_val; member in struct:pvr2_sysfs_ctl_item
525 cip->attr_val.attr.name = "cur_val";
526 cip->attr_val.attr.mode = S_IRUGO;
540 cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP;
547 cip->attr_gen[acnt++] = &cip->attr_val.attr;
548 cip->attr_val.show = fp->show_val_norm;
549 cip->attr_val.store = fp->store_val_norm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h221 * union attr_val - Union of all known attribute values
245 } attr_val; typedef in typeref:union:__anon1221

Completed in 160 milliseconds