Searched refs:extcon_set_state (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | extcon-provider.h | 41 int extcon_set_state(struct extcon_dev *edev, unsigned int id, 97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() function
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-usb2.c | 973 extcon_set_state(rphy->edev, cable, rport->vbus_attached); in rockchip_usb2phy_otg_sm_work() 979 extcon_set_state(rphy->edev, EXTCON_USB, in rockchip_usb2phy_otg_sm_work() 1077 extcon_set_state(rphy->edev, EXTCON_USB, false); in otg_mode_store() 1078 extcon_set_state(rphy->edev, EXTCON_USB_HOST, true); in otg_mode_store() 1193 extcon_set_state(rphy->edev, EXTCON_USB_HOST, cable_vbus_state); in rockchip_usb2phy_id_irq() 1194 extcon_set_state(rphy->edev, EXTCON_USB_VBUS_EN, cable_vbus_state); in rockchip_usb2phy_id_irq() 1267 extcon_set_state(rphy->edev, EXTCON_USB, false); in rockchip_usb2phy_otg_port_init() 1268 extcon_set_state(rphy->edev, EXTCON_USB_HOST, true); in rockchip_usb2phy_otg_port_init() 1323 extcon_set_state(rphy->edev, EXTCON_USB, false); in rockchip_usb2phy_otg_port_init() 1324 extcon_set_state(rphy->edev, EXTCON_USB_HOST, true); in rockchip_usb2phy_otg_port_init() [all …]
|
| H A D | phy-rockchip-inno-usb2.c | 1009 extcon_set_state(rphy->edev, EXTCON_USB_HOST, true); in rockchip_usb2phy_set_mode() 1010 extcon_set_state(rphy->edev, EXTCON_USB, false); in rockchip_usb2phy_set_mode() 1012 extcon_set_state(rphy->edev, EXTCON_USB_HOST, false); in rockchip_usb2phy_set_mode() 1013 extcon_set_state(rphy->edev, EXTCON_USB, true); in rockchip_usb2phy_set_mode() 1030 extcon_set_state(rphy->edev, EXTCON_USB, true); in rockchip_usb2phy_set_mode() 1046 extcon_set_state(rphy->edev, EXTCON_USB, false); in rockchip_usb2phy_set_mode() 1779 extcon_set_state(rphy->edev, EXTCON_USB_HOST, cable_vbus_state); in rockchip_usb2phy_id_irq() 1780 extcon_set_state(rphy->edev, EXTCON_USB_VBUS_EN, cable_vbus_state); in rockchip_usb2phy_id_irq() 2164 extcon_set_state(rphy->edev, EXTCON_USB, false); in rockchip_usb2phy_otg_port_init() 2165 extcon_set_state(rphy->edev, EXTCON_USB_HOST, true); in rockchip_usb2phy_otg_port_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-usbc-cros-ec.c | 317 extcon_set_state(info->edev, EXTCON_USB, device_connected); in extcon_cros_ec_detect_cable() 318 extcon_set_state(info->edev, EXTCON_USB_HOST, host_connected); in extcon_cros_ec_detect_cable() 319 extcon_set_state(info->edev, EXTCON_DISP_DP, dp); in extcon_cros_ec_detect_cable()
|
| H A D | extcon.c | 537 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state() function 578 EXPORT_SYMBOL_GPL(extcon_set_state); 608 ret = extcon_set_state(edev, id, state); in extcon_set_state_sync()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | max96745.c | 119 extcon_set_state(max96745->extcon, EXTCON_JACK_VIDEO_OUT, true); in max96745_power_on()
|
| H A D | max96755f.c | 144 extcon_set_state(max96755f->extcon, EXTCON_JACK_VIDEO_OUT, true); in max96755f_power_on()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_rockchip | 500 extcon_set_state
|