Home
last modified time | relevance | path

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

/linux-6.15/drivers/extcon/
H A Dextcon-rtk-type-c.c87 int at_cc1; member
513 type_c->at_cc1 = AT_CC1; in detect_type_c_state()
519 type_c->at_cc1 = AT_CC2; in detect_type_c_state()
574 type_c->at_cc1 = AT_CC1; in detect_type_c_state()
580 type_c->at_cc1 = AT_CC2; in detect_type_c_state()
606 int at_cc1 = 0; in host_device_switch() local
621 at_cc1 = type_c->at_cc1; in host_device_switch()
635 if (is_attach && at_cc1) in host_device_switch()
637 else if (is_attach && !at_cc1) in host_device_switch()
642 if (is_attach && at_cc1) in host_device_switch()
[all …]