Home
last modified time | relevance | path

Searched refs:connect_change (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c76 int connect_change; member
472 type_c->connect_change = CONNECT_NO_CHANGE; in detect_type_c_state()
480 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
486 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
514 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
520 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
541 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
547 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
576 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
582 type_c->connect_change = CONNECT_CHANGE; in detect_type_c_state()
[all …]
/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns2-usbdrd.c185 static void connect_change(struct ns2_phy_driver *driver) in connect_change() function
244 connect_change(driver); in extcon_work()
253 connect_change(driver); in extcon_work()
/linux/drivers/usb/core/
H A Dhub.c655 bool connect_change; in hub_ext_port_status() local
657 connect_change = *change & USB_PORT_STAT_C_CONNECTION; in hub_ext_port_status()
659 if (connect_change && connect) in hub_ext_port_status()
661 else if (connect_change) in hub_ext_port_status()
3875 int connect_change = 0; in hub_handle_remote_wakeup() local
3902 connect_change = 1; in hub_handle_remote_wakeup()
3908 return connect_change; in hub_handle_remote_wakeup()
5715 int connect_change; in port_event() local
5722 connect_change = test_bit(port1, hub->change_bits); in port_event()
5731 connect_change = 1; in port_event()
[all …]