Searched refs:handlers (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c450 struct handlers { struct
463 struct handlers *handlers = (struct handlers *)exception_handlers; local
487 if (handlers && handlers->exception_handlers[vector][ec])
488 return handlers->exception_handlers[vector][ec](regs);
496 vm->handlers = __vm_vaddr_alloc(vm, sizeof(struct handlers),
499 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
505 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); local
516 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c400 struct handlers { struct
406 struct handlers *handlers = (struct handlers *)exception_handlers; local
419 if (handlers && handlers->exception_handlers[vector][ec])
420 return handlers->exception_handlers[vector][ec](regs);
435 vm->handlers = __vm_vaddr_alloc(vm, sizeof(struct handlers),
438 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
443 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); local
451 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); local
[all...]
/linux-master/include/linux/
H A Dipmi_smi.h288 * upper layer until the start_processing() function in the handlers
293 const struct ipmi_smi_handlers *handlers,
298 #define ipmi_register_smi(handlers, send_info, dev, slave_addr) \
299 ipmi_add_smi(THIS_MODULE, handlers, send_info, dev, slave_addr)
H A Dntb_transport.h76 const struct ntb_queue_handlers *handlers);
/linux-master/drivers/gpu/drm/i915/gvt/
H A DMakefile15 gvt/handlers.o \
/linux-master/fs/ext4/
H A Dfsmap.c64 /* Compare two getfsmap device handlers. */
634 struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; local
647 /* Set up our device handlers. */
648 memset(handlers, 0, sizeof(handlers));
649 handlers[0].gfd_dev = new_encode_dev(sb->s_bdev->bd_dev);
650 handlers[0].gfd_fn = ext4_getfsmap_datadev;
652 handlers[1].gfd_dev = new_encode_dev(
654 handlers[1].gfd_fn = ext4_getfsmap_logdev;
657 sort(handlers, EXT4_GETFSMAP_DEV
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \
128 if (handlers == NULL) \
130 if (handlers->name) \
131 return handlers->name(cmd->func, cmd->instdata, \
542 struct pmf_handlers *handlers; member in struct:pmf_device
580 struct pmf_handlers *handlers,
596 handlers ? "executing" : "parsing");
621 rc = pmf_parsers[ccode](&cmd, handlers);
630 if (handlers == NULL)
702 struct pmf_handlers *handlers,
579 pmf_parse_one(struct pmf_function *func, struct pmf_handlers *handlers, void *instdata, struct pmf_args *args) argument
701 pmf_register_driver(struct device_node *np, struct pmf_handlers *handlers, void *driverdata) argument
[all...]
/linux-master/drivers/char/ipmi/
H A Dipmi_si_intf.c130 const struct si_sm_handlers *handlers; member in struct:smi_info
329 err = smi_info->handlers->start_transaction(
362 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size);
549 = smi_info->handlers->get_result(
570 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4);
592 smi_info->handlers->get_result(smi_info->si_sm, msg, 3);
605 = smi_info->handlers->get_result(
643 = smi_info->handlers->get_result(
685 smi_info->handlers->get_result(smi_info->si_sm, msg, 4);
703 smi_info->handlers
1206 static const struct ipmi_smi_handlers handlers = { variable in typeref:struct:ipmi_smi_handlers
[all...]
H A Dipmi_ipmb.c44 struct ipmi_smi_handlers handlers; member in struct:ipmi_ipmb_dev
518 iidev->handlers.flags = IPMI_SMI_CAN_HANDLE_IPMB_DIRECT;
519 iidev->handlers.start_processing = ipmi_ipmb_start_processing;
520 iidev->handlers.shutdown = ipmi_ipmb_shutdown;
521 iidev->handlers.sender = ipmi_ipmb_sender;
522 iidev->handlers.request_events = ipmi_ipmb_request_events;
537 rv = ipmi_register_smi(&iidev->handlers,
H A Dipmi_msghandler.c482 const struct ipmi_smi_handlers *handlers; member in struct:ipmi_smi
985 if (!intf->handlers->set_need_watch)
1000 intf->handlers->set_need_watch(intf->send_info,
1010 if (!intf->handlers->set_need_watch)
1033 intf->handlers->set_need_watch(intf->send_info,
1308 if (!intf->handlers->get_smi_info)
1311 rv = intf->handlers->get_smi_info(intf->send_info, data);
1541 if (intf->handlers->set_maintenance_mode)
1542 intf->handlers->set_maintenance_mode(
1884 const struct ipmi_smi_handlers *handlers,
1883 smi_send(struct ipmi_smi *intf, const struct ipmi_smi_handlers *handlers, struct ipmi_smi_msg *smi_msg, int priority) argument
3550 ipmi_add_smi(struct module *owner, const struct ipmi_smi_handlers *handlers, void *send_info, struct device *si_dev, unsigned char slave_addr) argument
[all...]
/linux-master/fs/btrfs/
H A Dprops.c48 const struct hlist_head *handlers)
52 if (!handlers) {
55 handlers = find_prop_handlers_by_hash(hash);
56 if (!handlers)
60 hlist_for_each_entry(h, handlers, node)
167 const struct hlist_head *handlers; local
187 handlers = find_prop_handlers_by_hash(key.offset);
188 if (!handlers)
223 handler = find_prop_handler(name_buf, handlers);
47 find_prop_handler(const char *name, const struct hlist_head *handlers) argument
/linux-master/fs/xfs/
H A Dxfs_fsmap.c187 /* Compare two getfsmap device handlers. */
887 struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; local
905 /* Set up our device handlers. */
906 memset(handlers, 0, sizeof(handlers));
907 handlers[0].dev = new_encode_dev(mp->m_ddev_targp->bt_dev);
909 handlers[0].fn = xfs_getfsmap_datadev_rmapbt;
911 handlers[0].fn = xfs_getfsmap_datadev_bnobt;
913 handlers[1].dev = new_encode_dev(mp->m_logdev_targp->bt_dev);
914 handlers[
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c942 * Setup the RX handlers for each of the reply types sent from the uCode
947 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb);
949 handlers = priv->rx_handlers;
951 handlers[REPLY_ERROR] = iwlagn_rx_reply_error;
952 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa;
953 handlers[SPECTRUM_MEASURE_NOTIFICATION] =
955 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif;
956 handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
958 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif;
959 handlers[REPLY_ADD_ST
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c747 t3c_tid->client->handlers &&
748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) {
749 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb,
766 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
767 t3c_tid->client->handlers[p->opcode]) {
768 return t3c_tid->client->handlers[p->opcode] (dev, skb,
784 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
785 t3c_tid->client->handlers[p->opcode]) {
786 return t3c_tid->client->handlers[p->opcode]
811 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers
[all...]
H A Dcxgb3_offload.h86 cxgb3_cpl_handler_func *handlers; member in struct:cxgb3_client
122 /* Flags for return value of CPL message handlers */
/linux-master/drivers/acpi/
H A Dprmt.c72 struct prm_handler_info handlers[] __counted_by(handler_count);
106 module_info_size = struct_size(tm, handlers, module_info->handler_info_count);
148 th = &tm->handlers[cur_handler];
179 cur_handler = &cur_module->handlers[i];
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c39 * Each cpu will have HP_PER_CPU "handlers" set up, each of which incorporates
41 * organisation of FQIDs is such that the HP_PER_CPU*NUM_CPUS handlers will
44 * is to allow enough handlers/FQs to truly test the significance of caching -
65 * handlers and link-list them (but do no other handler setup).
162 /* root node for the per-cpu list of handlers */
163 struct list_head handlers; member in struct:hp_cpu
168 * handlers together, this is used as per-cpu iterator state
186 /* handlers are allocated out of this, so they're properly aligned. */
328 INIT_LIST_HEAD(&hp_cpu->handlers);
339 list_add_tail(&handler->node, &hp_cpu->handlers);
[all...]
/linux-master/include/linux/soc/qcom/
H A Dqmi.h214 * @handlers: list of handlers for incoming messages
237 const struct qmi_msg_handler *handlers; member in struct:qmi_handle
247 const struct qmi_msg_handler *handlers);
/linux-master/fs/
H A Dxattr.c46 #define for_each_xattr_handler(handlers, handler) \
47 if (handlers) \
48 for ((handler) = *(handlers)++; \
50 (handler) = *(handlers)++)
58 const struct xattr_handler * const *handlers = inode->i_sb->s_xattr; local
66 for_each_xattr_handler(handlers, handler) {
164 const struct xattr_handler * const *handlers = inode->i_sb->s_xattr; local
173 for_each_xattr_handler(handlers, handler) {
1001 const struct xattr_handler *handler, * const *handlers = dentry->d_sb->s_xattr; local
1005 for_each_xattr_handler(handlers, handle
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_msgs.c199 static struct vpu_msg_handler handlers[] = { variable in typeref:struct:vpu_msg_handler
232 for (i = 0; i < ARRAY_SIZE(handlers); i++) {
233 if (handlers[i].id == msg_id) {
234 handler = &handlers[i];
/linux-master/arch/um/os-Linux/
H A Dsignal.c82 * handlers unless signals are also blocked for the
163 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { variable
206 (*handlers[sig])(sig, (struct siginfo *)si, mc);
315 * handlers expect them off when they are called. They will
318 * tracing that happens inside the handlers we call for the
407 /* we need to run time-travel handlers even if not enabled */
/linux-master/net/wireless/
H A Dwext-core.c650 /* IW handlers */
704 const struct iw_handler_def *handlers = NULL; local
712 handlers = dev->ieee80211_ptr->wiphy->wext;
717 handlers = dev->wireless_handlers;
720 if (!handlers)
725 if (index < handlers->num_standard)
726 return handlers->standard[index];
731 if (index < handlers->num_private)
732 return handlers->private[index];
/linux-master/drivers/soc/qcom/
H A Dqmi_interface.c398 if (!qmi->handlers)
401 for (handler = qmi->handlers; handler->fn; handler++) {
614 * @handlers: NULL-terminated list of QMI message handlers
623 const struct qmi_msg_handler *handlers)
638 qmi->handlers = handlers;
621 qmi_handle_init(struct qmi_handle *qmi, size_t recv_buf_size, const struct qmi_ops *ops, const struct qmi_msg_handler *handlers) argument
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1126 handler *handlers = (handler *)exception_handlers; local
1128 if (handlers && handlers[regs->vector]) {
1129 handlers[regs->vector](regs);
1148 vm->handlers = __vm_vaddr_alloc_page(vm, MEM_REGION_DATA);
1167 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
1173 vm_vaddr_t *handlers = (vm_vaddr_t *)addr_gva2hva(vm, vm->handlers); local
1175 handlers[vector] = (vm_vaddr_t)handler;
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv.h106 int_handler_prototype *handlers; member in struct:fm_irq

Completed in 309 milliseconds

123