| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86PM.c | 96 suspend(pmEvent event, Bool undo) in suspend() argument 113 xf86Screens[i]->PMEvent(xf86Screens[i], event, undo); in suspend() 122 resume(pmEvent event, Bool undo) in resume() argument 129 xf86Screens[i]->PMEvent(xf86Screens[i], event, undo); in resume() 149 DoApmEvent(pmEvent event, Bool undo) in DoApmEvent() argument 162 if (!undo && !suspended) { in DoApmEvent() 163 suspend(event, undo); in DoApmEvent() 166 else if (undo && suspended) { in DoApmEvent() 167 resume(event, undo); in DoApmEvent() 177 resume(event, undo); in DoApmEvent() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | attribute_container.c | 244 int (*undo)(struct attribute_container *, in do_attribute_container_device_trigger_safe() 267 if (!undo) in do_attribute_container_device_trigger_safe() 277 undo(cont, dev, &ic->classdev); in do_attribute_container_device_trigger_safe() 301 int (*undo)(struct attribute_container *, in attribute_container_device_trigger_safe() 316 fn, undo); in attribute_container_device_trigger_safe() 323 if (ret && !WARN_ON(!undo)) { in attribute_container_device_trigger_safe() 333 undo, NULL); in attribute_container_device_trigger_safe()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-jack.c | 330 goto undo; in snd_soc_jack_add_gpios() 346 goto undo; in snd_soc_jack_add_gpios() 355 goto undo; in snd_soc_jack_add_gpios() 361 goto undo; in snd_soc_jack_add_gpios() 406 undo: in snd_soc_jack_add_gpios()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | bookmarks.h | 100 void undo(); 117 void undo() { RemoveBookmarksCommand::redo(); } in undo() function 118 void redo() { RemoveBookmarksCommand::undo(); } in redo() 128 void undo();
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | sem.c | 133 struct sem_undo *undo; /* undo structure */ member 654 un = q->undo; in perform_atomic_semop_slow() 672 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local 674 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop_slow() 676 un->semadj[sop->sem_num] = undo; in perform_atomic_semop_slow() 693 goto undo; in perform_atomic_semop_slow() 703 undo: in perform_atomic_semop_slow() 726 un = q->undo; in perform_atomic_semop() 755 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local 758 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntalloc.c | 134 goto undo; in add_grefs() 143 goto undo; in add_grefs() 151 goto undo; in add_grefs() 163 undo: in add_grefs()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | pelt.c | 569 goto undo; in sched_pelt_multiplier() 575 goto undo; in sched_pelt_multiplier() 590 undo: in sched_pelt_multiplier()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-ioctl.c | 106 goto undo; in omapfb_setup_plane() 113 goto undo; in omapfb_setup_plane() 126 goto undo; in omapfb_setup_plane() 132 goto undo; in omapfb_setup_plane() 138 goto undo; in omapfb_setup_plane() 153 undo: in omapfb_setup_plane()
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | method-customizing.rst | 72 3. undo your changes 74 The "undo" operation is not supported for a new inserted method 76 For an overridden method, in order to undo your changes, please
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_isolation.c | 203 goto undo; in start_isolate_page_range() 208 undo: in start_isolate_page_range()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon/ |
| H A D | ethernet-tx.c | 51 int undo; in cvm_oct_adjust_skb_to_free() local 53 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + in cvm_oct_adjust_skb_to_free() 55 if (undo > 0) in cvm_oct_adjust_skb_to_free() 56 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | ops_fstype.c | 400 int undo) in init_locking() argument 404 if (undo) in init_locking() 708 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument 716 if (undo) { in init_journal() 856 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument 861 if (undo) in init_inodes() 864 error = init_journal(sdp, undo); in init_inodes() 909 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument 920 if (undo) in init_per_node()
|
| /OK3568_Linux_fs/buildroot/package/gtksourceview/ |
| H A D | Config.in | 9 undo/redo, search and replace, a completion framework,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 05_Revert-Unload-submodules.diff | 20 + * This is disabled for now. The loader isn't smart enough yet to undo
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | attribute_container.h | 61 int (*undo)(struct attribute_container *,
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-388-clearfog-base.dts | 51 * We undo that rubbish here.
|
| H A D | armada-38x-solidrun-microsom.dtsi | 67 * We undo that rubbish here.
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | rk_ircut.c | 271 goto undo; in add_sysfs_interfaces() 273 undo: in add_sysfs_interfaces()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | management-style.rst | 63 you **will** be wrong), you can always undo the damage later by 81 incompetent nincompoop, say you're sorry, and undo all the worthless 94 too, and while the actual **work** was easy enough to undo by just 143 It turns out that while it's easy to undo technical mistakes, it's not 144 as easy to undo personality disorders. You just have to live with
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 24 eor r5, r5, 0x4d000 @ undo previous insn
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | crypto_engine.rst | 50 request is handled. Clean up / undo what was done in the prepare function.
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | Kconfig | 54 and to set up a watchdog that can undo that swap if the system
|