/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 16 u32 handle; member 31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle, 41 u64 *handle, u64 *length);
|
/openbmc/u-boot/doc/ |
H A D | README.menu | 18 function, which handle your menu. This function returns the remaining 27 * handle for a menu. struct menu is only fully defined in menu.c, 39 * menu_create() - Creates a menu handle with default settings
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 1189 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0() argument 1207 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg0() 1230 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1() argument 1248 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg1() 1271 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg0() argument 1289 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg0() 1349 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg2() argument 1367 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg2() 1560 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) in mpt3sas_config_get_expander_pg0() argument 1578 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_expander_pg0() [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_mbx.c | 337 struct hnae3_handle *handle = &vport->nic; in hclge_set_vf_promisc_mode() local 345 set_bit(HNAE3_PFLAG_LIMIT_PROMISC, &handle->priv_flags); in hclge_set_vf_promisc_mode() 348 &handle->priv_flags); in hclge_set_vf_promisc_mode() 442 struct hnae3_handle *handle = &vport->nic; in hclge_set_vf_vlan_cfg() local 453 return hclge_set_vlan_filter(handle, proto, vlan_id, in hclge_set_vf_vlan_cfg() 456 return hclge_en_hw_strip_rxvtag(handle, msg_cmd->enable); in hclge_set_vf_vlan_cfg() 627 struct hnae3_handle *handle = &vport->nic; in hclge_mbx_reset_vf_queue() local 642 ret = hclge_reset_tqp(handle); in hclge_mbx_reset_vf_queue() 728 struct hnae3_handle *handle = &vport->nic; in hclge_get_queue_id_in_pf() local 733 if (queue_id >= handle->kinfo.num_tqps) { in hclge_get_queue_id_in_pf()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-dreamplug.dts | 118 phy-handle = <ðphy0>; 125 phy-handle = <ðphy1>;
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-ssi1328.dts | 56 phy-handle = <&phy0>; 60 phy-handle = <&phy1>;
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | cooker.py | 28 self.d = bb.parse.handle("%s/conf/bblayers.conf" % new_bbpath, self.d, True) 30 self.d = bb.parse.handle("%s/conf/layer.conf" % layer, self.d, True)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-dreamplug.dts | 122 phy-handle = <ðphy0>; 129 phy-handle = <ðphy1>;
|
/openbmc/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-sev-kit.dts | 81 phy-handle = <&phy0>; 93 phy-handle = <&phy1>;
|
/openbmc/linux/Documentation/devicetree/bindings/misc/ |
H A D | ifm-csi.txt | 10 - ifm,csi-clk-handle: the phandle to a node in the DT describing the sensor 27 ifm,csi-clk-handle = <&timer7>;
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc.h | 173 #define to_uvc_file_handle(handle) \ argument 174 container_of(handle, struct uvc_file_handle, vfh)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/ |
H A D | edac-utils_git.bb | 4 modules that handle reporting of hardware-related errors. Currently \ 5 these modules mainly handle detection of ECC memory errors for many \
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.h | 69 u32 size, u32 flags, u32 *handle); 71 uintptr_t ptr, u32 size, u32 flags, u32 *handle);
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | o2d.dtsi | 60 phy-handle = <&phy0>; 100 ifm,csi-clk-handle = <&gpt7>;
|
/openbmc/qemu/util/ |
H A D | main-loop.c | 364 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque) 375 if (w->events[i] == handle) { 380 w->events[w->num] = handle; 388 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque) 395 if (w->events[i] == handle) {
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 69 u32 handle, auth_sz, session_handle; in sandbox_tpm2_check_session() local 96 handle = get_unaligned_be32(*auth); in sandbox_tpm2_check_session() 97 *auth += sizeof(handle); in sandbox_tpm2_check_session() 106 switch (handle) { in sandbox_tpm2_check_session() 121 printf("Wrong handle 0x%x\n", handle); in sandbox_tpm2_check_session()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_test.c | 266 uint32_t handle = ring->idx ^ 0xdeafbeef; in radeon_test_create_and_emit_fence() local 270 r = radeon_uvd_get_create_msg(rdev, ring->idx, handle, NULL); in radeon_test_create_and_emit_fence() 276 r = radeon_uvd_get_destroy_msg(rdev, ring->idx, handle, fence); in radeon_test_create_and_emit_fence() 284 r = radeon_vce_get_create_msg(rdev, ring->idx, handle, NULL); in radeon_test_create_and_emit_fence() 290 r = radeon_vce_get_destroy_msg(rdev, ring->idx, handle, fence); in radeon_test_create_and_emit_fence()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 132 gobj = drm_gem_object_lookup(p->filp, data->handle); in amdgpu_cs_p1_user_fence() 413 fence = amdgpu_ctx_get_fence(ctx, entity, deps[i].handle); in amdgpu_cs_p2_dependencies() 439 uint32_t handle, u64 point, in amdgpu_syncobj_lookup_and_add() argument 445 r = drm_syncobj_find_fence(p->filp, handle, point, flags, &fence); in amdgpu_syncobj_lookup_and_add() 448 handle, point, r); in amdgpu_syncobj_lookup_and_add() 467 r = amdgpu_syncobj_lookup_and_add(p, deps[i].handle, 0, 0); in amdgpu_cs_p2_syncobj_in() 485 r = amdgpu_syncobj_lookup_and_add(p, syncobj_deps[i].handle, in amdgpu_cs_p2_syncobj_timeline_wait() 518 drm_syncobj_find(p->filp, deps[i].handle); in amdgpu_cs_p2_syncobj_out() 560 syncobj_deps[i].handle); in amdgpu_cs_p2_syncobj_timeline_signal() 1355 cs->out.handle = seq; in amdgpu_cs_submit() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 246 struct nx_gzip_crb_cpb_t *cmdp, void *handle) in nx_submit_job() argument 269 return nxu_submit_job(cmdp, handle); in nx_submit_job() 1006 void *handle; in main() local 1017 handle = nx_function_begin(NX_FUNC_COMP_GZIP, 0); in main() 1018 if (!handle) { in main() 1023 rc = decompress_file(argc, argv, handle); in main() 1025 nx_function_end(handle); in main()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 1193 set->handle = instance; in hci_disable_ext_adv_instance_sync() 1220 cp.handle = instance; in hci_set_adv_set_random_addr_sync() 1322 cp.handle = instance; in hci_setup_ext_adv_instance_sync() 1380 pdu.cp.handle = instance; in hci_set_ext_scan_rsp_data_sync() 1462 set->handle = instance; in hci_enable_ext_advertising_sync() 1508 cp.handle = instance; in hci_disable_per_advertising_sync() 1527 cp.handle = instance; in hci_set_per_adv_params_sync() 1556 pdu.cp.handle = instance; in hci_set_per_adv_data_sync() 1577 cp.handle = instance; in hci_enable_per_advertising_sync() 1840 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync() argument [all …]
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 1030 struct hl_cs_encaps_sig_handle *handle; in release_reserved_encaps_signals() local 1039 idr_for_each_entry(&mgr->handles, handle, id) in release_reserved_encaps_signals() 1040 if (handle->cs_seq == ULLONG_MAX) in release_reserved_encaps_signals() 1041 kref_put(&handle->refcount, hl_encaps_release_handle_and_put_sob_ctx); in release_reserved_encaps_signals() 1973 hl_cb_destroy(&hdev->kernel_mem_mgr, cb->buf->handle); in cs_ioctl_signal_wait_create_jobs() 1996 struct hl_cs_encaps_sig_handle *handle; in cs_ioctl_reserve_signals() local 2028 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in cs_ioctl_reserve_signals() 2029 if (!handle) { in cs_ioctl_reserve_signals() 2034 handle->count = count; in cs_ioctl_reserve_signals() 2037 handle->ctx = hpriv->ctx; in cs_ioctl_reserve_signals() [all …]
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 47 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, 125 #define for_each_efi_handle(handle, array, size, i) \ argument 128 ((handle = efi_get_handle_at((array), i)) || true); \ 941 efi_status_t efi_exit_boot_services(void *handle, void *priv, 944 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image, 1042 efi_status_t efi_stub_common(efi_handle_t handle, 1076 u16 handle; member 1147 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem_submit.c | 145 submit->bos[i].handle = submit_bo.handle; in submit_lookup_objects() 159 obj = idr_find(&file->object_idr, submit->bos[i].handle); in submit_lookup_objects() 161 DRM_ERROR("invalid handle %u at index %u\n", submit->bos[i].handle, i); in submit_lookup_objects() 310 submit->bos[i].handle, i); in submit_lock_objects() 616 syncobj_desc.handle, syncobj_desc.point); in msm_parse_deps() 622 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_deps() 700 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_post_deps()
|
/openbmc/linux/drivers/perf/ |
H A D | thunderx2_pmu.c | 789 acpi_handle handle, struct acpi_device *adev, u32 type) in tx2_uncore_pmu_init_dev() argument 887 static acpi_status tx2_uncore_pmu_add(acpi_handle handle, u32 level, in tx2_uncore_pmu_add() argument 890 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in tx2_uncore_pmu_add() 902 handle, adev, type); in tx2_uncore_pmu_add() 971 acpi_handle handle; in tx2_uncore_probe() local 979 handle = ACPI_HANDLE(dev); in tx2_uncore_probe() 980 if (!handle) in tx2_uncore_probe() 984 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1, in tx2_uncore_probe()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sx8654.c | 128 static irqreturn_t sx8650_irq(int irq, void *handle) in sx8650_irq() argument 130 struct sx8654 *ts = handle; in sx8650_irq() 192 static irqreturn_t sx8654_irq(int irq, void *handle) in sx8654_irq() argument 194 struct sx8654 *sx8654 = handle; in sx8654_irq()
|