Searched refs:handlers (Results 1 – 11 of 11) sorted by relevance
/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 177 struct si_sm_handlers *handlers; member 381 err = smi_info->handlers->start_transaction( in start_next_msg() 408 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); in start_enable_irq() 419 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); in start_disable_irq() 432 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 3); in start_clear_flags() 484 smi_info->handlers->start_transaction( in handle_flags() 503 smi_info->handlers->start_transaction( in handle_flags() 531 = smi_info->handlers->get_result( in handle_transaction_done() 552 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done() 575 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done() [all …]
|
D | ipmi_msghandler.c | 328 struct ipmi_smi_handlers *handlers; member 920 if (!try_module_get(intf->handlers->owner)) { in ipmi_create_user() 925 if (intf->handlers->inc_usecount) { in ipmi_create_user() 926 rv = intf->handlers->inc_usecount(intf->send_info); in ipmi_create_user() 928 module_put(intf->handlers->owner); in ipmi_create_user() 1007 if (intf->handlers) { in ipmi_destroy_user() 1008 module_put(intf->handlers->owner); in ipmi_destroy_user() 1009 if (intf->handlers->dec_usecount) in ipmi_destroy_user() 1010 intf->handlers->dec_usecount(intf->send_info); in ipmi_destroy_user() 1090 if (intf->handlers->set_maintenance_mode) in maintenance_mode_update() [all …]
|
/drivers/net/cxgb3/ |
D | cxgb3_offload.c | 713 t3c_tid->client->handlers && in do_act_open_rpl() 714 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl() 715 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb, in do_act_open_rpl() 732 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_stid_rpl() 733 t3c_tid->client->handlers[p->opcode]) { in do_stid_rpl() 734 return t3c_tid->client->handlers[p->opcode] (dev, skb, in do_stid_rpl() 750 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_hwtid_rpl() 751 t3c_tid->client->handlers[p->opcode]) { in do_hwtid_rpl() 752 return t3c_tid->client->handlers[p->opcode] in do_hwtid_rpl() 777 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_cr() [all …]
|
D | cxgb3_offload.h | 75 cxgb3_cpl_handler_func *handlers; member
|
/drivers/scsi/cxgb3i/ |
D | cxgb3i_init.c | 33 .handlers = cxgb3i_cpl_handlers,
|
/drivers/mfd/ |
D | menelaus.c | 143 void (*handlers[16])(struct menelaus_chip *); member 215 the_menelaus->handlers[irq] = handler; in menelaus_add_irq_work() 229 the_menelaus->handlers[irq] = NULL; in menelaus_remove_irq_work() 788 handler = menelaus->handlers[irq]; in menelaus_work()
|
/drivers/ieee1394/ |
D | Kconfig | 96 interrupt handlers. This option includes the interrupt handlers
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 59 .handlers = t3c_handlers,
|
/drivers/serial/ |
D | sh-sci.c | 745 irqreturn_t (*handlers[4])(int irq, void *ptr) = { in sci_request_irq() local 762 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in sci_request_irq() 766 if (request_irq(port->irqs[i], handlers[i], in sci_request_irq()
|
/drivers/message/fusion/ |
D | mptbase.c | 2080 int handlers; in mpt_do_ioc_recovery() local 2370 rc = handlers = 0; in mpt_do_ioc_recovery() 2377 handlers++; in mpt_do_ioc_recovery() 2385 handlers++; in mpt_do_ioc_recovery() 6848 int handlers = 0; in ProcessEventNotification() local 6932 handlers++; in ProcessEventNotification() 6949 *evHandlers = handlers; in ProcessEventNotification()
|
/drivers/char/ |
D | ChangeLog | 283 functions, which are called from interrupt handlers.
|