Home
last modified time | relevance | path

Searched refs:handles (Results 51 – 75 of 490) sorted by relevance

12345678910>>...20

/openbmc/linux/drivers/iio/afe/
H A DKconfig13 that handles voltage dividers, current sense shunts and
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-class-rfkill13 Values: 0: Kernel handles events
/openbmc/libpldm/include/libpldm/
H A Dbios_table.h470 const struct pldm_bios_attr_val_table_entry *entry, uint8_t *handles,
490 uint8_t attr_type, uint8_t count, const uint8_t *handles);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c702 u32 *handles; in drm_gem_objects_lookup() local
715 handles = kvmalloc_array(count, sizeof(u32), GFP_KERNEL); in drm_gem_objects_lookup()
716 if (!handles) { in drm_gem_objects_lookup()
721 if (copy_from_user(handles, bo_handles, count * sizeof(u32))) { in drm_gem_objects_lookup()
727 ret = objects_lookup(filp, handles, count, objs); in drm_gem_objects_lookup()
729 kvfree(handles); in drm_gem_objects_lookup()
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Do-not-let-configure-write-a-python-location-into-th.patch22 # This handles the systemtap equivalent of
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dlwn-bk4.txt3 A device which handles data acquisition from compatible industrial
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dgop.c465 find_gop(efi_guid_t *proto, unsigned long size, void **handles) in find_gop() argument
473 for_each_efi_handle(h, handles, size, i) { in find_gop()
515 unsigned long size, void **handles) in setup_gop() argument
521 gop = find_gop(proto, size, handles); in setup_gop()
/openbmc/linux/tools/include/uapi/drm/
H A Ddrm.h897 __u64 handles; member
907 __u64 handles; member
941 __u64 handles; member
948 __u64 handles; member
/openbmc/linux/include/uapi/drm/
H A Ddrm.h897 __u64 handles; member
907 __u64 handles; member
941 __u64 handles; member
948 __u64 handles; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/
H A Dframe_2.5.0.bb1 SUMMARY = "Frame handles simultaneous touches"
/openbmc/linux/drivers/bus/fsl-mc/
H A DKconfig14 architecture. The fsl-mc bus driver handles discovery of
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-blobs_git.bb2 DESCRIPTION = "This package handles a series of OEM IPMI commands that implement the BLOB protocol …
H A Dphosphor-ipmi-ethstats_git.bb2 DESCRIPTION = "This package handles receiving OEM IPMI commands to provide ethernet device statisti…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools-scm_8.0.4.bb3 DESCRIPTION = "setuptools_scm handles managing your Python package \
/openbmc/qemu/docs/specs/
H A Dppc-xive.rst29 Controller (VC). It handles event coalescing and perform interrupt
34 thread and handles the delivery of the external interrupt to the
173 The O/S handles the interrupt and when done, performs an EOI using a
180 handles the source ESBs and the MMIO interface to control them.
/openbmc/linux/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dgoogle,chv3-i2s.yaml13 I2S device for the Google Chameleon v3. The device handles both RX
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.h35 u64 handles; member
/openbmc/linux/Documentation/devicetree/bindings/ptp/
H A Dptp-ines.txt5 control registers. There can be up to three port handles placed as
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dxmlcatalog.bbclass7 # Note that this recipe only handles XML catalogues in the native sysroot, and doesn't
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,cec.yaml14 The HDMI CEC controller handles hotplug detection and CEC communication.
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.h42 atomic_t handles[AMDGPU_MAX_VCE_HANDLES]; member
H A Damdgpu_uvd.h64 atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; member
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c431 __be32 handles[]; member
465 phandle = be32_to_cpup((__be32 *)&data->handles[i]); in tpm2_map_response_body()
474 data->handles[j] = cpu_to_be32(vhandle); in tpm2_map_response_body()
479 data->handles[j] = cpu_to_be32(phandle); in tpm2_map_response_body()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmediatek,net.yaml55 Phandle to the syscon node that handles the port setup.
68 Phandle to the syscon node that handles the path from GMAC to
78 A list of phandle to the syscon node that handles the SGMII setup which is required for
137 Phandle to the syscon node that handles the ports slew rate and

12345678910>>...20