Lines Matching defs:attr_g
206 * @attr_g: the attribute group for the cable
209 * @attrs: the array pointing to attr_name and attr_state for attr_g
223 struct attribute_group attr_g;
227 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */
1113 kfree(cable->attr_g.name);
1125 cable->attr_g.name = str;
1126 cable->attr_g.attrs = cable->attrs;
1223 edev->extcon_dev_type.groups[index] = &edev->cables[index].attr_g;
1341 kfree(edev->cables[index].attr_g.name);
1387 kfree(edev->cables[index].attr_g.name);