diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2016-06-27 14:03:39 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-06-27 15:03:23 +0300 |
commit | 58f386560a68dd98bd6744a28fc853eef11faebe (patch) | |
tree | 79265ea59e032c3bd44523374e3a59c263d5fce1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b225d00f3ad2d996f914790a0f6324a4efd18768 (diff) | |
download | linux-58f386560a68dd98bd6744a28fc853eef11faebe.tar.xz |
extcon: Add resource-managed functions to register extcon notifier
This patch adds the resource-managed functions for register/unregister
the extcon notifier with the id of each external connector. This function
will make it easy to handle the extcon notifier.
- int devm_extcon_register_notifier(struct device *dev,
struct extcon_dev *edev, unsigned int id,
struct notifier_block *nb);
- void devm_extcon_unregister_notifier(struct device *dev,
struct extcon_dev *edev, unsigned int id,
struct notifier_block *nb);
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions