/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_video.c | 40 .directions = CEDRUS_DECODE_SRC, 45 .directions = CEDRUS_DECODE_SRC, 50 .directions = CEDRUS_DECODE_SRC, 55 .directions = CEDRUS_DECODE_SRC, 60 .directions = CEDRUS_DECODE_DST, 65 .directions = CEDRUS_DECODE_DST, 77 u32 pixelformat, u32 directions) in cedrus_find_format() argument 87 !(fmt->directions & directions)) in cedrus_find_format() 189 if (!(cedrus_formats[i].directions & direction)) in cedrus_enum_fmt()
|
H A D | cedrus_video.h | 21 u32 directions; member
|
/openbmc/linux/tools/testing/selftests/dma/ |
H A D | dma_map_benchmark.c | 18 static char *directions[] = { variable 122 threads, seconds, node, dir[directions], granule); in main()
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | 0001-Make-CPU-family-warnings-fatal.patch | 24 …family {}, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.'.format(cpu_fam… 41 …wn CPU family %s, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.' % trial)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-xdata | 8 in all directions. 33 in all directions.
|
/openbmc/bmcweb/ |
H A D | TESTING.md | 15 directions in the development environment setup document. This will get QEMU 19 directions in the gerrit setup document. 26 - Follow directions in
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | GPIOS.md | 47 This section contains The GPIO pins and directions.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,axi-i2s.txt | 4 (capture) or both directions enabled.
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 222 caps->directions = BIT(DMA_DEV_TO_MEM); in dw_edma_device_caps() 224 caps->directions = BIT(DMA_MEM_TO_DEV); in dw_edma_device_caps() 227 caps->directions = BIT(DMA_DEV_TO_MEM); in dw_edma_device_caps() 229 caps->directions = BIT(DMA_MEM_TO_DEV); in dw_edma_device_caps() 790 dma->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in dw_edma_channel_setup()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-m420.rst | 22 directions. Each CbCr pair belongs to four pixels. For example,
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-snd.rst | 25 … second will always be a capture stream. Adding more will cycle stream directions from playback to…
|
/openbmc/linux/Documentation/fb/ |
H A D | vt8623fb.rst | 24 * panning in both directions
|
H A D | arkfb.rst | 26 * panning in both directions
|
H A D | s3fb.rst | 34 * panning in both directions
|
/openbmc/docs/ |
H A D | discord-rules.md | 27 directions][1]
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 121 std::string directions = in parseThresholdsFromConfig() local 125 Direction direction = findThresholdDirection(directions); in parseThresholdsFromConfig()
|
/openbmc/docs/development/ |
H A D | web-ui.md | 69 See directions below to learn 85 Follow the directions in the phosphor-webui
|
/openbmc/linux/net/hsr/ |
H A D | Kconfig | 19 device will be sent in both directions on the ring (over both slave
|
/openbmc/linux/tools/testing/vsock/ |
H A D | README | 19 Invoke test binaries in both directions as follows:
|
/openbmc/linux/drivers/spi/ |
H A D | spi-dw-dma.c | 88 if (!(tx.directions & BIT(DMA_MEM_TO_DEV) && in dw_spi_dma_caps_init() 89 rx.directions & BIT(DMA_DEV_TO_MEM))) in dw_spi_dma_caps_init()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | control-names.rst | 15 <nothing> both directions
|
/openbmc/linux/Documentation/input/ |
H A D | gamepad.rst | 55 Analog-sticks provide freely moveable sticks to control directions. Not 132 Every gamepad provides a D-Pad with four directions: Up, Down, Left, Right
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | apds990x.rst | 28 Driver makes necessary conversions to both directions so that user handles
|
/openbmc/linux/drivers/dma/ |
H A D | dmaengine.c | 590 if (!device->directions) in dma_get_slave_caps() 595 caps->directions = device->directions; in dma_get_slave_caps()
|
H A D | fsl-edma-main.c | 632 fsl_edma->dma_dev.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in fsl_edma_probe() 634 fsl_edma->dma_dev.directions |= BIT(DMA_DEV_TO_DEV); in fsl_edma_probe()
|