Searched refs:extcon_set_cable_state_ (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/extcon/ |
H A D | extcon-arizona.c | 611 ret = extcon_set_cable_state_(info->edev, report, true); arizona_hpdet_irq() 694 ret = extcon_set_cable_state_(info->edev, arizona_identify_headphone() 752 ret = extcon_set_cable_state_(info->edev, arizona_start_hpdet_acc_id() 840 ret = extcon_set_cable_state_(info->edev, arizona_micd_detect() 1032 ret = extcon_set_cable_state_(info->edev, arizona_jackdet()
|
H A D | extcon.c | 341 * extcon_set_cable_state_() - Set the status of a specific cable. 348 int extcon_set_cable_state_(struct extcon_dev *edev, extcon_set_cable_state_() function 359 EXPORT_SYMBOL_GPL(extcon_set_cable_state_); variable 368 * Note that this is slower than extcon_set_cable_state_. 373 return extcon_set_cable_state_(edev, extcon_find_cable_index extcon_set_cable_state()
|
/linux-4.1.27/include/linux/ |
H A D | extcon.h | 225 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, extcon_set_cable_state_() function
|
Completed in 90 milliseconds