Home
last modified time | relevance | path

Searched refs:js (Results 1 – 25 of 129) sorted by relevance

123456

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c77 struct altera_jtag *js = &astate->js; in altera_jinit() local
274 struct altera_jtag *js = &astate->js; in altera_jreset_idle() local
288 struct altera_jtag *js = &astate->js; in altera_goto_jstate() local
341 struct altera_jtag *js = &astate->js; in altera_wait_cycles() local
376 struct altera_jtag *js = &astate->js; in altera_wait_msecs() local
589 struct altera_jtag *js = &astate->js; in altera_irscan() local
592 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_irscan()
688 struct altera_jtag *js = &astate->js; in altera_swap_ir() local
792 struct altera_jtag *js = &astate->js; in altera_drscan() local
883 struct altera_jtag *js = &astate->js; in altera_swap_dr() local
[all …]
H A Daltera-jtag.h65 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 Dpanfrost_job.c91 struct panfrost_job_slot *js = pfdev->js; in panfrost_fence_create() local
130 int js) in panfrost_job_write_affinity() argument
409 js, exception_name, in panfrost_job_handle_err()
449 drm_sched_fault(&pfdev->js->queue[js].sched); in panfrost_job_handle_err()
740 js, in panfrost_job_timedout()
805 pfdev->js = js = devm_kzalloc(pfdev->dev, sizeof(*js), GFP_KERNEL); in panfrost_job_init()
806 if (!js) in panfrost_job_init()
813 if (js->irq <= 0) in panfrost_job_init()
859 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_fini() local
875 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_open() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules7 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 D60-joystick.rules2 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/openpower-vpd-parser/
H A Dibm_vpd_app.cpp317 for (const auto& ifs : js.items()) in populateInterfaces()
442 if (js["frus"].find(file) != js["frus"].end()) in isThisPcieOnPass1planar()
1363 if (js.find("muxes") != js.end()) in doEnableAllMuxChips()
1493 js = json::parse(inventoryJson); in populateDbus()
1500 doEnableAllMuxChips(js); in populateDbus()
1555 if (js.find("commonInterfaces") != js.end()) in populateDbus()
1656 json js{}; in main() local
1743 if (js.find("frus") == js.end()) in main()
1755 if ((js["frus"].find(file) != js["frus"].end()) && in main()
1771 doEnableAllMuxChips(js); in main()
[all …]
H A Dibm_vpd_utils.cpp315 auto js = json::parse(inventoryJson); in isPathInJson() local
316 if (js.find("frus") == js.end()) in isPathInJson()
322 json fruJson = js["frus"]; in isPathInJson()
495 auto js = json::parse(systemJson); in getSystemsJson() local
503 if (js.find("system") == js.end()) in getSystemsJson()
508 if (js["system"].find(imKeyword) == js["system"].end()) in getSystemsJson()
516 if ((js["system"][imKeyword].find("constraint") != in getSystemsJson()
517 js["system"][imKeyword].end()) && in getSystemsJson()
544 js["system"][imKeyword].end()) in getSystemsJson()
1034 for (const auto& item : js["frus"][file]) in getVpdDataInVector()
[all …]
H A Dvpd_tool_impl.cpp110 js = json::parse(inventoryJson); in getVPDInMap()
326 json js; in interfaceDecider() local
331 js.emplace("TYPE", fruType); in interfaceDecider()
364 ex.value(), js); in interfaceDecider()
377 subOutput.insert(js.begin(), js.end()); in interfaceDecider()
403 json js; in getPresentPropJson() local
404 js.emplace("Present", presence); in getPresentPropJson()
405 return js; in getPresentPropJson()
841 json js; in fixSystemVPD() local
1172 json js; in cleanSystemVPD() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/jquery/
H A Djquery_3.7.1.bb6 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 Dlibjs-jquery_3.3.1.bb17 install -m 0644 ${S}${JQUERYDIR}/jquery.js ${D}${JQUERYDIR}/
18 install -m 0644 ${S}${JQUERYDIR}/jquery.min.js ${D}${JQUERYDIR}/
20 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.lite.js
21 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.pack.js
H A Dlibjs-jquery-cookie_3.0.5.bb2 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}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A Dfix-musl-build.patch13 js/src/old-configure.in | 3 +++
16 diff --git a/js/src/old-configure.in b/js/src/old-configure.in
18 --- a/js/src/old-configure.in
19 +++ b/js/src/old-configure.in
H A D0001-add-arm-to-list-of-mozinline.patch7 | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/…
17 js/src/jit/GenerateAtomicOperations.py | 2 +-
20 diff --git a/js/src/jit/GenerateAtomicOperations.py b/js/src/jit/GenerateAtomicOperations.py
22 --- a/js/src/jit/GenerateAtomicOperations.py
23 +++ b/js/src/jit/GenerateAtomicOperations.py
H A Darmv5.patch7 diff --git a/js/src/jit/arm/Architecture-arm.cpp b/js/src/jit/arm/Architecture-arm.cpp
8 --- a/js/src/jit/arm/Architecture-arm.cpp 2024-01-18 17:31:32.078718197 +0000
9 +++ b/js/src/jit/arm/Architecture-arm.cpp 2024-01-18 18:00:16.738921445 +0000
/openbmc/webui-vue/docs/guide/quickstart/
H A Dstore-anatomy.md11 ├── 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-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch28 js/dbusServices/meson.build | 2 +-
31 subprojects/extensions-app/js/meson.build | 2 +-
36 diff --git a/js/dbusServices/meson.build b/js/dbusServices/meson.build
38 --- a/js/dbusServices/meson.build
39 +++ b/js/dbusServices/meson.build
80 diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build
82 --- a/subprojects/extensions-app/js/meson.build
83 +++ b/subprojects/extensions-app/js/meson.build
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md16 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 Dindex.md5 `src/router/routes.js`.
7 ```js
8 // src/router/routes.js
/openbmc/webui-vue/docs/guide/guidelines/
H A Dinternationalization.md28 - 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/linux/tools/perf/Documentation/
H A Dperf-trace.txt310 js::gc::FreeSpan::initAsEmpty (inlined)
311 js::gc::Arena::setAsNotAllocated (inlined)
313 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so)
314js::gc::GCRuntime::allocateArena (/usr/lib64/firefox/libxul.so)
315js::gc::ArenaLists::allocateFromArena (/usr/lib64/firefox/libxul.so)
316js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined)
317js::AllocateString<JSString, (js::AllowGC)1> (/usr/lib64/firefox/libxul.so)
318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined)
319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
320 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
[all …]
/openbmc/webui-vue/docs/customization/
H A Dbuild.md34 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/arch/x86/math-emu/
H A Dround_Xsig.S42 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 Dreport_factory_mock.hpp71 const testing::Matcher<interfaces::JsonStorage&>& js) in expectMake() argument
82 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake()
88 make(_, _, _, _, _, _, _, rm, js, _, _, _)); in expectMake()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/
H A Dmozjs-115_115.8.0.bb68 --enable-project=js \
87 MULTILIB_SCRIPTS += "${PN}-dev:${bindir}/js${MAJ_VER}-config"
90 oe_multilib_header mozjs-${MAJ_VER}/js-config.h
92 -i ${D}${bindir}/js${MAJ_VER}-config
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h727 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()

123456