Searched refs:extcon_set_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/ |
D | extcon-provider.h | 49 extern int extcon_set_state(struct extcon_dev *edev, unsigned int id, 105 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() function
|
/linux-4.19.296/drivers/extcon/ |
D | extcon-usbc-cros-ec.c | 316 extcon_set_state(info->edev, EXTCON_USB, device_connected); in extcon_cros_ec_detect_cable() 317 extcon_set_state(info->edev, EXTCON_USB_HOST, host_connected); in extcon_cros_ec_detect_cable() 318 extcon_set_state(info->edev, EXTCON_DISP_DP, dp); in extcon_cros_ec_detect_cable()
|
D | extcon.c | 538 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state() function 579 EXPORT_SYMBOL_GPL(extcon_set_state); 609 ret = extcon_set_state(edev, id, state); in extcon_set_state_sync()
|