Searched refs:embed (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v5.15/tools/testing/ktest/examples/ |
D | snowball.conf | 12 THIS_DIR := /home/rostedt/work/demo/ktest-embed
|
/Linux-v5.15/drivers/net/can/m_can/ |
D | Kconfig | 6 This is common support for devices that embed the Bosch M_CAN IP.
|
/Linux-v5.15/Documentation/driver-api/ |
D | miscellaneous.rst | 34 are expected to embed this structure in a driver-specific structure.
|
D | vfio.rst | 262 The driver should embed the vfio_device in its own structure and call
|
/Linux-v5.15/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
|
D | v4l2-dev.rst | 21 If you embed it in a larger struct, then you must set the ``release()``
|
D | v4l2-subdev.rst | 420 is to embed the :c:type:`v4l2_subdev` struct into the state struct that is
|
/Linux-v5.15/Documentation/filesystems/ |
D | udf.rst | 36 noadinicb Don't embed data in the inode
|
/Linux-v5.15/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.15/Documentation/core-api/ |
D | printk-basics.rst | 85 logging. This family of macros embed the log level in the macro names. For
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | dev-sliced-vbi.rst | 390 then the device cannot embed sliced VBI data in the MPEG stream. 395 capturing sliced VBI data. The control only indicates to embed sliced 399 It may also be the case that a device can embed sliced VBI data in only 426 embed up to 36 lines of sliced VBI data per frame in an MPEG-2 *Private
|
D | ext-ctrls-codec.rst | 93 Some cards can embed VBI data (e. g. Closed Caption, Teletext) into
|
/Linux-v5.15/Documentation/networking/caif/ |
D | linux_caif.rst | 161 - All layers embed the same structure "struct cflayer"
|
/Linux-v5.15/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 66 SAMA5 SoCs embed an advanced NAND controller logic to automate READ/WRITE page
|
/Linux-v5.15/tools/perf/ |
D | Makefile.config | 258 ifeq ($(shell $(PYTHON_CONFIG_SQ) --ldflags --embed 2>&1 1>/dev/null; echo $$?), 0) 259 PYTHON_CONFIG_LDFLAGS := --ldflags --embed
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | object.rst | 33 are expected to embed them in their own representations. These are referred to
|
/Linux-v5.15/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 50 if (length > sizeof(config->payload.embed) && !dma) { in sli_config_cmd_init() 65 return config->payload.embed; in sli_config_cmd_init() 665 return sli_config->payload.embed[4]; in sli_res_sli_config() 4268 offsetof(struct sli4_cmd_sli_config, payload.embed)); in sli_get_sli4_parameters() 4533 offsetof(struct sli4_cmd_sli_config, payload.embed)); in sli_get_config()
|
D | sli4.h | 2606 u8 embed[58 * sizeof(u32)]; member
|
/Linux-v5.15/Documentation/driver-api/dmaengine/ |
D | client.rst | 60 should try to embed struct dma_slave_config in their controller
|
/Linux-v5.15/arch/arc/ |
D | Kconfig | 554 Set the name of the DTB to embed in the vmlinux binary
|
/Linux-v5.15/Documentation/i2c/ |
D | writing-clients.rst | 128 monitoring chips on PC motherboards, and thus used to embed some assumptions
|
/Linux-v5.15/drivers/usb/gadget/udc/ |
D | Kconfig | 481 This may help in some stages of creating a driver to embed in a
|
/Linux-v5.15/drivers/scsi/elx/efct/ |
D | efct_hw.c | 62 (buf + offsetof(struct sli4_cmd_sli_config, payload.embed)); in efct_hw_read_max_dump_size() 3278 &mbox_rsp->payload.embed; in efct_hw_cb_fw_write()
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | gadget.rst | 12 within peripherals and other USB devices that embed Linux. It provides
|
12