Home
last modified time | relevance | path

Searched refs:play (Results 1 – 25 of 171) sorted by relevance

1234567

/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/
H A D0001-Make-player-examples-installable.patch12 playback/player/gst-play/meson.build | 1 +
16 diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build
18 --- a/playback/player/gst-play/meson.build
19 +++ b/playback/player/gst-play/meson.build
20 @@ -2,5 +2,6 @@ executable('gst-play',
21 ['gst-play.c',
22 'gst-play-kb.c',
23 'gst-play-kb.h'],
H A Dgst-player.desktop5 TryExec=gtk-play
6 Exec=gtk-play
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch25 - canberra-gtk-play
35 + canberra-gtk3-play
45 + canberra-gtk-play
65 + canberra-gtk-play.c
77 + canberra-gtk-play.c
87 - canberra-gtk-play.c
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgst-examples_1.18.6.bb1 SUMMARY = "GStreamer examples (including gtk-play, gst-play)"
6 LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d3682…
/openbmc/u-boot/drivers/demo/
H A DKconfig7 This uclass allows you to play around with driver model. It provides
16 This device allows you to play around with driver model. It prints
25 This device allows you to play around with driver model. It prints
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A Dglibc238.patch2 _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
17 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
40 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
/openbmc/linux/Documentation/input/
H A Dff.rst162 struct input_event play;
170 play.type = EV_FF;
171 play.code = effect.id;
172 play.value = 3;
174 write(fd, (const void*) &play, sizeof(play));
258 FF_STATUS_PLAYING The effect started to play
/openbmc/linux/Documentation/admin-guide/namespaces/
H A Dresource-control.rst9 users programs to play nice this problems becomes more acute.
14 memory user's they don't trust to play nice can use.
/openbmc/linux/sound/pci/
H A Dsis7019.c576 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
613 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
621 if (play[0]) in sis_pcm_trigger()
622 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
623 if (play[1]) in sis_pcm_trigger()
624 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
628 if (play[0]) in sis_pcm_trigger()
629 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
630 if (play[1]) in sis_pcm_trigger()
631 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-wetek-play2.dts26 label = "wetek-play:wifi-status";
32 label = "wetek-play:ethernet-status";
/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c28 if (!ops->play) in sound_play()
31 return ops->play(dev, data, data_size); in sound_play()
H A Dbroadwell_sound.c51 .play = broadwell_sound_play,
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear1340-evb.dts228 i2s0: i2s-play@b2400000 {
259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
278 i2s-play@b2400000 {
H A Dspear1340.dtsi62 i2s-play@b2400000 {
68 play;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/
H A Dlibcanberra_0.30.bb52 ${bindir}/canberra-gtk-play"
58 ${bindir}/canberra-gtk3-play"
/openbmc/qemu/qapi/
H A Dreplay.json21 # @play: replay mode. Non-deterministic data required for system
27 'data': [ 'none', 'record', 'play' ] }
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi71 be trusted to play fair.
84 which cannot be trusted to play fair.
112 trusted to play fair, or a nbd device.
H A Dsysfs-driver-hid-corsair7 hardware playback mode where the G-keys play their macro
/openbmc/u-boot/include/
H A Dsound.h69 int (*play)(struct udevice *dev, void *data, uint data_size); member
/openbmc/linux/drivers/staging/media/av7110/
H A Daudio_function_calls.rst16 audio-play
H A Dvideo_function_calls.rst16 video-play
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pulsectl_24.12.0.bb1 …ection-related operations (as opposed to e.g. submitting sound samples to play, player-like client…
/openbmc/linux/sound/isa/
H A Dcmi8330.c151 struct pnp_dev *play; member
333 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
334 if (acard->play == NULL) in snd_cmi8330_pnp()
355 pdev = acard->play; in snd_cmi8330_pnp()
/openbmc/linux/Documentation/driver-api/80211/
H A Dintroduction.rst10 that play a role in 802.11 wireless networking in Linux. Since these
/openbmc/u-boot/cmd/
H A Dsound.c58 U_BOOT_CMD_MKENT(play, 2, 1, do_play, "", ""),

1234567