Home
last modified time | relevance | path

Searched refs:nr_inport (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-platform.c67 int *nr_inport, int *nr_outport) in of_coresight_get_ports_legacy() argument
84 *nr_inport = in; in of_coresight_get_ports_legacy()
127 int *nr_inport, int *nr_outport) in of_coresight_get_ports() argument
136 *nr_inport = of_coresight_count_ports(input_ports); in of_coresight_get_ports()
145 of_coresight_get_ports_legacy(node, nr_inport, nr_outport); in of_coresight_get_ports()
248 of_coresight_get_ports(node, &pdata->nr_inport, &pdata->nr_outport); in of_get_coresight_platform_data()
647 pdata->nr_inport = pdata->nr_outport = 0; in acpi_coresight_parse_graph()
678 pdata->nr_inport++; in acpi_coresight_parse_graph()
Dcoresight.c309 nr_conns = csdev->pdata->nr_inport; in coresight_disable_link()
1117 if (csdev->pdata->nr_inport) in coresight_remove_conns()
1207 nr_refcnts = desc->pdata->nr_inport; in coresight_register()
/Linux-v5.4/include/linux/
Dcoresight.h99 int nr_inport; member