Home
last modified time | relevance | path

Searched refs:handle (Results 1626 – 1650 of 4156) sorted by relevance

1...<<61626364656667686970>>...167

/openbmc/linux/drivers/block/zram/
H A Dzram_drv.h68 unsigned long handle; member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec57d.c39 PUSH_MTHD(push, NVC57D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in corec57d_init()
H A Dhead507d.c231 NVVAL(NV507D, HEAD_SET_CONTEXT_DMA_ISO, HANDLE, asyh->core.handle)); in head507d_core_set()
242 asyh->set.olut = asyh->olut.handle != 0; in head507d_core_set()
268 asyh->core.handle = disp->core->chan.vram.handle; in head507d_core_calc()
/openbmc/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-zc770-xm013.dts39 phy-handle = <&ethernet_phy>;
H A Dzynq-cc108.dts47 phy-handle = <&ethernet_phy>;
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-tqma6ul1-mba6ulx.dts43 /delete-property/ phy-handle;
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1s.dts16 phy-handle = <&phy0>;
/openbmc/linux/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708-rm-mbrc.dts43 phy-handle = <&phy0>;
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dcat875.dtsi20 phy-handle = <&phy0>;
/openbmc/qemu/include/ui/
H A Dsurface.h27 HANDLE handle; member
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb-pc.dtsi238 phy-handle = <&phy0>;
239 tbi-handle = <&tbi1>;
244 phy-handle = <&phy1>;
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c312 obj = i915_gem_object_lookup_rcu(file, args->handle); in i915_gem_get_caching_ioctl()
377 obj = i915_gem_object_lookup(file, args->handle); in i915_gem_set_caching_ioctl()
574 obj = i915_gem_object_lookup(file, args->handle); in i915_gem_set_domain_ioctl()
H A Di915_gem_create.c215 return i915_gem_publish(obj, file, &args->size, &args->handle); in i915_gem_dumb_create()
239 return i915_gem_publish(obj, file, &args->size, &args->handle); in i915_gem_create_ioctl()
497 return i915_gem_publish(obj, file, &args->size, &args->handle); in i915_gem_create_ext_ioctl()
/openbmc/linux/Documentation/livepatch/
H A Dsystem-state.rst76 - Cumulative livepatches must handle all system state modifications from
123 when the entire system is able to handle it.
167 has to handle the state of the previously installed livepatches.
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcore.c355 static acpi_status ssam_serdev_setup_via_acpi(acpi_handle handle, in ssam_serdev_setup_via_acpi() argument
358 return acpi_walk_resources(handle, METHOD_NAME__CRS, in ssam_serdev_setup_via_acpi()
652 astatus = ssam_serdev_setup_via_acpi(ssh->handle, serdev); in ssam_serial_hub_probe()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h809 extern void bnx2i_start(void *handle);
810 extern void bnx2i_stop(void *handle);
811 extern int bnx2i_get_stats(void *handle);
/openbmc/linux/sound/hda/
H A Dintel-dsp-config.c612 acpi_handle handle; in snd_intel_dsp_check_soundwire() local
615 handle = ACPI_HANDLE(&pci->dev); in snd_intel_dsp_check_soundwire()
617 ret = sdw_intel_acpi_scan(handle, &info); in snd_intel_dsp_check_soundwire()
/openbmc/qemu/plugins/
H A Dapi.c513 desc.handle = GINT_TO_POINTER(grd->gdb_reg + 1); in create_register_handles()
620 void qemu_plugin_update_ns(const void *handle, int64_t new_time) in qemu_plugin_update_ns() argument
623 if (handle == &has_control) { in qemu_plugin_update_ns()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c419 struct file_handle handle = { }; in copy_fid_info_to_user() local
459 if (WARN_ON_ONCE(len < sizeof(handle))) in copy_fid_info_to_user()
462 handle.handle_type = fh->type; in copy_fid_info_to_user()
463 handle.handle_bytes = fh_len; in copy_fid_info_to_user()
467 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
469 if (copy_to_user(buf, &handle, sizeof(handle))) in copy_fid_info_to_user()
472 buf += sizeof(handle); in copy_fid_info_to_user()
473 len -= sizeof(handle); in copy_fid_info_to_user()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8315erdb.dts201 tbi-handle = <&tbi0>;
202 phy-handle = < &phy0 >;
242 tbi-handle = <&tbi1>;
243 phy-handle = < &phy1 >;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-most185 handle.
194 handle.
203 handle.
212 handle.
/openbmc/linux/tools/testing/radix-tree/
H A Didr-test.c180 void idr_u32_test1(struct idr *idr, u32 handle) in idr_u32_test1() argument
183 u32 id = handle; in idr_u32_test1()
188 BUG_ON(id != handle); in idr_u32_test1()
190 BUG_ON(id != handle); in idr_u32_test1()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c76 acpi_handle handle = ACPI_HANDLE(dev); in vfio_platform_acpi_call_reset() local
79 acpi_ret = acpi_evaluate_object(handle, "_RST", NULL, NULL); in vfio_platform_acpi_call_reset()
96 acpi_handle handle = ACPI_HANDLE(dev); in vfio_platform_acpi_has_reset() local
98 return acpi_has_method(handle, "_RST"); in vfio_platform_acpi_has_reset()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c500 u32 handle; in drm_gem_vram_fill_create_dumb() local
518 ret = drm_gem_handle_create(file, &gbo->bo.base, &handle); in drm_gem_vram_fill_create_dumb()
526 args->handle = handle; in drm_gem_vram_fill_create_dumb()
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt188 # handle data-less record
193 # handle wrapping data block
201 # handle truncated message
238 # handle dictionary data

1...<<61626364656667686970>>...167