Home
last modified time | relevance | path

Searched defs:handle (Results 101 – 125 of 1361) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfirewire-cdev.h143 __u32 handle; member
206 __u32 handle; member
332 __u32 handle; member
537 __u32 handle; member
581 __u32 handle; member
591 __u32 handle; member
648 __u32 handle; member
661 __u32 handle; member
708 __u32 handle; member
724 __u32 handle; member
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c117 int ext4_datasem_ensure_credits(handle_t *handle, struct inode *inode, in ext4_datasem_ensure_credits()
136 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
166 handle_t *handle, struct inode *inode, in __ext4_ext_dirty()
187 #define ext4_ext_dirty(handle, inode, path) \ argument
240 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
307 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
861 void ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
967 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1045 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
1302 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth()
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddrm_alloc.cpp40 uint32_t handle; member
73 void *drm_buf_alloc(int TexWidth, int TexHeight, int bpp, int *fd, int *handle, size_t *actual_siz… in drm_buf_alloc()
163 int drm_buf_destroy(int buf_fd, int handle, void *drm_buf, size_t size) in drm_buf_destroy()
196 uint32_t drm_buf_get_phy(int handle) { in drm_buf_get_phy()
/OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
715 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore()
833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
864 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
869 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
875 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags) in acpi_os_release_lock()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_root.c68 int acpi_is_root_bridge(acpi_handle handle) in acpi_is_root_bridge()
105 static acpi_status try_get_root_bridge_busnr(acpi_handle handle, in try_get_root_bridge_busnr()
176 static acpi_status acpi_pci_run_osc(acpi_handle handle, in acpi_pci_run_osc()
234 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle) in acpi_pci_find_root()
251 acpi_handle handle; member
266 struct pci_dev *acpi_get_pci_dev(acpi_handle handle) in acpi_get_pci_dev()
356 acpi_status acpi_pci_osc_control_set(acpi_handle handle, u32 *mask, u32 req) in acpi_pci_osc_control_set()
417 acpi_handle handle = device->handle; in negotiate_os_control() local
534 acpi_handle handle = device->handle; in acpi_pci_root_add() local
/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_context.c669 struct vmci_handle handle; in vmci_ctx_remove_notification() local
904 struct vmci_handle handle; in vmci_ctx_rcv_notifications_release() local
944 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_create()
973 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_destroy()
1004 struct vmci_handle handle; in vmci_ctx_dbell_destroy_all() local
1040 struct vmci_handle handle, in vmci_ctx_notify_dbell()
1126 int vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_create()
1146 int vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_destroy()
1163 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists()
H A Dvmci_queue_pair.c146 struct vmci_handle handle; member
186 struct vmci_handle handle; member
803 struct vmci_handle handle) in qp_list_find()
822 qp_guest_handle_to_entry(struct vmci_handle handle) in qp_guest_handle_to_entry()
836 qp_broker_handle_to_entry(struct vmci_handle handle) in qp_broker_handle_to_entry()
850 static int qp_notify_peer_local(bool attach, struct vmci_handle handle) in qp_notify_peer_local()
876 qp_guest_endpoint_create(struct vmci_handle handle, in qp_guest_endpoint_create()
985 static int qp_detatch_hypercall(struct vmci_handle handle) in qp_detatch_hypercall()
1021 static int qp_detatch_guest_work(struct vmci_handle handle) in qp_detatch_guest_work()
1091 static int qp_alloc_guest_work(struct vmci_handle *handle, in qp_alloc_guest_work()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_menlow.c52 acpi_handle handle = device->handle; in memory_get_max_bandwidth() local
78 acpi_handle handle = device->handle; in memory_get_cur_bandwidth() local
101 acpi_handle handle = device->handle; in memory_set_cur_bandwidth() local
228 acpi_handle handle; member
241 static int sensor_get_auxtrip(acpi_handle handle, int index, in sensor_get_auxtrip()
263 static int sensor_set_auxtrip(acpi_handle handle, int index, int value) in sensor_set_auxtrip()
374 acpi_handle handle) in intel_menlow_add_one_attribute()
404 static acpi_status intel_menlow_register_sensor(acpi_handle handle, u32 lvl, in intel_menlow_register_sensor()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dibuf_ctrl_rmgr.c27 ibuf_handle_t *handle = NULL; in getHandle() local
53 ibuf_handle_t *handle = NULL; in ia_css_isys_ibuf_rmgr_acquire() local
110 ibuf_handle_t *handle = NULL; in ia_css_isys_ibuf_rmgr_release() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c27 nvkm_ramht_hash(struct nvkm_ramht *ramht, int chid, u32 handle) in nvkm_ramht_hash()
41 nvkm_ramht_search(struct nvkm_ramht *ramht, int chid, u32 handle) in nvkm_ramht_search()
61 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_update()
108 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_insert()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddrm_alloc.cpp40 uint32_t handle; member
72 void *drm_buf_alloc(int TexWidth, int TexHeight, int bpp, int *fd, int *handle, size_t *actual_siz… in drm_buf_alloc()
162 int drm_buf_destroy(int buf_fd, int handle, void *drm_buf, size_t size) in drm_buf_destroy()
195 uint32_t drm_buf_get_phy(int handle) { in drm_buf_get_phy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c1953 static int cik_common_early_init(void *handle) in cik_common_early_init()
2092 static int cik_common_sw_init(void *handle) in cik_common_sw_init()
2097 static int cik_common_sw_fini(void *handle) in cik_common_sw_fini()
2102 static int cik_common_hw_init(void *handle) in cik_common_hw_init()
2116 static int cik_common_hw_fini(void *handle) in cik_common_hw_fini()
2121 static int cik_common_suspend(void *handle) in cik_common_suspend()
2128 static int cik_common_resume(void *handle) in cik_common_resume()
2135 static bool cik_common_is_idle(void *handle) in cik_common_is_idle()
2140 static int cik_common_wait_for_idle(void *handle) in cik_common_wait_for_idle()
2145 static int cik_common_soft_reset(void *handle) in cik_common_soft_reset()
[all …]
H A Dsdma_v5_0.c1221 static int sdma_v5_0_early_init(void *handle) in sdma_v5_0_early_init()
1236 static int sdma_v5_0_sw_init(void *handle) in sdma_v5_0_sw_init()
1288 static int sdma_v5_0_sw_fini(void *handle) in sdma_v5_0_sw_fini()
1303 static int sdma_v5_0_hw_init(void *handle) in sdma_v5_0_hw_init()
1315 static int sdma_v5_0_hw_fini(void *handle) in sdma_v5_0_hw_fini()
1328 static int sdma_v5_0_suspend(void *handle) in sdma_v5_0_suspend()
1335 static int sdma_v5_0_resume(void *handle) in sdma_v5_0_resume()
1342 static bool sdma_v5_0_is_idle(void *handle) in sdma_v5_0_is_idle()
1357 static int sdma_v5_0_wait_for_idle(void *handle) in sdma_v5_0_wait_for_idle()
1374 static int sdma_v5_0_soft_reset(void *handle) in sdma_v5_0_soft_reset()
[all …]
H A Dsdma_v5_2.c1158 static int sdma_v5_2_early_init(void *handle) in sdma_v5_2_early_init()
1215 static int sdma_v5_2_sw_init(void *handle) in sdma_v5_2_sw_init()
1260 static int sdma_v5_2_sw_fini(void *handle) in sdma_v5_2_sw_fini()
1273 static int sdma_v5_2_hw_init(void *handle) in sdma_v5_2_hw_init()
1285 static int sdma_v5_2_hw_fini(void *handle) in sdma_v5_2_hw_fini()
1298 static int sdma_v5_2_suspend(void *handle) in sdma_v5_2_suspend()
1305 static int sdma_v5_2_resume(void *handle) in sdma_v5_2_resume()
1312 static bool sdma_v5_2_is_idle(void *handle) in sdma_v5_2_is_idle()
1327 static int sdma_v5_2_wait_for_idle(void *handle) in sdma_v5_2_wait_for_idle()
1346 static int sdma_v5_2_soft_reset(void *handle) in sdma_v5_2_soft_reset()
[all …]
H A Dvcn_v1_0.c66 static int vcn_v1_0_early_init(void *handle) in vcn_v1_0_early_init()
89 static int vcn_v1_0_sw_init(void *handle) in vcn_v1_0_sw_init()
171 static int vcn_v1_0_sw_fini(void *handle) in vcn_v1_0_sw_fini()
194 static int vcn_v1_0_hw_init(void *handle) in vcn_v1_0_hw_init()
231 static int vcn_v1_0_hw_fini(void *handle) in vcn_v1_0_hw_fini()
253 static int vcn_v1_0_suspend(void *handle) in vcn_v1_0_suspend()
281 static int vcn_v1_0_resume(void *handle) in vcn_v1_0_resume()
1338 static bool vcn_v1_0_is_idle(void *handle) in vcn_v1_0_is_idle()
1345 static int vcn_v1_0_wait_for_idle(void *handle) in vcn_v1_0_wait_for_idle()
1356 static int vcn_v1_0_set_clockgating_state(void *handle, in vcn_v1_0_set_clockgating_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Devbug.c25 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
34 struct input_handle *handle; in evbug_connect() local
67 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
H A Dapm-power.c31 static void apmpower_event(struct input_handle *handle, unsigned int type, in apmpower_event()
52 struct input_handle *handle; in apmpower_connect() local
82 static void apmpower_disconnect(struct input_handle *handle) in apmpower_disconnect()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-acpi-cpuhotplug.c118 static int is_processor_present(acpi_handle handle) in is_processor_present()
139 static int xen_apic_id(acpi_handle handle) in xen_apic_id()
232 static void acpi_processor_hotplug_notify(acpi_handle handle, in acpi_processor_hotplug_notify()
306 static acpi_status is_processor_device(acpi_handle handle) in is_processor_device()
337 processor_walk_namespace_cb(acpi_handle handle, in processor_walk_namespace_cb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c98 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_malloc() local
128 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_mfree() local
149 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_vmalloc() local
173 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_vfree() local
413 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_init_lock() local
438 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_free_lock() local
507 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_get_fw_data() local
552 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_init_fw_complete() local
573 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_shutdown_fw_complete() local
595 moal_handle *handle = (moal_handle *)pmoal_handle; in moal_ioctl_complete() local
[all …]
H A Dmoal_proc.c84 moal_handle *handle = NULL; in woal_info_proc_read() local
356 moal_handle *handle = (moal_handle *)sfp->private; in woal_config_write() local
459 moal_handle *handle = (moal_handle *)sfp->private; in woal_config_read() local
547 woal_proc_init(moal_handle *handle) in woal_proc_init()
630 woal_proc_exit(moal_handle *handle) in woal_proc_exit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c87 moal_handle *handle = NULL; in woal_info_proc_read() local
466 moal_handle *handle = (moal_handle *)sfp->private; in woal_config_write() local
684 moal_handle *handle = (moal_handle *)sfp->private; in woal_config_read() local
829 moal_handle *handle = (moal_handle *)sfp->private; in woal_drv_dump_read() local
904 moal_handle *handle = (moal_handle *)sfp->private; in woal_fw_dump_read() local
1126 void woal_proc_init(moal_handle *handle) in woal_proc_init()
1229 void woal_proc_exit(moal_handle *handle) in woal_proc_exit()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt()
144 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art()
217 static void get_single_name(acpi_handle handle, char *name) in get_single_name()
366 int acpi_thermal_rel_misc_device_add(acpi_handle handle) in acpi_thermal_rel_misc_device_add()
374 int acpi_thermal_rel_misc_device_remove(acpi_handle handle) in acpi_thermal_rel_misc_device_remove()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_acc.c75 acc_get_fw(struct atomisp_sub_device *asd, unsigned int handle) in acc_get_fw()
150 int handle; in atomisp_acc_load_to_pipe() local
226 int atomisp_acc_unload(struct atomisp_sub_device *asd, unsigned int *handle) in atomisp_acc_unload()
244 int atomisp_acc_start(struct atomisp_sub_device *asd, unsigned int *handle) in atomisp_acc_start()
304 int atomisp_acc_wait(struct atomisp_sub_device *asd, unsigned int *handle) in atomisp_acc_wait()
324 void atomisp_acc_done(struct atomisp_sub_device *asd, unsigned int handle) in atomisp_acc_done()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dalloc.c524 static inline int ocfs2_et_root_journal_access(handle_t *handle, in ocfs2_et_root_journal_access()
721 int ocfs2_path_bh_journal_access(handle_t *handle, in ocfs2_path_bh_journal_access()
742 handle_t *handle, in ocfs2_journal_access_path()
987 static int ocfs2_create_new_meta_bhs(handle_t *handle, in ocfs2_create_new_meta_bhs()
1093 static int ocfs2_adjust_rightmost_branch(handle_t *handle, in ocfs2_adjust_rightmost_branch()
1146 static int ocfs2_add_branch(handle_t *handle, in ocfs2_add_branch()
1349 static int ocfs2_shift_tree_depth(handle_t *handle, in ocfs2_shift_tree_depth()
1524 static int ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, in ocfs2_grow_tree()
2037 static void ocfs2_complete_edge_insert(handle_t *handle, in ocfs2_complete_edge_insert()
2107 static int ocfs2_rotate_subtree_right(handle_t *handle, in ocfs2_rotate_subtree_right()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dionmap_test.c61 int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd()
76 void close_handle(int vgem_fd, uint32_t handle) in close_handle()
88 uint32_t handle = 0; in main() local

12345678910>>...55