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

/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.h125 * @is_port: whether we're tracing root port or not
137 bool is_port; member in struct:hisi_ptt_trace_ctrl
157 * @is_port: the PCI device of the filter is a Root Port or not
164 bool is_port; member in struct:hisi_ptt_filter_desc
171 * @is_port: the PCI device to update is a Root Port or not
176 bool is_port; member in struct:hisi_ptt_filter_update_info
H A Dhisi_ptt.c156 static u16 hisi_ptt_get_filter_val(u16 devid, bool is_port) argument
158 if (is_port)
234 if (!hisi_ptt->trace_ctrl.is_port)
363 if (filter->is_port)
372 hisi_ptt_alloc_add_filter(struct hisi_ptt *hisi_ptt, u16 devid, bool is_port) argument
396 filter->is_port = is_port;
399 if (filter->is_port) {
418 filter_val = hisi_ptt_get_filter_val(filter->devid, filter->is_port) |
419 (filter->is_port
[all...]
/linux-master/drivers/usb/typec/
H A Dbus.c62 bool is_port = is_typec_port(adev->dev.parent); local
65 port_altmode = is_port ? to_altmode(adev) : to_altmode(adev)->partner;
89 bool is_port; local
102 is_port = is_typec_port(adev->dev.parent);
105 ret = typec_altmode_set_switches(is_port ? altmode : partner, conf, data);
H A Dclass.c520 bool is_port = is_typec_port(parent); local
540 if (is_port) {
556 if (!is_port)
/linux-master/include/linux/
H A Drio.h474 u32 is_port; /* Implementation specific + PortID */ member in struct:rio_pw_msg::__anon49
/linux-master/drivers/rapidio/
H A Drio.c1223 portnum = pw_msg->em.is_port & 0xFF;

Completed in 153 milliseconds