Home
last modified time | relevance | path

Searched refs:crate (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/clk/x86/
A Dclk-cgu-pll.c28 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 DMakefile68 --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 Dclock.c447 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 Dgenerate_rust_analyzer.py16 crate, vals = cfg.split("=", 1)
17 crates_cfgs[crate] = vals.replace("--cfg", "").split()
A DMakefile.compiler80 --crate-type=rlib --out-dir=$(TMPOUT) --emit=obj=- - >/dev/null,$(3),$(4))
A DMakefile.build262 --crate-type rlib -L $(objtree)/rust/ \
263 --crate-name $(basename $(notdir $@)) \
A DKconfig.include77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
/linux/Documentation/rust/
A Dgeneral-information.rst99 | | +------+ +------+ | | crate | |
100 | | kernel crate | +----------+ |
A Dtesting.rst39 Kernel hacking -> Rust hacking -> Doctests for the `kernel` crate
A Dquick-start.rst186 ``bindgen`` uses the ``clang-sys`` crate to find a suitable ``libclang`` (which
/linux/drivers/media/dvb-frontends/
A Dsi21xx.c637 enum fe_code_rate crate) in si21xx_setacquire() argument
654 coderate_ptr = coderates[crate]; in si21xx_setacquire()
/linux/Documentation/kbuild/
A Dmakefiles.rst788 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 DKconfig.debug3076 bool "Doctests for the `kernel` crate" if !KUNIT_ALL_TESTS
3080 This builds the documentation tests of the `kernel` crate

Completed in 24 milliseconds