Searched refs:crate (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/clk/x86/ |
| A D | clk-cgu-pll.c | 28 u64 crate, frate, rate64; in lgm_pll_calc_rate() local 31 crate = rate64 * mult; in lgm_pll_calc_rate() 34 crate += frate; in lgm_pll_calc_rate() 35 do_div(crate, div); in lgm_pll_calc_rate() 37 return crate; in lgm_pll_calc_rate()
|
| /linux/rust/ |
| A D | Makefile | 68 --crate-name $(subst rustdoc-,,$@) \ 96 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \ 130 --crate-type $(if $(rustc_test_library_proc),proc-macro,rlib) \ 133 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $< 157 --crate-name $(subst rusttest-,,$@) $< 168 --no-run --crate-name kernel -Zunstable-options \ 189 --crate-name $(subst rusttest-,,$@) $<; \ 341 --crate-type proc-macro \ 342 --crate-name $(patsubst lib%.so,%,$(notdir $@)) $< 355 --crate-type rlib -L$(objtree)/$(obj) \ [all …]
|
| /linux/sound/usb/ |
| A D | clock.c | 447 int err, crate; in set_sample_rate_v1() local 485 crate = data[0] | (data[1] << 8) | (data[2] << 16); in set_sample_rate_v1() 486 if (!crate) { in set_sample_rate_v1() 492 if (crate != rate) { in set_sample_rate_v1() 493 dev_warn(&dev->dev, "current rate %d is different from the runtime rate %d\n", crate, rate); in set_sample_rate_v1()
|
| /linux/scripts/ |
| A D | generate_rust_analyzer.py | 16 crate, vals = cfg.split("=", 1) 17 crates_cfgs[crate] = vals.replace("--cfg", "").split()
|
| A D | Makefile.compiler | 80 --crate-type=rlib --out-dir=$(TMPOUT) --emit=obj=- - >/dev/null,$(3),$(4))
|
| A D | Makefile.build | 262 --crate-type rlib -L $(objtree)/rust/ \ 263 --crate-name $(basename $(notdir $@)) \
|
| A D | Kconfig.include | 77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
|
| /linux/Documentation/rust/ |
| A D | general-information.rst | 99 | | +------+ +------+ | | crate | | 100 | | kernel crate | +----------+ |
|
| A D | testing.rst | 39 Kernel hacking -> Rust hacking -> Doctests for the `kernel` crate
|
| A D | quick-start.rst | 186 ``bindgen`` uses the ``clang-sys`` crate to find a suitable ``libclang`` (which
|
| /linux/drivers/media/dvb-frontends/ |
| A D | si21xx.c | 637 enum fe_code_rate crate) in si21xx_setacquire() argument 654 coderate_ptr = coderates[crate]; in si21xx_setacquire()
|
| /linux/Documentation/kbuild/ |
| A D | makefiles.rst | 788 Kbuild will compile ``target`` using ``target.rs`` as the crate root, 789 located in the same directory as the ``Makefile``. The crate may
|
| /linux/lib/ |
| A D | Kconfig.debug | 3076 bool "Doctests for the `kernel` crate" if !KUNIT_ALL_TESTS 3080 This builds the documentation tests of the `kernel` crate
|
Completed in 24 milliseconds