Lines Matching full:extcon

3  * drivers/extcon/devres.c - EXTCON device's resource management
9 #include "extcon.h"
53 * devm_extcon_dev_allocate - Allocate managed extcon device
54 * @dev: the device owning the extcon device being created
58 * This function manages automatically the memory of extcon device using device
59 * resource management and simplify the control of freeing the memory of extcon
91 * @dev: the device owning the extcon device being created
92 * @edev: the extcon device to be freed
106 * @dev: the device owning the extcon device being created
107 * @edev: the extcon device to be registered
109 * this function, that extcon device is automatically unregistered on driver
113 * If extcon device is registered with this function and the device needs to be
142 * @dev: the device owning the extcon device being created
143 * @edev: the extcon device to unregistered
145 * Unregister extcon device that is registered with devm_extcon_dev_register()
157 * @dev: the device owning the extcon device being created
158 * @edev: the extcon device
159 * @id: the unique id among the extcon enumeration
162 * This function manages automatically the notifier of extcon device using
164 * the notifier of extcon device.
201 * @dev: the device owning the extcon device being created
202 * @edev: the extcon device
203 * @id: the unique id among the extcon enumeration
218 * @dev: the device owning the extcon device being created
219 * @edev: the extcon device
222 * This function manages automatically the notifier of extcon device using
224 * the notifier of extcon device. To get more information, refer that function.
256 * @dev: the device owning the extcon device being created
257 * @edev: the extcon device