Lines Matching refs:extcon
446 struct extcon_dev *extcon; member
1420 if (it6505->extcon && !it6505->lane_swap_disabled) { in it6505_get_extcon_property()
1421 err = extcon_get_property(it6505->extcon, EXTCON_DISP_DP, in it6505_get_extcon_property()
2927 state = extcon_get_state(it6505->extcon, EXTCON_DISP_DP); in it6505_extcon_work()
2969 it6505->extcon, EXTCON_DISP_DP, in it6505_use_notifier_module()
2983 if (it6505->extcon) { in it6505_remove_notifier_module()
2985 it6505->extcon, EXTCON_DISP_DP, in it6505_remove_notifier_module()
3113 if (it6505->extcon) { in it6505_bridge_attach()
3583 struct extcon_dev *extcon; in it6505_i2c_probe() local
3601 extcon = extcon_get_edev_by_phandle(dev, 0); in it6505_i2c_probe()
3602 if (PTR_ERR(extcon) == -EPROBE_DEFER) in it6505_i2c_probe()
3604 if (IS_ERR(extcon)) { in it6505_i2c_probe()
3606 return PTR_ERR(extcon); in it6505_i2c_probe()
3609 it6505->extcon = extcon; in it6505_i2c_probe()