Searched refs:restart (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/linux-master/drivers/power/supply/
H A Dmax8998_charger.c130 switch (pdata->restart) {
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c51 bool restart = false; local
58 restart = true;
65 restart = true;
72 if (restart)
/linux-master/arch/arm/mach-rpc/
H A Driscpc.c224 .restart = rpc_restart,
/linux-master/drivers/watchdog/
H A Dgxp-wdt.c105 .restart = gxp_restart,
H A Dmoxart_wdt.c85 .restart = moxart_wdt_restart,
H A Dloongson1_wdt.c98 .restart = ls1x_wdt_restart,
/linux-master/arch/arm/mach-spear/
H A Dspear320.c267 .restart = spear_restart,
H A Dspear310.c254 .restart = spear_restart,
/linux-master/arch/arm/mach-highbank/
H A Dhighbank.c174 .restart = highbank_restart,
/linux-master/arch/arm/mach-pxa/
H A Dgumstix.c238 .restart = pxa_restart,
/linux-master/arch/arm/mach-mvebu/
H A Dkirkwood.c190 .restart = mvebu_restart,
/linux-master/arch/powerpc/platforms/82xx/
H A Dkm82xx.c197 .restart = pq2_restart,
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c224 .restart = mpc83xx_restart,
/linux-master/arch/powerpc/platforms/8xx/
H A Dmpc885ads_setup.c214 .restart = mpc8xx_restart,
/linux-master/arch/powerpc/platforms/85xx/
H A Dksi8560.c183 .restart = machine_restart,
/linux-master/arch/arm/mach-omap1/
H A Dboard-palmte.c271 .restart = omap1_restart,
/linux-master/sound/soc/ti/
H A Domap-mcpdm.c55 bool restart; member in struct:omap_mcpdm
365 /* Check if we need to restart McPDM with this stream */
368 mcpdm->restart = true;
397 } else if (mcpdm->restart) {
400 mcpdm->restart = false;
/linux-master/arch/mips/kernel/
H A Dsignal_n32.c139 .restart = __NR_N32_restart_syscall,
/linux-master/drivers/spi/
H A Dspi-sprd-adi.c141 int (*restart)(struct sys_off_data *data); member in struct:sprd_adi_data
443 dev_emerg(sadi->dev, "Unable to restart system\n");
587 if (sadi->data->restart) {
589 sadi->data->restart,
592 dev_err(&pdev->dev, "can not register restart handler\n");
608 .restart = sprd_adi_restart_sc9860,
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c225 .restart = rtas_restart,
/linux-master/tools/usb/
H A Dtestusb.c310 restart:
342 goto restart;
/linux-master/net/nfc/nci/
H A Duart.c77 restart:
97 goto restart;
/linux-master/fs/xfs/
H A Dxfs_log_cil.c861 restart:
886 goto restart;
892 goto restart;
1678 restart:
1705 goto restart;
1731 goto restart;
H A Dxfs_dquot.c783 restart:
798 goto restart;
898 restart:
917 goto restart;
993 restart:
1041 goto restart;
/linux-master/fs/
H A Dfs-writeback.c672 bool restart = false; local
677 return restart;
700 restart = isw_prepare_wbs_switch(isw, &wb->b_attached, &nr);
701 if (!restart)
702 restart = isw_prepare_wbs_switch(isw, &wb->b_dirty_time, &nr);
710 return restart;
722 return restart;
991 restart:
1045 goto restart;

Completed in 443 milliseconds

1234567891011>>