/drivers/s390/scsi/ |
D | zfcp_erp.c | 64 static int zfcp_erp_action_exists(struct zfcp_erp_action *act) in zfcp_erp_action_exists() argument 68 list_for_each_entry(curr_act, &act->adapter->erp_running_head, list) in zfcp_erp_action_exists() 69 if (act == curr_act) in zfcp_erp_action_exists() 74 static void zfcp_erp_action_ready(struct zfcp_erp_action *act) in zfcp_erp_action_ready() argument 76 struct zfcp_adapter *adapter = act->adapter; in zfcp_erp_action_ready() 78 list_move(&act->list, &act->adapter->erp_ready_head); in zfcp_erp_action_ready() 79 zfcp_dbf_rec_run("erardy1", act); in zfcp_erp_action_ready() 81 zfcp_dbf_rec_run("erardy2", act); in zfcp_erp_action_ready() 84 static void zfcp_erp_action_dismiss(struct zfcp_erp_action *act) in zfcp_erp_action_dismiss() argument 86 act->status |= ZFCP_STATUS_ERP_DISMISSED; in zfcp_erp_action_dismiss() [all …]
|
/drivers/s390/block/ |
D | dasd_fba.c | 479 struct ccw1 *act, *end, *last; in dasd_fba_dump_sense() local 518 act = req->cpaddr; in dasd_fba_dump_sense() 519 for (last = act; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++); in dasd_fba_dump_sense() 520 end = min(act + 8, last); in dasd_fba_dump_sense() 522 while (act <= end) { in dasd_fba_dump_sense() 525 act, ((int *) act)[0], ((int *) act)[1]); in dasd_fba_dump_sense() 526 for (count = 0; count < 32 && count < act->count; in dasd_fba_dump_sense() 529 ((int *) (addr_t) act->cda) in dasd_fba_dump_sense() 532 act++; in dasd_fba_dump_sense() 539 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) { in dasd_fba_dump_sense() [all …]
|
/drivers/input/serio/ |
D | hp_sdc.c | 201 if (curr->act.semaphore) in hp_sdc_take() 202 up(curr->act.semaphore); in hp_sdc_take() 205 if (curr->act.irqhook) in hp_sdc_take() 206 curr->act.irqhook(irq, dev_id, status, data); in hp_sdc_take() 331 if (curr->act.semaphore) in hp_sdc_tasklet() 332 up(curr->act.semaphore); in hp_sdc_tasklet() 338 if (curr->act.irqhook) in hp_sdc_tasklet() 339 curr->act.irqhook(0, NULL, 0, 0); in hp_sdc_tasklet() 354 uint8_t act; in hp_sdc_put() local 427 act = curr->seq[idx]; in hp_sdc_put() [all …]
|
D | gscps2.c | 96 u8 act, append; /* position in buffer[] */ member 138 ps2port->act = ps2port->append = 0; in gscps2_flush() 253 while (ps2port->act != ps2port->append) { in gscps2_interrupt() 263 status = ps2port->buffer[ps2port->act].str; in gscps2_interrupt() 264 data = ps2port->buffer[ps2port->act].data; in gscps2_interrupt() 266 ps2port->act = ((ps2port->act+1) & BUFFER_SIZE); in gscps2_interrupt()
|
D | hp_sdc_mlc.c | 196 if (priv->trans.act.semaphore != &mlc->csem) in hp_sdc_mlc_cts() 206 priv->trans.act.semaphore = &mlc->csem; in hp_sdc_mlc_cts() 220 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_cts() 248 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out() 289 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out() 319 hp_sdc_mlc_priv.trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_init()
|
D | hil_mlc.c | 588 switch (node->act) { in hilse_setup_input() 637 switch (node->act) { in hilse_donode() 691 if ((node + 1)->act & HILSE_IN) in hilse_donode()
|
/drivers/clocksource/ |
D | bcm2835_timer.c | 47 struct irqaction act; member 135 timer->act.name = node->name; in bcm2835_timer_init() 136 timer->act.flags = IRQF_TIMER | IRQF_SHARED; in bcm2835_timer_init() 137 timer->act.dev_id = timer; in bcm2835_timer_init() 138 timer->act.handler = bcm2835_time_interrupt; in bcm2835_timer_init() 140 if (setup_irq(irq, &timer->act)) in bcm2835_timer_init()
|
/drivers/scsi/ |
D | xen-scsifront.c | 80 unsigned char act; member 298 if (info->shadow[ring_rsp->rqid]->act == VSCSIIF_ACT_SCSI_CDB) in scsifront_cmd_done() 499 ring_req->act = VSCSIIF_ACT_SCSI_CDB; in scsifront_queuecommand() 502 shadow->act = VSCSIIF_ACT_SCSI_CDB; in scsifront_queuecommand() 532 static int scsifront_action_handler(struct scsi_cmnd *sc, uint8_t act) in scsifront_action_handler() argument 564 ring_req->act = act; in scsifront_action_handler() 567 shadow->act = act; in scsifront_action_handler()
|
/drivers/acpi/ |
D | thermal.c | 70 static int act; variable 71 module_param(act, int, 0644); 72 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points."); 423 if (act == -1) in acpi_thermal_trips_update() 434 if (act <= 0) in acpi_thermal_trips_update() 438 CELSIUS_TO_KELVIN(act); in acpi_thermal_trips_update() 446 CELSIUS_TO_KELVIN(act) ? in acpi_thermal_trips_update() 448 CELSIUS_TO_KELVIN(act)); in acpi_thermal_trips_update() 1179 if (act == 0) { in thermal_act() 1182 act = -1; in thermal_act()
|
/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_mdio.c | 151 bool act; in sxgbe_mdio_register() local 204 act = (priv->plat->phy_addr == phy_addr); in sxgbe_mdio_register() 219 dev_name(&phy->dev), act ? " active" : ""); in sxgbe_mdio_register()
|
/drivers/block/ |
D | swim3.c | 241 static void act(struct floppy_state *fs); 385 act(fs); in start_request() 503 static void act(struct floppy_state *fs) in act() function 592 act(fs); in scan_timeout() 630 act(fs); in settle_timeout() 711 act(fs); in swim3_interrupt() 721 act(fs); in swim3_interrupt() 735 act(fs); in swim3_interrupt() 742 act(fs); in swim3_interrupt() 784 act(fs); in swim3_interrupt() [all …]
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_mdio.c | 241 int act = 0; in stmmac_mdio_register() local 263 act = (priv->plat->phy_addr == addr); in stmmac_mdio_register() 279 act ? " active" : ""); in stmmac_mdio_register()
|
/drivers/misc/lis3lv02d/ |
D | Kconfig | 16 the laptop to act as a pinball machine-esque joystick. 33 the device to act as a pinball machine-esque joystick.
|
/drivers/usb/gadget/function/ |
D | rndis.c | 992 struct list_head *act, *tmp; in rndis_free_response() local 994 list_for_each_safe(act, tmp, in rndis_free_response() 997 r = list_entry(act, rndis_resp_t, list); in rndis_free_response() 1009 struct list_head *act, *tmp; in rndis_get_next_response() local 1013 list_for_each_safe(act, tmp, in rndis_get_next_response() 1016 r = list_entry(act, rndis_resp_t, list); in rndis_get_next_response()
|
/drivers/mtd/nand/ |
D | nand_bbt.c | 177 int res, ret = 0, i, j, act = 0; in read_bbt() local 220 for (j = 0; j < 8; j += bits, act++) { in read_bbt() 226 (loff_t)(offs + act) << in read_bbt() 228 bbt_mark_entry(this, offs + act, in read_bbt() 238 (loff_t)(offs + act) << in read_bbt() 242 bbt_mark_entry(this, offs + act, in read_bbt() 245 bbt_mark_entry(this, offs + act, in read_bbt()
|
/drivers/scsi/osd/ |
D | osd_initiator.c | 592 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv1_req_encode_common() argument 602 act &= cpu_to_be16(~0x0080); /* V1 action code */ in _osdv1_req_encode_common() 604 OSD_DEBUG("OSDv1 execute opcode 0x%x\n", be16_to_cpu(act)); in _osdv1_req_encode_common() 608 ocdb->h.varlen_cdb.service_action = act; in _osdv1_req_encode_common() 617 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv2_req_encode_common() argument 621 OSD_DEBUG("OSDv2 execute opcode 0x%x\n", be16_to_cpu(act)); in _osdv2_req_encode_common() 625 ocdb->h.varlen_cdb.service_action = act; in _osdv2_req_encode_common() 634 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osd_req_encode_common() argument 637 _osdv1_req_encode_common(or, act, obj, offset, len); in _osd_req_encode_common() 639 _osdv2_req_encode_common(or, act, obj, offset, len); in _osd_req_encode_common() [all …]
|
/drivers/watchdog/ |
D | machzwd.c | 388 static void __init zf_show_action(int act) in zf_show_action() argument 392 pr_info("Watchdog using action = %s\n", str[act]); in zf_show_action()
|
/drivers/net/wireless/orinoco/ |
D | Kconfig | 74 adaptors are not a full PCMCIA controller but act as a more limited 85 adaptors are not a full PCMCIA controller but act as a more limited 95 adaptors are not full PCMCIA controllers, but act as a more limited
|
/drivers/staging/android/fiq_debugger/ |
D | fiq_debugger.c | 275 struct irqaction *act = desc->action; in fiq_debugger_dump_irqs() local 276 if (!act && !kstat_irqs(n)) in fiq_debugger_dump_irqs() 282 (act && act->name) ? act->name : "???"); in fiq_debugger_dump_irqs()
|
/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 675 int act = 0; in rdac_activate() local 684 act = 1; in rdac_activate() 689 act = 1; in rdac_activate() 695 if (act) { in rdac_activate()
|
/drivers/net/appletalk/ |
D | Kconfig | 11 so that your Linux box can act as a print and file server for Macs as 86 you want your Linux box to act as an Internet gateway for a zoo of
|
/drivers/input/misc/ |
D | hp_sdc_rtc.c | 105 t.act.semaphore = &tsem; in hp_sdc_rtc_do_read_bbrtc() 177 t.act.semaphore = &i8042tregs; in hp_sdc_rtc_read_i8042timer()
|
/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 3 The IIO subsystem can act as a layer under other elements of the kernel
|
/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
/drivers/pci/host/ |
D | Kconfig | 11 act both as EP and RC. This reuses the Designware core.
|