Searched refs:handle (Results 326 - 350 of 1672) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dih_v6_0.c505 * Update the WPTR from the IV and schedule work to handle the entries.
534 static int ih_v6_0_early_init(void *handle) argument
536 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
543 static int ih_v6_0_sw_init(void *handle) argument
546 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
589 static int ih_v6_0_sw_fini(void *handle) argument
591 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
598 static int ih_v6_0_hw_init(void *handle) argument
601 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
610 static int ih_v6_0_hw_fini(void *handle) argument
619 ih_v6_0_suspend(void *handle) argument
626 ih_v6_0_resume(void *handle) argument
633 ih_v6_0_is_idle(void *handle) argument
639 ih_v6_0_wait_for_idle(void *handle) argument
645 ih_v6_0_soft_reset(void *handle) argument
674 ih_v6_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
737 ih_v6_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
749 ih_v6_0_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
H A Dih_v6_1.c506 * Update the WPTR from the IV and schedule work to handle the entries.
535 static int ih_v6_1_early_init(void *handle) argument
537 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
544 static int ih_v6_1_sw_init(void *handle) argument
547 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
590 static int ih_v6_1_sw_fini(void *handle) argument
592 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
599 static int ih_v6_1_hw_init(void *handle) argument
602 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
611 static int ih_v6_1_hw_fini(void *handle) argument
620 ih_v6_1_suspend(void *handle) argument
627 ih_v6_1_resume(void *handle) argument
634 ih_v6_1_is_idle(void *handle) argument
640 ih_v6_1_wait_for_idle(void *handle) argument
646 ih_v6_1_soft_reset(void *handle) argument
677 ih_v6_1_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
740 ih_v6_1_set_powergating_state(void *handle, enum amd_powergating_state state) argument
752 ih_v6_1_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
H A Dih_v7_0.c488 * Update the WPTR from the IV and schedule work to handle the entries.
516 static int ih_v7_0_early_init(void *handle) argument
518 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
525 static int ih_v7_0_sw_init(void *handle) argument
528 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
564 static int ih_v7_0_sw_fini(void *handle) argument
566 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
573 static int ih_v7_0_hw_init(void *handle) argument
576 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
585 static int ih_v7_0_hw_fini(void *handle) argument
594 ih_v7_0_suspend(void *handle) argument
601 ih_v7_0_resume(void *handle) argument
608 ih_v7_0_is_idle(void *handle) argument
614 ih_v7_0_wait_for_idle(void *handle) argument
620 ih_v7_0_soft_reset(void *handle) argument
651 ih_v7_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
714 ih_v7_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
726 ih_v7_0_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
H A Dnavi10_ih.c517 * Update the WPTR from the IV and schedule work to handle the entries.
545 static int navi10_ih_early_init(void *handle) argument
547 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
554 static int navi10_ih_sw_init(void *handle) argument
557 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
596 static int navi10_ih_sw_fini(void *handle) argument
598 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
605 static int navi10_ih_hw_init(void *handle) argument
607 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
612 static int navi10_ih_hw_fini(void *handle) argument
621 navi10_ih_suspend(void *handle) argument
628 navi10_ih_resume(void *handle) argument
635 navi10_ih_is_idle(void *handle) argument
641 navi10_ih_wait_for_idle(void *handle) argument
647 navi10_ih_soft_reset(void *handle) argument
676 navi10_ih_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
686 navi10_ih_set_powergating_state(void *handle, enum amd_powergating_state state) argument
692 navi10_ih_get_clockgating_state(void *handle, u64 *flags) argument
[all...]
/linux-master/fs/ocfs2/
H A Dfile.c258 handle_t *handle; local
261 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS);
262 if (IS_ERR(handle)) {
263 ret = PTR_ERR(handle);
268 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), bh,
283 ocfs2_update_inode_fsync_trans(handle, inode, 0);
284 ocfs2_journal_dirty(handle, bh);
287 ocfs2_commit_trans(osb, handle);
292 int ocfs2_set_inode_size(handle_t *handle, argument
303 status = ocfs2_mark_inode_dirty(handle, inod
319 handle_t *handle = NULL; local
378 handle_t *handle; local
536 ocfs2_add_inode_data(struct ocfs2_super *osb, struct inode *inode, u32 *logical_offset, u32 clusters_to_add, int mark_unwritten, struct buffer_head *fe_bh, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, enum ocfs2_alloc_restarted *reason_ret) argument
564 handle_t *handle = NULL; local
717 handle_t *handle = NULL; local
760 handle_t *handle; local
1122 handle_t *handle = NULL; local
1373 handle_t *handle; local
1579 handle_t *handle; local
1931 handle_t *handle; local
[all...]
H A Dquota_local.c98 handle_t *handle; local
101 handle = ocfs2_start_trans(OCFS2_SB(sb),
103 if (IS_ERR(handle)) {
104 status = PTR_ERR(handle);
108 status = ocfs2_journal_access_dq(handle, INODE_CACHE(inode), bh,
112 ocfs2_commit_trans(OCFS2_SB(sb), handle); local
118 ocfs2_journal_dirty(handle, bh);
120 status = ocfs2_commit_trans(OCFS2_SB(sb), handle);
467 handle_t *handle; local
517 handle
560 ocfs2_commit_trans(OCFS2_SB(sb), handle); local
594 handle_t *handle; local
971 handle_t *handle; local
1082 ocfs2_commit_trans(OCFS2_SB(sb), handle); local
1106 handle_t *handle; local
1200 ocfs2_commit_trans(OCFS2_SB(sb), handle); local
1274 ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) argument
[all...]
H A Daops.h22 int walk_page_buffers( handle_t *handle,
27 int (*fn)( handle_t *handle,
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c126 int handle; member in struct:mmal_msg_context
153 /* message handle to release */
181 /* handle for a vchiq instance */
189 int handle; local
202 handle = idr_alloc(&instance->context_map, msg_context,
206 if (handle < 0) {
208 return ERR_PTR(handle);
212 msg_context->handle = handle;
218 lookup_msg_context(struct vchiq_mmal_instance *instance, int handle) argument
458 u32 handle; local
552 mmal_service_callback(struct vchiq_instance *vchiq_instance, enum vchiq_reason reason, struct vchiq_header *header, unsigned int handle, void *bulk_ctx) argument
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-streams.c248 s->handle = CX18_INVALID_TASK_HANDLE;
601 data[0] = s->handle;
694 if (s->handle == CX18_INVALID_TASK_HANDLE ||
701 return q; /* The firmware has the max MDLs it can handle */
704 cx18_vapi(cx, CX18_CPU_DE_SET_MDL, 5, s->handle,
839 s->handle = data[0];
840 cx18_vapi(cx, CX18_CPU_SET_CHANNEL_TYPE, 2, s->handle, captype);
854 cx18_vapi(cx, CX18_CPU_SET_VER_CROP_LINE, 2, s->handle, 0);
855 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 3, 1);
856 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle,
1037 cx18_handle_to_stream(struct cx18 *cx, u32 handle) argument
[all...]
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c311 * PARAMETERS: destination - An open file handle/pointer
597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) argument
602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) argument
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) argument
618 * out_handle - Where a handle will be returned
672 * PARAMETERS: handle - Handle returned by acpi_os_create_semaphore
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) argument
682 sem_t *sem = (sem_t *) handle;
704 * PARAMETERS: handle - Handle returned by acpi_os_create_semaphore
715 acpi_os_wait_semaphore(acpi_handle handle, u3 argument
833 acpi_os_signal_semaphore(acpi_handle handle, u32 units) argument
864 acpi_os_delete_lock(acpi_spinlock handle) argument
869 acpi_os_acquire_lock(acpi_handle handle) argument
875 acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags) argument
[all...]
/linux-master/drivers/sh/intc/
H A Dhandle.c207 unsigned long handle, int do_enable)
217 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) {
218 addr = INTC_REG(d, _INTC_ADDR_E(handle), cpu);
219 fn = intc_enable_noprio_fns[_INTC_MODE(handle)];
220 fn(addr, handle, intc_reg_fns[_INTC_FN(handle)], 0);
223 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) {
224 addr = INTC_REG(d, _INTC_ADDR_D(handle), cpu);
225 fn = intc_disable_fns[_INTC_MODE(handle)];
226 fn(addr, handle, intc_reg_fn
206 intc_enable_disable(struct intc_desc_int *d, unsigned long handle, int do_enable) argument
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c48 * Create a datagram entry given a handle pointer.
58 struct vmci_handle handle; local
72 handle = vmci_make_handle(context_id, resource_id);
89 handle);
91 pr_warn("Failed to add new resource (handle=0x%x:0x%x), error: %d\n",
92 handle.context, handle.resource, result);
106 struct vmci_handle handle,
116 resource = vmci_resource_by_handle(handle,
169 /* Check that source handle matche
105 vmci_datagram_get_priv_flags(u32 context_id, struct vmci_handle handle, u32 *priv_flags) argument
461 vmci_datagram_destroy_handle(struct vmci_handle handle) argument
[all...]
/linux-master/drivers/acpi/
H A Dproperty.c75 static bool acpi_extract_properties(acpi_handle handle,
80 acpi_handle handle,
88 if (acpi_graph_ignore_port(handle))
101 result = acpi_extract_properties(handle, desc, &dn->data);
103 if (handle) {
113 status = acpi_get_parent(handle, &scope);
124 dn->handle = handle;
131 acpi_handle_debug(handle, "Invalid properties/subnodes data, skipping\n");
135 static bool acpi_nondev_subnode_data_ok(acpi_handle handle, argument
79 acpi_nondev_subnode_extract(union acpi_object *desc, acpi_handle handle, const union acpi_object *link, struct list_head *list, struct fwnode_handle *parent) argument
161 acpi_handle handle; local
185 acpi_handle handle; local
363 acpi_nondev_subnode_tag(acpi_handle handle, void *context) argument
400 acpi_data_add_buffer_props(acpi_handle handle, struct acpi_device_data *data, union acpi_object *properties) argument
850 acpi_handle scope, handle; local
[all...]
H A Dpower.c83 static struct acpi_power_resource *acpi_power_get_context(acpi_handle handle) argument
85 struct acpi_device *device = acpi_fetch_acpi_dev(handle);
93 static int acpi_power_resources_list_add(acpi_handle handle, argument
96 struct acpi_power_resource *resource = acpi_power_get_context(handle);
137 rhandle = package->package.elements[i].reference.handle;
139 dup = package->package.elements[j].reference.handle;
162 rhandle = element->reference.handle;
187 static int __get_state(acpi_handle handle, u8 *state) argument
193 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
199 acpi_handle_debug(handle, "Powe
364 acpi_handle handle = resource->device.handle; local
423 acpi_handle handle = resource->device.handle; local
930 acpi_add_power_resource(acpi_handle handle) argument
[all...]
/linux-master/include/acpi/
H A Dacpi_bus.h30 acpi_evaluate_integer(acpi_handle handle,
33 bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname,
43 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
47 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld);
49 bool acpi_has_method(acpi_handle handle, char *name);
50 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
52 acpi_status acpi_evaluate_ej0(acpi_handle handle);
53 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock);
54 acpi_status acpi_evaluate_reg(acpi_handle handle, u8 space_id, u32 function);
55 bool acpi_ata_match(acpi_handle handle);
64 acpi_evaluate_dsm_typed(acpi_handle handle, const guid_t *guid, u64 rev, u64 func, union acpi_object *argv4, acpi_object_type type) argument
472 acpi_handle handle; /* no handle for fixed hardware */ member in struct:acpi_device
501 acpi_handle handle; member in struct:acpi_data_node
658 acpi_bus_can_wakeup(acpi_handle handle) argument
775 acpi_install_cmos_rtc_space_handler(acpi_handle handle) argument
779 acpi_remove_cmos_rtc_space_handler(acpi_handle handle) argument
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c69 static int smu_set_fan_speed_pwm(void *handle, u32 speed);
70 static int smu_set_fan_control_mode(void *handle, u32 value);
71 static int smu_set_power_limit(void *handle, uint32_t limit);
72 static int smu_set_fan_speed_rpm(void *handle, uint32_t speed);
74 static int smu_set_mp1_state(void *handle, enum pp_mp1_state mp1_state);
76 static int smu_sys_get_pp_feature_mask(void *handle, argument
79 struct smu_context *smu = handle;
87 static int smu_sys_set_pp_feature_mask(void *handle, argument
90 struct smu_context *smu = handle;
180 static u32 smu_get_mclk(void *handle, boo argument
194 smu_get_sclk(void *handle, bool low) argument
341 smu_dpm_set_power_gate(void *handle, uint32_t block_type, bool gate) argument
520 smu_get_power_num_states(void *handle, struct pp_states_info *state_info) argument
557 smu_sys_get_pp_table(void *handle, char **table) argument
577 smu_sys_set_pp_table(void *handle, const char *buf, size_t size) argument
730 smu_early_init(void *handle) argument
814 smu_late_init(void *handle) argument
1212 smu_sw_init(void *handle) argument
1291 smu_sw_fini(void *handle) argument
1762 smu_hw_init(void *handle) argument
1989 smu_hw_fini(void *handle) argument
2022 smu_late_fini(void *handle) argument
2050 smu_suspend(void *handle) argument
2084 smu_resume(void *handle) argument
2125 smu_display_configuration_change(void *handle, const struct amd_pp_display_configuration *display_config) argument
2142 smu_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
2148 smu_set_powergating_state(void *handle, enum amd_powergating_state state) argument
2154 smu_enable_umd_pstate(void *handle, enum amd_dpm_forced_level *level) argument
2286 smu_handle_dpm_task(void *handle, enum amd_pp_task task_id, enum amd_pm_state_type *user_state) argument
2297 smu_switch_power_profile(void *handle, enum PP_SMC_POWER_PROFILE type, bool en) argument
2331 smu_get_performance_level(void *handle) argument
2345 smu_force_performance_level(void *handle, enum amd_dpm_forced_level level) argument
2374 smu_set_display_count(void *handle, uint32_t count) argument
2410 smu_force_ppclk_levels(void *handle, enum pp_clock_type type, uint32_t mask) argument
2460 smu_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) argument
2476 smu_set_df_cstate(void *handle, enum pp_df_cstate state) argument
2503 smu_set_watermarks_for_clock_ranges(void *handle, struct pp_smu_wm_range_sets *clock_ranges) argument
2589 smu_load_microcode(void *handle) argument
2631 smu_set_fan_speed_rpm(void *handle, uint32_t speed) argument
2668 smu_get_power_limit(void *handle, uint32_t *limit, enum pp_power_limit_level pp_limit_level, enum pp_power_type pp_power_type) argument
2749 smu_set_power_limit(void *handle, uint32_t limit) argument
2849 smu_print_ppclk_levels(void *handle, enum pp_clock_type type, char *buf) argument
2863 smu_emit_ppclk_levels(void *handle, enum pp_clock_type type, char *buf, int *offset) argument
2882 smu_od_edit_dpm_table(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, long *input, uint32_t size) argument
2899 smu_read_sensor(void *handle, int sensor, void *data, int *size_arg) argument
2973 smu_get_apu_thermal_limit(void *handle, uint32_t *limit) argument
2984 smu_set_apu_thermal_limit(void *handle, uint32_t limit) argument
2995 smu_get_power_profile_mode(void *handle, char *buf) argument
3008 smu_set_power_profile_mode(void *handle, long *param, uint32_t param_size) argument
3021 smu_get_fan_control_mode(void *handle, u32 *fan_mode) argument
3039 smu_set_fan_control_mode(void *handle, u32 value) argument
3072 smu_get_fan_speed_pwm(void *handle, u32 *speed) argument
3091 smu_set_fan_speed_pwm(void *handle, u32 speed) argument
3118 smu_get_fan_speed_rpm(void *handle, uint32_t *speed) argument
3137 smu_set_deep_sleep_dcefclk(void *handle, uint32_t clk) argument
3147 smu_get_clock_by_type_with_latency(void *handle, enum amd_pp_clock_type type, struct pp_clock_levels_with_latency *clocks) argument
3183 smu_display_clock_voltage_request(void *handle, struct pp_display_clock_request *clock_req) argument
3199 smu_display_disable_memory_clock_switch(void *handle, bool disable_memory_clock_switch) argument
3214 smu_set_xgmi_pstate(void *handle, uint32_t pstate) argument
3232 smu_get_baco_capability(void *handle) argument
3245 smu_baco_set_state(void *handle, int state) argument
3309 smu_mode2_reset(void *handle) argument
3326 smu_enable_gfx_features(void *handle) argument
3343 smu_get_max_sustainable_clocks_by_dc(void *handle, struct pp_smu_nv_clock_table *max_clocks) argument
3358 smu_get_uclk_dpm_states(void *handle, unsigned int *clock_values_in_khz, unsigned int *num_states) argument
3374 smu_get_current_power_state(void *handle) argument
3388 smu_get_dpm_clock_table(void *handle, struct dpm_clocks *clock_table) argument
3403 smu_sys_get_gpu_metrics(void *handle, void **table) argument
3416 smu_sys_get_pm_metrics(void *handle, void *pm_metrics, size_t size) argument
3430 smu_enable_mgpu_fan_boost(void *handle) argument
3444 smu_gfx_state_change_set(void *handle, uint32_t state) argument
3478 smu_get_prv_buffer_details(void *handle, void **addr, size_t *size) argument
[all...]
/linux-master/mm/
H A Dzsmalloc.c22 * to store handle.
80 * a single (unsigned long) handle value.
105 * header keeps handle which is 4byte-aligned address so we
128 /* each chunk includes extra space to keep handle */
215 unsigned long handle; member in union:link_free::__anon580
322 static void cache_free_handle(struct zs_pool *pool, unsigned long handle) argument
324 kmem_cache_free(pool->handle_cachep, (void *)handle);
338 /* pool->lock(which owns the handle) synchronizes races */
339 static void record_obj(unsigned long handle, unsigned long obj) argument
341 *(unsigned long *)handle
363 zs_zpool_malloc(void *pool, size_t size, gfp_t gfp, unsigned long *handle) argument
372 zs_zpool_free(void *pool, unsigned long handle) argument
377 zs_zpool_map(void *pool, unsigned long handle, enum zpool_mapmode mm) argument
397 zs_zpool_unmap(void *pool, unsigned long handle) argument
764 handle_to_obj(unsigned long handle) argument
772 unsigned long handle; local
1160 zs_map_object(struct zs_pool *pool, unsigned long handle, enum zs_mapmode mm) argument
1222 zs_unmap_object(struct zs_pool *pool, unsigned long handle) argument
1275 obj_malloc(struct zs_pool *pool, struct zspage *zspage, unsigned long handle) argument
1330 unsigned long handle, obj; local
1415 zs_free(struct zs_pool *pool, unsigned long handle) argument
1527 unsigned long handle = 0; local
1552 unsigned long handle; local
1751 unsigned long handle; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c51 nvif_device_ctor(struct nvif_object *parent, const char *name, u32 handle, argument
54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle,
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.h200 void (*hwe_handler)(void *handle, void *data, u8 size);
201 void *handle; member in struct:hinic_hw_event_cb
217 void (*handler)(void *handle, u32 ceqe_data);
218 void *handle; member in struct:hinic_ceq_cb
232 enum hinic_aeq_type event, void *handle,
233 void (*hwe_handler)(void *handle, void *data,
240 enum hinic_ceq_type event, void *handle,
241 void (*ceq_cb)(void *handle, u32 ceqe_data));
/linux-master/arch/sparc/kernel/
H A Diommu-common.c100 unsigned long *handle,
136 if (pass == 0 && handle && *handle &&
137 (*handle >= pool->start) && (*handle < pool->end))
138 start = *handle;
214 /* Update handle for SG allocations */
215 if (handle)
216 *handle = end;
97 iommu_tbl_range_alloc(struct device *dev, struct iommu_map_table *iommu, unsigned long npages, unsigned long *handle, unsigned long mask, unsigned int align_order) argument
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c70 u32 handle, u32 length, u64 offset)
75 segment->rs_handle = handle;
110 u32 position, handle, length; local
114 p = xdr_decode_read_segment(p, &position, &handle,
130 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
164 u32 position, handle, length; local
168 p = xdr_decode_read_segment(p, &position, &handle,
181 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
68 pcl_set_read_segment(const struct svc_rdma_recv_ctxt *rctxt, struct svc_rdma_chunk *chunk, u32 handle, u32 length, u64 offset) argument
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.h68 u32 *handle);
83 struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profiles.sh112 tc filter add dev $rp2 egress proto ip pref 1 handle 101 \
118 tc filter add dev $h2 ingress proto ip pref 1 handle 101 \
133 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
134 tc filter del dev $rp2 egress protocol ip pref 1 handle 101 flower
147 tc filter add dev $rp1 egress proto ip pref 1 handle 101 \
151 tc filter add dev $h1 ingress proto ip pref 1 handle 101 \
166 tc filter del dev $h1 ingress protocol ip pref 1 handle 101 flower
167 tc filter del dev $rp1 egress protocol ip pref 1 handle 101 flower
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c21 static acpi_status __init acpi_set_handle(acpi_handle handle, u32 level, argument
24 *(acpi_handle *)return_value = handle;
39 /* Get embedded-controller handle */
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c47 nvkm_client_map(void *priv, u64 handle, u32 size) argument
49 return ioremap(handle, size);

Completed in 419 milliseconds

<<11121314151617181920>>