Lines Matching defs:edev
47 struct extcon_dev *edev;
85 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false);
87 extcon_set_state_sync(info->edev, EXTCON_USB, true);
90 extcon_set_state_sync(info->edev, EXTCON_USB, false);
97 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true);
111 if (!info->edev)
131 extcon_set_state_sync(info->edev,
133 extcon_set_state_sync(info->edev,
269 info->edev = devm_extcon_dev_allocate(info->dev, ptn5150_extcon_cable);
270 if (IS_ERR(info->edev)) {
276 ret = devm_extcon_dev_register(info->dev, info->edev);
282 extcon_set_property_capability(info->edev, EXTCON_USB,
284 extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
286 extcon_set_property_capability(info->edev, EXTCON_USB_HOST,