/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/ |
H A D | 0001-Make-player-examples-installable.patch | 12 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 D | gst-player.desktop | 5 TryExec=gtk-play 6 Exec=gtk-play
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_pnp.c | 29 /* Archtek SmartLink Modem 3334BT Plug & Play */ 32 /* SXPro 144 External Data Fax Modem Plug & Play */ 34 /* SXPro 288 External Data Fax Modem Plug & Play */ 78 /* Fujitsu 33600 PnP-I2 R Plug & Play */ 80 /* Fujitsu FMV-FX431 Plug & Play */ 82 /* Fujitsu 33600 PnP-I4 R Plug & Play */ 84 /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */ 87 /* Archtek SmartLink Modem 3334BT Plug & Play */ 92 /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */ 106 /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */ [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_pnp.c | 147 {"AAC000F"}, /* Archtek America Corp. Archtek SmartLink Modem 3334BT Plug & Play */ 148 {"ADC0001"}, /* Anchor Datacomm BV. SXPro 144 External Data Fax Modem Plug & Play */ 149 {"ADC0002"}, /* SXPro 288 External Data Fax Modem Plug & Play */ 166 {"FUJ0202"}, /* Fujitsu 33600 PnP-I2 R Plug & Play */ 167 {"FUJ0205"}, /* Fujitsu FMV-FX431 Plug & Play */ 168 {"FUJ0206"}, /* Fujitsu 33600 PnP-I4 R Plug & Play */ 169 {"FUJ0209"}, /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */ 170 {"GVC000F"}, /* Archtek SmartLink Modem 3334BT Plug & Play */ 172 {"HAY0001"}, /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */ 179 {"HAYF001"}, /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */ [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | pnp.rst | 2 Linux Plug and Play Documentation 12 Plug and Play provides a means of detecting and setting resources for legacy or 13 otherwise unconfigurable devices. The Linux Plug and Play Layer provides these 20 The Linux Plug and Play user interface provides a means to activate PnP devices 21 for legacy and user level drivers that do not support Linux Plug and Play. The 112 The Unified Plug and Play Layer 115 All Plug and Play drivers, protocols, and services meet at a central location 116 called the Plug and Play Layer. This layer is responsible for the exchange of 121 The following functions are available from the Plug and Play Layer: 133 use this function to remove a PnP protocol from the Plug and Play Layer [all …]
|
/openbmc/u-boot/include/ |
H A D | sound.h | 57 * setup() - Set up to play a sound (optional) 62 * play() - Play a beep 65 * @data: Data buffer to play 69 int (*play)(struct udevice *dev, void *data, uint data_size); member 97 * setup() - Set up to play a sound 102 * play() - Play a beep
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | p16v.h | 57 * [9:8] Playback input 0 channel select. 0 = Play output 0. 58 * 1 = Play output 1. 59 * 2 = Play output 2. 60 * 3 = Play output 3. 61 * [11:10] Playback input 1 channel select. 0 = Play output 0. 62 * 1 = Play output 1. 63 * 2 = Play output 2. 64 * 3 = Play output 3. 65 * [13:12] Playback input 2 channel select. 0 = Play output 0. 66 * 1 = Play output 1. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
H A D | 0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch | 25 - 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/u-boot/cmd/ |
H A D | sound.c | 32 /* play sound from buffer */ 49 printf("Sound device failed to play (err=%d)\n", ret); in do_play() 58 U_BOOT_CMD_MKENT(play, 2, 1, do_play, "", ""), 85 "sound play [len] [freq] - play a sound for len ms at freq hz\n"
|
/openbmc/linux/drivers/pnp/ |
H A D | Kconfig | 3 # Plug and Play configuration 7 bool "Plug and Play support" 11 Plug and Play (PnP) is a standard for peripherals which allows those 17 Say Y here if you would like Linux to configure your Plug and Play
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | Kconfig | 3 # Plug and Play BIOS configuration 6 bool "Plug and Play BIOS support" 10 Linux uses the PNPBIOS as defined in "Plug and Play BIOS 27 bool "Plug and Play BIOS /proc interface"
|
/openbmc/linux/drivers/pnp/isapnp/ |
H A D | Kconfig | 3 # ISA Plug and Play configuration 6 bool "ISA Plug and Play support" 9 Say Y here if you would like support for ISA Plug and Play devices.
|
/openbmc/u-boot/drivers/demo/ |
H A D | Kconfig | 7 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/linux/Documentation/input/ |
H A D | ff.rst | 162 struct input_event play; 169 /* Play three times */ 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/userspace-api/media/rc/ |
H A D | rc-tables.rst | 130 - **Movie play control** 152 - Play movie faster 160 - Play movie back 200 - Play movie at the normal timeshift 208 - Alternate between play and pause 210 - PLAY / PAUSE 301 - Open the Elecrowonic Play Guide (EPG)
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gst-examples_1.18.6.bb | 1 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/linux/sound/pci/lola/ |
H A D | lola.c | 250 for (i = 0; out_sts && i < chip->pcm[PLAY].num_streams; i++) { in lola_interrupt() 286 lola_pcm_update(chip, &chip->pcm[PLAY], notify_outs); in lola_interrupt() 327 val = (1 << chip->pcm[PLAY].num_streams) - 1; in lola_irq_enable() 429 lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ in lola_reset_setups() 465 chip->pin[PLAY].num_pins = LOLA_AFG_OUTPUT_PIN_COUNT(chip->lola_caps); in lola_parse_tree() 468 chip->pin[CAPT].num_pins, chip->pin[PLAY].num_pins); in lola_parse_tree() 471 chip->pin[PLAY].num_pins > MAX_AUDIO_INOUT_COUNT) { in lola_parse_tree() 480 err = lola_init_pcm(chip, PLAY, &nid); in lola_parse_tree() 487 err = lola_init_pins(chip, PLAY, &nid); in lola_parse_tree() 608 chip->pcm[PLAY].num_streams = (dever >> 10) & 0x3ff; in lola_create() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-wetek-play2.dts | 15 model = "WeTek Play 2"; 26 label = "wetek-play:wifi-status"; 32 label = "wetek-play:ethernet-status";
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
H A D | glibc238.patch | 2 _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/qemu/qapi/ |
H A D | replay.json | 21 # @play: replay mode. Non-deterministic data required for system 27 'data': [ 'none', 'record', 'play' ] } 60 # <- { "return": { "mode": "play", "filename": "log.rr", "icount": 220414 } }
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-tuner.rst | 348 - Play mono audio. When the tuner receives a stereo signal this a 353 - Play stereo audio. When the tuner receives bilingual audio it may 354 play different languages on the left and right channel or the 364 - Play the primary language, mono or stereo. Only 368 - Play the secondary language, mono. When the tuner receives no 374 - Play the Second Audio Program. When the tuner receives no 383 - Play the primary language on the left channel, the secondary
|
/openbmc/linux/Documentation/admin-guide/namespaces/ |
H A D | resource-control.rst | 9 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/arch/sh/drivers/dma/ |
H A D | dmabrg.c | 26 * 2 | HAC0/SSI0 | play| all done | DMABRGI1 27 * 3 | HAC0/SSI0 | play| half done | DMABRGI2 30 * 6 | HAC1/SSI1 | play| all done | DMABRGI1 31 * 7 | HAC1/SSI1 | play| half done | DMABRGI2
|
/openbmc/linux/drivers/usb/storage/ |
H A D | debug.c | 98 case GPCMD_PLAY_AUDIO_10: what = "PLAY AUDIO (10)"; break; in usb_stor_show_command() 99 case GPCMD_PLAY_AUDIO_MSF: what = "PLAY AUDIO MSF"; break; in usb_stor_show_command() 105 case GPCMD_STOP_PLAY_SCAN: what = "STOP PLAY/SCAN"; break; in usb_stor_show_command() 120 case MOVE_MEDIUM: what = "MOVE_MEDIUM or PLAY AUDIO (12)"; break; in usb_stor_show_command()
|
/openbmc/linux/drivers/scsi/ |
H A D | constants.c | 62 "Read density support", "Play audio(10)", "Get configuration", 63 "Play audio msf", "Sanitize/Play audio track/index", 64 /* 49-4f */ "Play track relative(10)", "Get event status notification", 65 "Pause/resume", "Log Select", "Log Sense", "Stop play/scan", 91 "Move medium/play audio(12)", 93 "Play track relative(12)", 102 "Redundancy group (out), Set cd-rom speed", "Spare (in), Play cd",
|