/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | tc-mq-visibility.sh | 34 tcq add root handle 100: $root $opts 52 tcq replace parent 100:4 handle 204: pfifo_fast 62 tcq replace parent 100:1 handle 204:
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | dma.c | 61 void arch_sync_dma_for_device(phys_addr_t handle, size_t size, in arch_sync_dma_for_device() argument 67 cache_push(handle, size); in arch_sync_dma_for_device() 70 cache_clear(handle, size); in arch_sync_dma_for_device()
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 1087 struct iss_video_fh *handle; in iss_video_open() local 1091 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in iss_video_open() 1092 if (!handle) in iss_video_open() 1095 v4l2_fh_init(&handle->vfh, &video->video); in iss_video_open() 1096 v4l2_fh_add(&handle->vfh); in iss_video_open() 1110 q = &handle->queue; in iss_video_open() 1114 q->drv_priv = handle; in iss_video_open() 1127 memset(&handle->format, 0, sizeof(handle->format)); in iss_video_open() 1128 handle->format.type = video->type; in iss_video_open() 1129 handle->timeperframe.denominator = 1; in iss_video_open() [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_dcbnl.c | 122 void hns3_dcbnl_setup(struct hnae3_handle *handle) in hns3_dcbnl_setup() argument 124 struct net_device *dev = handle->kinfo.netdev; in hns3_dcbnl_setup() 126 if ((!handle->kinfo.dcb_ops) || (handle->flags & HNAE3_SUPPORT_VF)) in hns3_dcbnl_setup()
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j7200-evm-quad-port-eth-exp.dtso | 32 phy-handle = <&cpsw5g_phy0>; 40 phy-handle = <&cpsw5g_phy1>; 48 phy-handle = <&cpsw5g_phy2>; 56 phy-handle = <&cpsw5g_phy3>;
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.h | 138 int acpi_thermal_rel_misc_device_add(acpi_handle handle); 139 int acpi_thermal_rel_misc_device_remove(acpi_handle handle); 140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts, 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_ipmi.c | 34 acpi_handle handle; member 111 ipmi_dev_alloc(int iface, struct device *dev, acpi_handle handle) in ipmi_dev_alloc() argument 125 ipmi_device->handle = handle; in ipmi_dev_alloc() 439 acpi_handle handle; in ipmi_register_bmc() local 447 handle = smi_data.addr_info.acpi_info.acpi_handle; in ipmi_register_bmc() 448 if (!handle) in ipmi_register_bmc() 451 ipmi_device = ipmi_dev_alloc(iface, smi_data.dev, handle); in ipmi_register_bmc() 463 if (temp->handle == handle) in ipmi_register_bmc()
|
H A D | internal.h | 102 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, 129 struct acpi_device *acpi_add_power_resource(acpi_handle handle); 153 bool processor_physically_present(acpi_handle handle); 169 acpi_handle handle; member 204 acpi_handle handle, acpi_ec_query_func func,
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_bo.c | 188 ret = drm_gem_handle_create(file_priv, &bo->base.base, &args->handle); in v3d_create_bo_ioctl() 205 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in v3d_mmap_bo_ioctl() 207 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in v3d_mmap_bo_ioctl() 224 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in v3d_get_bo_offset_ioctl() 226 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in v3d_get_bo_offset_ioctl()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | scmi_power_control.c | 322 struct scmi_handle *handle = sdev->handle; in scmi_syspower_probe() local 324 if (!handle) in scmi_syspower_probe() 327 ret = handle->devm_protocol_acquire(sdev, SCMI_PROTOCOL_SYSTEM); in scmi_syspower_probe() 341 return handle->notify_ops->devm_event_notifier_register(sdev, in scmi_syspower_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | ar9331.txt | 35 phy-handle = <&phy_port4>; 91 phy-handle = <&phy_port0>; 97 phy-handle = <&phy_port1>; 103 phy-handle = <&phy_port2>; 109 phy-handle = <&phy_port3>;
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1046a-rdb.dts | 131 phy-handle = <&rgmii_phy1>; 136 phy-handle = <&rgmii_phy2>; 141 phy-handle = <&sgmii_phy1>; 146 phy-handle = <&sgmii_phy2>; 151 phy-handle = <&aqr106_phy>;
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface3-wmi.c | 114 static acpi_status s3_wmi_attach_spi_device(acpi_handle handle, in s3_wmi_attach_spi_device() argument 119 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in s3_wmi_attach_spi_device() 157 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, adev->handle, 1, in s3_wmi_check_platform_device() 225 acpi_bus_scan(s3_wmi.pnp0c0d_adev->handle); in s3_wmi_probe() 235 acpi_bus_scan(s3_wmi.pnp0c0d_adev->handle); in s3_wmi_remove()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 57 tc qdisc replace dev $h1 root handle 1: tbf \ 103 tc qdisc replace dev $swp3 root handle 1: tbf \ 374 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \ 389 tc filter del block 10 pref 1234 handle 102 matchall 415 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \ 428 tc filter del block 10 pref 1234 handle 102 matchall 440 tc qdisc replace dev $swp3 parent 1:1 handle 11: red \
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 168 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 248 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 258 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 276 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 290 tc qdisc replace dev $swp root handle 1: bfifo limit 1M 298 tc qdisc replace dev $swp root handle 2: prio bands 8 363 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
|
/openbmc/linux/drivers/misc/uacce/ |
H A D | uacce.c | 106 struct iommu_sva *handle; in uacce_bind_queue() local 111 handle = iommu_sva_bind_device(uacce->parent, current->mm); in uacce_bind_queue() 112 if (IS_ERR(handle)) in uacce_bind_queue() 113 return PTR_ERR(handle); in uacce_bind_queue() 115 pasid = iommu_sva_get_pasid(handle); in uacce_bind_queue() 117 iommu_sva_unbind_device(handle); in uacce_bind_queue() 121 q->handle = handle; in uacce_bind_queue() 128 if (!q->handle) in uacce_unbind_queue() 130 iommu_sva_unbind_device(q->handle); in uacce_unbind_queue() 131 q->handle = NULL; in uacce_unbind_queue()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.c | 504 uint32_t handle, in vmw_user_bo_synccpu_release() argument 508 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo); in vmw_user_bo_synccpu_release() 551 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo); in vmw_user_bo_synccpu_ioctl() 561 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl() 567 arg->handle, in vmw_user_bo_synccpu_ioctl() 571 (unsigned int) arg->handle); in vmw_user_bo_synccpu_ioctl() 600 return drm_gem_handle_delete(file_priv, arg->handle); in vmw_bo_unref_ioctl() 616 u32 handle, in vmw_user_bo_lookup() argument 621 gobj = drm_gem_object_lookup(filp, handle); in vmw_user_bo_lookup() 624 (unsigned long)handle); in vmw_user_bo_lookup() [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_multibatch.py | 57 handle = args.handle_start variable 63 num_filters, handle, operation, i + mac_prefix, device, file)) 65 handle += num_filters
|
/openbmc/gpioplus/src/ |
H A D | meson.build | 8 'gpioplus/handle.cpp', 30 'gpioplus/handle.hpp', 40 'gpioplus/test/handle.hpp',
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | ubnt_e100.dts | 32 phy-handle = <&phy7>; 37 phy-handle = <&phy6>; 42 phy-handle = <&phy5>;
|
/openbmc/linux/include/drm/ |
H A D | drm_syncobj.h | 119 u32 handle); 127 u32 handle, u64 point, u64 flags, 133 struct drm_syncobj *syncobj, u32 *handle);
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | kv_dpm.c | 1236 static void kv_dpm_enable_bapm(void *handle, bool enable) in kv_dpm_enable_bapm() argument 1238 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_enable_bapm() 1668 static void kv_dpm_powergate_uvd(void *handle, bool gate) in kv_dpm_powergate_uvd() argument 1670 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_powergate_uvd() 1695 static void kv_dpm_powergate_vce(void *handle, bool gate) in kv_dpm_powergate_vce() argument 1697 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_powergate_vce() 1871 static int kv_dpm_force_performance_level(void *handle, in kv_dpm_force_performance_level() argument 1875 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_force_performance_level() 1896 static int kv_dpm_pre_set_power_state(void *handle) in kv_dpm_pre_set_power_state() argument 1898 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_pre_set_power_state() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 12 const void *handle; member 247 obj->handle = NULL; in a6xx_get_vbif_debugbus_block() 301 obj->handle = block; in a6xx_get_debugbus_block() 319 obj->handle = block; in a6xx_get_cx_debugbus_block() 506 obj->handle = dbgahb; in a6xx_get_dbgahb_cluster() 588 obj->handle = cluster; in a6xx_get_cluster() 639 obj->handle = block; in a6xx_get_shader_block() 696 obj->handle = regs; in a6xx_get_crashdumper_hlsq_registers() 739 obj->handle = regs; in a6xx_get_crashdumper_registers() 760 obj->handle = (const void *) regs; in a6xx_get_ahb_gpu_registers() [all …]
|
/openbmc/linux/drivers/firewire/ |
H A D | core-cdev.c | 96 int handle; member 503 resource->handle = ret; in add_client_resource() 515 static int release_client_resource(struct client *client, u32 handle, in release_client_resource() argument 525 resource = idr_find(&client->resource_idr, handle); in release_client_resource() 527 idr_remove(&client->resource_idr, handle); in release_client_resource() 556 idr_remove(&client->resource_idr, e->r.resource.handle); in complete_transaction() 753 req->handle = r->resource.handle; in handle_request() 767 req->handle = r->resource.handle; in handle_request() 781 req->handle = r->resource.handle; in handle_request() 849 a->handle = r->resource.handle; in ioctl_allocate() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vf610-zii-dev-rev-c.dts | 59 phy-handle = <&switch0phy1>; 65 phy-handle = <&switch0phy2>; 71 phy-handle = <&switch0phy3>; 77 phy-handle = <&switch0phy4>; 148 phy-handle = <&switch1phy1>; 154 phy-handle = <&switch1phy2>; 160 phy-handle = <&switch1phy3>; 166 phy-handle = <&switch1phy4>;
|