Searched refs:extcon_sync (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/linux/ | 
| D | extcon-provider.h | 35 int extcon_sync(struct extcon_dev *edev, unsigned int id);109 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id)  in extcon_sync()  function
 
 | 
| /Linux-v6.6/drivers/extcon/ | 
| D | extcon-usbc-cros-ec.c | 348 		extcon_sync(info->edev, EXTCON_USB);  in extcon_cros_ec_detect_cable()349 		extcon_sync(info->edev, EXTCON_USB_HOST);  in extcon_cros_ec_detect_cable()
 350 		extcon_sync(info->edev, EXTCON_DISP_DP);  in extcon_cros_ec_detect_cable()
 356 		extcon_sync(info->edev, EXTCON_DISP_DP);  in extcon_cros_ec_detect_cable()
 
 | 
| D | extcon.c | 429 int extcon_sync(struct extcon_dev *edev, unsigned int id)  in extcon_sync()  function501 EXPORT_SYMBOL_GPL(extcon_sync);
 606 	return extcon_sync(edev, id);  in extcon_set_state_sync()
 781 	return extcon_sync(edev, id);  in extcon_set_property_sync()
 
 | 
| D | extcon-usbc-tusb320.c | 272 	extcon_sync(priv->edev, EXTCON_USB);  in tusb320_extcon_irq_handler()273 	extcon_sync(priv->edev, EXTCON_USB_HOST);  in tusb320_extcon_irq_handler()
 
 |