Searched refs:dispatch (Results 1 - 22 of 22) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch.c211 int dispatch = 0; local
221 dispatch = 1;
226 dispatch = 1;
231 dispatch = 1;
259 if (dispatch) {
/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h76 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
415 PADDR_A (dispatch),
432 PADDR_A (dispatch),
441 PADDR_A (dispatch),
462 PADDR_A (dispatch),
480 PADDR_A (dispatch),
496 PADDR_A (dispatch),
521 PADDR_A (dispatch),
539 PADDR_A (dispatch),
553 PADDR_A (dispatch),
[all...]
H A Dsym_fw1.h75 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
430 PADDR_A (dispatch),
447 PADDR_A (dispatch),
456 PADDR_A (dispatch),
477 PADDR_A (dispatch),
496 PADDR_A (dispatch),
512 PADDR_A (dispatch),
537 PADDR_A (dispatch),
556 PADDR_A (dispatch),
570 PADDR_A (dispatch),
[all...]
H A Dsym_fw.h50 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
H A Dsym_hipd.c2375 OUTL_DSP(np, SCRIPTA_BA(np, dispatch));
2385 OUTL_DSP(np, SCRIPTA_BA(np, dispatch));
2621 nxtdsp = SCRIPTA_BA(np, dispatch);
2700 nxtdsp = SCRIPTA_BA(np, dispatch);
2704 nxtdsp = SCRIPTA_BA(np, dispatch);
/drivers/acpi/acpica/
H A Devgpe.c3 * Module Name: evgpe - General Purpose Event handling and dispatch
508 /* Do the correct dispatch - normal method or implicit notify */
522 local_gpe_event_info->dispatch.device.node,
525 notify_object = local_gpe_event_info->dispatch.device.next;
548 local_gpe_event_info->dispatch.method_node;
559 (local_gpe_event_info->dispatch.
723 gpe_event_info->dispatch.handler->address(gpe_device,
726 dispatch.handler->
H A Devgpeutil.c368 ACPI_FREE(gpe_event_info->dispatch.handler);
369 gpe_event_info->dispatch.handler = NULL;
H A Devxfgpe.c254 gpe_event_info->dispatch.device.node = device_node;
255 gpe_event_info->dispatch.device.next = NULL;
266 notify_object->next = gpe_event_info->dispatch.device.next;
267 gpe_event_info->dispatch.device.next = notify_object;
H A Devxface.c546 * invoked at interrupt level at the time of the event dispatch.
779 handler->method_node = gpe_event_info->dispatch.method_node;
797 gpe_event_info->dispatch.handler = handler;
799 /* Setup up dispatch flags to indicate handler (vs. method) */
879 if (gpe_event_info->dispatch.handler->address != address) {
886 handler = gpe_event_info->dispatch.handler;
888 /* Restore Method node (if any), set dispatch flags */
890 gpe_event_info->dispatch.method_node = handler->method_node;
H A Devgpeinit.c306 * information for quick lookup during GPE dispatch. Allows a
432 * use during dispatch of this GPE.
436 gpe_event_info->dispatch.method_node = method_node;
H A Dnseval.c392 method_obj->method.dispatch.handler =
H A Dpsxface.c295 info->obj_desc->method.dispatch.implementation(walk_state);
H A Dacobject.h184 } dispatch; member in struct:acpi_object_method
H A Dnsaccess.c168 obj_desc->method.dispatch.implementation =
H A Ddsmethod.c417 obj_desc->method.dispatch.implementation(next_walk_state);
H A Devrgnini.c185 * No installed handler. This shouldn't happen because the dispatch
595 obj_desc->method.dispatch.handler;
H A Daclocal.h423 union acpi_gpe_dispatch_info dispatch; /* Either Method or Handler */ member in struct:acpi_gpe_event_info
/drivers/gpu/drm/nouveau/
H A Dnva3_copy.c167 u32 dispatch = nv_rd32(dev, 0x10401c); local
168 u32 stat = nv_rd32(dev, 0x104008) & dispatch & ~(dispatch >> 16);
/drivers/scsi/
H A Dncr53c8xx.c1816 ncrcmd dispatch [ 32]; member in struct:script
2184 PADDR (dispatch),
2250 PADDR (dispatch),
2259 PADDR (dispatch),
2287 PADDR (dispatch),
2306 PADDR (dispatch),
2494 PADDR (dispatch),
2563 PADDR (dispatch),
2729 ** || PADDR (dispatch),
2739 PADDR (dispatch),
[all...]
/drivers/scsi/mvsas/
H A Dmv_sas.h185 const struct mvs_dispatch *dispatch; member in struct:mvs_chip_info
191 #define MVS_CHIP_DISP (mvi->chip->dispatch)
/drivers/scsi/pm8001/
H A Dpm8001_sas.h177 const struct pm8001_dispatch *dispatch; member in struct:pm8001_chip_info
179 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
/drivers/media/video/cx18/
H A Dcx18-mailbox.c169 int dispatch = 0; local
198 /* If we've filled the buffer as per the callers res then dispatch it */
200 dispatch = 1;
204 if (dispatch) {

Completed in 273 milliseconds