Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dusb-acpi.c207 union acpi_object *upc = NULL; in usb_acpi_get_connect_type() local
228 upc = buffer.pointer; in usb_acpi_get_connect_type()
229 if (!upc || (upc->type != ACPI_TYPE_PACKAGE) || upc->package.count != 4) in usb_acpi_get_connect_type()
233 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
244 kfree(upc); in usb_acpi_get_connect_type()
/linux/include/soc/fsl/qe/
H A Dimmap_qe.h296 struct upc { struct
441 struct upc upc1; /* MultiPHY UTOPIA POS Ctrlr 1*/
447 struct upc upc2; /* MultiPHY UTOPIA POS Ctrlr 2*/
/linux/tools/perf/pmu-events/
H A Damd_metrics.py392 upc = d_ratio(ops, smt_cycles)
394 upc, "uops/cycle")
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh748 ovs_add_netns_and_veths "test_upcall_interfaces" ui0 upc left0 l0 \
754 ip netns exec upc arping -I l0 172.31.110.20 -c 1 \