/openbmc/linux/include/uapi/drm/ |
H A D | drm_mode.h | 663 __u32 handle; member 810 __u32 handle; member 821 __u32 handle; member 1042 __u32 handle; member 1050 __u32 handle; member 1061 __u32 handle; member
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | srat.c | 559 acpi_handle handle; in acpi_get_pxm() local 563 handle = phandle; in acpi_get_pxm() 564 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in acpi_get_pxm() 567 status = acpi_get_parent(handle, &phandle); in acpi_get_pxm() 572 int acpi_get_node(acpi_handle handle) in acpi_get_node() argument 576 pxm = acpi_get_pxm(handle); in acpi_get_node()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | aldebaran.c | 36 struct amdgpu_device *adev = (struct amdgpu_device *)reset_ctl->handle; in aldebaran_is_mode2_default() 50 struct amdgpu_device *adev = (struct amdgpu_device *)reset_ctl->handle; in aldebaran_get_reset_handler() 111 struct amdgpu_device *adev = (struct amdgpu_device *)reset_ctl->handle; in aldebaran_mode2_prepare_hwcontext() 126 struct amdgpu_device *adev = (struct amdgpu_device *)reset_ctl->handle; in aldebaran_async_reset() 150 struct amdgpu_device *adev = (struct amdgpu_device *)reset_ctl->handle; in aldebaran_mode2_perform_reset() 430 reset_ctl->handle = adev; in aldebaran_reset_init()
|
H A D | vcn_v2_0.c | 59 static int vcn_v2_0_set_powergating_state(void *handle, 72 static int vcn_v2_0_early_init(void *handle) in vcn_v2_0_early_init() argument 95 static int vcn_v2_0_sw_init(void *handle) in vcn_v2_0_sw_init() argument 197 static int vcn_v2_0_sw_fini(void *handle) in vcn_v2_0_sw_fini() argument 226 static int vcn_v2_0_hw_init(void *handle) in vcn_v2_0_hw_init() argument 268 static int vcn_v2_0_hw_fini(void *handle) in vcn_v2_0_hw_fini() argument 289 static int vcn_v2_0_suspend(void *handle) in vcn_v2_0_suspend() argument 310 static int vcn_v2_0_resume(void *handle) in vcn_v2_0_resume() argument 1278 static bool vcn_v2_0_is_idle(void *handle) in vcn_v2_0_is_idle() argument 1285 static int vcn_v2_0_wait_for_idle(void *handle) in vcn_v2_0_wait_for_idle() argument [all …]
|
H A D | gmc_v9_0.c | 1574 static int gmc_v9_0_early_init(void *handle) in gmc_v9_0_early_init() argument 1628 static int gmc_v9_0_late_init(void *handle) in gmc_v9_0_late_init() argument 2014 static int gmc_v9_0_sw_init(void *handle) in gmc_v9_0_sw_init() argument 2217 static int gmc_v9_0_sw_fini(void *handle) in gmc_v9_0_sw_fini() argument 2327 static int gmc_v9_0_hw_init(void *handle) in gmc_v9_0_hw_init() argument 2394 static int gmc_v9_0_hw_fini(void *handle) in gmc_v9_0_hw_fini() argument 2423 static int gmc_v9_0_suspend(void *handle) in gmc_v9_0_suspend() argument 2430 static int gmc_v9_0_resume(void *handle) in gmc_v9_0_resume() argument 2444 static bool gmc_v9_0_is_idle(void *handle) in gmc_v9_0_is_idle() argument 2450 static int gmc_v9_0_wait_for_idle(void *handle) in gmc_v9_0_wait_for_idle() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.c | 91 ret = adap->uld[q->uld].rx_handler(adap->uld[q->uld].handle, in uldrx_handler() 564 if (adap->uld[type].handle) { in cxgb4_shutdown_uld_adapter() 565 adap->uld[type].handle = NULL; in cxgb4_shutdown_uld_adapter() 589 if (!adap->uld[i].handle) in t4_uld_clean_up() 647 void *handle; in uld_attach() local 652 handle = adap->uld[uld].add(&lli); in uld_attach() 653 if (IS_ERR(handle)) { in uld_attach() 656 adap->uld[uld].name, PTR_ERR(handle)); in uld_attach() 657 return PTR_ERR(handle); in uld_attach() 660 adap->uld[uld].handle = handle; in uld_attach() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/ |
H A D | Remove_some_printf_in_obexftpd.patch | 14 while(OBEX_ObjectGetNextHeader(handle, object, &hi, &hv, &hlen)) { 32 put_done(handle, obj, 0);
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_ets.sh | 22 tc qdisc replace dev $swp2 root handle 3: tbf rate 1gbit \ 61 tc qdisc del dev $swp2 root handle 3:
|
H A D | devlink_trap_l2_drops.sh | 102 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 128 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 188 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 231 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 301 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 346 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \ 392 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_nvif.c | 47 nvkm_client_map(void *priv, u64 handle, u32 size) in nvkm_client_map() argument 49 return ioremap(handle, size); in nvkm_client_map()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | loongarch.c | 47 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image, in efi_boot_kernel() argument 65 status = efi_exit_boot_services(handle, &priv, exit_boot_func); in efi_boot_kernel()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-privacy.c | 250 acpi_handle handle; in dell_privacy_micmute_led_set() local 252 handle = ec_get_handle(); in dell_privacy_micmute_led_set() 253 if (!handle) in dell_privacy_micmute_led_set() 256 if (!acpi_has_method(handle, acpi_method)) in dell_privacy_micmute_led_set() 259 status = acpi_evaluate_object(handle, acpi_method, NULL, NULL); in dell_privacy_micmute_led_set()
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp4xx.dtsi | 149 intel,npe-handle = <&npe 0>; 156 intel,npe-handle = <&npe 0>; 163 intel,npe-handle = <&npe 2>; 177 intel,npe-handle = <&npe 1>; 188 intel,npe-handle = <&npe 2>;
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsutils.c | 528 struct acpi_namespace_node *acpi_ns_validate_handle(acpi_handle handle) in acpi_ns_validate_handle() argument 535 if ((!handle) || (handle == ACPI_ROOT_OBJECT)) { in acpi_ns_validate_handle() 541 if (ACPI_GET_DESCRIPTOR_TYPE(handle) != ACPI_DESC_TYPE_NAMED) { in acpi_ns_validate_handle() 545 return (ACPI_CAST_PTR(struct acpi_namespace_node, handle)); in acpi_ns_validate_handle()
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_kms.c | 312 int handle; in virtio_gpu_driver_open() local 325 handle = ida_alloc(&vgdev->ctx_id_ida, GFP_KERNEL); in virtio_gpu_driver_open() 326 if (handle < 0) { in virtio_gpu_driver_open() 328 return handle; in virtio_gpu_driver_open() 331 vfpriv->ctx_id = handle + 1; in virtio_gpu_driver_open()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 133 dma_addr_t handle; member 159 dma_addr_t handle; member 271 header->handle); in __vmw_cmdbuf_header_free() 306 val = upper_32_bits(header->handle); in vmw_cmdbuf_header_submit() 309 val = lower_32_bits(header->handle); in vmw_cmdbuf_header_submit() 878 &header->handle); in vmw_cmdbuf_space_pool() 893 cb_hdr->ptr.pa = (u64)man->handle + (u64)offset; in vmw_cmdbuf_space_pool() 925 &header->handle); in vmw_cmdbuf_space_inline() 936 cb_hdr->ptr.pa = (u64)header->handle + in vmw_cmdbuf_space_inline() 1231 &man->handle, GFP_KERNEL); in vmw_cmdbuf_set_pool_size() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,dra7-dss.txt | 14 - clocks: handle to fclk 25 - clocks: handle to video1 pll clock and video2 pll clock 47 - clocks: handle to fclk
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 98 efi_handle_t handle, const efi_guid_t *protocol, 101 efi_handle_t handle, const efi_guid_t *protocol, 104 efi_handle_t handle, const efi_guid_t *protocol, 127 efi_status_t (EFIAPI *exit)(efi_handle_t handle, 174 efi_handle_t *handle, ...); 176 efi_handle_t handle, ...); 1011 efi_hii_handle_t *handle); 1014 efi_hii_handle_t handle); 1017 efi_hii_handle_t handle, 1024 efi_hii_handle_t *handle); [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 802 struct hnae_handle *handle = ring->q->handle; in hns_nic_adpt_coalesce() local 813 new_coal_param == handle->coal_param) in hns_nic_adpt_coalesce() 827 if (new_coal_param == handle->coal_param) { in hns_nic_adpt_coalesce() 828 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce() 833 handle->dev->ops->set_coalesce_usecs(handle, in hns_nic_adpt_coalesce() 835 handle->dev->ops->set_coalesce_frames(handle, in hns_nic_adpt_coalesce() 837 handle->coal_param = new_coal_param; in hns_nic_adpt_coalesce() 839 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce() 908 if (ring->q->handle->coal_adapt_en) in hns_nic_rx_fini_pro() 931 if (ring->q->handle->coal_adapt_en) in hns_nic_rx_fini_pro_v2() [all …]
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | gem.h | 68 u32 *handle); 83 struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle);
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
H A D | views.py | 28 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/") 29 with os.fdopen(handle, "w") as tmpfile:
|
/openbmc/linux/arch/s390/kvm/ |
H A D | pv.c | 53 u64 handle; member 60 kvm->arch.pv.handle = 0; in kvm_s390_clear_pv_state() 148 vcpu->arch.pv.handle = uvcb.cpu_handle; in kvm_s390_pv_create_cpu() 221 if (!leftover->handle) in kvm_s390_pv_dispose_one_leftover() 223 cc = uv_cmd_nodata(leftover->handle, UVC_CMD_DESTROY_SEC_CONF, rc, rrc); in kvm_s390_pv_dispose_one_leftover() 276 .handle = kvm_s390_pv_get_handle(kvm), in kvm_s390_pv_deinit_vm_fast() 346 priv->handle = kvm_s390_pv_get_handle(kvm); in kvm_s390_pv_set_aside() 589 kvm->arch.pv.handle = uvcb.guest_handle; in kvm_s390_pv_init_vm() 704 .cpu_handle = vcpu->arch.pv.handle, in kvm_s390_pv_dump_cpu() 752 .config_handle = kvm->arch.pv.handle, in kvm_s390_pv_dump_stor_state()
|
/openbmc/linux/drivers/xen/ |
H A D | xen-acpi-processor.c | 326 read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) in read_acpi_id() argument 336 status = acpi_get_type(handle, &acpi_type); in read_acpi_id() 342 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in read_acpi_id() 349 status = acpi_evaluate_integer(handle, "_UID", NULL, &tmp); in read_acpi_id() 357 if (invalid_phys_cpuid(acpi_get_phys_id(handle, in read_acpi_id() 376 if (!acpi_processor_get_psd(handle, &acpi_psd[acpi_id])) { in read_acpi_id() 382 status = acpi_evaluate_object(handle, "_CST", NULL, &buffer); in read_acpi_id()
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios_attributes.robot | 117 ... attribute handle with random values with in the range. 140 ... attribute handle with random values with in the range. 164 ... attribute handle with random values with in the range of 212 [Documentation] Set BIOS attribute with the available attribute handle 213 ... values and revert back to original attribute handle value. 217 # attr_handle BIOS attribute handle (e.g. pvm_system_power_off_policy). 218 # attr_val_list List of the attribute values for the given attribute handle
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | gef_sbc610.dts | 141 tbi-handle = <&tbi0>; 142 phy-handle = <&phy0>; 164 tbi-handle = <&tbi2>; 165 phy-handle = <&phy2>;
|