Home
last modified time | relevance | path

Searched refs:cc_change (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c240 bool cc_change = false; in pmic_typec_port_isr() local
259 cc_change = true; in pmic_typec_port_isr()
269 if (cc_change) in pmic_typec_port_isr()
/linux/drivers/usb/serial/
H A Dcp210x.c1125 bool iflag_change, cc_change; in cp210x_termios_change() local
1128 cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] || in cp210x_termios_change()
1131 return tty_termios_hw_change(a, b) || iflag_change || cc_change; in cp210x_termios_change()