Home
last modified time | relevance | path

Searched defs:handle (Results 26 – 50 of 1172) sorted by relevance

12345678910>>...47

/linux-6.14.4/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hal.h125 #define SET_CAP_CSR(handle, csr, val) \ argument
127 #define GET_CAP_CSR(handle, csr) \ argument
129 #define AE_CSR(handle, ae) \ argument
131 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) argument
132 #define SET_AE_CSR(handle, ae, csr, val) \ argument
134 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0) argument
135 #define AE_XFER(handle, ae) \ argument
137 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument
139 #define SET_AE_XFER(handle, ae, reg, val) \ argument
141 #define SRAM_WRITE(handle, addr, val) \ argument
/linux-6.14.4/drivers/acpi/riscv/
Dirq.c14 acpi_handle handle; member
26 acpi_handle handle; member
56 static acpi_status riscv_acpi_update_gsi_handle(u32 gsi_base, acpi_handle handle) in riscv_acpi_update_gsi_handle()
132 static acpi_status __init riscv_acpi_create_gsi_map(acpi_handle handle, u32 level, in riscv_acpi_create_gsi_map()
239 static int riscv_acpi_irq_get_dep(acpi_handle handle, unsigned int index, acpi_handle *gsi_handle) in riscv_acpi_irq_get_dep()
254 static u32 riscv_acpi_add_prt_dep(acpi_handle handle) in riscv_acpi_add_prt_dep()
305 static u32 riscv_acpi_add_irq_dep(acpi_handle handle) in riscv_acpi_add_irq_dep()
329 u32 arch_acpi_add_auto_dep(acpi_handle handle) in arch_acpi_add_auto_dep()
/linux-6.14.4/include/linux/
Dpgalloc_tag.h102 union pgtag_ref_handle *handle) in get_page_tag_ref()
129 static inline void put_page_tag_ref(union pgtag_ref_handle handle) in put_page_tag_ref()
138 static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref) in update_page_tag_ref()
168 union pgtag_ref_handle handle; in clear_page_tag_ref() local
183 union pgtag_ref_handle handle; in pgalloc_tag_add() local
197 union pgtag_ref_handle handle; in pgalloc_tag_sub() local
213 union pgtag_ref_handle handle; in pgalloc_tag_get() local
/linux-6.14.4/drivers/platform/x86/
Dclassmate-laptop.c72 static acpi_status cmpc_start_accel_v4(acpi_handle handle) in cmpc_start_accel_v4()
92 static acpi_status cmpc_stop_accel_v4(acpi_handle handle) in cmpc_stop_accel_v4()
112 static acpi_status cmpc_accel_set_sensitivity_v4(acpi_handle handle, int val) in cmpc_accel_set_sensitivity_v4()
130 static acpi_status cmpc_accel_set_g_select_v4(acpi_handle handle, int val) in cmpc_accel_set_g_select_v4()
148 static acpi_status cmpc_get_accel_v4(acpi_handle handle, in cmpc_get_accel_v4()
451 static acpi_status cmpc_start_accel(acpi_handle handle) in cmpc_start_accel()
466 static acpi_status cmpc_stop_accel(acpi_handle handle) in cmpc_stop_accel()
481 static acpi_status cmpc_accel_set_sensitivity(acpi_handle handle, int val) in cmpc_accel_set_sensitivity()
495 static acpi_status cmpc_get_accel(acpi_handle handle, in cmpc_get_accel()
675 static acpi_status cmpc_get_tablet(acpi_handle handle, in cmpc_get_tablet()
[all …]
/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-trbe.c141 struct perf_output_handle * __percpu *handle; member
266 static void trbe_report_wrap_event(struct perf_output_handle *handle) in trbe_report_wrap_event()
285 static void trbe_stop_and_truncate_event(struct perf_output_handle *handle) in trbe_stop_and_truncate_event()
350 static void trbe_pad_buf(struct perf_output_handle *handle, int len) in trbe_pad_buf()
360 static unsigned long trbe_snapshot_offset(struct perf_output_handle *handle) in trbe_snapshot_offset()
372 static u64 trbe_min_trace_buf_size(struct perf_output_handle *handle) in trbe_min_trace_buf_size()
401 static unsigned long __trbe_normal_offset(struct perf_output_handle *handle) in __trbe_normal_offset()
550 static unsigned long trbe_normal_offset(struct perf_output_handle *handle) in trbe_normal_offset()
572 static unsigned long compute_trbe_buffer_limit(struct perf_output_handle *handle) in compute_trbe_buffer_limit()
651 static enum trbe_fault_action trbe_get_fault_act(struct perf_output_handle *handle, in trbe_get_fault_act()
[all …]
/linux-6.14.4/drivers/acpi/
Dmipi-disco-img.c37 static void acpi_mipi_data_tag(acpi_handle handle, void *context) in acpi_mipi_data_tag()
52 acpi_handle handle; member
59 acpi_handle handle; member
109 static struct crs_csi2 *acpi_mipi_add_crs_csi2(acpi_handle handle, in acpi_mipi_add_crs_csi2()
132 static struct crs_csi2 *acpi_mipi_get_crs_csi2(acpi_handle handle) in acpi_mipi_get_crs_csi2()
169 void acpi_mipi_check_crs_csi2(acpi_handle handle) in acpi_mipi_check_crs_csi2()
452 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port_local() local
490 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port() local
598 acpi_handle handle = csi2->handle; in init_crs_csi2_swnodes() local
763 bool acpi_graph_ignore_port(acpi_handle handle) in acpi_graph_ignore_port()
/linux-6.14.4/fs/ext4/
Dinline.c262 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data()
327 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data()
394 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data()
418 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock()
545 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent() local
667 handle_t *handle; in ext4_try_to_write_inline_data() local
746 handle_t *handle = ext4_journal_current_handle(); in ext4_write_inline_data_end() local
899 handle_t *handle; in ext4_da_write_inline_data_begin() local
1005 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline()
1087 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir()
[all …]
Dinode.c171 handle_t *handle; in ext4_evict_inode() local
419 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck()
461 static int ext4_map_query_blocks(handle_t *handle, struct inode *inode, in ext4_map_query_blocks()
490 static int ext4_map_create_blocks(handle_t *handle, struct inode *inode, in ext4_map_create_blocks()
595 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks()
834 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk()
906 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread()
969 int ext4_walk_page_buffers(handle_t *handle, struct inode *inode, in ext4_walk_page_buffers()
974 int (*fn)(handle_t *handle, struct inode *inode, in ext4_walk_page_buffers()
1006 static int ext4_dirty_journalled_data(handle_t *handle, struct buffer_head *bh) in ext4_dirty_journalled_data()
[all …]
Dindirect.c328 static int ext4_alloc_branch(handle_t *handle, in ext4_alloc_branch()
425 static int ext4_splice_branch(handle_t *handle, in ext4_splice_branch()
530 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, in ext4_ind_map_blocks()
689 static int ext4_ind_trunc_restart_fn(handle_t *handle, struct inode *inode, in ext4_ind_trunc_restart_fn()
724 static int ext4_ind_truncate_ensure_credits(handle_t *handle, in ext4_ind_truncate_ensure_credits()
857 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, in ext4_clear_blocks()
914 static void ext4_free_data(handle_t *handle, struct inode *inode, in ext4_free_data()
1000 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches()
1112 void ext4_ind_truncate(handle_t *handle, struct inode *inode) in ext4_ind_truncate()
1227 int ext4_ind_remove_space(handle_t *handle, struct inode *inode, in ext4_ind_remove_space()
Dextents.c141 int ext4_datasem_ensure_credits(handle_t *handle, struct inode *inode, in ext4_datasem_ensure_credits()
160 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
191 handle_t *handle, struct inode *inode, in __ext4_ext_dirty()
212 #define ext4_ext_dirty(handle, inode, path) \ argument
265 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
332 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
872 void ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
974 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1052 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
1311 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth()
[all …]
/linux-6.14.4/drivers/misc/vmw_vmci/
Dvmci_resource.c30 static unsigned int vmci_resource_hash(struct vmci_handle handle) in vmci_resource_hash()
38 static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle, in vmci_resource_lookup()
81 struct vmci_handle handle; in vmci_resource_find_id() local
101 struct vmci_handle handle) in vmci_resource_add()
139 struct vmci_handle handle = resource->handle; in vmci_resource_remove() local
Dvmci_doorbell.c85 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags()
229 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link()
247 static int dbell_unlink(struct vmci_handle handle) in dbell_unlink()
264 static int dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) in dbell_notify_as_guest()
292 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify()
409 int vmci_doorbell_create(struct vmci_handle *handle, in vmci_doorbell_create()
513 int vmci_doorbell_destroy(struct vmci_handle handle) in vmci_doorbell_destroy()
Dvmci_context.c669 struct vmci_handle handle; in vmci_ctx_remove_notification() local
901 struct vmci_handle handle; in vmci_ctx_rcv_notifications_release() local
941 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_create()
970 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_destroy()
1001 struct vmci_handle handle; in vmci_ctx_dbell_destroy_all() local
1037 struct vmci_handle handle, in vmci_ctx_notify_dbell()
1123 int vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_create()
1143 int vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_destroy()
1160 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c81 struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_offload()
114 struct mlx5e_post_act_handle *handle; in mlx5e_tc_post_act_add() local
153 struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_unoffload()
160 mlx5e_tc_post_act_del(struct mlx5e_post_act *post_act, struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_del()
177 struct mlx5e_post_act_handle *handle, in mlx5e_tc_post_act_set_handle()
/linux-6.14.4/arch/powerpc/include/asm/
Dfsl_hcalls.h121 static inline unsigned int fh_partition_get_dtprop(int handle, in fh_partition_get_dtprop()
175 static inline unsigned int fh_partition_set_dtprop(int handle, in fh_partition_set_dtprop()
534 static inline unsigned int fh_get_core_state(unsigned int handle, in fh_get_core_state()
565 static inline unsigned int fh_enter_nap(unsigned int handle, unsigned int vcpu) in fh_enter_nap()
590 static inline unsigned int fh_exit_nap(unsigned int handle, unsigned int vcpu) in fh_exit_nap()
613 static inline unsigned int fh_claim_device(unsigned int handle) in fh_claim_device()
640 static inline unsigned int fh_partition_stop_dma(unsigned int handle) in fh_partition_stop_dma()
/linux-6.14.4/fs/smb/server/
Dtransport_ipc.c62 unsigned int handle; member
258 static void ipc_msg_handle_free(int handle) in ipc_msg_handle_free()
266 unsigned int handle = *(unsigned int *)payload; in handle_response() local
529 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) in ipc_msg_send_request()
767 struct ksmbd_rpc_command *ksmbd_rpc_open(struct ksmbd_session *sess, int handle) in ksmbd_rpc_open()
789 struct ksmbd_rpc_command *ksmbd_rpc_close(struct ksmbd_session *sess, int handle) in ksmbd_rpc_close()
811 struct ksmbd_rpc_command *ksmbd_rpc_write(struct ksmbd_session *sess, int handle, in ksmbd_rpc_write()
839 struct ksmbd_rpc_command *ksmbd_rpc_read(struct ksmbd_session *sess, int handle) in ksmbd_rpc_read()
862 struct ksmbd_rpc_command *ksmbd_rpc_ioctl(struct ksmbd_session *sess, int handle, in ksmbd_rpc_ioctl()
938 void ksmbd_rpc_id_free(int handle) in ksmbd_rpc_id_free()
/linux-6.14.4/drivers/gpu/drm/radeon/
Dradeon_acpi.c114 static union acpi_object *radeon_atif_call(acpi_handle handle, int function, in radeon_atif_call()
209 static int radeon_atif_verify_interface(acpi_handle handle, in radeon_atif_verify_interface()
256 static int radeon_atif_get_notification_params(acpi_handle handle, in radeon_atif_get_notification_params()
318 static int radeon_atif_get_sbios_requests(acpi_handle handle, in radeon_atif_get_sbios_requests()
362 acpi_handle handle; in radeon_atif_handler() local
437 static union acpi_object *radeon_atcs_call(acpi_handle handle, int function, in radeon_atcs_call()
503 static int radeon_atcs_verify_interface(acpi_handle handle, in radeon_atcs_verify_interface()
567 acpi_handle handle; in radeon_acpi_pcie_notify_device_ready() local
602 acpi_handle handle; in radeon_acpi_pcie_performance_request() local
709 acpi_handle handle; in radeon_acpi_init() local
/linux-6.14.4/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c280 u16 handle; member
508 _scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle, in _scsih_get_sas_address()
818 __mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in __mpt3sas_get_sdev_by_handle()
849 mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_get_sdev_by_handle()
958 _scsih_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_device_remove_by_handle()
1164 __mpt3sas_get_pdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in __mpt3sas_get_pdev_by_handle()
1198 mpt3sas_get_pdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_get_pdev_by_handle()
1296 _scsih_pcie_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_pcie_device_remove_by_handle()
1457 mpt3sas_raid_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_raid_device_find_by_handle()
1550 mpt3sas_scsih_expander_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_scsih_expander_find_by_handle()
[all …]
/linux-6.14.4/fs/ocfs2/
Dsuballoc.c344 static int ocfs2_block_group_fill(handle_t *handle, in ocfs2_block_group_fill()
421 ocfs2_block_group_alloc_contig(struct ocfs2_super *osb, handle_t *handle, in ocfs2_block_group_alloc_contig()
466 handle_t *handle, in ocfs2_block_group_claim_bits()
485 static int ocfs2_block_group_grow_discontig(handle_t *handle, in ocfs2_block_group_grow_discontig()
547 static void ocfs2_bg_alloc_cleanup(handle_t *handle, in ocfs2_bg_alloc_cleanup()
578 ocfs2_block_group_alloc_discontig(handle_t *handle, in ocfs2_block_group_alloc_discontig()
666 handle_t *handle = NULL; in ocfs2_block_group_alloc() local
1361 int ocfs2_block_group_set_bits(handle_t *handle, in ocfs2_block_group_set_bits()
1455 static int ocfs2_relink_block_group(handle_t *handle, in ocfs2_relink_block_group()
1630 handle_t *handle, in ocfs2_alloc_dinode_update_counts()
[all …]
/linux-6.14.4/drivers/platform/x86/intel/
Dvbtn.c83 acpi_handle handle = ACPI_HANDLE(dev); in detect_tablet_mode() local
151 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler()
264 static bool intel_vbtn_has_switches(acpi_handle handle, bool dual_accel) in intel_vbtn_has_switches()
278 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_vbtn_probe() local
340 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_vbtn_remove() local
394 check_acpi_dev(acpi_handle handle, u32 lvl, void *context, void **rv) in check_acpi_dev()
/linux-6.14.4/kernel/power/
Dswap.c314 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
414 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
421 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
452 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
492 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
500 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
547 static int save_image(struct swap_map_handle *handle, in save_image()
692 static int save_compressed_image(struct swap_map_handle *handle, in save_compressed_image()
942 struct swap_map_handle handle; in swsusp_write() local
986 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
[all …]
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/
Dpkvm.c188 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) in vm_handle_to_idx()
220 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) in get_vm_by_handle()
230 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, in pkvm_load_hyp_vcpu()
280 struct pkvm_hyp_vm *get_pkvm_hyp_vm(pkvm_handle_t handle) in get_pkvm_hyp_vm()
300 struct pkvm_hyp_vm *get_np_pkvm_hyp_vm(pkvm_handle_t handle) in get_np_pkvm_hyp_vm()
479 static void remove_vm_table_entry(pkvm_handle_t handle) in remove_vm_table_entry()
624 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, in __pkvm_init_vcpu()
679 int __pkvm_teardown_vm(pkvm_handle_t handle) in __pkvm_teardown_vm()
/linux-6.14.4/fs/
Dfhandle.c25 struct file_handle *handle = NULL; in do_sys_name_to_handle() local
129 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, in SYSCALL_DEFINE5() argument
248 static int do_handle_to_path(struct file_handle *handle, struct path *path, in do_handle_to_path()
326 struct file_handle *handle = NULL; in handle_to_path() local
434 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument
452 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in COMPAT_SYSCALL_DEFINE3() argument
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c617 struct hnae3_handle *handle; in hclge_update_stats_for_all() local
638 static void hclge_update_stats(struct hnae3_handle *handle) in hclge_update_stats()
662 static int hclge_get_sset_count(struct hnae3_handle *handle, int stringset) in hclge_get_sset_count()
716 static void hclge_get_strings(struct hnae3_handle *handle, u32 stringset, in hclge_get_strings()
753 static void hclge_get_stats(struct hnae3_handle *handle, u64 *data) in hclge_get_stats()
764 static void hclge_get_mac_stat(struct hnae3_handle *handle, in hclge_get_mac_stat()
944 static int hclge_check_port_speed(struct hnae3_handle *handle, u32 speed) in hclge_check_port_speed()
2643 static int hclge_cfg_mac_speed_dup_h(struct hnae3_handle *handle, int speed, in hclge_cfg_mac_speed_dup_h()
2683 static int hclge_set_autoneg(struct hnae3_handle *handle, bool enable) in hclge_set_autoneg()
2701 static int hclge_get_autoneg(struct hnae3_handle *handle) in hclge_get_autoneg()
[all …]
/linux-6.14.4/tools/power/acpi/os_specific/service_layers/
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()

12345678910>>...47