• Home
  • Raw
  • Download

Lines Matching full:extcon

2  * drivers/extcon/devres.c - EXTCON device's resource management
17 #include "extcon.h"
61 * devm_extcon_dev_allocate - Allocate managed extcon device
62 * @dev: the device owning the extcon device being created
66 * This function manages automatically the memory of extcon device using device
67 * resource management and simplify the control of freeing the memory of extcon
99 * @dev: the device owning the extcon device being created
100 * @edev: the extcon device to be freed
114 * @dev: the device owning the extcon device being created
115 * @edev: the extcon device to be registered
117 * this function, that extcon device is automatically unregistered on driver
121 * If extcon device is registered with this function and the device needs to be
150 * @dev: the device owning the extcon device being created
151 * @edev: the extcon device to unregistered
153 * Unregister extcon device that is registered with devm_extcon_dev_register()
165 * @dev: the device owning the extcon device being created
166 * @edev: the extcon device
167 * @id: the unique id among the extcon enumeration
170 * This function manages automatically the notifier of extcon device using
172 * the notifier of extcon device.
209 * @dev: the device owning the extcon device being created
210 * @edev: the extcon device
211 * @id: the unique id among the extcon enumeration
226 * @dev: the device owning the extcon device being created
227 * @edev: the extcon device
230 * This function manages automatically the notifier of extcon device using
232 * the notifier of extcon device. To get more information, refer that function.
264 * @dev: the device owning the extcon device being created
265 * @edev: the extcon device