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

/drivers/char/ipmi/
H A Dipmi_si_intf.c174 struct si_sm_handlers *handlers; member in struct:smi_info
391 err = smi_info->handlers->start_transaction(
415 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2);
426 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2);
439 smi_info->handlers->start_transaction(smi_info->si_sm, msg, 3);
498 smi_info->handlers->start_transaction(
517 smi_info->handlers->start_transaction(
545 = smi_info->handlers->get_result(
566 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4);
589 smi_info->handlers
1234 static struct ipmi_smi_handlers handlers = { variable in typeref:struct:ipmi_smi_handlers
[all...]
H A Dipmi_msghandler.c352 struct ipmi_smi_handlers *handlers; member in struct:ipmi_smi
964 if (!try_module_get(intf->handlers->owner)) {
969 if (intf->handlers->inc_usecount) {
970 rv = intf->handlers->inc_usecount(intf->send_info);
972 module_put(intf->handlers->owner);
978 * Hold the lock so intf->handlers is guaranteed to be good
1008 struct ipmi_smi_handlers *handlers; local
1021 handlers = intf->handlers;
1023 if (handlers
1500 struct ipmi_smi_handlers *handlers; local
2849 ipmi_register_smi(struct ipmi_smi_handlers *handlers, void *send_info, struct ipmi_device_id *device_id, struct device *si_dev, const char *sysfs_name, unsigned char slave_addr) argument
3137 struct ipmi_smi_handlers *handlers; local
4018 struct ipmi_smi_handlers *handlers; local
4148 struct ipmi_smi_handlers *handlers; local
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Drx.c1051 * Setup the RX handlers for each of the reply types sent from the uCode
1056 int (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb,
1059 handlers = priv->rx_handlers;
1061 handlers[REPLY_ERROR] = iwlagn_rx_reply_error;
1062 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa;
1063 handlers[SPECTRUM_MEASURE_NOTIFICATION] =
1065 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif;
1066 handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
1068 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif;
1069 handlers[REPLY_ADD_ST
[all...]
/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 */
/drivers/xen/
H A Dmanage.c206 static struct shutdown_handler handlers[] = { local
232 for (handler = &handlers[0]; handler->command; handler++) {
/drivers/media/radio/wl128x/
H A Dfmdrv.h119 int_handler_prototype *handlers; member in struct:fm_irq
H A Dfmdrv_common.c78 /* FM irq handlers forward declaration */
106 * When FM common module receives interrupt packet, following handlers
183 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev);
298 irq_info->handlers[irq_info->stage](fmdev);
325 irq_info->handlers[irq_info->stage](fmdev);
510 /* --- Helper functions used in FM interrupt handlers ---*/
574 /* --------- FM interrupt handlers ------------*/
1055 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev);
1656 fmdev->irq_info.handlers = int_handler_table;
/drivers/nubus/
H A Dproc.c64 #warning Need to set some I/O handlers here
/drivers/pinctrl/samsung/
H A Dpinctrl-s3c24xx.c136 /* Edge- and level-triggered interrupts need different handlers */
486 irq_flow_handler_t *handlers; local
505 handlers = eint0_3_parent_only ? s3c2410_eint_handlers
517 irq_set_chained_handler(irq, handlers[i]);
/drivers/infiniband/hw/cxgb3/
H A Diwch.c58 .handlers = t3c_handlers,
/drivers/mfd/
H A Dmenelaus.c177 void (*handlers[16])(struct menelaus_chip *); member in struct:menelaus_chip
249 the_menelaus->handlers[irq] = handler;
263 the_menelaus->handlers[irq] = NULL;
819 handler = menelaus->handlers[irq];
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c836 * Setup the RX handlers for each of the reply types sent from the uCode
840 * any hardware specific handlers as well.
845 il->handlers[N_ALIVE] = il3945_hdl_alive;
846 il->handlers[C_ADD_STA] = il3945_hdl_add_sta;
847 il->handlers[N_ERROR] = il_hdl_error;
848 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa;
849 il->handlers[N_SPECTRUM_MEASUREMENT] = il_hdl_spectrum_measurement;
850 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep;
851 il->handlers[N_PM_DEBUG_STATS] = il_hdl_pm_debug_stats;
852 il->handlers[N_BEACO
[all...]
H A D4965-mac.c4178 * Setup the RX handlers for each of the reply types sent from the uCode
4182 * any hardware specific handlers as well.
4187 il->handlers[N_ALIVE] = il4965_hdl_alive;
4188 il->handlers[N_ERROR] = il_hdl_error;
4189 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa;
4190 il->handlers[N_SPECTRUM_MEASUREMENT] = il_hdl_spectrum_measurement;
4191 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep;
4192 il->handlers[N_PM_DEBUG_STATS] = il_hdl_pm_debug_stats;
4193 il->handlers[N_BEACON] = il4965_hdl_beacon;
4200 il->handlers[C_STAT
[all...]
H A D3945.c2465 il->handlers[C_TX] = il3945_hdl_tx;
2466 il->handlers[N_3945_RX] = il3945_hdl_rx;
H A Ddebug.c729 if (il->isr_stats.handlers[cnt] > 0)
734 il->isr_stats.handlers[cnt]);
H A Dcommon.c1471 /* scan handlers */
1472 il->handlers[C_SCAN] = il_hdl_scan;
1473 il->handlers[N_SCAN_START] = il_hdl_scan_start;
1474 il->handlers[N_SCAN_RESULTS] = il_hdl_scan_results;
1475 il->handlers[N_SCAN_COMPLETE] = il_hdl_scan_complete;
H A Dcommon.h1030 u32 handlers[IL_CN_MAX]; member in struct:isr_stats
1147 void (*handlers[IL_CN_MAX]) (struct il_priv *il, member in struct:il_priv
1963 /* mac80211 handlers */
/drivers/hid/
H A Dhid-wiimote-core.c1236 /* protocol handlers */
1582 static struct wiiproto_handler handlers[] = { variable in typeref:struct:wiiproto_handler
1623 for (i = 0; handlers[i].id; ++i) {
1624 h = &handlers[i];
1631 if (!handlers[i].id)
/drivers/ntb/
H A Dntb_transport.c1426 const struct ntb_queue_handlers *handlers)
1449 qp->rx_handler = handlers->rx_handler;
1450 qp->tx_handler = handlers->tx_handler;
1451 qp->event_handler = handlers->event_handler;
1425 ntb_transport_create_queue(void *data, struct pci_dev *pdev, const struct ntb_queue_handlers *handlers) argument
/drivers/edac/
H A Dedac_mc.c672 int handlers = atomic_dec_return(&edac_handlers); local
676 * NMI handlers may be traversing list
681 return handlers;
/drivers/remoteproc/
H A Dremoteproc_core.c688 * A lookup table for resource handlers. The indices are defined in
708 rproc_handle_resource_t handlers[RSC_LAST])
733 handler = handlers[hdr->type];
1240 * @ops: platform-specific handlers (mainly start/stop)
707 rproc_handle_resources(struct rproc *rproc, int len, rproc_handle_resource_t handlers[RSC_LAST]) argument
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c77 .handlers = cxgb3i_cpl_handlers,
/drivers/message/fusion/
H A Dmptbase.c1813 * Setting up proper handlers for scatter gather handling
7718 * ProcessEventNotification - Route EventNotificationReply to all event handlers
7721 * @evHandlers: Pointer to integer, number of event handlers
7724 * event handlers.
7725 * Returns sum of event handlers return values.
7735 int handlers = 0; local
7808 handlers++;
7825 *evHandlers = handlers;

Completed in 4246 milliseconds