Home
last modified time | relevance | path

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

/linux/drivers/clk/x86/
H 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/
H A DMakefile41 libmacros_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name macros --crate-type p…
67 --crate-name $(subst rustdoc-,,$@) \
95 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
126 --crate-type $(if $(rustc_test_library_proc),proc-macro,rlib) \
129 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $<
167 --crate-name $(subst rusttest-,,$@) $<
178 --no-run --crate-name kernel -Zunstable-options \
199 --crate-name $(subst rusttest-,,$@) $<; \
207 rusttest-macros: private rustdoc_test_target_flags = --crate-type proc-macro
368 --crate-type proc-macro \
[all …]
/linux/scripts/
H A DMakefile.compiler80 --crate-type=rlib --out-dir=$(TMPOUT) --emit=obj=- - >/dev/null,$(3),$(4))
H A DKconfig.include77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
/linux/Documentation/rust/
H A Dgeneral-information.rst99 | | +------+ +------+ | | crate | |
100 | | kernel crate | +----------+ |
H A Dtesting.rst39 Kernel hacking -> Rust hacking -> Doctests for the `kernel` crate
/linux/drivers/media/dvb-frontends/
H A Dsi21xx.c637 enum fe_code_rate crate) in si21xx_setacquire() argument
654 coderate_ptr = coderates[crate]; in si21xx_setacquire()
/linux/Documentation/kbuild/
H A Dmakefiles.rst802 Kbuild will compile ``target`` using ``target.rs`` as the crate root,
803 located in the same directory as the ``Makefile``. The crate may
/linux/lib/
H A DKconfig.debug3280 bool "Doctests for the `kernel` crate" if !KUNIT_ALL_TESTS
3284 This builds the documentation tests of the `kernel` crate