Searched refs:extcon_dev (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | extcon-provider.h | 15 struct extcon_dev; 20 int extcon_dev_register(struct extcon_dev *edev); 21 void extcon_dev_unregister(struct extcon_dev *edev); 23 struct extcon_dev *edev); 25 struct extcon_dev *edev); 28 struct extcon_dev *extcon_dev_allocate(const unsigned int *cable); 29 void extcon_dev_free(struct extcon_dev *edev); 30 struct extcon_dev *devm_extcon_dev_allocate(struct device *dev, 32 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev); 35 int extcon_sync(struct extcon_dev *edev, unsigned int id); [all …]
|
D | extcon.h | 168 struct extcon_dev; 175 int extcon_get_state(struct extcon_dev *edev, unsigned int id); 186 int extcon_get_property(struct extcon_dev *edev, unsigned int id, 189 int extcon_get_property_capability(struct extcon_dev *edev, 201 int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, 203 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, 206 struct extcon_dev *edev, unsigned int id, 209 struct extcon_dev *edev, unsigned int id, 212 int extcon_register_notifier_all(struct extcon_dev *edev, 214 int extcon_unregister_notifier_all(struct extcon_dev *edev, [all …]
|
/include/linux/power/ |
D | charger-manager.h | 59 struct extcon_dev *extcon_dev; member
|
/include/linux/usb/ |
D | chipidea.h | 28 struct extcon_dev *edev;
|
D | phy.h | 104 struct extcon_dev *edev; 105 struct extcon_dev *id_edev;
|
/include/linux/mfd/ |
D | palmas.h | 562 struct extcon_dev *edev;
|