Searched full:embed (Results 1 – 25 of 105) sorted by relevance
12345
/Linux-v5.10/arch/mips/loongson64/ |
D | dma.c | 10 * Loongson-3's 48bit address space and embed it into 40bit */ in phys_to_dma() 19 * Loongson-3's 48bit address space and embed it into 40bit */ in dma_to_phys()
|
/Linux-v5.10/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 39 You should make sure libperl and ExtUtils/Embed.pm are installed first 40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
|
/Linux-v5.10/Documentation/filesystems/ |
D | udf.rst | 35 adinicb Embed data in the inode (default) 36 noadinicb Don't embed data in the inode
|
/Linux-v5.10/drivers/net/can/m_can/ |
D | Kconfig | 6 This is common support for devices that embed the Bosch M_CAN IP.
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | v4l2-device.rst | 8 would embed this struct inside a larger struct. 21 that embed the struct v4l2_device instance. This is achieved by a
|
D | mc-core.rst | 84 a pads array managed by the entity driver. Drivers usually embed the array in 218 Drivers should embed the struct media_pipeline
|
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | st,stm32-booster.yaml | 13 Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used
|
D | st,stm32-vrefbuf.yaml | 10 Some STM32 devices embed a voltage reference buffer which can be used as
|
/Linux-v5.10/Documentation/powerpc/ |
D | bootwrapper.rst | 85 zImage.%: Image format which does not embed a device tree. 93 Image types which embed a device tree blob (simpleImage, dtbImage, treeImage,
|
/Linux-v5.10/fs/xfs/ |
D | xfs_pwork.h | 27 * Embed this parallel work control item inside your own work structure,
|
D | xfs_pwork.c | 24 * a desired level of parallelization and a work function. Next, they embed
|
/Linux-v5.10/Documentation/driver-api/ |
D | miscellaneous.rst | 34 are expected to embed this structure in a driver-specific structure.
|
/Linux-v5.10/tools/testing/ktest/examples/ |
D | snowball.conf | 12 THIS_DIR := /home/rostedt/work/demo/ktest-embed
|
/Linux-v5.10/arch/mips/include/asm/vdso/ |
D | vdso.h | 39 * "li %0, _start - .", so embed the offset as a word and branch over in get_vdso_base()
|
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | i2400m-usb.h | 76 * Embed an 'struct edc' somewhere. Each time there is a soft or 119 * To use, embed a 'struct edc' somewhere, initialize it with
|
/Linux-v5.10/drivers/w1/ |
D | w1_internal.h | 24 * the callback. Embed this into the structure with the command details.
|
/Linux-v5.10/tools/perf/ |
D | Makefile.config | 244 # '-lpythonX.Y' flag unless '--embed' is also passed. The feature check for 246 ifeq ($(shell $(PYTHON_CONFIG_SQ) --ldflags --embed 2>&1 1>/dev/null; echo $$?), 0) 247 PYTHON_CONFIG_LDFLAGS := --ldflags --embed 747 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null) 750 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null) 759 …erl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev);
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | dev-sliced-vbi.rst | 381 then the device cannot embed sliced VBI data in the MPEG stream. 386 capturing sliced VBI data. The control only indicates to embed sliced 390 It may also be the case that a device can embed sliced VBI data in only 417 embed up to 36 lines of sliced VBI data per frame in an MPEG-2 *Private
|
/Linux-v5.10/include/linux/ |
D | mii_timestamper.h | 38 * Drivers for PHY time stamping devices should embed their
|
D | powercap.h | 238 * Advantage of this parameter is that client can embed 274 * can embed this data in its data structures and allocate in a
|
D | pldmfw.h | 124 * should embed this in a private structure and use container_of to obtain
|
D | posix-clock.h | 76 * Drivers should embed their struct posix_clock within a private
|
/Linux-v5.10/tools/perf/util/ |
D | trace-event-scripting.c | 105 "\n # yum install 'perl(ExtUtils::Embed)' (Fedora)" in print_perl_unsupported_msg()
|
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | drm_selftest.c | 42 /* Embed the line number into the parameter name so that we can order tests */
|
/Linux-v5.10/tools/build/feature/ |
D | Makefile | 211 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null) 214 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
|
12345