Home
last modified time | relevance | path

Searched refs:extcon_set_state (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dextcon.h214 extern int extcon_set_state(struct extcon_dev *edev, u32 state);
299 static inline int extcon_set_state(struct extcon_dev *edev, u32 state) in extcon_set_state() function
/linux-4.1.27/drivers/extcon/
Dextcon-adc-jack.c83 extcon_set_state(data->edev, state); in adc_jack_handler()
Dextcon-gpio.c56 extcon_set_state(data->edev, state); in gpio_extcon_work()
Dextcon.c144 ret = extcon_set_state(edev, state); in state_store()
280 int extcon_set_state(struct extcon_dev *edev, u32 state) in extcon_set_state() function
284 EXPORT_SYMBOL_GPL(extcon_set_state);
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class39 => extcon_set_state(edev, state)