Lines Matching refs:kind
825 enum chips kind = data->type; in w83781d_detect_subclients() local
849 if (kind != w83783s) { in w83781d_detect_subclients()
876 if (kind == w83783s) in w83781d_detect_subclients()
955 w83781d_create_files(struct device *dev, int kind, int is_isa) in w83781d_create_files() argument
962 if (kind != w83783s) { in w83781d_create_files()
975 if (kind != as99127f && kind != w83781d && kind != w83783s) { in w83781d_create_files()
998 if (kind != w83783s) { in w83781d_create_files()
1011 if (kind != w83781d) { in w83781d_create_files()
1020 if (kind != w83781d && kind != as99127f) { in w83781d_create_files()
1028 if (kind == w83782d && !is_isa) { in w83781d_create_files()
1036 if (kind != as99127f && kind != w83781d) { in w83781d_create_files()
1042 if (kind != w83783s) { in w83781d_create_files()
1054 w83781d_detect(struct i2c_client *client, int kind, in w83781d_detect() argument
1077 if (kind < 0) { in w83781d_detect()
1114 if (kind <= 0) { in w83781d_detect()
1129 kind = w83781d; in w83781d_detect()
1131 kind = w83782d; in w83781d_detect()
1133 kind = w83783s; in w83781d_detect()
1135 kind = as99127f; in w83781d_detect()
1137 if (kind == 0) in w83781d_detect()
1144 if ((kind == w83781d || kind == w83782d) in w83781d_detect()
1155 if (kind == w83781d) { in w83781d_detect()
1157 } else if (kind == w83782d) { in w83781d_detect()
1159 } else if (kind == w83783s) { in w83781d_detect()
1161 } else if (kind == as99127f) { in w83781d_detect()