Lines Matching +full:bool +full:- +full:property
1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * - linux/include/linux/extcon-provider.h for extcon provider device driver.
34 /* Synchronize the state and property value for each external connector. */
42 bool state);
44 bool state);
47 * Following APIs set the property of each external connector.
49 * and the 'prop' indicates the extcon property.
51 * And extcon_set_property_capability() set the capability of the property
53 * property of each external connector based on the id and property.
75 return -EINVAL; in devm_extcon_dev_register()
83 return ERR_PTR(-ENOSYS); in extcon_dev_allocate()
91 return ERR_PTR(-ENOSYS); in devm_extcon_dev_allocate()
98 bool state) in extcon_set_state()
104 bool state) in extcon_set_state_sync()