Home
last modified time | relevance | path

Searched refs:handle (Results 301 – 325 of 4092) sorted by relevance

1...<<11121314151617181920>>...164

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v6_0.c51 static int uvd_v6_0_set_clockgating_state(void *handle,
208 static int uvd_v6_0_enc_get_create_msg(struct amdgpu_ring *ring, uint32_t handle, in uvd_v6_0_enc_get_create_msg() argument
230 ib->ptr[ib->length_dw++] = handle; in uvd_v6_0_enc_get_create_msg()
272 uint32_t handle, in uvd_v6_0_enc_get_destroy_msg() argument
294 ib->ptr[ib->length_dw++] = handle; in uvd_v6_0_enc_get_destroy_msg()
357 static int uvd_v6_0_early_init(void *handle) in uvd_v6_0_early_init() argument
359 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in uvd_v6_0_early_init()
378 static int uvd_v6_0_sw_init(void *handle) in uvd_v6_0_sw_init() argument
382 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in uvd_v6_0_sw_init()
440 static int uvd_v6_0_sw_fini(void *handle) in uvd_v6_0_sw_fini() argument
[all …]
H A Damdgpu_acp.c101 static int acp_sw_init(void *handle) in acp_sw_init() argument
103 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in acp_sw_init()
115 static int acp_sw_fini(void *handle) in acp_sw_fini() argument
117 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in acp_sw_fini()
225 static int acp_hw_init(void *handle) in acp_hw_init() argument
233 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in acp_hw_init()
509 static int acp_hw_fini(void *handle) in acp_hw_fini() argument
513 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in acp_hw_fini()
568 static int acp_suspend(void *handle) in acp_suspend() argument
570 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in acp_suspend()
[all …]
H A Dvce_v4_0.c410 static int vce_v4_0_early_init(void *handle) in vce_v4_0_early_init() argument
412 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_early_init()
425 static int vce_v4_0_sw_init(void *handle) in vce_v4_0_sw_init() argument
427 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_sw_init()
501 static int vce_v4_0_sw_fini(void *handle) in vce_v4_0_sw_fini() argument
504 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_sw_fini()
521 static int vce_v4_0_hw_init(void *handle) in vce_v4_0_hw_init() argument
524 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_hw_init()
544 static int vce_v4_0_hw_fini(void *handle) in vce_v4_0_hw_fini() argument
546 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_hw_fini()
[all …]
H A Damdgpu_acpi.c65 acpi_handle handle; member
105 acpi_handle handle; member
123 acpi_handle handle; member
171 status = acpi_evaluate_object(atif->handle, NULL, &atif_arg, in amdgpu_atif_call()
556 status = acpi_evaluate_object(atcs->handle, NULL, &atcs_arg, &buffer); in amdgpu_atcs_call()
914 static acpi_status amdgpu_acpi_get_node_id(acpi_handle handle, in amdgpu_acpi_get_node_id() argument
924 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in amdgpu_acpi_get_node_id()
970 obj = acpi_evaluate_dsm_typed(xcc_info->handle, &amd_xcc_dsm_guid, 0, in amdgpu_acpi_dev_init()
975 acpi_handle_debug(xcc_info->handle, in amdgpu_acpi_dev_init()
985 obj = acpi_evaluate_dsm_typed(xcc_info->handle, &amd_xcc_dsm_guid, 0, in amdgpu_acpi_dev_init()
[all …]
H A Damdgpu_gem.c142 int handle; in amdgpu_gem_force_release() local
146 idr_for_each_entry(&file->object_idr, gobj, handle) { in amdgpu_gem_force_release()
289 uint32_t handle, initial_domain; in amdgpu_gem_create_ioctl() local
367 r = drm_gem_handle_create(filp, gobj, &handle); in amdgpu_gem_create_ioctl()
374 args->out.handle = handle; in amdgpu_gem_create_ioctl()
388 uint32_t handle; in amdgpu_gem_userptr_ioctl() local
443 r = drm_gem_handle_create(filp, gobj, &handle); in amdgpu_gem_userptr_ioctl()
447 args->handle = handle; in amdgpu_gem_userptr_ioctl()
461 uint32_t handle, uint64_t *offset_p) in amdgpu_mode_dumb_mmap() argument
466 gobj = drm_gem_object_lookup(filp, handle); in amdgpu_mode_dumb_mmap()
[all …]
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c353 efi_handle_t handle; in setup_uga() local
370 for_each_efi_handle(handle, uga_handle, size, i) { in setup_uga()
375 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
381 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
453 static void __noreturn efi_exit(efi_handle_t handle, efi_status_t status) in efi_exit() argument
455 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
460 void __noreturn efi_stub_entry(efi_handle_t handle,
469 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() argument
487 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()
489 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0006-fix-memleak-on-tar_open-failure.patch12 lib/handle.c | 1 +
15 diff --git a/lib/handle.c b/lib/handle.c
17 --- a/lib/handle.c
18 +++ b/lib/handle.c
/openbmc/linux/scripts/gdb/linux/
H A Dstackdepot.py16 def stack_depot_fetch(handle): argument
26 parts = handle.cast(handle_parts_t)
31 …ex %d out of bounds (%d) for stack id 0x%08x\n" % (parts['pool_index'], pool_index_cached, handle))
45 def stack_depot_print(handle): argument
49 entries, nr_entries = stack_depot_fetch(handle)
/openbmc/linux/drivers/acpi/
H A Dacpi_tad.c71 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_set_real_time() local
94 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval); in acpi_tad_set_real_time()
106 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_get_real_time() local
115 status = acpi_evaluate_object(handle, "_GRT", NULL, &output); in acpi_tad_get_real_time()
253 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_wake_set() local
270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_set()
303 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_wake_read() local
318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_read()
359 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_clear_status() local
374 status = acpi_evaluate_integer(handle, "_CWS", &arg_list, &retval); in acpi_tad_clear_status()
[all …]
H A Dprocessor_driver.c53 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) in acpi_processor_notify() argument
59 if (device->handle != handle) in acpi_processor_notify()
87 acpi_handle_debug(handle, "Unsupported event [0x%x]\n", event); in acpi_processor_notify()
104 device = acpi_fetch_acpi_dev(pr->handle); in acpi_soft_cpu_online()
134 if (!pr || !acpi_fetch_acpi_dev(pr->handle)) in acpi_soft_cpu_dead()
180 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
216 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c100 status = acpi_execute_simple_method(priv->adev->handle, "IMOK", input); in imok_store()
162 static int int3400_thermal_run_osc(acpi_handle handle, char *uuid_str, int *enable) in int3400_thermal_run_osc() argument
177 status = acpi_run_osc(handle, &context); in int3400_thermal_run_osc()
204 return int3400_thermal_run_osc(priv->adev->handle, in set_os_uuid_mask()
275 status = acpi_evaluate_object(priv->adev->handle, "IDSP", NULL, &buf); in int3400_thermal_get_uuids()
332 status = acpi_evaluate_integer(priv->adev->handle, "DCFG", NULL, &mode); in production_mode_init()
385 status = acpi_evaluate_object(priv->adev->handle, "ODVP", NULL, &odvp); in evaluate_odvp()
452 static void int3400_notify(acpi_handle handle, in int3400_notify() argument
525 result = int3400_thermal_run_osc(priv->adev->handle, in int3400_thermal_change_mode()
550 status = acpi_evaluate_object(priv->adev->handle, "GDDV", NULL, in int3400_setup_gddv()
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c46 struct perf_output_handle handle; member
450 struct perf_output_handle *handle = &ctxt->handle; in etm_event_start() local
466 event_data = perf_aux_output_begin(handle, event); in etm_event_start()
492 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
527 if (READ_ONCE(handle->event)) { in etm_event_start()
528 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
529 perf_aux_output_end(handle, 0); in etm_event_start()
542 struct perf_output_handle *handle = &ctxt->handle; in etm_event_stop() local
550 if (handle->event && in etm_event_stop()
551 WARN_ON(perf_get_aux(handle) != ctxt->event_data)) in etm_event_stop()
[all …]
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h21 struct vmci_handle handle; member
33 struct vmci_handle handle; member
37 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
38 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags);
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_occ.sh70 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
76 tc filter del dev $swp1 ingress pref 1 handle 101 flower
80 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
84 tc filter add dev $swp1 ingress pref 2 handle 102 proto ip \
90 tc filter del dev $swp1 ingress pref 2 handle 102 flower
94 tc filter del dev $swp1 ingress pref 1 handle 101 flower
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
90 "flower".format(device, prio, handle))
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-381-netgear-gs110emx.dts163 phy-handle = <&switch0phy1>;
169 phy-handle = <&switch0phy2>;
175 phy-handle = <&switch0phy3>;
181 phy-handle = <&switch0phy4>;
187 phy-handle = <&switch0phy5>;
193 phy-handle = <&switch0phy6>;
199 phy-handle = <&switch0phy7>;
205 phy-handle = <&switch0phy8>;
212 phy-handle = <&phy1>;
220 phy-handle = <&phy2>;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-lx2160a-bluebox3.dts57 phy-handle = <&aqr113c_phy1>;
63 phy-handle = <&aqr113c_phy2>;
69 phy-handle = <&aqr113c_phy3>;
75 phy-handle = <&aqr113c_phy4>;
402 phy-handle = <&sw1_mii3_phy>;
420 phy-handle = <&sw1_port5_base_t1_phy>;
427 phy-handle = <&sw1_port6_base_t1_phy>;
434 phy-handle = <&sw1_port7_base_t1_phy>;
441 phy-handle = <&sw1_port8_base_t1_phy>;
448 phy-handle = <&sw1_port9_base_t1_phy>;
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dcommon.h155 int scmi_protocol_acquire(const struct scmi_handle *handle, u8 protocol_id);
156 void scmi_protocol_release(const struct scmi_handle *handle, u8 protocol_id);
180 struct scmi_handle *handle; member
279 void scmi_xfer_raw_put(const struct scmi_handle *handle,
281 struct scmi_xfer *scmi_xfer_raw_get(const struct scmi_handle *handle);
283 scmi_xfer_raw_channel_get(const struct scmi_handle *handle, u8 protocol_id);
285 int scmi_xfer_raw_inflight_register(const struct scmi_handle *handle,
336 void scmi_notification_instance_data_set(const struct scmi_handle *handle,
338 void *scmi_notification_instance_data_get(const struct scmi_handle *handle);
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-sensor-groups.c21 u32 handle; member
31 int sensor_group_enable(u32 handle, bool enable) in sensor_group_enable() argument
40 ret = opal_sensor_group_enable(handle, token, enable); in sensor_group_enable()
84 ret = opal_sensor_group_clear(sattr->handle, token); in sg_store()
120 static void add_attr(int handle, struct sg_attr *attr, int index) in add_attr() argument
122 attr->handle = handle; in add_attr()
130 u32 handle) in add_attr_group() argument
138 add_attr(handle, &sg->sgattrs[count], j); in add_attr_group()
/openbmc/libpldm/src/dsp/
H A Dbios_table.c46 static uint16_t handle = 0; in get_bios_string_handle() local
47 assert(handle != UINT16_MAX); in get_bios_string_handle()
48 if (handle == UINT16_MAX) { in get_bios_string_handle()
52 *val = handle++; in get_bios_string_handle()
80 uint16_t handle; in pldm_bios_table_string_entry_encode() local
81 int rc = get_bios_string_handle(&handle); in pldm_bios_table_string_entry_encode()
85 string_entry->string_handle = htole16(handle); in pldm_bios_table_string_entry_encode()
136 static uint16_t handle = 0; in get_bios_attr_handle() local
137 assert(handle != UINT16_MAX); in get_bios_attr_handle()
138 if (handle == UINT16_MAX) { in get_bios_attr_handle()
[all …]
/openbmc/u-boot/tools/
H A Dmingw_support.c27 HANDLE handle = INVALID_HANDLE_VALUE; in mmap() local
47 handle = CreateFileMappingA((HANDLE) _get_osfhandle(fd), NULL, in mmap()
49 if (!handle) in mmap()
52 map = MapViewOfFile(handle, mvf_flags, HIDWORD(offset), in mmap()
54 CloseHandle(handle); in mmap()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \
115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \
126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower
127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower
140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \
142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \
153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower
154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c233 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
248 &priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init()
264 &priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init()
281 &priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
296 &priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_init()
311 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
315 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init()
319 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init()
323 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
337 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_fini()
[all …]
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c1492 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event() argument
1495 struct v4l2_fh *originator = handle ? &handle->vfh : NULL; in uvc_ctrl_send_event()
1518 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event() argument
1532 uvc_ctrl_send_event(chain, handle, ctrl, mapping, val, changes); in uvc_ctrl_send_slave_event()
1535 static void uvc_ctrl_set_handle(struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_set_handle() argument
1538 lockdep_assert_held(&handle->chain->ctrl_mutex); in uvc_ctrl_set_handle()
1541 if (ctrl->handle) in uvc_ctrl_set_handle()
1542 dev_warn_ratelimited(&handle->stream->dev->udev->dev, in uvc_ctrl_set_handle()
1545 if (new_handle == ctrl->handle) in uvc_ctrl_set_handle()
1548 if (ctrl->handle) { in uvc_ctrl_set_handle()
[all …]
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c41 uint32_t handle; in qxl_alloc_ioctl() local
52 NULL, &handle); in qxl_alloc_ioctl()
58 qxl_alloc->handle = handle; in qxl_alloc_ioctl()
67 return drm_gem_ttm_dumb_map_offset(file_priv, &qdev->ddev, qxl_map->handle, in qxl_map_ioctl()
111 static int qxlhw_handle_to_bo(struct drm_file *file_priv, uint64_t handle, in qxlhw_handle_to_bo() argument
118 gobj = drm_gem_object_lookup(file_priv, handle); in qxlhw_handle_to_bo()
313 gobj = drm_gem_object_lookup(file, update_area->handle); in qxl_update_area_ioctl()
334 DRM_ERROR("got update area for surface with no id %d\n", update_area->handle); in qxl_update_area_ioctl()
388 int handle; in qxl_alloc_surf_ioctl() local
407 NULL, &handle); in qxl_alloc_surf_ioctl()
[all …]

1...<<11121314151617181920>>...164