Searched refs:handle (Results 501 - 525 of 1672) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c64 struct mlx5_flow_handle *handle; local
111 handle = mlx5_add_flow_rules(bridge->egress_ft, rule_spec, &flow_act, dests, num_dests);
115 return handle;
122 struct mlx5_flow_handle *handle; local
124 handle = mlx5_esw_bridge_mdb_flow_create(port->esw_owner_vhca_id, entry, port->bridge);
129 if (IS_ERR(handle))
130 return PTR_ERR(handle);
132 entry->egress_handle = handle;
517 struct mlx5_flow_handle *handle; local
530 handle
547 static struct mlx5_flow_handle *handle; local
585 struct mlx5_flow_handle *handle; local
624 struct mlx5_flow_handle *handle; local
657 struct mlx5_flow_handle *handle; local
891 struct mlx5_flow_handle *handle; local
923 struct mlx5_flow_handle *handle; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h25 struct nvkm_client *nvkm_client_search(struct nvkm_client *, u64 handle);
33 _object->handle, _object->oclass, ##a); \
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh39 tc filter add dev $h1 ingress protocol arp pref 1 handle 101 flower \
65 tc filter del dev $h1 ingress protocol arp pref 1 handle 101 flower
/linux-master/drivers/thermal/intel/
H A Dintel_bxt_pmic_thermal.c40 char handle[20]; member in struct:thermal_irq_map
127 .handle = "STR0",
132 .handle = "STR1",
137 .handle = "STR2",
142 .handle = "STR3",
195 tzd = thermal_zone_get_zone_by_name(td->maps[i].handle);
/linux-master/drivers/pci/
H A Dpci-label.c39 acpi_handle handle = ACPI_HANDLE(dev); local
41 if (!handle)
44 return acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2,
158 acpi_handle handle = ACPI_HANDLE(dev); local
162 if (!handle)
165 obj = acpi_evaluate_dsm(handle, &pci_acpi_dsm_guid, 0x2,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.c35 nvkm_umem_search(struct nvkm_client *client, u64 handle) argument
42 object = nvkm_object_search(client, handle, &nvkm_umem);
47 if (umem->object.object == handle) {
87 enum nvkm_object_map *type, u64 *handle, u64 *length)
102 *handle = (unsigned long)(void *)umem->map;
110 handle, length, &umem->bar);
86 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *handle, u64 *length) argument
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c55 u32 handle; local
70 handle = NV50_DISP_HANDLE_WNDW_CTX(kind);
73 if (ctxdma->object.handle == handle)
104 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle,
184 asyw->ntfy.handle = wndw->wndw.sync.handle;
201 asyw->ntfy.handle = 0;
202 asyw->sema.handle = 0;
203 asyw->xlut.handle
[all...]
H A Dcurs507a.c81 u32 handle = nv50_disp(wndw->plane.dev)->core->chan.vram.handle; local
83 if (asyh->curs.handle != handle || asyh->curs.offset != offset) {
84 asyh->curs.handle = handle;
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c40 u32 handle; local
46 ret = drm_gem_handle_create(file, &obj->base.base, &handle);
54 /* drop reference from allocate - handle holds it now */
57 *handle_p = handle;
91 &args->handle);
104 uint32_t handle, uint64_t *offset_p)
109 gobj = drm_gem_object_lookup(file_priv, handle);
102 virtio_gpu_mode_dumb_mmap(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle, uint64_t *offset_p) argument
H A Dvirtgpu_object.c46 int handle = atomic_inc_return(&seqno); local
47 *resid = handle + 1;
49 int handle = ida_alloc(&vgdev->resource_ida, GFP_KERNEL); local
50 if (handle < 0)
51 return handle;
52 *resid = handle + 1;
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h137 void *handle; member in struct:mod_hdcp_ddc
139 bool (*read_i2c)(void *handle,
144 bool (*write_i2c)(void *handle,
148 bool (*read_dpcd)(void *handle,
152 bool (*write_dpcd)(void *handle,
160 void *handle; member in struct:mod_hdcp_psp
/linux-master/fs/vboxsf/
H A Dshfl_hostintf.h23 * one have to obtain the object handle via a SHFL_FN_CREATE
24 * request. A handle must be closed with SHFL_FN_CLOSE.
31 SHFL_FN_CLOSE = 4, /* Close object handle. */
53 /* Shared folders handle for an opened object are of type u64. */
293 * Along with handle value the result code
315 * Only lookup the object, do not return a handle. When this is set all other
338 * FILE_EXISTS with NIL handle.
397 /** Returned handle of opened object. */
398 u64 handle; member in struct:shfl_createparms
496 * Root handle o
570 struct vmmdev_hgcm_function_parameter handle; member in struct:shfl_close
590 struct vmmdev_hgcm_function_parameter handle; member in struct:shfl_read
628 struct vmmdev_hgcm_function_parameter handle; member in struct:shfl_write
674 struct vmmdev_hgcm_function_parameter handle; member in struct:shfl_list
775 struct vmmdev_hgcm_function_parameter handle; member in struct:shfl_information
[all...]
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3406_thermal.c21 acpi_handle handle; member in struct:int3406_thermal_data
113 status = acpi_evaluate_integer(d->handle, "DDDL", NULL, &lower_limit);
118 status = acpi_evaluate_integer(d->handle, "DDPC", NULL, &upper_limit);
128 static void int3406_notify(acpi_handle handle, u32 event, void *data) argument
147 d->handle = ACPI_HANDLE(&pdev->dev);
165 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c196 /* copy the handle array from userspace to a kernel buffer */
232 uint32_t handle = args->in.list_handle; local
255 handle = r;
259 amdgpu_bo_list_destroy(fpriv, handle);
260 handle = 0;
270 old = idr_replace(&fpriv->bo_list_handles, list, handle);
287 args->out.list_handle = handle;
H A Dgmc_v10_0.c132 /* Try to handle the recoverable page faults by filling page
633 static int gmc_v10_0_early_init(void *handle) argument
635 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
654 static int gmc_v10_0_late_init(void *handle) argument
656 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
772 static int gmc_v10_0_sw_init(void *handle) argument
775 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
923 static int gmc_v10_0_sw_fini(void *handle) argument
925 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
988 static int gmc_v10_0_hw_init(void *handle) argument
1035 gmc_v10_0_hw_fini(void *handle) argument
1056 gmc_v10_0_suspend(void *handle) argument
1065 gmc_v10_0_resume(void *handle) argument
1079 gmc_v10_0_is_idle(void *handle) argument
1085 gmc_v10_0_wait_for_idle(void *handle) argument
1091 gmc_v10_0_soft_reset(void *handle) argument
1096 gmc_v10_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1123 gmc_v10_0_get_clockgating_state(void *handle, u64 *flags) argument
1139 gmc_v10_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Dgmc_v11_0.c604 static int gmc_v11_0_early_init(void *handle) argument
606 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
625 static int gmc_v11_0_late_init(void *handle) argument
627 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
732 static int gmc_v11_0_sw_init(void *handle) argument
735 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
851 static int gmc_v11_0_sw_fini(void *handle) argument
853 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
910 static int gmc_v11_0_hw_init(void *handle) argument
912 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
942 gmc_v11_0_hw_fini(void *handle) argument
963 gmc_v11_0_suspend(void *handle) argument
972 gmc_v11_0_resume(void *handle) argument
986 gmc_v11_0_is_idle(void *handle) argument
992 gmc_v11_0_wait_for_idle(void *handle) argument
998 gmc_v11_0_soft_reset(void *handle) argument
1003 gmc_v11_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1016 gmc_v11_0_get_clockgating_state(void *handle, u64 *flags) argument
1025 gmc_v11_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_aca.h165 int (*aca_bank_parser)(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, void *data);
166 bool (*aca_bank_is_valid)(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type,
201 int amdgpu_aca_add_handle(struct amdgpu_device *adev, struct aca_handle *handle,
203 void amdgpu_aca_remove_handle(struct aca_handle *handle);
204 int amdgpu_aca_get_error_data(struct amdgpu_device *adev, struct aca_handle *handle,
209 int aca_error_cache_log_bank_error(struct aca_handle *handle, struct aca_bank_info *info,
H A Dsoc21.c558 static int soc21_common_early_init(void *handle) argument
561 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
770 static int soc21_common_late_init(void *handle) argument
772 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
808 static int soc21_common_sw_init(void *handle) argument
810 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
818 static int soc21_common_sw_fini(void *handle) argument
823 static int soc21_common_hw_init(void *handle) argument
825 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
843 static int soc21_common_hw_fini(void *handle) argument
866 soc21_common_suspend(void *handle) argument
893 soc21_common_resume(void *handle) argument
905 soc21_common_is_idle(void *handle) argument
910 soc21_common_wait_for_idle(void *handle) argument
915 soc21_common_soft_reset(void *handle) argument
920 soc21_common_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
945 soc21_common_set_powergating_state(void *handle, enum amd_powergating_state state) argument
963 soc21_common_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
H A Dsi_dma.c460 static int si_dma_early_init(void *handle) argument
462 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
474 static int si_dma_sw_init(void *handle) argument
478 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
509 static int si_dma_sw_fini(void *handle) argument
511 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
520 static int si_dma_hw_init(void *handle) argument
522 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
527 static int si_dma_hw_fini(void *handle) argument
529 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
536 si_dma_suspend(void *handle) argument
543 si_dma_resume(void *handle) argument
550 si_dma_is_idle(void *handle) argument
561 si_dma_wait_for_idle(void *handle) argument
574 si_dma_soft_reset(void *handle) argument
637 si_dma_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
680 si_dma_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c221 * @handle: ACPI handle of the object to add a context to.
226 static acpi_status acpiphp_add_context(acpi_handle handle, u32 lvl, void *data, argument
229 struct acpi_device *adev = acpi_fetch_acpi_dev(handle);
244 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr);
247 acpi_handle_warn(handle,
259 acpi_handle_err(handle, "No hotplug context\n");
271 if (!is_dock_device(adev) && acpi_has_method(handle, "_EJ0"))
274 if (acpi_has_method(handle, "_STA"))
303 if ((acpi_pci_check_ejectable(pbus, handle) || is_dock_devic
785 acpi_handle handle = context->hp.self->handle; local
861 acpi_handle handle; local
1016 acpi_handle handle = func_to_handle(func); local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-powercap.c21 u32 handle; member in struct:powercap_attr
49 ret = opal_get_powercap(pcap_attr->handle, token, (u32 *)__pa(&pcap));
105 ret = opal_set_powercap(pcap_attr->handle, token, pcap);
132 static void __init powercap_add_attr(int handle, const char *name, argument
135 attr->handle = handle;
/linux-master/drivers/gpu/drm/i915/
H A Dintel_wakeref.h288 intel_wakeref_t handle)
292 user = (handle == INTEL_WAKEREF_DEF) ? NULL : (void *)handle;
308 intel_wakeref_t handle)
310 intel_ref_tracker_free(&wf->debug, handle);
321 intel_wakeref_t handle)
287 intel_ref_tracker_free(struct ref_tracker_dir *dir, intel_wakeref_t handle) argument
307 intel_wakeref_untrack(struct intel_wakeref *wf, intel_wakeref_t handle) argument
320 intel_wakeref_untrack(struct intel_wakeref *wf, intel_wakeref_t handle) argument
/linux-master/include/net/bluetooth/
H A Dhci_sync.h104 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle);
105 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type);
144 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle);
146 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason);
148 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle);
150 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh104 tc filter add dev $swp1 ingress protocol ip pref 100 handle 100 \
107 tc filter add dev $swp1 ingress protocol ip pref 101 handle 101 \
110 tc filter add dev $swp1 ingress protocol ip pref 102 handle 102 \
115 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
140 tc filter del dev $swp1 ingress protocol ip pref $i handle $i flower
142 tc filter del dev h1-et egress pref 1 handle 1 matchall
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_gem.c209 u32 handle; local
235 ret = drm_gem_handle_create(file, gobj, &handle);
237 /* drop reference from allocate, handle holds it now */
244 args->handle = handle;
250 u32 handle, uint64_t *offset)
254 gobj = drm_gem_object_lookup(filp, handle);
249 lsdc_dumb_map_offset(struct drm_file *filp, struct drm_device *ddev, u32 handle, uint64_t *offset) argument

Completed in 415 milliseconds

<<21222324252627282930>>