Home
last modified time | relevance | path

Searched refs:extcon_set_cable_state_ (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dextcon.h225 extern int extcon_set_cable_state_(struct extcon_dev *edev, int cable_index,
322 static inline int extcon_set_cable_state_(struct extcon_dev *edev, in extcon_set_cable_state_() function
/linux-4.1.27/drivers/extcon/
Dextcon-arizona.c611 ret = extcon_set_cable_state_(info->edev, report, true); in arizona_hpdet_irq()
694 ret = extcon_set_cable_state_(info->edev, in arizona_identify_headphone()
752 ret = extcon_set_cable_state_(info->edev, in arizona_start_hpdet_acc_id()
840 ret = extcon_set_cable_state_(info->edev, in arizona_micd_detect()
1032 ret = extcon_set_cable_state_(info->edev, in arizona_jackdet()
Dextcon.c348 int extcon_set_cable_state_(struct extcon_dev *edev, in extcon_set_cable_state_() function
359 EXPORT_SYMBOL_GPL(extcon_set_cable_state_);
373 return extcon_set_cable_state_(edev, extcon_find_cable_index in extcon_set_cable_state()
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class74 extcon_set_cable_state_(edev, 1) sets cable 2's state.