| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpuhotplug.h | 207 int (*teardown)(unsigned int cpu), bool multi_instance); 212 int (*teardown)(unsigned int cpu), 227 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state() 229 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 235 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_cpuslocked() 238 teardown, false); in cpuhp_setup_state_cpuslocked() 255 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls() 257 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls() 264 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls_cpuslocked() 267 teardown, false); in cpuhp_setup_state_nocalls_cpuslocked() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu.c | 132 } teardown; member 169 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback() 177 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 185 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 221 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 1888 .teardown.single = NULL, 1894 .teardown.single = NULL, 1900 .teardown.single = perf_event_exit_cpu, 1905 .teardown.single = NULL, 1910 .teardown.single = hrtimers_dead_cpu, [all …]
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | dbus-core.c | 70 teardown(void) in teardown() function 111 teardown(); in message_filter() 237 teardown(); in dbus_core_fini()
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | dsa2.c | 465 goto teardown; in dsa_switch_setup() 482 teardown: in dsa_switch_setup() 483 if (ds->ops->teardown) in dsa_switch_setup() 484 ds->ops->teardown(ds); in dsa_switch_setup() 514 if (ds->ops->teardown) in dsa_switch_teardown() 515 ds->ops->teardown(ds); in dsa_switch_teardown() 537 goto teardown; in dsa_tree_setup_switches() 547 goto teardown; in dsa_tree_setup_switches() 554 teardown: in dsa_tree_setup_switches()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | rseq-arm.h | 127 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument 136 teardown \ 139 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument 141 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ 145 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 147 teardown \
|
| H A D | rseq-mips.h | 132 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument 143 teardown \ 146 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument 148 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ 152 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 154 teardown \
|
| H A D | rseq-x86.h | 98 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 104 teardown \ 108 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 111 teardown \ 707 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 713 teardown \ 717 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 720 teardown \
|
| H A D | rseq-s390.h | 122 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument 126 teardown \ 130 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument 133 teardown \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | if_spi.c | 1117 goto teardown; in if_spi_probe() 1191 teardown: in if_spi_probe() 1192 if (pdata->teardown) in if_spi_probe() 1193 pdata->teardown(spi); in if_spi_probe() 1212 if (card->pdata->teardown) in libertas_spi_remove() 1213 card->pdata->teardown(spi); in libertas_spi_remove() 1229 if (card->pdata->teardown) in if_spi_suspend() 1230 card->pdata->teardown(spi); in if_spi_suspend()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-testcases/ |
| H A D | AddingTestCases.txt | 64 teardown: The list of commands to clean up after the test is completed. 78 If an error is detected during the setup/teardown process, execution of the 84 Repeated failures of the setup/teardown may indicate a problem with the test 87 It's possible to include acceptable exit codes with the setup/teardown command
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | core.c | 339 bool teardown = false; in mlx5_fpga_event() local 360 teardown = true; in mlx5_fpga_event() 372 if (teardown) in mlx5_fpga_event()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | ep93xx-fb.rst | 87 callbacks: setup, teardown and blank. The setup and teardown functions 92 The setup and teardown devices pass the platform_device structure as
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | README | 30 teardown commands - which includes not being able to run a test simply 84 - teardown 86 The setup and teardown stages can run zero or more commands. The setup 87 stage does some setup if the test needs it. The teardown stage undoes 205 failure during setup or teardown stage. 219 - teardown
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | libertas_spi.h | 23 int (*teardown)(struct spi_device *spi); member
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | pcf857x.h | 39 int (*teardown)(struct i2c_client *client, member
|
| H A D | max732x.h | 19 int (*teardown)(struct i2c_client *client, member
|
| H A D | pca953x.h | 25 int (*teardown)(struct i2c_client *client, member
|
| H A D | video-ep93xx.h | 41 void (*teardown)(struct platform_device *pdev); member
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | mcfqspi.h | 25 void (*teardown)(struct mcfqspi_cs_control *); member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/loader/ |
| H A D | loadmod.c | 777 ModuleTearDownProc teardown; in LoadModule() local 782 teardown = initdata->teardown; in LoadModule() 800 if (teardown) in LoadModule() 801 ret->TearDownProc = teardown; in LoadModule()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | ep93xx-fb.c | 562 if (fbi->mach_info->teardown) in ep93xxfb_probe() 563 fbi->mach_info->teardown(pdev); in ep93xxfb_probe() 584 if (fbi->mach_info->teardown) in ep93xxfb_remove() 585 fbi->mach_info->teardown(pdev); in ep93xxfb_remove()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | cluster-pm-race-avoidance.rst | 6 cluster setup and teardown operations and to manage hardware coherency 82 state. It may be part way through the process of teardown and 127 policy decision CPU teardown complete 208 local CPU teardown complete 285 teardown completely. 379 To avoid wasteful unnecessary teardown operations, the outbound 413 a) back out of teardown, restoring the cluster to the 421 unnecessary teardown and setup operations in situations where
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tc6393xb.h | 32 void (*teardown)(struct platform_device *dev); member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | exa-driver.txt | 78 EXA teardown 81 pointer, free their EXADriver structure, and do any other necessary teardown.
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | da8xx-usb.h | 38 dv_reg teardown; member
|