Home
last modified time | relevance | path

Searched refs:connect_change (Results 1 – 4 of 4) 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.c657 bool connect_change; in hub_ext_port_status() local
659 connect_change = *change & USB_PORT_STAT_C_CONNECTION; in hub_ext_port_status()
661 if (connect_change && connect) in hub_ext_port_status()
663 else if (connect_change) in hub_ext_port_status()
3907 int connect_change = 0; in hub_handle_remote_wakeup() local
3934 connect_change = 1; in hub_handle_remote_wakeup()
3940 return connect_change; in hub_handle_remote_wakeup()
5749 int connect_change; in port_event() local
5757 connect_change = test_bit(port1, hub->change_bits); in port_event()
5766 connect_change = 1; in port_event()
[all …]
/linux/drivers/usb/host/
H A Docteon-hcd.c159 u32 connect_change : 1; member
1027 result.connect_change = in cvmx_usb_get_status()
3297 buf[0] = port_status.connect_change << 1; in octeon_usb_hub_status_data()
3424 if (usb_port_status.connect_change) { in octeon_usb_hub_control()