Home
last modified time | relevance | path

Searched refs:upc (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb-acpi.c154 union acpi_object *upc = NULL; in usb_acpi_get_connect_type() local
169 upc = buffer.pointer; in usb_acpi_get_connect_type()
170 if (!upc || (upc->type != ACPI_TYPE_PACKAGE) || upc->package.count != 4) in usb_acpi_get_connect_type()
173 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
181 kfree(upc); in usb_acpi_get_connect_type()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dusb-acpi.c150 union acpi_object *upc = NULL; in usb_acpi_get_connect_type() local
165 upc = buffer.pointer; in usb_acpi_get_connect_type()
166 if (!upc || (upc->type != ACPI_TYPE_PACKAGE) || upc->package.count != 4) in usb_acpi_get_connect_type()
169 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
177 kfree(upc); in usb_acpi_get_connect_type()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Dimmap_qe.h295 struct upc { struct
440 struct upc upc1; /* MultiPHY UTOPIA POS Ctrlr 1*/
446 struct upc upc2; /* MultiPHY UTOPIA POS Ctrlr 2*/
/kernel/linux/linux-6.6/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*/
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh537 ovs_add_netns_and_veths "test_upcall_interfaces" ui0 upc left0 l0 \
542 ip netns exec upc arping -I l0 172.31.110.20 -c 1 \
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_common_drv.h154 unsigned char ae, unsigned int ctx_mask, unsigned int upc);
H A Dqat_hal.c776 unsigned char ae, unsigned int ctx_mask, unsigned int upc) in qat_hal_set_pc()
779 handle->hal_handle->upc_mask & upc); in qat_hal_set_pc()
775 qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle, unsigned char ae, unsigned int ctx_mask, unsigned int upc) qat_hal_set_pc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dmain.c871 u32 jal, upc, saved; in wil_freeze_bl() local
892 upc = wil_r(wil, RGF_USER_CPU_PC); in wil_freeze_bl()
893 if (upc < ivt3 || (upc > (ivt3 + 8))) in wil_freeze_bl()
894 wil_dbg_misc(wil, "BL freeze failed, PC=0x%08X\n", upc); in wil_freeze_bl()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dmain.c871 u32 jal, upc, saved; in wil_freeze_bl() local
892 upc = wil_r(wil, RGF_USER_CPU_PC); in wil_freeze_bl()
893 if (upc < ivt3 || (upc > (ivt3 + 8))) in wil_freeze_bl()
894 wil_dbg_misc(wil, "BL freeze failed, PC=0x%08X\n", upc); in wil_freeze_bl()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_common_drv.h155 unsigned char ae, unsigned int ctx_mask, unsigned int upc);
H A Dqat_hal.c926 unsigned char ae, unsigned int ctx_mask, unsigned int upc) in qat_hal_set_pc()
929 handle->hal_handle->upc_mask & upc); in qat_hal_set_pc()
925 qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle, unsigned char ae, unsigned int ctx_mask, unsigned int upc) qat_hal_set_pc() argument

Completed in 15 milliseconds