Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dipmi_si_intf.c170 struct si_sm_handlers *handlers; member
378 err = smi_info->handlers->start_transaction( in start_next_msg()
402 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); in start_enable_irq()
413 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); in start_disable_irq()
426 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 3); in start_clear_flags()
479 smi_info->handlers->start_transaction( in handle_flags()
498 smi_info->handlers->start_transaction( in handle_flags()
526 = smi_info->handlers->get_result( in handle_transaction_done()
547 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
570 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
[all …]
Dipmi_msghandler.c337 struct ipmi_smi_handlers *handlers; member
946 if (!try_module_get(intf->handlers->owner)) { in ipmi_create_user()
951 if (intf->handlers->inc_usecount) { in ipmi_create_user()
952 rv = intf->handlers->inc_usecount(intf->send_info); in ipmi_create_user()
954 module_put(intf->handlers->owner); in ipmi_create_user()
985 struct ipmi_smi_handlers *handlers; in ipmi_get_smi_info() local
998 handlers = intf->handlers; in ipmi_get_smi_info()
1000 if (handlers->get_smi_info) in ipmi_get_smi_info()
1001 rv = handlers->get_smi_info(intf->send_info, data); in ipmi_get_smi_info()
1060 if (intf->handlers) { in ipmi_destroy_user()
[all …]
/drivers/net/wireless/iwlwifi/dvm/
Drx.c1060 int (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, in iwl_setup_rx_handlers() local
1063 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
1065 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
1066 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
1067 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
1069 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
1070 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
1072 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
1073 handlers[REPLY_ADD_STA] = iwl_add_sta_callback; in iwl_setup_rx_handlers()
1075 handlers[REPLY_WIPAN_NOA_NOTIFICATION] = iwlagn_rx_noa_notification; in iwl_setup_rx_handlers()
[all …]
/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 …]
Dcxgb3_offload.h86 cxgb3_cpl_handler_func *handlers; member
/drivers/xen/
Dmanage.c204 static struct shutdown_handler handlers[] = { in shutdown_handler() local
230 for (handler = &handlers[0]; handler->command; handler++) { in shutdown_handler()
/drivers/net/wireless/iwlegacy/
D3945-mac.c845 il->handlers[N_ALIVE] = il3945_hdl_alive; in il3945_setup_handlers()
846 il->handlers[C_ADD_STA] = il3945_hdl_add_sta; in il3945_setup_handlers()
847 il->handlers[N_ERROR] = il_hdl_error; in il3945_setup_handlers()
848 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa; in il3945_setup_handlers()
849 il->handlers[N_SPECTRUM_MEASUREMENT] = il_hdl_spectrum_measurement; in il3945_setup_handlers()
850 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep; in il3945_setup_handlers()
851 il->handlers[N_PM_DEBUG_STATS] = il_hdl_pm_debug_stats; in il3945_setup_handlers()
852 il->handlers[N_BEACON] = il3945_hdl_beacon; in il3945_setup_handlers()
859 il->handlers[C_STATS] = il3945_hdl_c_stats; in il3945_setup_handlers()
860 il->handlers[N_STATS] = il3945_hdl_stats; in il3945_setup_handlers()
[all …]
D4965-mac.c4164 il->handlers[N_ALIVE] = il4965_hdl_alive; in il4965_setup_handlers()
4165 il->handlers[N_ERROR] = il_hdl_error; in il4965_setup_handlers()
4166 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa; in il4965_setup_handlers()
4167 il->handlers[N_SPECTRUM_MEASUREMENT] = il_hdl_spectrum_measurement; in il4965_setup_handlers()
4168 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep; in il4965_setup_handlers()
4169 il->handlers[N_PM_DEBUG_STATS] = il_hdl_pm_debug_stats; in il4965_setup_handlers()
4170 il->handlers[N_BEACON] = il4965_hdl_beacon; in il4965_setup_handlers()
4177 il->handlers[C_STATS] = il4965_hdl_c_stats; in il4965_setup_handlers()
4178 il->handlers[N_STATS] = il4965_hdl_stats; in il4965_setup_handlers()
4183 il->handlers[N_CARD_STATE] = il4965_hdl_card_state; in il4965_setup_handlers()
[all …]
Ddebug.c729 if (il->isr_stats.handlers[cnt] > 0) in il_dbgfs_interrupt_read()
734 il->isr_stats.handlers[cnt]); in il_dbgfs_interrupt_read()
Dcommon.h1030 u32 handlers[IL_CN_MAX]; member
1146 void (*handlers[IL_CN_MAX]) (struct il_priv *il, member
D3945.c2441 il->handlers[C_TX] = il3945_hdl_tx; in il3945_hw_handler_setup()
2442 il->handlers[N_3945_RX] = il3945_hdl_rx; in il3945_hw_handler_setup()
Dcommon.c1419 il->handlers[C_SCAN] = il_hdl_scan; in il_setup_rx_scan_handlers()
1420 il->handlers[N_SCAN_START] = il_hdl_scan_start; in il_setup_rx_scan_handlers()
1421 il->handlers[N_SCAN_RESULTS] = il_hdl_scan_results; in il_setup_rx_scan_handlers()
1422 il->handlers[N_SCAN_COMPLETE] = il_hdl_scan_complete; in il_setup_rx_scan_handlers()
/drivers/mfd/
Dmenelaus.c177 void (*handlers[16])(struct menelaus_chip *); member
249 the_menelaus->handlers[irq] = handler; in menelaus_add_irq_work()
263 the_menelaus->handlers[irq] = NULL; in menelaus_remove_irq_work()
822 handler = menelaus->handlers[irq]; in menelaus_work()
/drivers/media/radio/wl128x/
Dfmdrv.h118 int_handler_prototype *handlers; member
Dfmdrv_common.c183 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_call()
298 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
325 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
1055 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_handle_intmsk_cmd_resp()
1651 fmdev->irq_info.handlers = int_handler_table; in fm_drv_init()
/drivers/nubus/
Dproc.c64 #warning Need to set some I/O handlers here
/drivers/ntb/
Dntb_transport.c1176 const struct ntb_queue_handlers *handlers) in ntb_transport_create_queue() argument
1199 qp->rx_handler = handlers->rx_handler; in ntb_transport_create_queue()
1200 qp->tx_handler = handlers->tx_handler; in ntb_transport_create_queue()
1201 qp->event_handler = handlers->event_handler; in ntb_transport_create_queue()
/drivers/hid/
Dhid-wiimote-core.c962 static struct wiiproto_handler handlers[] = { variable
1003 for (i = 0; handlers[i].id; ++i) { in wiimote_hid_event()
1004 h = &handlers[i]; in wiimote_hid_event()
1011 if (!handlers[i].id) in wiimote_hid_event()
/drivers/infiniband/hw/cxgb3/
Diwch.c58 .handlers = t3c_handlers,
/drivers/remoteproc/
Dremoteproc_core.c708 rproc_handle_resource_t handlers[RSC_LAST]) in rproc_handle_resources()
733 handler = handlers[hdr->type]; in rproc_handle_resources()
/drivers/edac/
Dedac_mc.c670 int handlers = atomic_dec_return(&edac_handlers); in del_mc_from_global_list() local
679 return handlers; in del_mc_from_global_list()
/drivers/power/
DKconfig270 handlers.
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c77 .handlers = cxgb3i_cpl_handlers,
/drivers/message/fusion/
Dmptbase.c7744 int handlers = 0; in ProcessEventNotification() local
7817 handlers++; in ProcessEventNotification()
7834 *evHandlers = handlers; in ProcessEventNotification()