Searched refs:extcon_set_property (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/extcon/ |
D | extcon-usbc-cros-ec.c | 319 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()
|
D | extcon.c | 702 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/ |
D | extcon-provider.h | 63 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
|