/drivers/net/ |
D | eexpress.c | 149 unsigned char started; member 521 lp->started = 0; in eexp_close() 544 if (lp->started) in unstick_cu() 710 if ((dev->flags & IFF_UP) && !(lp->started & STARTED_CU)) { in eexp_start_irq() 745 lp->started |= STARTED_CU; in eexp_start_irq() 748 if (!(lp->started & STARTED_RU)) { in eexp_start_irq() 752 lp->started |= STARTED_RU; in eexp_start_irq() 757 if ((dev->flags & IFF_UP) && !(lp->started & STARTED_RU) && SCB_RUstat(status)==4) in eexp_start_irq() 758 lp->started|=STARTED_RU; in eexp_start_irq() 795 if (lp->started == (STARTED_CU | STARTED_RU)) { in eexp_irq() [all …]
|
/drivers/watchdog/ |
D | s3c2410_wdt.c | 339 int started = 0; in s3c2410wdt_probe() local 399 started = s3c2410wdt_set_heartbeat( in s3c2410wdt_probe() 402 if (started == 0) in s3c2410wdt_probe() 417 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()
|
D | Kconfig | 38 it has been started.
|
/drivers/net/wireless/ |
D | mac80211_hwsim.c | 137 int started; member 264 if (!data2->started || !data2->radio_enabled || in mac80211_hwsim_tx_frame() 326 data->started = 1; in mac80211_hwsim_start() 334 data->started = 0; in mac80211_hwsim_stop() 391 if (!data->started || !data->radio_enabled) in mac80211_hwsim_beacon() 418 if (!data->started || !data->radio_enabled) in mac80211_hwsim_config()
|
/drivers/crypto/ |
D | hifn_795x.c | 442 int active, started; member 1259 dev->started++; in hifn_setup_cmd_desc() 1615 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session() 1676 dev->started = 0; in hifn_test() 1703 dev->started = dev->active = 0; in hifn_start_device() 1763 dev->started--; in hifn_complete_sa() 1764 if (dev->started < 0) in hifn_complete_sa() 1765 printk("%s: started: %d.\n", __func__, dev->started); in hifn_complete_sa() 1767 BUG_ON(dev->started < 0); in hifn_complete_sa() 1916 if ((dev->prev_success == dev->success) && dev->started) in hifn_work() [all …]
|
/drivers/sh/maple/ |
D | maple.c | 57 static int started, scanning, fullscan; variable 579 if (!started || !fullscan) { in maple_response_none() 595 if (!started || (scanning == 2) || !fullscan) { in maple_response_devinfo() 702 if (started == 0) in maple_dma_handler() 703 started = 1; in maple_dma_handler()
|
/drivers/usb/gadget/ |
D | u_serial.c | 418 unsigned started = 0; in gs_start_rx() local 447 started++; in gs_start_rx() 453 return started; in gs_start_rx() 659 unsigned started; in gs_start_io() local 680 started = gs_start_rx(port); in gs_start_io() 683 if (started) { in gs_start_io()
|
/drivers/md/ |
D | dm-snap.c | 92 int started; member 1025 pe->started = 0; in __find_pending_exception() 1098 if (!pe->started) { in snapshot_map() 1100 pe->started = 1; in snapshot_map() 1248 if (!pe->started) { in __origin_write() 1249 pe->started = 1; in __origin_write()
|
/drivers/macintosh/ |
D | windfarm_pm112.c | 106 static int started; variable 508 if (!started) { in pm112_tick() 509 started = 1; in pm112_tick()
|
D | therm_adt746x.c | 286 int started = 0; in update_fans_speed() local 299 started = 1; in update_fans_speed() 328 if (started) in update_fans_speed()
|
/drivers/isdn/hardware/eicon/ |
D | os_bri.c | 638 int started = 0; in diva_bri_start_adapter() local 696 started = 1; in diva_bri_start_adapter() 702 if (!started) { in diva_bri_start_adapter()
|
D | os_pri.c | 437 int started = 0; in diva_pri_start_adapter() local 467 started = 1; in diva_pri_start_adapter() 472 if (!started) { in diva_pri_start_adapter()
|
D | os_4bri.c | 938 int started = 0; in diva_4bri_start_adapter() local 958 started = 1; in diva_4bri_start_adapter() 970 if (!started) { in diva_4bri_start_adapter()
|
/drivers/gpio/ |
D | gpiolib.c | 1197 int started = 0; in gpiolib_show() local 1211 started ? "\n" : "", in gpiolib_show() 1224 started = 1; in gpiolib_show()
|
/drivers/block/paride/ |
D | Transition-notes | 109 was acquiring ps_spinlock) or (2.3) (if it was set when we started to
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 790 u_char started; /* CCB queued to the squeue */ member
|
D | sym_hipd.c | 1584 cp->started = 1; 1668 if (cp->started) { 1675 cp->started = 0; 4808 if (cp->started) { 4815 cp->started = 0;
|
/drivers/staging/panel/ |
D | Kconfig | 10 the kernel and started at boot. If you don't understand what all this
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 46 * SCB that we've already pulled from the QINFIFO and started the selection 1427 /* OK, now they've started to transfer into the fifo, 1433 * OK, they started, then they stopped, now see if they
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1444 * SCBID of the next SCB to be started by the controller.
|
D | aic7xxx.seq | 55 * SCB that we've already pulled from the QINFIFO and started the selection
|