Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h136 bool is_port; member
163 bool is_port; member
175 bool is_port; member
H A Dhisi_ptt.c156 static u16 hisi_ptt_get_filter_val(u16 devid, bool is_port) in hisi_ptt_get_filter_val() argument
158 if (is_port) in hisi_ptt_get_filter_val()
230 if (!hisi_ptt->trace_ctrl.is_port) in hisi_ptt_trace_start()
360 if (filter->is_port) in hisi_ptt_del_free_filter()
393 filter->is_port = is_port; in hisi_ptt_alloc_add_filter()
396 if (filter->is_port) { in hisi_ptt_alloc_add_filter()
416 (filter->is_port ? HISI_PTT_PMU_FILTER_IS_PORT : 0); in hisi_ptt_filter_show()
472 if (filter->is_port) in hisi_ptt_create_filter_attr()
487 if (filter->is_port) in hisi_ptt_remove_filter_attr()
586 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters()
[all …]
/openbmc/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.c519 bool is_port = is_typec_port(parent); in typec_register_altmode() local
539 if (is_port) { in typec_register_altmode()
555 if (!is_port) in typec_register_altmode()
/openbmc/linux/include/linux/
H A Drio.h474 u32 is_port; /* Implementation specific + PortID */ member
/openbmc/linux/drivers/rapidio/
H A Drio.c1223 portnum = pw_msg->em.is_port & 0xFF; in rio_inb_pwrite_handler()