Searched refs:extcon_set_state (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
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
|
/Linux-v5.10/drivers/extcon/ |
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()
|
D | extcon.c | 522 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state() function 563 EXPORT_SYMBOL_GPL(extcon_set_state); 593 ret = extcon_set_state(edev, id, state); in extcon_set_state_sync()
|