Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dbus.c20 bool is_port = is_typec_port(adev->dev.parent); in typec_altmode_set_state() local
24 port_altmode = is_port ? to_altmode(adev) : to_altmode(adev)->partner; in typec_altmode_set_state()
54 bool is_port; in typec_altmode_notify() local
67 is_port = is_typec_port(adev->dev.parent); in typec_altmode_notify()
70 ret = typec_altmode_set_mux(is_port ? altmode : partner, (u8)conf); in typec_altmode_notify()
74 blocking_notifier_call_chain(is_port ? &altmode->nh : &partner->nh, in typec_altmode_notify()
Dclass.c479 bool is_port = is_typec_port(parent); in typec_register_altmode() local
497 if (is_port) { in typec_register_altmode()
513 if (is_port) in typec_register_altmode()
/Linux-v4.19/include/linux/
Drio.h478 u32 is_port; /* Implementation specific + PortID */ member
/Linux-v4.19/drivers/rapidio/
Drio.c1227 portnum = pw_msg->em.is_port & 0xFF; in rio_inb_pwrite_handler()