Searched refs:restart (Results 101 - 125 of 425) sorted by relevance

1234567891011>>

/linux-master/drivers/dma-buf/
H A Ddma-resv.c437 bool restart; local
441 restart = dma_resv_fences_list(cursor->obj) != cursor->fences;
443 if (restart)
446 restart = true;
/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200.c183 .restart = mpc52xx_restart,
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.h111 unsigned int restart:1; member in struct:msp_state
/linux-master/arch/powerpc/platforms/85xx/
H A Dcorenet_generic.c162 ppc_md.restart = fsl_hv_restart;
/linux-master/arch/powerpc/platforms/amigaone/
H A Dsetup.c166 .restart = amigaone_restart,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c427 int restart; local
475 /* adjust restart */
476 restart = const_ptr->def_restart;
489 restart -= v_offset + h_offset;
491 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
492 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
494 tv_dac->tv.hrestart = restart % h_total;
495 restart /= h_total;
496 tv_dac->tv.vrestart = restart % v_total;
497 restart /
[all...]
/linux-master/drivers/sh/intc/
H A Dvirq.c210 restart:
223 goto restart;
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c131 restart:
136 * If we time out during an OBF check, we can restart the command;
169 goto restart;
253 * Tell the wireless module to restart USB communication.
/linux-master/arch/powerpc/kernel/
H A Deeh_cache.c217 restart:
228 goto restart;
/linux-master/arch/arm/mach-ep93xx/
H A Dts72xx.c357 .restart = ep93xx_restart,
421 .restart = ep93xx_restart,
/linux-master/arch/arm/mach-orion5x/
H A Dkurobox_pro-setup.c390 .restart = orion5x_restart,
405 .restart = orion5x_restart,
H A Dmv2120-setup.c242 .restart = orion5x_restart,
H A Dts409-setup.c319 .restart = orion5x_restart,
/linux-master/drivers/watchdog/
H A Dbcm47xx_wdt.c103 .restart = bcm47xx_wdt_restart,
174 .restart = bcm47xx_wdt_restart,
H A Ddigicolor_wdt.c102 .restart = dc_wdt_restart,
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c108 maple_nvram_offset = of_get_property(sp, "restart-addr", NULL);
109 maple_nvram_command = of_get_property(sp, "restart-value", NULL);
168 ppc_md.restart = rtas_restart;
356 .restart = maple_restart,
/linux-master/fs/gfs2/
H A Dlock_dlm.c825 restart:
859 goto restart;
936 goto restart;
958 goto restart;
968 goto restart;
977 goto restart;
999 restart:
1028 goto restart;
/linux-master/fs/lockd/
H A Dclntlock.c247 restart:
274 goto restart;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c437 bool restart = dev->mt76.mcu_ops->mcu_restart; local
454 if (restart)
475 if (restart)
493 if (dev->mt76.beacon_mask && !restart)
517 if (restart) {
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c474 restart:
492 goto restart;
519 goto restart;
569 goto restart;
589 goto restart;
770 restart:
823 goto restart;
/linux-master/fs/nfs/
H A Ddelegation.c158 restart:
170 goto restart;
599 restart:
602 * to an inode place_holder. Each time we restart, we
641 goto restart;
652 goto restart;
1162 restart:
1187 goto restart;
1296 restart:
1323 goto restart;
[all...]
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c227 static void restart(struct net_device *dev) function
455 .restart = restart,
/linux-master/fs/jbd2/
H A Dcheckpoint.c180 restart:
227 goto restart;
283 goto restart;
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c251 machine_ops.restart = sdk7786_restart;
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.h46 unsigned char restart : 1; member in struct:ether1_priv

Completed in 204 milliseconds

1234567891011>>