Searched refs:extcon_set_state (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | extcon-provider.h | 41 int extcon_set_state(struct extcon_dev *edev, unsigned int id, 97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() function
|
/linux/drivers/extcon/ |
H A D | extcon-usbc-tusb320.c | 263 extcon_set_state(priv->edev, EXTCON_USB, in tusb320_extcon_irq_handler() 265 extcon_set_state(priv->edev, EXTCON_USB_HOST, in tusb320_extcon_irq_handler()
|
H A D | extcon.c | 543 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state() function 584 EXPORT_SYMBOL_GPL(extcon_set_state); 602 ret = extcon_set_state(edev, id, state); in extcon_set_state_sync()
|