/drivers/power/reset/ |
D | Kconfig | 30 This driver supports restart for Atmel AT91SAM9 and SAMA5 37 This driver supports restart for Axxia SoC. 46 This driver provides restart support for ARM-based Broadcom STB 50 to have restart support. 61 bool "GPIO restart driver" 65 If your board needs a GPIO high/low to restart, say Y and 78 Power off and restart support for Qualcomm boards. 101 Instead they restart, and u-boot holds the SoC until the 111 bool "ST restart power-off driver" 122 Power off and restart support for ARM Versatile family of
|
D | Makefile | 7 obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o 12 obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
|
/drivers/scsi/aacraid/ |
D | src.c | 550 int restart = 0; in aac_src_init() local 568 ++restart; in aac_src_init() 576 ++restart; in aac_src_init() 601 if ((restart && in aac_src_init() 608 if (!restart && in aac_src_init() 617 ++restart; in aac_src_init() 621 if (restart && aac_commit) in aac_src_init() 689 int restart = 0; in aac_srcv_init() local 707 ++restart; in aac_srcv_init() 737 ++restart; in aac_srcv_init() [all …]
|
D | rx.c | 556 int restart = 0; in _aac_rx_init() local 572 while ((++restart < 512) && in _aac_rx_init() 581 ++restart; in _aac_rx_init() 604 if ((restart && in _aac_rx_init() 611 if (!restart && in _aac_rx_init() 619 ++restart; in _aac_rx_init() 623 if (restart && aac_commit) in _aac_rx_init()
|
/drivers/media/i2c/ |
D | msp3400-kthreads.c | 519 restart: in msp3400c_thread() 521 state->restart = 0; in msp3400c_thread() 546 goto restart; in msp3400c_thread() 562 goto restart; in msp3400c_thread() 599 goto restart; in msp3400c_thread() 684 goto restart; in msp3400c_thread() 709 restart: in msp3410d_thread() 711 state->restart = 0; in msp3410d_thread() 740 goto restart; in msp3410d_thread() 755 goto restart; in msp3410d_thread() [all …]
|
D | msp3400-driver.h | 103 unsigned int restart:1; member
|
D | msp3400-driver.c | 322 state->restart = 1; in msp_wake_thread() 343 return state->restart; in msp_sleep() 874 state->restart = 1; in msp_remove()
|
/drivers/ps3/ |
D | sys-manager-core.c | 60 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart() 61 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
|
/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 386 int restart; in lovsub_lock_delete() local 403 restart = 0; in lovsub_lock_delete() 411 restart = lovsub_lock_delete_one(env, child, lov); in lovsub_lock_delete() 414 if (restart) { in lovsub_lock_delete() 419 } while (restart); in lovsub_lock_delete()
|
/drivers/net/fddi/skfp/ |
D | smttimer.c | 29 static void timer_done(struct s_smc *smc, int restart); 120 static void timer_done(struct s_smc *smc, int restart) in timer_done() argument 153 if (restart && smc->t.st_queue) in timer_done()
|
/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 428 int restart; in radeon_legacy_tv_init_restarts() local 484 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts() 497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts() 500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); in radeon_legacy_tv_init_restarts() 502 tv_dac->tv.hrestart = restart % h_total; in radeon_legacy_tv_init_restarts() 503 restart /= h_total; in radeon_legacy_tv_init_restarts() 504 tv_dac->tv.vrestart = restart % v_total; in radeon_legacy_tv_init_restarts() 505 restart /= v_total; in radeon_legacy_tv_init_restarts() 506 tv_dac->tv.frestart = restart % f_total; in radeon_legacy_tv_init_restarts()
|
/drivers/net/ethernet/ti/ |
D | cpmac.c | 417 struct cpmac_desc *desc, *restart; in cpmac_poll() local 432 restart = NULL; in cpmac_poll() 442 if (unlikely(restart)) { in cpmac_poll() 446 restart, desc); in cpmac_poll() 450 restart = desc->next; in cpmac_poll() 477 if (!restart && in cpmac_poll() 485 restart = priv->rx_head; in cpmac_poll() 488 if (restart) { in cpmac_poll() 494 if (unlikely((restart->dataflags & CPMAC_OWN) == 0)) { in cpmac_poll() 498 "that's not free: %p\n", restart); in cpmac_poll() [all …]
|
/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 488 restart: in tvaudio_thread() 505 goto restart; in tvaudio_thread() 532 goto restart; in tvaudio_thread() 584 goto restart; in tvaudio_thread() 604 goto restart; in tvaudio_thread() 785 restart: in tvaudio_thread_ddep() 836 goto restart; in tvaudio_thread_ddep()
|
/drivers/tty/ |
D | tty_buffer.c | 68 int restart; in tty_buffer_unlock_exclusive() local 70 restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive() 74 if (restart) in tty_buffer_unlock_exclusive()
|
/drivers/sh/intc/ |
D | virq.c | 207 restart: in intc_subgroup_map() 220 goto restart; in intc_subgroup_map()
|
/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 51 bool restart = false; in carl9170_dbg_message() local 58 restart = true; in carl9170_dbg_message() 65 restart = true; in carl9170_dbg_message() 72 if (restart) in carl9170_dbg_message()
|
/drivers/i2c/busses/ |
D | i2c-mpc.c | 433 const u8 *data, int length, int restart) in mpc_write() argument 437 u32 flags = restart ? CCR_RSTA : 0; in mpc_write() 461 u8 *data, int length, int restart, bool recv_len) in mpc_read() argument 465 u32 flags = restart ? CCR_RSTA : 0; in mpc_read()
|
/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 248 static void restart(struct net_device *dev) in restart() function 514 .restart = restart,
|
D | mac-scc.c | 244 static void restart(struct net_device *dev) in restart() function 498 .restart = restart,
|
D | mac-fcc.c | 248 static void restart(struct net_device *dev) in restart() function 596 .restart = restart,
|
/drivers/media/usb/s2255/ |
D | s2255drv.c | 156 u32 restart; /* if DSP requires restart */ member 908 mode.restart = 1; in vidioc_s_fmt_vid_cap() 910 mode.restart = 1; in vidioc_s_fmt_vid_cap() 912 mode.restart = 1; in vidioc_s_fmt_vid_cap() 1049 if (mode->restart) { in s2255_set_mode() 1059 vc->mode.restart = 0; in s2255_set_mode() 1146 mode.restart = 1; in vidioc_s_std() 1155 mode.restart = 1; in vidioc_s_std() 1164 if (mode.restart) in vidioc_s_std() 1260 mode.restart = 0; in s2255_s_ctrl() [all …]
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000_core.c | 363 static void dwmac1000_ctrl_ane(struct mac_device_info *hw, bool restart) in dwmac1000_ctrl_ane() argument 369 if (restart) in dwmac1000_ctrl_ane()
|
/drivers/net/ethernet/i825xx/ |
D | ether1.c | 679 if (priv(dev)->restart) { in ether1_sendpacket() 687 priv(dev)->restart = 0; in ether1_sendpacket() 783 priv(dev)->restart = 1; in ether1_xmit_done() 789 priv(dev)->restart = 1; in ether1_xmit_done()
|
/drivers/media/usb/dvb-usb/ |
D | friio.c | 296 restart: in friio_initialize() 328 goto restart; in friio_initialize()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_mmap.c | 355 restart: in ll_fault() 375 goto restart; in ll_fault()
|