Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 149) sorted by relevance

123456

/Linux-v4.19/drivers/char/ipmi/
Dipmi_si_intf.c128 const struct si_sm_handlers *handlers; member
329 err = smi_info->handlers->start_transaction( in start_next_msg()
362 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); in start_new_msg()
549 = smi_info->handlers->get_result( in handle_transaction_done()
570 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
592 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
605 = smi_info->handlers->get_result( in handle_transaction_done()
643 = smi_info->handlers->get_result( in handle_transaction_done()
685 smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
703 smi_info->handlers->start_transaction( in handle_transaction_done()
[all …]
Dipmi_msghandler.c481 const struct ipmi_smi_handlers *handlers; member
1172 if (!intf->handlers->get_smi_info) in ipmi_get_smi_info()
1175 rv = intf->handlers->get_smi_info(intf->send_info, data); in ipmi_get_smi_info()
1390 if (intf->handlers->set_maintenance_mode) in maintenance_mode_update()
1391 intf->handlers->set_maintenance_mode( in maintenance_mode_update()
1733 const struct ipmi_smi_handlers *handlers, in smi_send() argument
1749 handlers->sender(intf->send_info, smi_msg); in smi_send()
2172 smi_send(intf, intf->handlers, smi_msg, priority); in i_ipmi_request()
3259 if (intf->handlers->poll) in ipmi_poll()
3260 intf->handlers->poll(intf->send_info); in ipmi_poll()
[all …]
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpfunc_core.c123 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument
127 if (handlers == NULL) \
129 if (handlers->name) \
130 return handlers->name(cmd->func, cmd->instdata, \
541 struct pmf_handlers *handlers; member
579 struct pmf_handlers *handlers, in pmf_parse_one() argument
595 handlers ? "executing" : "parsing"); in pmf_parse_one()
620 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one()
629 if (handlers == NULL) in pmf_parse_one()
701 struct pmf_handlers *handlers, in pmf_register_driver() argument
[all …]
/Linux-v4.19/fs/ext4/
Dfsmap.c628 struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; in ext4_getfsmap() local
642 memset(handlers, 0, sizeof(handlers)); in ext4_getfsmap()
643 handlers[0].gfd_dev = new_encode_dev(sb->s_bdev->bd_dev); in ext4_getfsmap()
644 handlers[0].gfd_fn = ext4_getfsmap_datadev; in ext4_getfsmap()
646 handlers[1].gfd_dev = new_encode_dev( in ext4_getfsmap()
648 handlers[1].gfd_fn = ext4_getfsmap_logdev; in ext4_getfsmap()
651 sort(handlers, EXT4_GETFSMAP_DEVS, sizeof(struct ext4_getfsmap_dev), in ext4_getfsmap()
683 if (!handlers[i].gfd_fn) in ext4_getfsmap()
685 if (head->fmh_keys[0].fmr_device > handlers[i].gfd_dev) in ext4_getfsmap()
687 if (head->fmh_keys[1].fmr_device < handlers[i].gfd_dev) in ext4_getfsmap()
[all …]
/Linux-v4.19/fs/btrfs/
Dprops.c69 const struct hlist_head *handlers) in find_prop_handler() argument
73 if (!handlers) { in find_prop_handler()
76 handlers = find_prop_handlers_by_hash(hash); in find_prop_handler()
77 if (!handlers) in find_prop_handler()
81 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
166 const struct hlist_head *handlers; in iterate_object_props() local
186 handlers = find_prop_handlers_by_hash(key.offset); in iterate_object_props()
187 if (!handlers) in iterate_object_props()
222 handler = find_prop_handler(name_buf, handlers); in iterate_object_props()
/Linux-v4.19/fs/xfs/
Dxfs_fsmap.c827 struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; in xfs_getfsmap() local
844 memset(handlers, 0, sizeof(handlers)); in xfs_getfsmap()
845 handlers[0].dev = new_encode_dev(mp->m_ddev_targp->bt_dev); in xfs_getfsmap()
847 handlers[0].fn = xfs_getfsmap_datadev_rmapbt; in xfs_getfsmap()
849 handlers[0].fn = xfs_getfsmap_datadev_bnobt; in xfs_getfsmap()
851 handlers[1].dev = new_encode_dev(mp->m_logdev_targp->bt_dev); in xfs_getfsmap()
852 handlers[1].fn = xfs_getfsmap_logdev; in xfs_getfsmap()
856 handlers[2].dev = new_encode_dev(mp->m_rtdev_targp->bt_dev); in xfs_getfsmap()
857 handlers[2].fn = xfs_getfsmap_rtdev_rtbitmap; in xfs_getfsmap()
861 xfs_sort(handlers, XFS_GETFSMAP_DEVS, sizeof(struct xfs_getfsmap_dev), in xfs_getfsmap()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c953 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers() local
955 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
957 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
958 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
959 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
961 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
962 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
964 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
965 handlers[REPLY_ADD_STA] = iwl_add_sta_callback; in iwl_setup_rx_handlers()
967 handlers[REPLY_WIPAN_NOA_NOTIFICATION] = iwlagn_rx_noa_notification; in iwl_setup_rx_handlers()
[all …]
/Linux-v4.19/Documentation/ia64/
Dfsys.txt28 interruption-handlers start execution in. The user-level
79 The file arch/ia64/kernel/fsys.S contains a table of fsyscall-handlers
110 Fsyscall handlers can execute with very little overhead, but with that
113 o Fsyscall-handlers MUST check for any pending work in the flags
118 o Fsyscall-handlers MUST preserve incoming arguments (r32-r39, r11,
123 o Fsyscall-handlers MUST check argument registers for containing a
129 o Fsyscall-handlers MUST NOT use the "alloc" instruction or perform
133 o Fsyscall-handlers MUST NOT write to any stacked registers because
137 o Fsyscall-handlers need to be careful when accessing per-CPU variables:
142 o Fsyscall-handlers must be careful not to leak sensitive kernel'
[all …]
Dmca.txt35 handlers cannot rely on the thread pointer, PAL physical mode can
44 Because the MCA/INIT handlers cannot trust the kernel stack, they
46 preformatted with just enough task state to let the relevant handlers
81 requires set_curr_task() so the MCA/INIT handlers can register their
91 stacks meant separate "tasks" for the MCA/INIT handlers.
98 slaves. All the OS INIT handlers are entered at approximately the same
184 handlers have _TIF_MCA_INIT set in thread_info.flags.
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c747 t3c_tid->client->handlers && in do_act_open_rpl()
748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()
749 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb, in do_act_open_rpl()
766 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_stid_rpl()
767 t3c_tid->client->handlers[p->opcode]) { in do_stid_rpl()
768 return t3c_tid->client->handlers[p->opcode] (dev, skb, in do_stid_rpl()
784 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_hwtid_rpl()
785 t3c_tid->client->handlers[p->opcode]) { in do_hwtid_rpl()
786 return t3c_tid->client->handlers[p->opcode] in do_hwtid_rpl()
811 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_cr()
[all …]
/Linux-v4.19/Documentation/acpi/
Dscan_handlers.txt33 called ACPI scan handlers represented by the following structure:
43 take care of, list_node is the hook to the global list of ACPI scan handlers
51 available scan handlers. If a matching scan handler is found, its .attach()
66 callbacks from the scan handlers of all device nodes in the given namespace
67 scope (if they have scan handlers). Next, it unregisters all of the device
70 ACPI scan handlers can be added to the list maintained by the ACPI core with the
72 handler as an argument. The order in which scan handlers are added to the list
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_test_stash.c163 struct list_head handlers; member
326 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()
337 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers()
453 &hp_cpu->handlers, in init_phase2()
477 handler = list_first_entry(&hp_cpu->handlers, struct hp_handler, node); in init_phase2()
496 &hp_cpu->handlers, in init_phase3()
/Linux-v4.19/fs/
Dxattr.c43 #define for_each_xattr_handler(handlers, handler) \ argument
44 if (handlers) \
45 for ((handler) = *(handlers)++; \
47 (handler) = *(handlers)++)
55 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_resolve_name() local
63 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
751 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
755 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
765 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
/Linux-v4.19/Documentation/RCU/
DNMI-RCU.txt6 handlers, as well as dynamic irq handlers. This document describes
93 Since NMI handlers disable preemption, synchronize_sched() is guaranteed
94 not to return until all ongoing NMI handlers exit. It is therefore safe
/Linux-v4.19/Documentation/trace/
Devents-nmi.rst14 NMI handlers are hogging large amounts of CPU time. The kernel
15 will warn if it sees long-running handlers::
/Linux-v4.19/Documentation/power/
Dsuspend-and-interrupts.txt19 interrupt handlers for shared IRQs that device drivers implementing them were
49 user of it. Thus, if the IRQ is shared, all of the interrupt handlers installed
88 already suspended. However, after suspend_device_irqs() interrupt handlers are
120 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are
122 handlers are not invoked after suspend_device_irqs()).
125 to individual interrupt handlers, so sharing an IRQ between a system wakeup
/Linux-v4.19/net/wireless/
Dwext-core.c686 const struct iw_handler_def *handlers = NULL; in get_handler() local
690 handlers = dev->ieee80211_ptr->wiphy->wext; in get_handler()
694 handlers = dev->wireless_handlers; in get_handler()
697 if (!handlers) in get_handler()
702 if (index < handlers->num_standard) in get_handler()
703 return handlers->standard[index]; in get_handler()
708 if (index < handlers->num_private) in get_handler()
709 return handlers->private[index]; in get_handler()
/Linux-v4.19/include/linux/soc/qcom/
Dqmi.h236 const struct qmi_msg_handler *handlers; member
246 const struct qmi_msg_handler *handlers);
/Linux-v4.19/Documentation/media/uapi/v4l/
Dv4l2grab-example.rst10 libv4l handlers. The advantage is that this grabber can potentially work
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
DMakefile3 GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
/Linux-v4.19/Documentation/core-api/
Dgenericirq.rst32 Originally, Russell King identified different types of handlers to build
51 This split implementation of high-level IRQ handlers allows us to
77 demultiplexing handlers which can be found in embedded platforms on
104 2. High-level IRQ flow handlers
152 High-level IRQ flow handlers
171 The interrupt flow handlers (either pre-defined or architecture
357 - ``irq_eoi`` - Optional, required for EOI flow handlers
/Linux-v4.19/fs/reiserfs/
Dxattr.c744 #define for_each_xattr_handler(handlers, handler) \ argument
745 for ((handler) = *(handlers)++; \
747 (handler) = *(handlers)++)
751 find_xattr_handler_prefix(const struct xattr_handler **handlers, in find_xattr_handler_prefix() argument
756 if (!handlers) in find_xattr_handler_prefix()
759 for_each_xattr_handler(handlers, xah) { in find_xattr_handler_prefix()
/Linux-v4.19/arch/um/os-Linux/
Dsignal.c149 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { variable
190 (*handlers[sig])(sig, (struct siginfo *)si, mc); in hard_handler()
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.txt18 restart handler completes allowing other restart handlers to be attempted.
39 restart handlers
/Linux-v4.19/drivers/soc/qcom/
Dqmi_interface.c400 if (!qmi->handlers) in qmi_invoke_handler()
403 for (handler = qmi->handlers; handler->fn; handler++) { in qmi_invoke_handler()
623 const struct qmi_msg_handler *handlers) in qmi_handle_init() argument
638 qmi->handlers = handlers; in qmi_handle_init()

123456