Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h137 bool is_port; member
164 bool is_port; member
176 bool is_port; member
/linux/drivers/usb/typec/
H A Dbus.c62 bool is_port = is_typec_port(adev->dev.parent); in typec_altmode_set_state() local
65 port_altmode = is_port ? to_altmode(adev) : to_altmode(adev)->partner; in typec_altmode_set_state()
89 bool is_port; in typec_altmode_notify() local
102 is_port = is_typec_port(adev->dev.parent); in typec_altmode_notify()
105 ret = typec_altmode_set_switches(is_port ? altmode : partner, conf, data); in typec_altmode_notify()
H A Dclass.c546 bool is_port = is_typec_port(parent); in typec_register_altmode() local
566 if (is_port) { in typec_register_altmode()
584 if (!is_port) in typec_register_altmode()
/linux/drivers/cxl/core/
H A Dpci.c1060 bool is_port = true; in cxl_gpf_get_dvsec() local
1068 is_port = false; in cxl_gpf_get_dvsec()
1071 is_port ? CXL_DVSEC_PORT_GPF : CXL_DVSEC_DEVICE_GPF); in cxl_gpf_get_dvsec()
1074 is_port ? "Port" : "Device"); in cxl_gpf_get_dvsec()
/linux/include/linux/
H A Drio.h474 u32 is_port; /* Implementation specific + PortID */ member
/linux/drivers/rapidio/
H A Drio.c1223 portnum = pw_msg->em.is_port & 0xFF; in rio_inb_pwrite_handler()