Home
last modified time | relevance | path

Searched refs:extcon_get_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dextcon.h209 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state() function
294 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state() function
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class36 => extcon_get_state(edev)
59 extcon_get_state(edev) if you intend to get a state of a specific
/linux-4.1.27/drivers/extcon/
Dextcon-gpio.c74 if (extcon_get_state(edev)) in extcon_gpio_print_state()