Home
last modified time | relevance | path

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

12

/drivers/net/wireless/iwlwifi/dvm/
Drx.c1028 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers() local
1030 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
1032 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
1033 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
1034 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
1036 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
1037 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
1039 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
1040 handlers[REPLY_ADD_STA] = iwl_add_sta_callback; in iwl_setup_rx_handlers()
1042 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/char/ipmi/
Dipmi_si_intf.c166 const struct si_sm_handlers *handlers; member
408 err = smi_info->handlers->start_transaction( in start_next_msg()
441 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); in start_new_msg()
629 = smi_info->handlers->get_result( in handle_transaction_done()
650 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
672 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
685 = smi_info->handlers->get_result( in handle_transaction_done()
723 = smi_info->handlers->get_result( in handle_transaction_done()
765 smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
783 smi_info->handlers->start_transaction( in handle_transaction_done()
[all …]
Dipmi_msghandler.c345 const struct ipmi_smi_handlers *handlers; member
980 if (!try_module_get(intf->handlers->owner)) { in ipmi_create_user()
985 if (intf->handlers->inc_usecount) { in ipmi_create_user()
986 rv = intf->handlers->inc_usecount(intf->send_info); in ipmi_create_user()
988 module_put(intf->handlers->owner); in ipmi_create_user()
1024 const struct ipmi_smi_handlers *handlers; in ipmi_get_smi_info() local
1037 handlers = intf->handlers; in ipmi_get_smi_info()
1039 if (handlers->get_smi_info) in ipmi_get_smi_info()
1040 rv = handlers->get_smi_info(intf->send_info, data); in ipmi_get_smi_info()
1105 if (intf->handlers) { in ipmi_destroy_user()
[all …]
Dipmi_ssif.c205 struct ipmi_smi_handlers handlers; member
1659 ssif_info->handlers.owner = THIS_MODULE; in ssif_probe()
1660 ssif_info->handlers.start_processing = ssif_start_processing; in ssif_probe()
1661 ssif_info->handlers.get_smi_info = get_smi_info; in ssif_probe()
1662 ssif_info->handlers.sender = sender; in ssif_probe()
1663 ssif_info->handlers.request_events = request_events; in ssif_probe()
1664 ssif_info->handlers.inc_usecount = inc_usecount; in ssif_probe()
1665 ssif_info->handlers.dec_usecount = dec_usecount; in ssif_probe()
1684 rv = ipmi_register_smi(&ssif_info->handlers, in ssif_probe()
/drivers/xen/
Dmanage.c215 static struct shutdown_handler handlers[] = { in shutdown_handler() local
241 for (handler = &handlers[0]; handler->command; handler++) { in shutdown_handler()
/drivers/pinctrl/samsung/
Dpinctrl-s3c24xx.c484 irq_flow_handler_t *handlers; in s3c24xx_eint_init() local
505 handlers = eint0_3_parent_only ? s3c2410_eint_handlers in s3c24xx_eint_init()
518 irq_set_chained_handler_and_data(irq, handlers[i], eint_data); in s3c24xx_eint_init()
/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.c4187 il->handlers[N_ALIVE] = il4965_hdl_alive; in il4965_setup_handlers()
4188 il->handlers[N_ERROR] = il_hdl_error; in il4965_setup_handlers()
4189 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa; in il4965_setup_handlers()
4190 il->handlers[N_SPECTRUM_MEASUREMENT] = il_hdl_spectrum_measurement; in il4965_setup_handlers()
4191 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep; in il4965_setup_handlers()
4192 il->handlers[N_PM_DEBUG_STATS] = il_hdl_pm_debug_stats; in il4965_setup_handlers()
4193 il->handlers[N_BEACON] = il4965_hdl_beacon; in il4965_setup_handlers()
4200 il->handlers[C_STATS] = il4965_hdl_c_stats; in il4965_setup_handlers()
4201 il->handlers[N_STATS] = il4965_hdl_stats; in il4965_setup_handlers()
4206 il->handlers[N_CARD_STATE] = il4965_hdl_card_state; in il4965_setup_handlers()
[all …]
Ddebug.c725 if (il->isr_stats.handlers[cnt] > 0) in il_dbgfs_interrupt_read()
730 il->isr_stats.handlers[cnt]); in il_dbgfs_interrupt_read()
D3945.c2466 il->handlers[C_TX] = il3945_hdl_tx; in il3945_hw_handler_setup()
2467 il->handlers[N_3945_RX] = il3945_hdl_rx; in il3945_hw_handler_setup()
Dcommon.h1030 u32 handlers[IL_CN_MAX]; member
1147 void (*handlers[IL_CN_MAX]) (struct il_priv *il, member
Dcommon.c1472 il->handlers[C_SCAN] = il_hdl_scan; in il_setup_rx_scan_handlers()
1473 il->handlers[N_SCAN_START] = il_hdl_scan_start; in il_setup_rx_scan_handlers()
1474 il->handlers[N_SCAN_RESULTS] = il_hdl_scan_results; in il_setup_rx_scan_handlers()
1475 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()
796 handler = menelaus->handlers[irq]; in menelaus_work()
/drivers/media/radio/wl128x/
Dfmdrv.h119 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()
1657 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/infiniband/hw/cxgb3/
Diwch.c58 .handlers = t3c_handlers,
/drivers/hid/
Dhid-wiimote-core.c1582 static struct wiiproto_handler handlers[] = { variable
1623 for (i = 0; handlers[i].id; ++i) { in wiimote_hid_event()
1624 h = &handlers[i]; in wiimote_hid_event()
1631 if (!handlers[i].id) in wiimote_hid_event()
/drivers/ntb/
Dntb_transport.c1610 const struct ntb_queue_handlers *handlers) in ntb_transport_create_queue() argument
1642 qp->rx_handler = handlers->rx_handler; in ntb_transport_create_queue()
1643 qp->tx_handler = handlers->tx_handler; in ntb_transport_create_queue()
1644 qp->event_handler = handlers->event_handler; in ntb_transport_create_queue()
/drivers/remoteproc/
Dremoteproc_core.c711 rproc_handle_resource_t handlers[RSC_LAST]) in rproc_handle_resources()
736 handler = handlers[hdr->type]; in rproc_handle_resources()
/drivers/edac/
Dedac_mc.c669 int handlers = atomic_dec_return(&edac_handlers); in del_mc_from_global_list() local
678 return handlers; in del_mc_from_global_list()
/drivers/power/
DKconfig322 handlers.
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c77 .handlers = cxgb3i_cpl_handlers,

12