Lines Matching refs:attribute

1265 static struct attribute *dme1737_pwm_chmod_attr[];
1266 static void dme1737_chmod_file(struct device*, struct attribute*, umode_t);
1658 static struct attribute *dme1737_attr[] = {
1725 static struct attribute *dme1737_temp_offset_attr[] = {
1741 static struct attribute *dme1737_vid_attr[] = {
1756 static struct attribute *dme1737_zone3_attr[] = {
1774 static struct attribute *dme1737_zone_hyst_attr[] = {
1790 static struct attribute *dme1737_in7_attr[] = {
1807 static struct attribute *dme1737_pwm1_attr[] = {
1817 static struct attribute *dme1737_pwm2_attr[] = {
1827 static struct attribute *dme1737_pwm3_attr[] = {
1837 static struct attribute *dme1737_pwm5_attr[] = {
1843 static struct attribute *dme1737_pwm6_attr[] = {
1864 static struct attribute *dme1737_auto_pwm_min_attr[] = {
1875 static struct attribute *dme1737_fan1_attr[] = {
1882 static struct attribute *dme1737_fan2_attr[] = {
1889 static struct attribute *dme1737_fan3_attr[] = {
1896 static struct attribute *dme1737_fan4_attr[] = {
1903 static struct attribute *dme1737_fan5_attr[] = {
1910 static struct attribute *dme1737_fan6_attr[] = {
1931 static struct attribute *dme1737_zone_chmod_attr[] = {
1950 static struct attribute *dme1737_zone3_chmod_attr[] = {
1966 static struct attribute *dme1737_pwm1_chmod_attr[] = {
1974 static struct attribute *dme1737_pwm2_chmod_attr[] = {
1982 static struct attribute *dme1737_pwm3_chmod_attr[] = {
1990 static struct attribute *dme1737_pwm5_chmod_attr[] = {
1995 static struct attribute *dme1737_pwm6_chmod_attr[] = {
2014 static struct attribute *dme1737_pwm_chmod_attr[] = {
2053 struct attribute *attr, umode_t mode) in dme1737_chmod_file()
2065 struct attribute **attr; in dme1737_chmod_group()