/openbmc/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 77 struct altera_jtag *js = &astate->js; in altera_jinit() local 80 js->jtag_state = ILLEGAL_JTAG_STATE; in altera_jinit() 83 js->drstop_state = IDLE; in altera_jinit() 84 js->irstop_state = IDLE; in altera_jinit() 85 js->dr_pre = 0; in altera_jinit() 86 js->dr_post = 0; in altera_jinit() 87 js->ir_pre = 0; in altera_jinit() 88 js->ir_post = 0; in altera_jinit() 89 js->dr_length = 0; in altera_jinit() 90 js->ir_length = 0; in altera_jinit() [all …]
|
H A D | altera-jtag.h | 65 struct altera_jtag js; member 71 int altera_set_drstop(struct altera_jtag *js, enum altera_jtag_state state); 72 int altera_set_irstop(struct altera_jtag *js, enum altera_jtag_state state); 73 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, 75 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, 77 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, 79 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_job.c | 91 struct panfrost_job_slot *js = pfdev->js; in panfrost_fence_create() local 99 fence->seqno = ++js->queue[js_num].emit_seqno; in panfrost_fence_create() 100 dma_fence_init(&fence->base, &panfrost_fence_ops, &js->job_lock, in panfrost_fence_create() 101 js->queue[js_num].fence_context, fence->seqno); in panfrost_fence_create() 130 int js) in panfrost_job_write_affinity() argument 141 job_write(pfdev, JS_AFFINITY_NEXT_LO(js), lower_32_bits(affinity)); in panfrost_job_write_affinity() 142 job_write(pfdev, JS_AFFINITY_NEXT_HI(js), upper_32_bits(affinity)); in panfrost_job_write_affinity() 187 static void panfrost_job_hw_submit(struct panfrost_job *job, int js) in panfrost_job_hw_submit() argument 201 if (WARN_ON(job_read(pfdev, JS_COMMAND_NEXT(js)))) { in panfrost_job_hw_submit() 207 job_write(pfdev, JS_HEAD_NEXT_LO(js), lower_32_bits(jc_head)); in panfrost_job_hw_submit() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 51-these-are-not-joysticks-rm.rules | 7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b… 9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b… 11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b… 13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b… 15 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/b… 17 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", KERNEL=="js[0-9]*", RUN+="/b… 19 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", KERNEL=="js[0-9]*", RUN+="/b… 21 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", KERNEL=="js[0-9]*", RUN+="/b… 23 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", KERNEL=="js[0-9]*", RUN+="/b… 25 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", KERNEL=="js[0-9]*", RUN+="/b… [all …]
|
H A D | 60-joystick.rules | 2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}" 6 # don't need the devpath of the js device for this so it is OK to overwrite. 7 ACTION=="add", KERNEL=="js*", IMPORT{parent}="DEVPATH", ATTRS{name}=="Sony PLAYSTATION(R)3 Controll…
|
/openbmc/openbmc/poky/meta/recipes-devtools/jquery/ |
H A D | jquery_3.7.1.bb | 6 LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=5;endline=7;md5=9c7c6e9ab275fc1e0d99cb7180ecd14c" 11 https://code.jquery.com/${BP}.js;name=js;subdir=${BP} \ 12 https://code.jquery.com/${BP}.min.js;name=min;subdir=${BP} \ 16 SRC_URI[js.sha256sum] = "78a85aca2f0b110c29e0d2b137e09f0a1fb7a8e554b499f740d6744dc8962cfe" 20 UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" 30 install -m 644 ${S}/${BP}.js ${D}${datadir}/javascript/${BPN}/${BPN}.js 31 install -m 644 ${S}/${BP}.min.js ${D}${datadir}/javascript/${BPN}/${BPN}.min.js
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-jquery_3.3.1.bb | 21 install -m 0644 ${S}${JQUERYDIR}/jquery.js ${D}${JQUERYDIR}/ 22 install -m 0644 ${S}${JQUERYDIR}/jquery.min.js ${D}${JQUERYDIR}/ 24 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.lite.js 25 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.pack.js
|
H A D | libjs-jquery-cookie_3.0.5.bb | 2 HOMEPAGE = "https://github.com/js-cookie/js-cookie" 6 SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" 17 install -m 0644 ${S}/*.js ${D}${JQUERYCOOKIEDIR}
|
H A D | libjs-jquery-icheck_1.0.3.bb | 6 LIC_FILES_CHKSUM = "file://icheck.js;beginline=6;endline=7;md5=ea25eee37fc3b14403e215bfe13564bc" 16 install -m 0644 ${S}/icheck.js ${D}${datadir}/javascript/jquery-icheck/ 17 install -m 0644 ${S}/icheck.min.js ${D}${datadir}/javascript/jquery-icheck/
|
H A D | libjs-jquery-globalize_1.7.0.bb | 18 install -m 0644 ${S}/dist/*.js ${D}${datadir}/javascript/jquery-globalize/ 19 install -m 0644 ${S}/dist/globalize/*.js ${D}${datadir}/javascript/jquery-globalize/
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | store-anatomy.md | 11 ├── api.js # axios requests 12 ├── index.js # import store modules 16 ├── FeatureStore.js # feature store 17 ├── AdditionalFeatureStore.js # additional features per store 18 ├── AnotherFeatureStore.js # additional features per store 40 Import new store modules in `src/store/index.js`. 42 ```js 43 // `src/store/index.js` 66 ```js
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | 0001-add-arm-to-list-of-mozinline.patch | 7 | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/… 16 js/src/jit/GenerateAtomicOperations.py | 2 +- 19 diff --git a/js/src/jit/GenerateAtomicOperations.py b/js/src/jit/GenerateAtomicOperations.py 21 --- a/js/src/jit/GenerateAtomicOperations.py 22 +++ b/js/src/jit/GenerateAtomicOperations.py
|
H A D | 0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch | 12 js/moz.configure | 2 +- 15 diff --git a/js/moz.configure b/js/moz.configure 17 --- a/js/moz.configure 18 +++ b/js/moz.configure
|
H A D | armv5.patch | 10 js/src/jit/arm/Architecture-arm.cpp | 2 ++ 13 diff --git a/js/src/jit/arm/Architecture-arm.cpp b/js/src/jit/arm/Architecture-arm.cpp 15 --- a/js/src/jit/arm/Architecture-arm.cpp 16 +++ b/js/src/jit/arm/Architecture-arm.cpp
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | README.md | 16 To build and run, a user would first need to install node.js and npm (Node.js 18 node.js on a Ubuntu/Debian-based system: 20 First, install `npm` and `node.js` using a method that is suitable for your 30 Then, with `npm`, `node.js` installed and `dbus-pcap` downloaded to this folder,
|
/openbmc/webui-vue/docs/guide/components/page-title/ |
H A D | index.md | 5 `src/router/routes.js`. 7 ```js 8 // src/router/routes.js
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 309 …0.000 ( 0.000 ms): Web Content/17136 minfault [js::gc::Chunk::fetchNextDecommittedArena+0x4b] => 0… 310 js::gc::FreeSpan::initAsEmpty (inlined) 311 js::gc::Arena::setAsNotAllocated (inlined) 312 … js::gc::Chunk::fetchNextDecommittedArena (/usr/lib64/firefox/libxul.so) 313 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so) 314 … js::gc::GCRuntime::allocateArena (/usr/lib64/firefox/libxul.so) 315 … js::gc::ArenaLists::allocateFromArena (/usr/lib64/firefox/libxul.so) 316 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 317 … js::AllocateString<JSString, (js::AllowGC)1> (/usr/lib64/firefox/libxul.so) 318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) [all …]
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | internationalization.md | 28 - A new `src/i18n.js` file is added and it registers Vue I18n as a plugin to our 39 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/… 47 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
|
/openbmc/webui-vue/docs/customization/ |
H A D | build.md | 34 2. Create a `<ENV_NAME>.js` file in `src/env/store` :::danger The filename needs 36 import in `src/main.js` will resolve to this new file. ::: 43 Example `src/env/store/ibm.js`: 61 2. Create a `<ENV_NAME>.js` file in `src/env/router` :::danger The filename 63 routes import in `src/router/index.js` will resolve to this new file. ::: 79 2. Create a `<ENV_NAME>.js` file in `src/env/components/AppNavigation` :::danger 85 AppNavigationMixin.js file. It should include a data property named
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 727 unsigned long js; in check_cpu_stall() local 767 js = READ_ONCE(rcu_state.jiffies_stall); in check_cpu_stall() 773 ULONG_CMP_LT(j, js) || in check_cpu_stall() 774 ULONG_CMP_GE(gps, js)) in check_cpu_stall() 780 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall() 797 ULONG_CMP_GE(j, js + RCU_STALL_RAT_DELAY) && in check_cpu_stall() 798 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall() 892 unsigned long js; in show_rcu_gp_kthreads() local 901 js = j - data_race(READ_ONCE(rcu_state.gp_start)); in show_rcu_gp_kthreads() 907 js, ja, jr, jw, (long)data_race(READ_ONCE(rcu_state.gp_wake_seq)), in show_rcu_gp_kthreads()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/ |
H A D | mozjs-128_128.5.2.bb | 73 --enable-project=js \ 92 MULTILIB_SCRIPTS += "${PN}-dev:${bindir}/js${MAJ_VER}-config" 95 oe_multilib_header mozjs-${MAJ_VER}/js-config.h 97 -i ${D}${bindir}/js${MAJ_VER}-config
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | round_Xsig.S | 42 js L_round /* Already normalized */ 102 js L_n_exit /* Already normalized */ 111 js L_n_exit /* Normalized now */
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_factory_mock.hpp | 72 const testing::Matcher<interfaces::JsonStorage&>& js) in expectMake() argument 83 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake() 89 make(_, _, _, _, _, _, _, rm, js, _, _, _)); in expectMake()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 320 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 328 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 336 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 414 devlink -js trap group show $DEVLINK_DEV group $group_name \ 422 devlink -js trap group show $DEVLINK_DEV group $group_name \
|
/openbmc/webui-vue/ |
H A D | README.md | 4 [Vue.js](https://vuejs.org/). 13 ## When will this new Vue.js application reach feature parity with phosphor-webui? 21 As mentioned, this application is built using Vue.js, a modern open-source
|