Home
last modified time | relevance | path

Searched defs:handler (Results 51 – 75 of 545) sorted by relevance

12345678910>>...22

/linux-6.14.4/drivers/acpi/
Dtables.c278 acpi_tbl_entry_handler handler, acpi_tbl_entry_handler_arg handler_arg, in __acpi_table_parse_entries()
304 acpi_tbl_entry_handler handler, in acpi_table_parse_entries()
312 acpi_tbl_entry_handler handler, unsigned int max_entries) in acpi_table_parse_madt()
329 int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler) in acpi_table_parse()
/linux-6.14.4/include/linux/
Dxattr.h64 static inline bool xattr_handler_can_list(const struct xattr_handler *handler, in xattr_handler_can_list()
103 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix()
Dgenl_magic_func.h21 #define GENL_op(op_name, op_num, handler, tla_list) argument
217 #define GENL_op(op_name, op_num, handler, tla_list) \ in CONCATENATE() argument
233 #define GENL_op(op_name, op_num, handler, tla_list) \ argument
245 #define GENL_op(op_name, op_num, handler, tla_list) argument
320 #define GENL_op(op_name, op_num, handler, tla_list) argument
/linux-6.14.4/kernel/irq/
Ddevres.c53 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq()
101 irq_handler_t handler, unsigned long irqflags, in devm_request_any_context_irq()
220 irq_flow_handler_t handler) in devm_irq_alloc_generic_chip()
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_irq.c80 interrupt_handler handler; member
137 struct amdgpu_dm_irq_handler_data *handler; in remove_irq_handler() local
201 struct amdgpu_dm_irq_handler_data *handler; in unregister_all_irq_handlers() local
449 struct amdgpu_dm_irq_handler_data *handler; in amdgpu_dm_irq_fini() local
483 struct amdgpu_dm_irq_handler_data *handler; in amdgpu_dm_irq_suspend() local
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Dsienna_cichlid.c50 struct amdgpu_reset_handler *handler; in sienna_cichlid_get_reset_handler() local
112 struct amdgpu_reset_handler *handler; in sienna_cichlid_async_reset() local
Dsmu_v13_0_10.c45 struct amdgpu_reset_handler *handler; in smu_v13_0_10_get_reset_handler() local
111 struct amdgpu_reset_handler *handler; in smu_v13_0_10_async_reset() local
Daldebaran.c49 struct amdgpu_reset_handler *handler; in aldebaran_get_reset_handler() local
113 struct amdgpu_reset_handler *handler; in aldebaran_async_reset() local
/linux-6.14.4/sound/pci/hda/
Dhda_component.h56 acpi_notify_handler handler, in hda_component_manager_bind_acpi_notifications()
65 acpi_notify_handler handler) in hda_component_manager_unbind_acpi_notifications()
/linux-6.14.4/net/wireless/
Dwext-core.c739 iw_handler handler, struct net_device *dev, in ioctl_standard_iw_point()
950 iw_handler handler; in wireless_process_ioctl() local
1029 iw_handler handler) in ioctl_standard_call()
1091 iw_handler handler) in compat_standard_call()
/linux-6.14.4/drivers/greybus/
Dconnection.c147 gb_request_handler_t handler, in _gb_connection_create()
229 gb_request_handler_t handler) in gb_connection_create_static()
245 gb_request_handler_t handler) in gb_connection_create()
256 gb_request_handler_t handler, in gb_connection_create_flags()
/linux-6.14.4/include/net/
Dprotocol.h38 int (*handler)(struct sk_buff *skb); member
54 int (*handler)(struct sk_buff *skb); member
/linux-6.14.4/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h102 void *handle, arp_err_handler_t handler) in cxgb_mk_close_con_req()
116 void *handle, arp_err_handler_t handler) in cxgb_mk_abort_req()
/linux-6.14.4/net/ipv4/
Dinet_diag.c53 const struct inet_diag_handler *handler; in inet_diag_lock_handler() local
70 static void inet_diag_unlock_handler(const struct inet_diag_handler *handler) in inet_diag_unlock_handler()
104 const struct inet_diag_handler *handler; in inet_sk_attr_size() local
243 const struct inet_diag_handler *handler; in inet_sk_diag_fill() local
607 const struct inet_diag_handler *handler; in inet_diag_cmd_exact() local
1273 const struct inet_diag_handler *handler; in __inet_diag_dump() local
1458 const struct inet_diag_handler *handler; in inet_diag_handler_get_info() local
/linux-6.14.4/drivers/s390/crypto/
Dpkey_base.c36 int pkey_handler_register(struct pkey_handler *handler) in pkey_handler_register()
74 int pkey_handler_unregister(struct pkey_handler *handler) in pkey_handler_unregister()
133 void pkey_handler_put(const struct pkey_handler *handler) in pkey_handler_put()
/linux-6.14.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c135 PyObject *handler; in get_handler() local
143 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object()
155 PyObject *handler; in try_call_object() local
163 static int get_argument_count(PyObject *handler) in get_argument_count()
926 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
1454 PyObject *handler, *t, *dict, *callchain; in python_process_general_event() local
1513 PyObject *handler, *t; in python_process_throttle() local
1547 PyObject *handler, *t; in python_do_process_switch() local
1599 PyObject *handler, *t; in python_process_auxtrace_error() local
1646 PyObject *handler, *t; in process_stat() local
[all …]
/linux-6.14.4/fs/f2fs/
Dxattr.c46 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get()
67 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set()
102 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get()
111 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set()
218 const struct xattr_handler *handler = NULL; in f2fs_xattr_prefix() local
/linux-6.14.4/drivers/crypto/ccp/
Dsp-dev.c78 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_ccp_irq()
106 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_psp_irq()
/linux-6.14.4/fs/squashfs/
Dxattr.c47 const struct xattr_handler *handler; in squashfs_listxattr() local
203 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, in squashfs_xattr_handler_get()
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dmsix.c75 irq_handler_t handler, irq_handler_t thread, in msix_request_irq()
127 irq_handler_t handler, in msix_request_rcd_irq_common()
/linux-6.14.4/arch/powerpc/include/asm/
Dkexec.h173 static inline int crash_shutdown_register(crash_shutdown_t handler) in crash_shutdown_register()
178 static inline int crash_shutdown_unregister(crash_shutdown_t handler) in crash_shutdown_unregister()
/linux-6.14.4/fs/fuse/
Dxattr.c182 static int fuse_xattr_get(const struct xattr_handler *handler, in fuse_xattr_get()
192 static int fuse_xattr_set(const struct xattr_handler *handler, in fuse_xattr_set()
/linux-6.14.4/fs/xfs/
Dxfs_xattr.c134 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get()
171 xfs_xattr_set(const struct xattr_handler *handler, in xfs_xattr_set()
/linux-6.14.4/fs/9p/
Dxattr.c146 static int v9fs_xattr_handler_get(const struct xattr_handler *handler, in v9fs_xattr_handler_get()
155 static int v9fs_xattr_handler_set(const struct xattr_handler *handler, in v9fs_xattr_handler_set()
/linux-6.14.4/fs/
Dxattr.c46 #define for_each_xattr_handler(handlers, handler) \ argument
59 const struct xattr_handler *handler; in xattr_resolve_name() local
165 const struct xattr_handler *handler; in xattr_supports_user_prefix() local
188 const struct xattr_handler *handler; in __vfs_setxattr() local
379 const struct xattr_handler *handler; in vfs_getxattr_alloc() local
413 const struct xattr_handler *handler; in __vfs_getxattr() local
508 const struct xattr_handler *handler; in __vfs_removexattr() local
1143 const struct xattr_handler *handler, * const *handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
1175 const char *xattr_full_name(const struct xattr_handler *handler, in xattr_full_name()

12345678910>>...22