Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon-usbc-cros-ec.c319 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
322 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
325 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
328 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
331 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
334 extcon_set_property(info->edev, EXTCON_USB, in extcon_cros_ec_detect_cable()
337 extcon_set_property(info->edev, EXTCON_USB_HOST, in extcon_cros_ec_detect_cable()
340 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
343 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
352 extcon_set_property(info->edev, EXTCON_DISP_DP, in extcon_cros_ec_detect_cable()
Dextcon.c702 int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() function
755 EXPORT_SYMBOL_GPL(extcon_set_property);
773 ret = extcon_set_property(edev, id, prop, prop_val); in extcon_set_property_sync()
/Linux-v4.19/include/linux/
Dextcon-provider.h63 extern int extcon_set_property(struct extcon_dev *edev, unsigned int id,
122 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() function