Home
last modified time | relevance | path

Searched refs:handle (Results 1026 – 1050 of 4154) sorted by relevance

1...<<41424344454647484950>>...167

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c216 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle))) { in _transport_set_identify()
723 if ((_transport_set_identify(ioc, handle, in mpt3sas_transport_port_add()
749 if (sas_node->handle <= ioc->sas_hba.num_phys) { in mpt3sas_transport_port_add()
799 handle, (unsigned long long) in mpt3sas_transport_port_add()
811 if (sas_node->handle <= ioc->sas_hba.num_phys) { in mpt3sas_transport_port_add()
822 if (sas_node->handle <= ioc->sas_hba.num_phys) in mpt3sas_transport_port_add()
928 if (sas_node->handle <= ioc->sas_hba.num_phys && in mpt3sas_transport_port_remove()
1071 mpt3sas_phy->handle, (unsigned long long) in mpt3sas_transport_add_host_phy()
1142 mpt3sas_phy->handle, (unsigned long long) in mpt3sas_transport_add_expander_phy()
1184 mpt3sas_phy->attached_handle = handle; in mpt3sas_transport_update_links()
[all …]
/openbmc/linux/include/linux/
H A Dpci_hotplug.h96 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle);
97 int acpi_pci_detect_ejectable(acpi_handle handle);
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Ddma-router.yaml19 controller can handle directly.
35 Number of incoming request lines the router can handle.
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo9039.c87 nvc0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nvc0_bo_move_init() argument
96 PUSH_MTHD(push, NV9039, SET_OBJECT, handle); in nvc0_bo_move_init()
H A Dnouveau_boa0b5.c79 nve0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nve0_bo_move_init() argument
88 PUSH_NVSQ(push, NVA0B5, 0x0000, handle & 0x0000ffff); in nve0_bo_move_init()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c392 const unsigned char *key, uint16_t type, uint32_t handle) in osap() argument
407 tpm_buf_append_u32(tb, handle); in osap()
414 s->handle = LOAD32(tb->data, TPM_DATA_OFFSET); in osap()
426 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() argument
438 *handle = LOAD32(tb->data, TPM_DATA_OFFSET); in oiap()
541 tpm_buf_append_u32(tb, sess.handle); in tpm_seal()
739 unsigned long handle; in getoptions() local
773 res = kstrtoul(args[0].from, 16, &handle); in getoptions()
777 opt->keyhandle = handle; in getoptions()
856 res = kstrtoul(args[0].from, 16, &handle); in getoptions()
[all …]
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c512 ret = drm_gem_handle_create(file_priv, &bo->base.base, &args->handle); in vc4_bo_dumb_create()
803 ret = drm_gem_handle_create(file_priv, &bo->base.base, &args->handle); in vc4_create_bo_ioctl()
819 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in vc4_mmap_bo_ioctl()
821 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in vc4_mmap_bo_ioctl()
892 ret = drm_gem_handle_create(file_priv, &bo->base.base, &args->handle); in vc4_create_shader_bo_ioctl()
938 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in vc4_set_tiling_ioctl()
940 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in vc4_set_tiling_ioctl()
973 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in vc4_get_tiling_ioctl()
975 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in vc4_get_tiling_ioctl()
1084 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in vc4_label_bo_ioctl()
[all …]
/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.c38 unsigned int *handle);
68 return cmd->handle; in cdx_mcdi_cmd_handle()
352 unsigned int handle, in _cdx_mcdi_cancel_cmd() argument
358 if (cdx_mcdi_cmd_handle(cmd) == handle) { in _cdx_mcdi_cancel_cmd()
433 unsigned int handle; in cdx_mcdi_rpc_sync() local
465 rc = cdx_mcdi_rpc_async_internal(cdx, cmd_item, &handle); in cdx_mcdi_rpc_sync()
504 unsigned int *handle) in cdx_mcdi_rpc_async_internal() argument
606 cmd->handle = mcdi->prev_handle++; in cdx_mcdi_cmd_work()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Duvmm.c34 nvkm_uvmm_search(struct nvkm_client *client, u64 handle) in nvkm_uvmm_search() argument
38 object = nvkm_object_search(client, handle, &nvkm_uvmm); in nvkm_uvmm_search()
157 u64 addr, size, handle, offset; in nvkm_uvmm_mthd_map() local
166 handle = args->v0.memory; in nvkm_uvmm_mthd_map()
174 memory = nvkm_umem_search(client, handle); in nvkm_uvmm_mthd_map()
176 VMM_DEBUG(vmm, "memory %016llx %ld\n", handle, PTR_ERR(memory)); in nvkm_uvmm_mthd_map()
404 u64 handle = args->memory; in nvkm_uvmm_mthd_raw_map() local
419 VMM_DEBUG(vmm, "memory %016llx %ld\n", handle, PTR_ERR(memory)); in nvkm_uvmm_mthd_raw_map()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c417 static int setup(const efi_handle_t handle, in setup() argument
422 handle_image = handle; in setup()
495 efi_handle_t handle; in execute() local
498 NULL, 0, &handle); in execute()
503 ret = boottime->start_image(handle, NULL, NULL); in execute()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt32 *API to handle CPU maps:*
56 *API to handle thread maps:*
76 *API to handle event lists:*
116 *API to handle events:*
155 *API to handle maps (perf ring buffers):*
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/
H A Dphy.rst21 phy-handle
23 For each MAC node, a device property "phy-handle" is used to reference
119 phy-mode and phy-handle are used as explained earlier.
130 Package (2) {"phy-handle", \_SB.MDI0.PHY1}
141 Package (2) {"phy-handle", \_SB.MDI0.PHY2}}
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h440 void (*handler)(void *handle, void *buf_in,
444 void *handle; member
450 typedef void (*comm_mgmt_self_msg_proc)(void *handle, void *buf_in, u16 in_size,
611 enum hinic_mgmt_msg_cmd cmd, void *handle,
612 void (*handler)(void *handle, void *buf_in,
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c86 hyp_vcpu = pkvm_load_hyp_vcpu(host_kvm->arch.pkvm.handle, in handle___kvm_vcpu_run()
302 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_init_vcpu()
307 cpu_reg(host_ctxt, 1) = __pkvm_init_vcpu(handle, host_vcpu, vcpu_hva); in handle___pkvm_init_vcpu()
312 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_teardown_vm()
314 cpu_reg(host_ctxt, 1) = __pkvm_teardown_vm(handle); in handle___pkvm_teardown_vm()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h406 s32 rtas_function_token(const rtas_fn_handle_t handle);
407 static inline bool rtas_function_implemented(const rtas_fn_handle_t handle) in rtas_function_implemented() argument
409 return rtas_function_token(handle) != RTAS_UNKNOWN_SERVICE; in rtas_function_implemented()
449 int rtas_syscall_dispatch_ibm_suspend_me(u64 handle);
452 static inline int rtas_syscall_dispatch_ibm_suspend_me(u64 handle) in rtas_syscall_dispatch_ibm_suspend_me() argument
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c57 void *handle) in bnxt_register_dev() argument
73 ulp->handle = handle; in bnxt_register_dev()
251 ops->ulp_irq_stop(ulp->handle); in bnxt_ulp_irq_stop()
281 ops->ulp_irq_restart(ulp->handle, ent); in bnxt_ulp_irq_restart()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcavium-mix.txt21 - phy-handle: Optional, see ethernet.txt file in the same directory.
33 phy-handle = <&phy1>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/
H A Dmailcap_2.1.54.bb7 in order to handle the file. Mailcap should be installed to allow \
8 certain programs to be able to handle non-text files. \
/openbmc/linux/drivers/soc/xilinx/
H A DKconfig13 management request to firmware. It registers isr to handle
15 to handle power management callbacks from firmware.
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Darrow,xrs700x.yaml53 phy-handle = <&swphy0>;
59 phy-handle = <&swphy1>;
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-ixdp425.dts47 phy-handle = <&phy0>;
69 phy-handle = <&phy1>;
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.h50 union omap_gem_size gsize, u32 flags, u32 *handle);
55 u32 handle, u64 *offset);
/openbmc/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs-polarberry.dts46 phy-handle = <&phy0>;
52 phy-handle = <&phy1>;
/openbmc/qemu/include/qemu/
H A Dmain-loop.h166 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
177 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
/openbmc/phosphor-hwmon/
H A Dsensor.hpp210 void gpioLock(const gpioplus::HandleInterface*&& handle);
222 std::optional<GpioLocker> gpioUnlock(const gpioplus::HandleInterface* handle);

1...<<41424344454647484950>>...167