Home
last modified time | relevance | path

Searched refs:handle (Results 1301 – 1325 of 4154) sorted by relevance

1...<<51525354555657585960>>...167

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets.sh25 tc qdisc add dev $swp2 root handle 1: tbf \
H A Dsch_tbf_root.sh15 tc qdisc replace dev $swp2 root handle 108: tbf \
H A Dpedit_l4port.sh128 tc filter add $pedit_locus handle 101 pref 1 \
130 tc filter add dev $h2 ingress handle 101 pref 1 prot $match_prot \
/openbmc/linux/include/drm/
H A Ddrm_gem_ttm_helper.h27 uint32_t handle, uint64_t *offset);
/openbmc/openpower-hw-diags/attn/
H A Dattention.cpp28 int Attention::handle() in handle() function in attn::Attention
H A Dattention.hpp53 int handle();
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v6_0.c2270 uint32_t handle, in dce_v6_0_crtc_cursor_set2() argument
2281 if (!handle) { in dce_v6_0_crtc_cursor_set2()
2648 static int dce_v6_0_sw_init(void *handle) in dce_v6_0_sw_init() argument
2727 static int dce_v6_0_sw_fini(void *handle) in dce_v6_0_sw_fini() argument
2744 static int dce_v6_0_hw_init(void *handle) in dce_v6_0_hw_init() argument
2767 static int dce_v6_0_hw_fini(void *handle) in dce_v6_0_hw_fini() argument
2785 static int dce_v6_0_suspend(void *handle) in dce_v6_0_suspend() argument
2796 return dce_v6_0_hw_fini(handle); in dce_v6_0_suspend()
2799 static int dce_v6_0_resume(void *handle) in dce_v6_0_resume() argument
2807 ret = dce_v6_0_hw_init(handle); in dce_v6_0_resume()
[all …]
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.h79 acpi_handle handle; member
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.h25 u32 handle, u64 *offset);
H A Di915_gem_object.h99 i915_gem_object_lookup_rcu(struct drm_file *file, u32 handle) in i915_gem_object_lookup_rcu() argument
104 return idr_find(&file->object_idr, handle); in i915_gem_object_lookup_rcu()
117 i915_gem_object_lookup(struct drm_file *file, u32 handle) in i915_gem_object_lookup() argument
122 obj = i915_gem_object_lookup_rcu(file, handle); in i915_gem_object_lookup()
131 drm_gem_object_lookup(struct drm_file *file, u32 handle);
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst216 entry to the AFU's resource handle table. The index of the entry is
217 treated as a resource handle that is returned to the user. The user
218 is then able to use the handle to reference the LUN during I/O.
233 an entry to the AFU's resource handle table. The index of the entry
234 is treated as a resource handle that is returned to the user. The
243 resource handle that is provided is already referencing provisioned
257 resource handle.
275 DK_CXLFLASH_USER_VIRTUAL ioctls. Upon success, the resource handle
276 is no longer valid and the entry in the resource handle table is
301 will have access to the same LUNs via the same resource handle(s)
[all …]
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c1199 u32 handle = 0; in ft_board_setup() local
1212 handle = fdt_get_phandle(blob, i); in ft_board_setup()
1213 if (handle) { in ft_board_setup()
1214 range[0] = cpu_to_fdt32(handle); in ft_board_setup()
1261 const u32 *handle = NULL; in ft_board_setup() local
1266 handle = fdt_getprop(blob, i, "pinctrl-0", in ft_board_setup()
1268 if (handle) in ft_board_setup()
1270 fdt32_to_cpu(*handle)); in ft_board_setup()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c220 __be32 handle; member
249 auth_area.handle = cpu_to_be32(TPM2_RS_PW); in tpm2_pcr_extend()
348 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() argument
356 handle); in tpm2_flush_context()
360 tpm_buf_append_u32(&buf, handle); in tpm2_flush_context()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c551 &smu_data->header_buffer.handle, in smu7_init()
566 &smu_data->smu_buffer.handle, in smu7_init()
571 amdgpu_bo_free_kernel(&smu_data->header_buffer.handle, in smu7_init()
589 amdgpu_bo_free_kernel(&smu_data->header_buffer.handle, in smu7_smu_fini()
594 amdgpu_bo_free_kernel(&smu_data->smu_buffer.handle, in smu7_smu_fini()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c380 lpfc_mbuf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) in lpfc_mbuf_alloc() argument
386 ret = dma_pool_alloc(phba->lpfc_mbuf_pool, GFP_KERNEL, handle); in lpfc_mbuf_alloc()
392 *handle = pool->elements[pool->current_count].phys; in lpfc_mbuf_alloc()
466 lpfc_nvmet_buf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) in lpfc_nvmet_buf_alloc() argument
470 ret = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool, GFP_KERNEL, handle); in lpfc_nvmet_buf_alloc()
/openbmc/qemu/util/
H A Doslib-win32.c242 HANDLE handle = (HANDLE)_get_osfhandle(fd); in qemu_set_tty_echo() local
245 if (handle == INVALID_HANDLE_VALUE) { in qemu_set_tty_echo()
249 GetConsoleMode(handle, &dwMode); in qemu_set_tty_echo()
252 SetConsoleMode(handle, dwMode | ENABLE_ECHO_INPUT | ENABLE_LINE_INPUT); in qemu_set_tty_echo()
254 SetConsoleMode(handle, in qemu_set_tty_echo()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h23 u32 handle; member
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuppc.txt5 can't handle BAR above 4GB
/openbmc/linux/Documentation/driver-api/tty/
H A Dn_tty.rst10 handle characters as per POSIX.
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_data.c700 ret = drm_gem_handle_create(file_priv, obj, &args->handle); in qaic_create_bo_ioctl()
704 bo->handle = args->handle; in qaic_create_bo_ioctl()
745 obj = drm_gem_object_lookup(file_priv, args->handle); in qaic_mmap_bo_ioctl()
988 obj = drm_gem_object_lookup(file_priv, args->hdr.handle); in qaic_attach_slice_bo_ioctl()
1179 is_partial ? pexec[i].handle : exec[i].handle); in send_bo_list_to_device()
1279 is_partial ? pexec[i].handle : exec[i].handle); in update_profiling_data()
1351 if (!dbc->usr || dbc->usr->handle != usr->handle) { in __qaic_execute_bo_ioctl()
1691 obj = drm_gem_object_lookup(file_priv, args->handle); in qaic_wait_bo_ioctl()
1765 obj = drm_gem_object_lookup(file_priv, ent[i].handle); in qaic_perf_stats_bo_ioctl()
1821 if (!qdev->dbc[dbc_id].usr || qdev->dbc[dbc_id].usr->handle != usr->handle) in disable_dbc()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt20 - phy-handle: see ethernet.txt [1].
49 phy-handle = <&phy2>;
/openbmc/linux/drivers/input/touchscreen/
H A Dhtcpen.c47 static irqreturn_t htcpen_interrupt(int irq, void *handle) in htcpen_interrupt() argument
49 struct input_dev *htcpen_dev = handle; in htcpen_interrupt()
/openbmc/linux/arch/s390/include/asm/
H A Dpci_io.h41 #define ZPCI_CREATE_REQ(handle, space, len) \ argument
42 ((u64) handle << 32 | space << 16 | len)
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dintel,combo-phy.yaml54 description: Chip configuration registers handle and ComboPhy instance id
62 description: HSIO registers handle and ComboPhy instance id on NOC
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub.c156 efi_status_t efi_stub_common(efi_handle_t handle, in efi_stub_common() argument
186 status = efi_boot_kernel(handle, image, image_addr, cmdline_ptr); in efi_stub_common()

1...<<51525354555657585960>>...167