| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 1313 noop, enumerator 1335 {{deliver, noop}, start}, /* ^1 */ 1336 {{deliver, noop}, button_2_down}, /* v2 */ 1337 {{deliver, noop}, start}, /* ^2 */ 1339 {{deliver, noop}, start}, /* ^3 */ 1340 {{deliver, noop}, start}, /* vo */ 1341 {{deliver, noop}, start}, /* ^o */ 1342 {{deliver, noop}, start}, /* <> */ 1343 {{deliver, noop}, start}, /* <-> */ 1344 {{noop, noop}, start}, /* k */ [all …]
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | dummychip.c | 29 static void noop(struct irq_data *data) { } in noop() function 42 .irq_shutdown = noop, 43 .irq_enable = noop, 44 .irq_disable = noop, 56 .irq_shutdown = noop, 57 .irq_enable = noop, 58 .irq_disable = noop, 59 .irq_ack = noop, 60 .irq_mask = noop, 61 .irq_unmask = noop,
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-jcore-aic.c | 61 static void noop(struct irq_data *data) in noop() function 99 jcore_aic.irq_mask = noop; in aic_irq_of_init() 100 jcore_aic.irq_unmask = noop; in aic_irq_of_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-pcf857x.c | 194 static void noop(struct irq_data *data) { } in noop() function 344 gpio->irqchip.irq_ack = noop; in pcf857x_probe() 345 gpio->irqchip.irq_mask = noop; in pcf857x_probe() 346 gpio->irqchip.irq_unmask = noop; in pcf857x_probe()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | of-generic.c | 102 static void noop(void) in noop() function 161 .mv_mem_init = noop,
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0083-libweston-add-weston_renderer-resize_output.patch | 35 libweston/noop-renderer.c | 10 +++++++++ 165 diff --git a/libweston/noop-renderer.c b/libweston/noop-renderer.c 167 --- a/libweston/noop-renderer.c 168 +++ b/libweston/noop-renderer.c
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0082-libweston-add-weston_renderer-resize_output.patch | 35 libweston/noop-renderer.c | 10 +++++++++ 165 diff --git a/libweston/noop-renderer.c b/libweston/noop-renderer.c 167 --- a/libweston/noop-renderer.c 168 +++ b/libweston/noop-renderer.c
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_soup.py | 224 def noop(str): function 227 bs4.dammit.chardet_dammit = noop 380 def noop(str): function 382 bs4.dammit.chardet_dammit = noop
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0012_use_release_instead_of_up_branch.py | 52 reverse_code=migrations.RunPython.noop),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Disable-running-gyp-files-for-bundled-deps.patch | 15 $(warning '$@' target is a noop)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | ui-bootstrap-tpls-0.11.0.js | 8 …noop};this.modes=["day","month","year"],angular.forEach(["formatDay","formatMonth","formatYear","f… 9 …noop}function q(){b.tt_isOpen=!1,g.cancel(v),v=null,b.tt_animation?u||(u=g(s,500)):s()}function r(…
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …noop};this.modes=["day","month","year"],angular.forEach(["formatDay","formatMonth","formatYear","f… 9 …noop}function q(){b.tt_isOpen=!1,g.cancel(v),v=null,b.tt_animation?u||(u=g(s,500)):s()}function r(…
|
| H A D | typeahead.jquery.js | 151 noop: function() {} 456 this.setHint = this.getHint = this.clearHint = this.clearHintIfInvalid = _.noop; 789 that.cancel = $.noop; 809 that.cancel = $.noop; 829 cancel: $.noop,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | coroutine | 216 /// [coroutine.noop] 232 /// [coroutine.promise.noop]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | coroutine | 216 /// [coroutine.noop] 232 /// [coroutine.promise.noop]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kthread.c | 1049 bool noop = false; in kthread_flush_work() local 1065 noop = true; in kthread_flush_work() 1069 if (!noop) in kthread_flush_work()
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 76 -from .helpers import PY_36, CeilTimeout, get_running_loop, is_ip_address, noop, sentinel 82 + noop,
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-transport.c | 330 static int noop(int x) { return x; } in noop() function 348 ata_link_linkspeed_attr(sata_spd, noop);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.c | 491 goto noop; in nouveau_display_hpd_work() 523 noop: in nouveau_display_hpd_work()
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run.log | 33 io scheduler noop registered
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | Makefile | 85 obj-$(CONFIG_ALPHA_JENSEN) += sys_jensen.o pci-noop.o irq_i8259.o
|
| /OK3568_Linux_fs/buildroot/board/olpc/ |
| H A D | readme.txt | 90 ok patch noop ?open-crcs copy-nand \ Disable CRC check
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 237 noop = lambda _: None function 270 _handlers[name] = noop
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | patch.bbclass | 108 "noop": oe.patch.NOOPResolver,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | vrf.rst | 228 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul… 285 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000
|