| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_cpumask.tc | 21 do_reset() { 30 test `printf "%d" $MASK` -eq 2 || do_reset 38 grep -q -e "\[001\]" trace || do_reset 41 ! grep -qv -e "\[001\]" -e "^#" trace || do_reset 43 do_reset
|
| H A D | func-filter-pid.tc | 24 do_reset() { 33 do_reset 86 do_reset
|
| H A D | fgraph-filter-stack.tc | 9 do_reset() { 16 do_reset 71 do_reset
|
| H A D | func-filter-notrace-pid.tc | 23 do_reset() { 33 do_reset 92 do_reset
|
| H A D | func_event_triggers.tc | 15 do_reset() { 112 do_reset
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/event/ |
| H A D | event-pid.tc | 7 do_reset() { 15 do_reset 31 do_reset 46 do_reset 59 do_reset
|
| H A D | event-no-pid.tc | 7 do_reset() { 19 do_reset 66 do_reset 89 do_reset 121 do_reset
|
| H A D | subsystem-enable.tc | 7 do_reset() { 26 do_reset 37 do_reset
|
| H A D | toplevel-enable.tc | 6 do_reset() { 27 do_reset 40 do_reset
|
| H A D | event-enable.tc | 7 do_reset() { 26 do_reset 37 do_reset
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| H A D | trigger-synthetic-event-syntax.tc | 6 do_reset() { 13 do_reset 19 do_reset 69 do_reset
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/ |
| H A D | cpu.c | 28 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 137 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 172 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 259 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 346 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 363 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function 393 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | boot.c | 67 do_reset(NULL, 0, 0, NULL); in do_reboot_brom() 79 reset, 2, 0, do_reset, 85 reboot, 2, 0, do_reset,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | warmboot_avp.c | 48 goto do_reset; in wb_start() 52 goto do_reset; in wb_start() 221 do_reset: in wb_start() 227 goto do_reset; in wb_start()
|
| /OK3568_Linux_fs/u-boot/board/theadorable/ |
| H A D | theadorable.c | 280 do_reset(NULL, 0, 0, NULL); in board_late_init() 290 do_reset(NULL, 0, 0, NULL); in board_late_init() 326 do_reset(NULL, 0, 0, NULL); in do_pcie_test()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_timer.c | 102 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources() argument 109 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources() 122 do_reset = true; in tcp_out_of_resources() 123 if (do_reset) in tcp_out_of_resources() 236 bool expired = false, do_reset; in tcp_write_timeout() local 257 do_reset = alive || in tcp_write_timeout() 260 if (tcp_out_of_resources(sk, do_reset)) in tcp_write_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_host.h | 71 extern void musb_port_reset(struct musb *musb, bool do_reset); 105 static inline void musb_port_reset(struct musb *musb, bool do_reset) {} in musb_port_reset() argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | _exports.h | 32 EXPORT_FUNC(do_reset, int, do_reset, cmd_tbl_t *,
|
| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/anybuss/ |
| H A D | arcx-anybus.c | 50 static void do_reset(struct controller_priv *cd, u8 rst_bit, bool reset) in do_reset() function 82 do_reset(cd, CPLD_CONTROL_CRST, reset); in anybuss_reset() 84 do_reset(cd, id ? CPLD_CONTROL_RST2 : CPLD_CONTROL_RST1, reset); in anybuss_reset()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 199 char do_reset; member 573 if (priv->do_reset) { in grpci2_hw_init() 746 priv->do_reset = *tmp; in grpci2_of_probe() 753 priv->do_reset = *tmp; in grpci2_of_probe() 755 priv->do_reset = 0; in grpci2_of_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | reset.c | 10 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_reset() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | reset.c | 30 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ae3xx/ |
| H A D | cpu.c | 41 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | cpu.c | 41 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
|
| /OK3568_Linux_fs/u-boot/arch/sh/cpu/sh4/ |
| H A D | cpu.c | 30 int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
|