Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dusb-acpi.c93 union acpi_object *upc; in usb_acpi_get_connect_type() local
105 upc = buffer.pointer; in usb_acpi_get_connect_type()
106 if (!upc || (upc->type != ACPI_TYPE_PACKAGE) in usb_acpi_get_connect_type()
107 || upc->package.count != 4) { in usb_acpi_get_connect_type()
111 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
119 kfree(upc); in usb_acpi_get_connect_type()
/linux-4.4.14/arch/powerpc/include/asm/
Dimmap_qe.h302 struct upc { struct
447 struct upc upc1; /* MultiPHY UTOPIA POS Ctrlr 1*/
453 struct upc upc2; /* MultiPHY UTOPIA POS Ctrlr 2*/
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_common_drv.h189 unsigned char ae, unsigned int ctx_mask, unsigned int upc);
Dqat_hal.c771 unsigned char ae, unsigned int ctx_mask, unsigned int upc) in qat_hal_set_pc() argument
774 handle->hal_handle->upc_mask & upc); in qat_hal_set_pc()