Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dextcon-provider.h43 extern int extcon_sync(struct extcon_dev *edev, unsigned int id);
117 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() function
/Linux-v4.19/drivers/extcon/
Dextcon-usbc-cros-ec.c347 extcon_sync(info->edev, EXTCON_USB); in extcon_cros_ec_detect_cable()
348 extcon_sync(info->edev, EXTCON_USB_HOST); in extcon_cros_ec_detect_cable()
349 extcon_sync(info->edev, EXTCON_DISP_DP); in extcon_cros_ec_detect_cable()
355 extcon_sync(info->edev, EXTCON_DISP_DP); in extcon_cros_ec_detect_cable()
Dextcon.c416 int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() function
488 EXPORT_SYMBOL_GPL(extcon_sync);
605 return extcon_sync(edev, id); in extcon_set_state_sync()
777 return extcon_sync(edev, id); in extcon_set_property_sync()