Searched refs:handle (Results 276 - 300 of 1654) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_shblocks.sh53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
94 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter del block 22 protocol ip pref 2 handle 102 flower
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_acl_drops.sh98 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
101 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 \
114 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
123 tc filter add dev $swp2 egress protocol ip pref 2 handle 102 \
126 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
139 tc filter del dev $swp2 egress protocol ip pref 1 handle 101 flower
H A Dtc_action_hw_stats.sh51 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
66 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
85 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
H A Done_armed_router.sh135 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
139 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 flower \
143 tc filter add dev $swp2 egress protocol ip pref 2 handle 102 flower \
171 tc filter del dev $swp2 egress protocol ip pref 2 handle 102 flower
172 tc filter del dev $swp2 egress protocol ip pref 1 handle 101 flower
173 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
178 tc filter add dev $swp1 ingress protocol ipv6 pref 1 handle 101 flower \
182 tc filter add dev $swp2 egress protocol ipv6 pref 1 handle 101 flower \
186 tc filter add dev $swp2 egress protocol ipv6 pref 2 handle 102 flower \
214 tc filter del dev $swp2 egress protocol ipv6 pref 2 handle 10
[all...]
/linux-master/include/linux/qed/
H A Dqed_nvmetcp_if.h130 * @param handle - qed will fill handle that should be
138 * @param handle - the connection handle.
142 * @param handle - the connection handle.
148 * @param handle - the connection handle.
154 * @param handle - the connection handle
[all...]
/linux-master/drivers/input/tests/
H A Dinput_test.c138 struct input_handle handle; local
145 handle.dev = input_get_device(input_dev);
146 handle.name = dev_name(&input_dev->dev);
147 handle.handler = &handler;
148 res = input_grab_device(&handle);
157 input_release_device(&handle);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v2_0.c37 static int jpeg_v2_0_set_powergating_state(void *handle,
43 * @handle: amdgpu_device pointer
47 static int jpeg_v2_0_early_init(void *handle) argument
49 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
63 * @handle: amdgpu_device pointer
67 static int jpeg_v2_0_sw_init(void *handle) argument
69 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
106 * @handle: amdgpu_device pointer
110 static int jpeg_v2_0_sw_fini(void *handle) argument
113 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
130 jpeg_v2_0_hw_init(void *handle) argument
153 jpeg_v2_0_hw_fini(void *handle) argument
173 jpeg_v2_0_suspend(void *handle) argument
194 jpeg_v2_0_resume(void *handle) argument
660 jpeg_v2_0_is_idle(void *handle) argument
669 jpeg_v2_0_wait_for_idle(void *handle) argument
680 jpeg_v2_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
697 jpeg_v2_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Duvd_v3_1.c534 static int uvd_v3_1_early_init(void *handle) argument
536 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
545 static int uvd_v3_1_sw_init(void *handle) argument
548 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
583 static int uvd_v3_1_sw_fini(void *handle) argument
586 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
624 * @handle: handle used to pass amdgpu_device pointer
628 static int uvd_v3_1_hw_init(void *handle) argument
630 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
695 uvd_v3_1_hw_fini(void *handle) argument
707 uvd_v3_1_prepare_suspend(void *handle) argument
714 uvd_v3_1_suspend(void *handle) argument
750 uvd_v3_1_resume(void *handle) argument
762 uvd_v3_1_is_idle(void *handle) argument
769 uvd_v3_1_wait_for_idle(void *handle) argument
781 uvd_v3_1_soft_reset(void *handle) argument
794 uvd_v3_1_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
800 uvd_v3_1_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Djpeg_v4_0.c42 static int jpeg_v4_0_set_powergating_state(void *handle,
51 * @handle: amdgpu_device pointer
55 static int jpeg_v4_0_early_init(void *handle) argument
57 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
73 * @handle: amdgpu_device pointer
77 static int jpeg_v4_0_sw_init(void *handle) argument
79 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
133 * @handle: amdgpu_device pointer
137 static int jpeg_v4_0_sw_fini(void *handle) argument
139 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
157 jpeg_v4_0_hw_init(void *handle) argument
196 jpeg_v4_0_hw_fini(void *handle) argument
219 jpeg_v4_0_suspend(void *handle) argument
240 jpeg_v4_0_resume(void *handle) argument
614 jpeg_v4_0_is_idle(void *handle) argument
626 jpeg_v4_0_wait_for_idle(void *handle) argument
635 jpeg_v4_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
652 jpeg_v4_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Djpeg_v4_0_5.c51 static int jpeg_v4_0_5_set_powergating_state(void *handle,
64 * @handle: amdgpu_device pointer
68 static int jpeg_v4_0_5_early_init(void *handle) argument
70 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
97 * @handle: amdgpu_device pointer
101 static int jpeg_v4_0_5_sw_init(void *handle) argument
103 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
162 * @handle: amdgpu_device pointer
166 static int jpeg_v4_0_5_sw_fini(void *handle) argument
168 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
186 jpeg_v4_0_5_hw_init(void *handle) argument
221 jpeg_v4_0_5_hw_fini(void *handle) argument
248 jpeg_v4_0_5_suspend(void *handle) argument
269 jpeg_v4_0_5_resume(void *handle) argument
628 jpeg_v4_0_5_is_idle(void *handle) argument
644 jpeg_v4_0_5_wait_for_idle(void *handle) argument
661 jpeg_v4_0_5_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
685 jpeg_v4_0_5_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Djpeg_v2_5.c41 static int jpeg_v2_5_set_powergating_state(void *handle,
53 * @handle: amdgpu_device pointer
57 static int jpeg_v2_5_early_init(void *handle) argument
59 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
84 * @handle: amdgpu_device pointer
88 static int jpeg_v2_5_sw_init(void *handle) argument
92 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
156 * @handle: amdgpu_device pointer
160 static int jpeg_v2_5_sw_fini(void *handle) argument
163 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
180 jpeg_v2_5_hw_init(void *handle) argument
211 jpeg_v2_5_hw_fini(void *handle) argument
240 jpeg_v2_5_suspend(void *handle) argument
261 jpeg_v2_5_resume(void *handle) argument
489 jpeg_v2_5_is_idle(void *handle) argument
506 jpeg_v2_5_wait_for_idle(void *handle) argument
525 jpeg_v2_5_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
548 jpeg_v2_5_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
/linux-master/drivers/acpi/
H A Devged.c7 * Generic Event Device allows platforms to handle interrupts in ACPI
53 acpi_handle handle; member in struct:acpi_ged_event
61 acpi_ret = acpi_execute_simple_method(event->handle, NULL, event->gsi);
77 acpi_handle handle = ACPI_HANDLE(dev); local
107 if (ACPI_SUCCESS(acpi_get_handle(handle, ev_name, &evt_handle)))
111 if (ACPI_SUCCESS(acpi_get_handle(handle, "_EVT", &evt_handle)))
125 event->handle = evt_handle;
/linux-master/kernel/power/
H A Dpower.h150 #define data_of(handle) ((handle).buffer)
154 extern int snapshot_read_next(struct snapshot_handle *handle);
155 extern int snapshot_write_next(struct snapshot_handle *handle);
156 int snapshot_write_finalize(struct snapshot_handle *handle);
157 extern int snapshot_image_loaded(struct snapshot_handle *handle);
/linux-master/fs/ocfs2/
H A Drefcounttree.c59 int (*cow_duplicate_clusters)(handle_t *handle,
553 handle_t *handle = NULL; local
576 handle = ocfs2_start_trans(osb, OCFS2_REFCOUNT_TREE_CREATE_CREDITS);
577 if (IS_ERR(handle)) {
578 ret = PTR_ERR(handle);
583 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
590 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
613 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh,
636 ocfs2_journal_dirty(handle, new_bh);
646 ocfs2_journal_dirty(handle, di_b
695 handle_t *handle = NULL; local
757 handle_t *handle = NULL; local
1233 ocfs2_change_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, int index, int merge, int change) argument
1274 ocfs2_expand_inline_ref_root(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head **ref_leaf_bh, struct ocfs2_alloc_context *meta_ac) argument
1512 ocfs2_new_leaf_refcount_block(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_alloc_context *meta_ac) argument
1608 ocfs2_expand_refcount_tree(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_alloc_context *meta_ac) argument
1650 ocfs2_adjust_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec) argument
1734 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) argument
1822 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
1978 __ocfs2_increase_refcount(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, u32 len, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2072 ocfs2_remove_refcount_extent(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2152 ocfs2_increase_refcount(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, u32 len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2164 ocfs2_decrease_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, int index, u64 cpos, unsigned int len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2220 __ocfs2_decrease_refcount(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, u32 len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc, int delete) argument
2286 ocfs2_decrease_refcount(struct inode *inode, handle_t *handle, u32 cpos, u32 len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc, int delete) argument
2336 ocfs2_mark_extent_refcounted(struct inode *inode, struct ocfs2_extent_tree *et, handle_t *handle, u32 cpos, u32 len, u32 phys, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2894 ocfs2_clear_cow_buffer(handle_t *handle, struct buffer_head *bh) argument
2903 ocfs2_duplicate_clusters_by_page(handle_t *handle, struct inode *inode, u32 cpos, u32 old_cluster, u32 new_cluster, u32 new_len) argument
3001 ocfs2_duplicate_clusters_by_jbd(handle_t *handle, struct inode *inode, u32 cpos, u32 old_cluster, u32 new_cluster, u32 new_len) argument
3056 ocfs2_clear_ext_refcount(handle_t *handle, struct ocfs2_extent_tree *et, u32 cpos, u32 p_cluster, u32 len, unsigned int ext_flags, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
3114 ocfs2_replace_clusters(handle_t *handle, struct ocfs2_cow_context *context, u32 cpos, u32 old, u32 new, u32 len, unsigned int ext_flags) argument
3184 handle_t *handle; local
3663 handle_t *handle; local
3735 handle_t *handle; local
3876 handle_t *handle; local
3933 handle_t *handle; local
4029 handle_t *handle; local
4438 handle_t *handle; local
[all...]
/linux-master/fs/ext4/
H A Dfile.c311 handle_t *handle; local
314 handle = ext4_journal_start(inode, EXT4_HT_INODE, 2);
315 if (IS_ERR(handle))
316 return PTR_ERR(handle);
319 int ret = ext4_mark_inode_dirty(handle, inode);
321 ext4_journal_stop(handle);
327 ext4_orphan_del(handle, inode);
328 ext4_journal_stop(handle);
358 handle_t *handle = ext4_journal_start(inode, EXT4_HT_INODE, 2); local
360 if (IS_ERR(handle)) {
501 handle_t *handle; local
634 handle_t *handle; local
707 handle_t *handle = NULL; local
813 handle_t *handle; local
[all...]
/linux-master/include/keys/
H A Dtrusted_tpm.h22 uint32_t handle; member in struct:osapsess
43 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
58 pr_info("sealing key handle %0X\n", o->keyhandle);
67 print_hex_dump(KERN_INFO, "trusted-key: handle ", DUMP_PREFIX_NONE,
68 16, 1, &s->handle, 4, 0);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c182 u64 *handle, u64 *length)
197 *handle = args->map.handle;
223 u64 handle, length; local
224 int ret = nvif_object_map_handle(object, argv, argc, &handle, &length);
228 handle,
235 object->map.ptr = (void *)(unsigned long)handle;
262 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, argument
273 object->handle = handle;
181 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, u64 *handle, u64 *length) argument
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_gem.c87 uint32_t *handle)
92 BUG_ON(!handle);
100 r = drm_gem_handle_create(file_priv, local_gobj, handle);
107 /* drop reference from allocate - handle holds it now */
81 qxl_gem_object_create_with_handle(struct qxl_device *qdev, struct drm_file *file_priv, u32 domain, size_t size, struct qxl_surface *surf, struct drm_gem_object **gobj, uint32_t *handle) argument
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c71 static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result) argument
87 obj = acpi_evaluate_dsm_typed(handle, &nouveau_op_dsm_muid, 0x00000100,
90 acpi_handle_info(handle, "failed to evaluate _DSM\n");
110 static int nouveau_dsm_get_optimus_functions(acpi_handle handle) argument
118 if (nouveau_optimus_dsm(handle, 0, 0, &result))
130 static int nouveau_dsm(acpi_handle handle, int func, int arg) argument
139 obj = acpi_evaluate_dsm_typed(handle, &nouveau_dsm_muid, 0x00000102,
142 acpi_handle_info(handle, "failed to evaluate _DSM\n");
153 static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id) argument
157 return nouveau_dsm(handle, NOUVEAU_DSM_LE
160 nouveau_dsm_set_discrete_state(acpi_handle handle, enum vga_switcheroo_state state) argument
[all...]
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-acpi.c59 acpi_handle handle = acpi_device_handle(adev); local
66 obj = acpi_evaluate_dsm_typed(handle, &i2c_hid_guid, 1, 1, NULL,
69 acpi_handle_err(handle, "Error _DSM call to get HID descriptor address failed\n");
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h79 vchiq_use_service(struct vchiq_instance *instance, unsigned int handle);
82 vchiq_release_service(struct vchiq_instance *instance, unsigned int handle);
132 struct vchiq_header *header, unsigned int handle, void *bulk_userdata);
/linux-master/include/uapi/drm/
H A Divpu_accel.h211 /** @handle: Returned GEM object handle */
212 __u32 handle; member in struct:drm_ivpu_bo_create
222 /** @handle: Handle of the queried BO */
223 __u32 handle; member in struct:drm_ivpu_bo_info
317 /** @handle: Handle to the buffer object to be waited on */
318 __u32 handle; member in struct:drm_ivpu_bo_wait
331 * Valid only if @handle points to a command buffer.
/linux-master/sound/pci/hda/
H A Dhda_component.h25 void (*acpi_notify)(acpi_handle handle, u32 event, struct device *dev);
33 acpi_handle handle, u32 event, void *data);
43 acpi_handle handle,
41 hda_component_acpi_device_notify(struct hda_component *comps, int num_comps, acpi_handle handle, u32 event, void *data) argument
/linux-master/fs/vboxsf/
H A Dfile.c16 u64 handle; member in struct:vboxsf_handle
24 u64 handle, u32 access_flags)
36 /* init our handle struct and add it to the inode's handles list */
37 sf_handle->handle = handle;
58 * We check the value of params.handle afterwards to find out if
62 * Furthermore, we must set params.handle to SHFL_HANDLE_NIL to
65 params.handle = SHFL_HANDLE_NIL;
106 if (err == 0 && params.handle == SHFL_HANDLE_NIL)
111 sf_handle = vboxsf_create_sf_handle(inode, params.handle, access_flag
23 vboxsf_create_sf_handle(struct inode *inode, u64 handle, u32 access_flags) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h23 u32 handle; member in struct:nvkm_oclass

Completed in 228 milliseconds

<<11121314151617181920>>