Lines Matching defs:edev

20 	struct extcon_dev *edev;
317 extcon_set_state(info->edev, EXTCON_USB, device_connected);
318 extcon_set_state(info->edev, EXTCON_USB_HOST, host_connected);
319 extcon_set_state(info->edev, EXTCON_DISP_DP, dp);
320 extcon_set_property(info->edev, EXTCON_USB,
323 extcon_set_property(info->edev, EXTCON_USB_HOST,
326 extcon_set_property(info->edev, EXTCON_USB,
329 extcon_set_property(info->edev, EXTCON_USB_HOST,
332 extcon_set_property(info->edev, EXTCON_DISP_DP,
335 extcon_set_property(info->edev, EXTCON_USB,
338 extcon_set_property(info->edev, EXTCON_USB_HOST,
341 extcon_set_property(info->edev, EXTCON_DISP_DP,
344 extcon_set_property(info->edev, EXTCON_DISP_DP,
348 extcon_sync(info->edev, EXTCON_USB);
349 extcon_sync(info->edev, EXTCON_USB_HOST);
350 extcon_sync(info->edev, EXTCON_DISP_DP);
353 extcon_set_property(info->edev, EXTCON_DISP_DP,
356 extcon_sync(info->edev, EXTCON_DISP_DP);
423 info->edev = devm_extcon_dev_allocate(dev, usb_type_c_cable);
424 if (IS_ERR(info->edev)) {
429 ret = devm_extcon_dev_register(dev, info->edev);
435 extcon_set_property_capability(info->edev, EXTCON_USB,
437 extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
439 extcon_set_property_capability(info->edev, EXTCON_USB,
441 extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
443 extcon_set_property_capability(info->edev, EXTCON_DISP_DP,
445 extcon_set_property_capability(info->edev, EXTCON_USB,
447 extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
449 extcon_set_property_capability(info->edev, EXTCON_DISP_DP,
451 extcon_set_property_capability(info->edev, EXTCON_DISP_DP,