Searched refs:handle (Results 476 - 500 of 1672) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c53 client->object.handle = oclass->handle;
72 nvkm_client_search(struct nvkm_client *client, u64 handle) argument
76 object = nvkm_object_search(client, handle, &nvkm_client);
/linux-master/net/bluetooth/
H A Dmsft.c58 __u8 handle; member in struct:msft_rp_le_monitor_advertisement
64 __u8 handle; member in struct:msft_cp_le_cancel_monitor_advertisement
190 /* is_mgmt = true matches the handle exposed to userspace via mgmt.
191 * is_mgmt = false matches the handle used by the msft controller.
195 (struct hci_dev *hdev, u16 handle, bool is_mgmt)
201 if (is_mgmt && entry->mgmt_handle == handle)
203 if (!is_mgmt && entry->msft_handle == handle)
241 if ((!mgmt_handle || dev->handle == mgmt_handle) &&
245 mgmt_adv_monitor_device_lost(hdev, dev->handle,
286 handle_data->mgmt_handle = monitor->handle;
194 msft_find_handle_data(struct hci_dev *hdev, u16 handle, bool is_mgmt) argument
304 msft_remove_addr_filters_sync(struct hci_dev *hdev, u8 handle) argument
454 int handle = 0; local
587 int handle = 0; local
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_heap.h20 int panthor_heap_destroy(struct panthor_heap_pool *pool, u32 handle);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c57 static int cik_sdma_soft_reset(void *handle);
920 static int cik_sdma_early_init(void *handle) argument
922 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
939 static int cik_sdma_sw_init(void *handle) argument
942 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
979 static int cik_sdma_sw_fini(void *handle) argument
981 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
991 static int cik_sdma_hw_init(void *handle) argument
994 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1003 static int cik_sdma_hw_fini(void *handle) argument
1013 cik_sdma_suspend(void *handle) argument
1020 cik_sdma_resume(void *handle) argument
1029 cik_sdma_is_idle(void *handle) argument
1041 cik_sdma_wait_for_idle(void *handle) argument
1058 cik_sdma_soft_reset(void *handle) argument
1195 cik_sdma_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1210 cik_sdma_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c177 TC_U32_NODE(cls->knode.handle));
185 uhtid = TC_U32_USERHTID(cls->knode.handle);
194 /* Ensure link handle uhtid is sane, if specified. */
203 fs.tc_cookie = cls->knode.handle;
236 "Link handle exists for: 0x%x\n",
283 link->link_handle = cls->knode.handle;
360 u32 handle, uhtid; local
376 if (f->valid && f->fs.tc_cookie == cls->knode.handle) {
392 if (f->valid && f->fs.tc_cookie == cls->knode.handle) {
421 handle
[all...]
/linux-master/include/linux/
H A Dvmw_vmci_defs.h503 struct vmci_handle handle; /* Identifier. */ member in struct:vmci_queue_header
525 * Second flag is for creating a well-known handle instead of a per context
526 * handle. Next flag is for deferring datagram delivery, so that the
549 struct vmci_handle handle; /* queue_pair handle. */ member in struct:vmci_event_payload_qp
644 * Struct used for linking a doorbell handle with an index in the
650 struct vmci_handle handle; member in struct:vmci_doorbell_link_msg
655 * Struct used for unlinking a doorbell handle from an index in the
661 struct vmci_handle handle; member in struct:vmci_doorbell_unlink_msg
665 * Struct used for generating a notification on a doorbell handle
670 struct vmci_handle handle; member in struct:vmci_doorbell_notify_msg
694 struct vmci_handle handle; /* queue_pair handle. */ member in struct:vmci_event_payld_qp
745 struct vmci_handle handle; member in struct:vmci_qp_alloc_msg
757 struct vmci_handle handle; member in struct:vmci_qp_detach_msg
900 vmci_q_header_init(struct vmci_queue_header *q_header, const struct vmci_handle handle) argument
[all...]
H A Dpci_hotplug.h96 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle);
97 int acpi_pci_detect_ejectable(acpi_handle handle);
H A Dkcov.h42 void kcov_remote_start(u64 handle);
98 static inline void kcov_remote_start(u64 handle) {} argument
/linux-master/fs/vboxsf/
H A Ddir.c23 params.handle = SHFL_HANDLE_NIL;
36 err = vboxsf_dir_read_all(sbi, sf_d, params.handle);
40 vboxsf_close(sbi->root, params.handle);
45 vboxsf_close(sbi->root, params.handle);
264 params.handle = SHFL_HANDLE_NIL;
291 *handle_ret = params.handle;
293 vboxsf_close(sbi->root, params.handle);
318 u64 handle; local
334 err = vboxsf_dir_create(parent, dentry, mode, false, flags & O_EXCL, &handle);
338 sf_handle = vboxsf_create_sf_handle(d_inode(dentry), handle, SHFL_CF_ACCESS_READWRIT
[all...]
/linux-master/net/sched/
H A Dsch_prio.c40 if (TC_H_MAJ(skb->priority) != sch->handle) {
144 .handle = sch->handle,
199 TC_H_MAKE(sch->handle, i + 1),
249 .handle = sch->handle,
295 TC_H_MAKE(sch->handle, arg), extack);
304 graft_offload.handle = sch->handle;
307 graft_offload.graft_params.child_handle = new->handle;
[all...]
/linux-master/include/xen/interface/io/
H A Dblkif.h196 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_request_rw
235 blkif_vdev_t handle; member in struct:blkif_request_indirect
/linux-master/drivers/acpi/pmic/
H A Dintel_pmic.c256 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle, argument
267 if (!handle)
276 opregion->lpat_table = acpi_lpat_get_conversion_table(handle);
279 status = acpi_install_address_space_handler(handle,
289 status = acpi_install_address_space_handler(handle,
298 status = acpi_install_address_space_handler(handle,
312 acpi_remove_address_space_handler(handle,
318 acpi_remove_address_space_handler(handle,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh165 tc filter add dev br0 egress protocol all pref 1 handle 1 \
168 tc filter add dev $h1 egress protocol all pref 1 handle 1 \
170 tc filter add dev $h1 egress protocol all pref 2 handle 2 \
192 tc filter add dev $rp2 ingress protocol ipv6 pref $i handle $i \
205 handle $i flower
210 tc filter del dev $h1 egress protocol all pref 2 handle 2 matchall
211 tc filter del dev $h1 egress protocol all pref 1 handle 1 flower
213 tc filter del dev br0 egress protocol all pref 1 handle 1 matchall
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_flooding.sh178 tc filter add dev br0 egress protocol all pref 1 handle 1 \
181 tc filter add dev $h1 egress protocol all pref 1 handle 1 \
183 tc filter add dev $h1 egress protocol all pref 2 handle 2 \
191 tc filter add dev $rp2 ingress protocol ip pref $i handle $i \
204 handle $i flower
209 tc filter del dev $h1 egress protocol all pref 2 handle 2 matchall
210 tc filter del dev $h1 egress protocol all pref 1 handle 1 flower
212 tc filter del dev br0 egress protocol all pref 1 handle 1 matchall
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dioctl.h54 __u32 handle; member in struct:nvif_ioctl_new_v0
95 __u64 handle; member in struct:nvif_ioctl_map_v0
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo9039.c87 nvc0_bo_move_init(struct nouveau_channel *chan, u32 handle) argument
96 PUSH_MTHD(push, NV9039, SET_OBJECT, handle);
H A Dnouveau_boa0b5.c79 nve0_bo_move_init(struct nouveau_channel *chan, u32 handle) argument
88 PUSH_NVSQ(push, NVA0B5, 0x0000, handle & 0x0000ffff);
/linux-master/fs/ocfs2/
H A Dfile.h34 handle_t *handle,
38 int ocfs2_set_inode_size(handle_t *handle,
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c123 * @handle: GEM handle
136 uint32_t handle, uint64_t *offset)
140 gem = drm_gem_object_lookup(file, handle);
135 drm_gem_ttm_dumb_map_offset(struct drm_file *file, struct drm_device *dev, uint32_t handle, uint64_t *offset) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_va.c74 static void vmw_stream_set_arg_handle(void *data, u32 handle) argument
78 arg->stream_id = handle;
106 * vmw_stream_unref_ioctl - Ioctl to unreference a user-space handle to
143 * vmw_user_stream_lookup - Look up a struct vmw_user_stream from a handle.
146 * @inout_id: In: The user-space handle. Out: The stream id.
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.h50 union omap_gem_size gsize, u32 flags, u32 *handle);
55 u32 handle, u64 *offset);
/linux-master/drivers/input/
H A Devdev.c30 struct input_handle handle; member in struct:evdev
145 ktime_t *ev_time = input_get_timestamp(client->evdev->handle.dev);
291 static void evdev_events(struct input_handle *handle, argument
294 struct evdev *evdev = handle->private;
296 ktime_t *ev_time = input_get_timestamp(handle->dev);
314 static void evdev_event(struct input_handle *handle, argument
319 evdev_events(handle, vals, 1);
333 input_put_device(evdev->handle.dev);
348 error = input_grab_device(&evdev->handle);
367 input_release_device(&evdev->handle);
1321 struct input_handle *handle = &evdev->handle; local
1402 evdev_disconnect(struct input_handle *handle) argument
[all...]
/linux-master/include/drm/
H A Ddrm_prime.h42 * This just contains the internal &struct dma_buf and handle caches for each
71 struct drm_file *file_priv, int prime_fd, uint32_t *handle);
73 struct drm_file *file_priv, uint32_t handle, uint32_t flags,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_free_list.h126 * pvr_free_list_lookup() - Lookup free list pointer from handle and file
128 * @handle: Object handle.
138 pvr_free_list_lookup(struct pvr_file *pvr_file, u32 handle) argument
143 free_list = pvr_free_list_get(xa_load(&pvr_file->free_list_handles, handle));
H A Dpvr_gem.h128 struct pvr_file *pvr_file, u32 *handle);
130 u32 handle);

Completed in 325 milliseconds

<<11121314151617181920>>