Home
last modified time | relevance | path

Searched refs:handle (Results 801 – 825 of 4154) sorted by relevance

1...<<31323334353637383940>>...167

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v1_0.c67 static int vcn_v1_0_early_init(void *handle) in vcn_v1_0_early_init() argument
77 jpeg_v1_0_early_init(handle); in vcn_v1_0_early_init()
89 static int vcn_v1_0_sw_init(void *handle) in vcn_v1_0_sw_init() argument
162 r = jpeg_v1_0_sw_init(handle); in vcn_v1_0_sw_init()
174 static int vcn_v1_0_sw_fini(void *handle) in vcn_v1_0_sw_fini() argument
183 jpeg_v1_0_sw_fini(handle); in vcn_v1_0_sw_fini()
197 static int vcn_v1_0_hw_init(void *handle) in vcn_v1_0_hw_init() argument
234 static int vcn_v1_0_hw_fini(void *handle) in vcn_v1_0_hw_fini() argument
256 static int vcn_v1_0_suspend(void *handle) in vcn_v1_0_suspend() argument
284 static int vcn_v1_0_resume(void *handle) in vcn_v1_0_resume() argument
[all …]
H A Dvcn_v4_0_3.c51 static int vcn_v4_0_3_set_powergating_state(void *handle,
66 static int vcn_v4_0_3_early_init(void *handle) in vcn_v4_0_3_early_init() argument
68 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v4_0_3_early_init()
87 static int vcn_v4_0_3_sw_init(void *handle) in vcn_v4_0_3_sw_init() argument
169 static int vcn_v4_0_3_sw_fini(void *handle) in vcn_v4_0_3_sw_fini() argument
204 static int vcn_v4_0_3_hw_init(void *handle) in vcn_v4_0_3_hw_init() argument
268 static int vcn_v4_0_3_hw_fini(void *handle) in vcn_v4_0_3_hw_fini() argument
287 static int vcn_v4_0_3_suspend(void *handle) in vcn_v4_0_3_suspend() argument
308 static int vcn_v4_0_3_resume(void *handle) in vcn_v4_0_3_resume() argument
1463 static bool vcn_v4_0_3_is_idle(void *handle) in vcn_v4_0_3_is_idle() argument
[all …]
H A Dmes_v10_1.c44 static int mes_v10_1_hw_fini(void *handle);
922 static int mes_v10_1_sw_init(void *handle) in mes_v10_1_sw_init() argument
924 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_sw_init()
960 static int mes_v10_1_sw_fini(void *handle) in mes_v10_1_sw_fini() argument
962 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_sw_fini()
1054 static int mes_v10_1_hw_init(void *handle) in mes_v10_1_hw_init() argument
1103 static int mes_v10_1_hw_fini(void *handle) in mes_v10_1_hw_fini() argument
1119 static int mes_v10_1_suspend(void *handle) in mes_v10_1_suspend() argument
1131 static int mes_v10_1_resume(void *handle) in mes_v10_1_resume() argument
1143 static int mes_v10_0_early_init(void *handle) in mes_v10_0_early_init() argument
[all …]
H A Damdgpu_uvd.c523 if (handle != 0 && adev->uvd.filp[i] == filp) { in amdgpu_uvd_free_handles()
526 r = amdgpu_uvd_get_destroy_msg(ring, handle, false, in amdgpu_uvd_free_handles()
813 int32_t *msg, msg_type, handle; in amdgpu_uvd_cs_msg() local
832 handle = msg[2]; in amdgpu_uvd_cs_msg()
834 if (handle == 0) { in amdgpu_uvd_cs_msg()
847 if (atomic_read(&adev->uvd.handles[i]) == handle) { in amdgpu_uvd_cs_msg()
849 handle); in amdgpu_uvd_cs_msg()
880 DRM_ERROR("Invalid UVD handle 0x%x!\n", handle); in amdgpu_uvd_cs_msg()
886 atomic_cmpxchg(&adev->uvd.handles[i], handle, 0); in amdgpu_uvd_cs_msg()
1206 msg[2] = cpu_to_le32(handle); in amdgpu_uvd_get_create_msg()
[all …]
/openbmc/linux/include/video/
H A Dsh_mobile_lcdc.h145 void (*write_index)(void *handle, unsigned long data);
146 void (*write_data)(void *handle, unsigned long data);
147 unsigned long (*read_data)(void *handle);
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c109 u32 size, u32 flags, u32 *handle) in lima_gem_create_handle() argument
144 err = drm_gem_handle_create(file, obj, handle); in lima_gem_create_handle()
241 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset) in lima_gem_get_info() argument
248 obj = drm_gem_object_lookup(file, handle); in lima_gem_get_info()
317 obj = drm_gem_object_lookup(file, submit->bos[i].handle); in lima_gem_submit()
401 int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns) in lima_gem_wait() argument
411 ret = drm_gem_dma_resv_wait(file, handle, write, timeout); in lima_gem_wait()
/openbmc/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c127 struct qmi_handle *handle; member
452 struct qmi_handle *handle; in qcom_slim_qmi_init() local
455 handle = devm_kzalloc(ctrl->dev, sizeof(*handle), GFP_KERNEL); in qcom_slim_qmi_init()
456 if (!handle) in qcom_slim_qmi_init()
484 ctrl->qmi.handle = handle; in qcom_slim_qmi_init()
495 ctrl->qmi.handle = NULL; in qcom_slim_qmi_init()
497 qmi_handle_release(handle); in qcom_slim_qmi_init()
505 if (!ctrl->qmi.handle) in qcom_slim_qmi_exit()
510 ctrl->qmi.handle = NULL; in qcom_slim_qmi_exit()
1307 if (!ctrl->qmi.handle) in qcom_slim_ngd_runtime_resume()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_bufs.c189 map->handle = NULL; in drm_addmap_core()
231 if (!map->handle) { in drm_addmap_core()
252 map->handle = vmalloc_user(map->size); in drm_addmap_core()
255 if (!map->handle) { in drm_addmap_core()
263 vfree(map->handle); in drm_addmap_core()
333 if (!map->handle) { in drm_addmap_core()
346 iounmap(map->handle); in drm_addmap_core()
363 iounmap(map->handle); in drm_addmap_core()
538 iounmap(map->handle); in drm_legacy_rmmap_locked()
544 vfree(map->handle); in drm_legacy_rmmap_locked()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h25 uint32_t handle; /* System handle. */ member
60 uint32_t handle; /* System handle. */ member
98 uint32_t handle; /* System handle. */ member
123 uint32_t handle; /* System handle. */ member
143 uint32_t handle; /* System handle. */ member
168 uint32_t handle; /* System handle. */ member
/openbmc/linux/drivers/regulator/
H A Dscmi-regulator.c301 const struct scmi_handle *handle = sdev->handle; in scmi_regulator_probe() local
305 if (!handle) in scmi_regulator_probe()
308 voltage_ops = handle->devm_protocol_get(sdev, in scmi_regulator_probe()
342 of_node_get(handle->dev->of_node); in scmi_regulator_probe()
343 np = of_find_node_by_name(handle->dev->of_node, "regulators"); in scmi_regulator_probe()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_init.c163 void bnx2i_start(void *handle) in bnx2i_start() argument
166 struct bnx2i_hba *hba = handle; in bnx2i_start()
220 void bnx2i_stop(void *handle) in bnx2i_stop() argument
222 struct bnx2i_hba *hba = handle; in bnx2i_stop()
373 int bnx2i_get_stats(void *handle) in bnx2i_get_stats() argument
375 struct bnx2i_hba *hba = handle; in bnx2i_get_stats()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search() argument
35 if (handle) { in nvkm_object_search()
40 if (handle < object->object) in nvkm_object_search()
43 if (handle > object->object) in nvkm_object_search()
315 object->handle = oclass->handle; in nvkm_object_ctor()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h270 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
271 ((handle), (protocol), efi64_zero_upper(interface))
276 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
277 ((protocol), (path), efi64_zero_upper(handle))
279 #define __efi64_argmap_exit(handle, status, size, data) \ argument
280 ((handle), efi64_convert_status(status), (size), (data))
/openbmc/phosphor-hwmon/
H A Dsensor.cpp297 void gpioLock(const gpioplus::HandleInterface*&& handle) in gpioLock() argument
299 handle->setValues({0}); in gpioLock()
302 std::optional<GpioLocker> gpioUnlock(const gpioplus::HandleInterface* handle) in gpioUnlock() argument
304 if (handle == nullptr) in gpioUnlock()
309 handle->setValues({1}); in gpioUnlock()
312 return GpioLocker(std::move(handle)); in gpioUnlock()
/openbmc/linux/arch/s390/include/asm/
H A Duv.h252 u64 handle; member
260 u64 handle; member
369 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata() argument
374 .handle = handle, in uv_cmd_nodata()
378 WARN(!handle, "No handle provided to Ultravisor call cmd %x\n", cmd); in uv_cmd_nodata()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c63 acpi_handle handle; in x86_acpi_irq_helper_get() local
98 status = acpi_get_handle(NULL, data->chip, &handle); in x86_acpi_irq_helper_get()
104 adev = acpi_fetch_acpi_dev(handle); in x86_acpi_irq_helper_get()
140 acpi_handle handle; in x86_instantiate_i2c_client() local
147 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in x86_instantiate_i2c_client()
153 adap = i2c_acpi_find_adapter_by_handle(handle); in x86_instantiate_i2c_client()
/openbmc/libcper/
H A Dcper-parse.c22 json_object *cper_section_to_ir(FILE *handle, long base_pos,
325 json_object *cper_section_to_ir(FILE *handle, long base_pos, in cper_section_to_ir() argument
329 long position = ftell(handle); in cper_section_to_ir()
332 fseek(handle, base_pos + descriptor->SectionOffset, SEEK_SET); in cper_section_to_ir()
334 if (fread(section, descriptor->SectionLength, 1, handle) != 1) { in cper_section_to_ir()
342 fseek(handle, position, SEEK_SET); in cper_section_to_ir()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c801 *phandle = service->handle; in vchiq_add_service()
829 *phandle = service->handle; in vchiq_open_service()
832 vchiq_remove_service(instance, service->handle); in vchiq_open_service()
854 status = vchiq_bulk_transfer(instance, handle, in vchiq_bulk_transmit()
892 status = vchiq_bulk_transfer(instance, handle, data, NULL, in vchiq_bulk_receive()
927 service = find_service_by_handle(instance, handle); in vchiq_blocking_bulk_transfer()
967 status = vchiq_bulk_transfer(instance, handle, data, NULL, size, in vchiq_blocking_bulk_transfer()
1055 struct vchiq_header *header, unsigned int handle, void *bulk_userdata) in service_callback() argument
1072 service = handle_to_service(instance, handle); in service_callback()
1597 vchiq_use_service(struct vchiq_instance *instance, unsigned int handle) in vchiq_use_service() argument
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c217 efi_status_t efi_load_pe(struct efi_loaded_image_obj *handle, void *efi, in efi_load_pe() argument
283 handle->entry = efi_reloc + opt->AddressOfEntryPoint; in efi_load_pe()
299 handle->entry = efi_reloc + opt->AddressOfEntryPoint; in efi_load_pe()
335 handle->reloc_base = efi_reloc; in efi_load_pe()
336 handle->reloc_size = virt_size; in efi_load_pe()
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_core.c34 static int chcr_uld_state_change(void *handle, enum cxgb4_state state);
203 int chcr_uld_rx_handler(void *handle, const __be64 *rsp, in chcr_uld_rx_handler() argument
206 struct uld_ctx *u_ctx = (struct uld_ctx *)handle; in chcr_uld_rx_handler()
241 static int chcr_uld_state_change(void *handle, enum cxgb4_state state) in chcr_uld_state_change() argument
243 struct uld_ctx *u_ctx = handle; in chcr_uld_state_change()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp26 uint32_t handle = 0; in TEST() local
33 handle = 0; in TEST()
38 handle = 0; in TEST()
261 handle = 0; in TEST()
309 handle = 2; in TEST()
314 handle = 3; in TEST()
319 handle = 4; in TEST()
387 handle = 2; in TEST()
392 handle = 3; in TEST()
397 handle = 4; in TEST()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c19 static efi_handle_t handle; variable
61 ret = boottime->exit_boot_services(handle, map_key); in efi_st_exit_boot_services()
83 ret = test->setup(handle, systable); in setup()
238 handle = image_handle; in efi_selftest()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dplanar-apis.rst16 extensions has been introduced to handle them. Those extensions
34 can handle all single-planar formats as well (as long as they are passed
36 handle multi-planar formats.
44 together with non-multi-planar ones for devices that handle both
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py18 from bb.parse import ParseError, resolve_file, ast, logger, handle
91 bb.parse.handle(fn, data, True)
111 def handle(fn, data, include, baseconfig=False): function
204 handlers.append({'supports': supports, 'handle': handle, 'init': init})
/openbmc/linux/drivers/platform/surface/
H A Dsurface_hotplug.c85 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_dsm_notify_irq() local
104 result = acpi_evaluate_dsm_typed(handle, &shps_dsm_guid, SHPS_DSM_REVISION, in shps_dsm_notify_irq()
146 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_setup_irq() local
156 if (!acpi_check_dsm(handle, &shps_dsm_guid, SHPS_DSM_REVISION, BIT(dsm))) { in shps_setup_irq()

1...<<31323334353637383940>>...167