/* * Functions private to power supply class * * Copyright © 2007 Anton Vorontsov <cbou@mail.ru> * Copyright © 2004 Szabolcs Gyurko * Copyright © 2003 Ian Molton <spyro@f2s.com> * * Modified: 2004, Oct Szabolcs Gyurko * * You may use this code as per GPL version 2 */ struct device; struct device_type; struct power_supply; #ifdef CONFIG_SYSFS extern void power_supply_init_attrs(struct device_type *dev_type); extern int power_supply_uevent(struct device *dev, struct kobj_uevent_env *env); #else
static inline void power_supply_init_attrs(struct device_type *dev_type) {}Contributors
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 11 | 100.00% | 2 | 100.00% |
Total | 11 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 121 | 90.98% | 2 | 50.00% |
paul gortmaker | paul gortmaker | 9 | 6.77% | 1 | 25.00% |
kay sievers | kay sievers | 3 | 2.26% | 1 | 25.00% |
Total | 133 | 100.00% | 4 | 100.00% |