Home
last modified time | relevance | path

Searched refs:handles (Results 26 – 50 of 489) sorted by relevance

12345678910>>...20

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp382 std::vector<uint8_t> handles(count); in displayAttributeValueEntry() local
384 tableEntry, handles.data(), handles.size()); in displayAttributeValueEntry()
389 for (size_t i = 0; i < handles.size(); i++) in displayAttributeValueEntry()
395 displayEnumValueByIndex(attrHandle, handles[i], in displayAttributeValueEntry()
401 attrHandle, handles[i], attrTable, stringTable); in displayAttributeValueEntry()
857 std::vector<uint8_t> handles = {i}; in exec() local
860 attrEntry->attr_handle, attrType, 1, handles.data()); in exec()
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c834 handles = kzalloc(sizeof(*handles), GFP_KERNEL); in sony_nc_handles_setup()
835 if (!handles) in sony_nc_handles_setup()
857 kfree(handles); in sony_nc_handles_setup()
858 handles = NULL; in sony_nc_handles_setup()
868 if (handles) { in sony_nc_handles_cleanup()
871 kfree(handles); in sony_nc_handles_cleanup()
872 handles = NULL; in sony_nc_handles_cleanup()
882 if (!handles || !handle) in sony_find_snc_handle()
1297 if (!handles) in sony_nc_function_setup()
1427 if (!handles) in sony_nc_function_cleanup()
[all …]
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c199 u32 *handles; in panfrost_copy_in_sync() local
208 handles = kvmalloc_array(in_fence_count, sizeof(u32), GFP_KERNEL); in panfrost_copy_in_sync()
209 if (!handles) { in panfrost_copy_in_sync()
215 if (copy_from_user(handles, in panfrost_copy_in_sync()
225 handles[i], 0); in panfrost_copy_in_sync()
231 kvfree(handles); in panfrost_copy_in_sync()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c126 p = &prime_fpriv->handles.rb_node; in drm_prime_add_buf_handle()
138 rb_insert_color(&member->handle_rb, &prime_fpriv->handles); in drm_prime_add_buf_handle()
148 rb = prime_fpriv->handles.rb_node; in drm_prime_lookup_buf_by_handle()
195 rb = prime_fpriv->handles.rb_node; in drm_prime_remove_buf_handle()
201 rb_erase(&member->handle_rb, &prime_fpriv->handles); in drm_prime_remove_buf_handle()
221 prime_fpriv->handles = RB_ROOT; in drm_prime_init_file_private()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp394 std::vector<uint8_t> handles(count); in checkAttributeValueTable() local
396 tableEntry, handles.data(), handles.size()); in checkAttributeValueTable()
399 for (size_t i = 0; i < handles.size(); i++) in checkAttributeValueTable()
401 currentValue = getValue(pvHandls[handles[i]], *stringTable); in checkAttributeValueTable()
778 std::vector<uint8_t> handles(count); in traceBIOSUpdate() local
780 attrValueEntry, handles.data(), handles.size()); in traceBIOSUpdate()
782 for (uint8_t handle : handles) in traceBIOSUpdate()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.hpp29 const std::vector<uint16_t>& handles,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c191 atomic_set(&adev->vce.handles[i], 0); in amdgpu_vce_sw_init()
269 if (atomic_read(&adev->vce.handles[i])) in amdgpu_vce_suspend()
414 uint32_t handle = atomic_read(&adev->vce.handles[i]); in amdgpu_vce_free_handles()
424 atomic_set(&adev->vce.handles[i], 0); in amdgpu_vce_free_handles()
705 if (atomic_read(&p->adev->vce.handles[i]) == handle) { in amdgpu_vce_validate_handle()
716 if (!atomic_cmpxchg(&p->adev->vce.handles[i], 0, handle)) { in amdgpu_vce_validate_handle()
961 atomic_set(&p->adev->vce.handles[i], 0); in amdgpu_vce_ring_parse_cs()
1053 atomic_set(&p->adev->vce.handles[i], 0); in amdgpu_vce_ring_parse_cs_vm()
H A Damdgpu_uvd.c338 atomic_set(&adev->uvd.handles[i], 0); in amdgpu_uvd_sw_init()
433 if (atomic_read(&adev->uvd.handles[i])) in amdgpu_uvd_suspend()
521 uint32_t handle = atomic_read(&adev->uvd.handles[i]); in amdgpu_uvd_free_handles()
537 atomic_set(&adev->uvd.handles[i], 0); in amdgpu_uvd_free_handles()
847 if (atomic_read(&adev->uvd.handles[i]) == handle) { in amdgpu_uvd_cs_msg()
853 if (!atomic_cmpxchg(&adev->uvd.handles[i], 0, handle)) { in amdgpu_uvd_cs_msg()
871 if (atomic_read(&adev->uvd.handles[i]) == handle) { in amdgpu_uvd_cs_msg()
886 atomic_cmpxchg(&adev->uvd.handles[i], handle, 0); in amdgpu_uvd_cs_msg()
1371 if (atomic_read(&adev->uvd.handles[i])) in amdgpu_uvd_used_handles()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dibuf_ctrl_rmgr.h36 ibuf_handle_t handles[MAX_IBUF_HANDLES]; member
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py690 handles = []
705 handles.append(handle)
708 return handles, more_data
711 handles = []
716 handles += next_handles
719 return handles
H A Dtpm2_tests.py276 handles = space2.get_cap(tpm2.TPM2_CAP_HANDLES, tpm2.HR_TRANSIENT)
278 self.assertEqual(len(handles), 2)
280 log.debug("%08x" % (handles[0]))
281 log.debug("%08x" % (handles[1]))
/openbmc/linux/Documentation/core-api/
H A Dentry.rst93 syscall_exit_to_user_mode() handles all work which needs to be done before
95 that it invokes exit_to_user_mode() which again handles the state
168 return true, handles NOHZ tick state and interrupt time accounting. This
172 irq_exit_rcu() handles interrupt time accounting, undoes the preemption
173 count update and eventually handles soft interrupts and NOHZ tick state.
183 before it handles soft interrupts, whose handlers must run in BH context rather
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap3-dss.txt52 - clocks: handles to fclk and iclk
82 - clocks: handles to fclk and pll clock
/openbmc/linux/Documentation/gpu/amdgpu/
H A Ddriver-core.rst48 This handles security policy for the SoC and executes trusted
57 This is the display controller. It handles the display hardware.
75 This is the multi-media engine. It handles video and image encode and
96 This is another microcontroller in the GFX/Compute engine. It handles
106 walks the list and handles each IP.
/openbmc/linux/Documentation/scsi/
H A Dufs.rst71 It handles SCSI commands supported by UFS specification.
73 It handles task management functions defined by the
76 It handles device level operations and device
103 UIC is the lowest layer of the UFS layered architecture. It handles
140 Error handling module handles Host controller fatal errors,
/openbmc/linux/drivers/gpu/drm/sti/
H A DNOTES12 - The cursor handles ... a cursor.
15 - DVO (Digital Video Output) handles a 24bits parallel signal
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-event.rst24 The event subscriptions and event queues are specific to file handles.
26 handles.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyperclip_1.8.2.bb1 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
H A Dpython3-flask-login_0.6.3.bb3 It handles the common tasks of logging in, logging out, and remembering \
/openbmc/linux/include/uapi/linux/
H A Dkcov.h16 __aligned_u64 handles[]; member
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.h25 struct xarray handles; member
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-C017 # Dummy event handles mmaps, comm and task.
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
H A Dia_css_rmgr_vbuf.h41 struct ia_css_rmgr_vbuf_handle **handles; member
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A DKconfig9 This driver handles both 3.5mm and HDMI audio, by leveraging
/openbmc/linux/drivers/thermal/samsung/
H A DKconfig9 the TMU, reports temperature and handles cooling action if defined.

12345678910>>...20