Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/extcon/
Dextcon-usbc-cros-ec.c320 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
323 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
326 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
329 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
332 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
335 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
338 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
341 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
344 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
353 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
Dextcon.c694 int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() function
747 EXPORT_SYMBOL_GPL(extcon_set_property);
765 ret = extcon_set_property(edev, id, prop, prop_val); in extcon_set_property_sync()
/Linux-v5.4/include/linux/
Dextcon-provider.h55 extern int extcon_set_property(struct extcon_dev *edev, unsigned int id,
114 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() function