Searched refs:is_port (Results 1 – 4 of 4) sorted by relevance
31 bool is_port = is_typec_port(adev->dev.parent); in typec_altmode_set_state() local34 port_altmode = is_port ? to_altmode(adev) : to_altmode(adev)->partner; in typec_altmode_set_state()58 bool is_port; in typec_altmode_notify() local71 is_port = is_typec_port(adev->dev.parent); in typec_altmode_notify()74 ret = typec_altmode_set_mux(is_port ? altmode : partner, conf, data); in typec_altmode_notify()
444 bool is_port = is_typec_port(parent); in typec_register_altmode() local464 if (is_port) { in typec_register_altmode()480 if (!is_port) in typec_register_altmode()
474 u32 is_port; /* Implementation specific + PortID */ member
1223 portnum = pw_msg->em.is_port & 0xFF; in rio_inb_pwrite_handler()