Home
last modified time | relevance | path

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

12345

/linux-5.19.10/Documentation/admin-guide/namespaces/
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.
/linux-5.19.10/Documentation/input/
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
/linux-5.19.10/sound/pci/
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()
/linux-5.19.10/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-wetek-play2.dts26 label = "wetek-play:wifi-status";
32 label = "wetek-play:ethernet-status";
/linux-5.19.10/arch/arm/boot/dts/
Dspear1340-evb.dts228 i2s0: i2s-play@b2400000 {
259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
278 i2s-play@b2400000 {
Dspear1340.dtsi62 i2s-play@b2400000 {
68 play;
/linux-5.19.10/drivers/staging/media/av7110/
Daudio_function_calls.rst16 audio-play
Dvideo_function_calls.rst16 video-play
Dvideo-command.rst83 } play;
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-driver-hid-corsair7 hardware playback mode where the G-keys play their macro
/linux-5.19.10/Documentation/driver-api/80211/
Dintroduction.rst10 that play a role in 802.11 wireless networking in Linux. Since these
/linux-5.19.10/sound/soc/dwc/
DKconfig9 a maximum of 8 channels each for play and record.
/linux-5.19.10/Documentation/devicetree/bindings/input/
Dps2keyb-mouse-apbps2.txt6 these properties are built from information in the AMBA plug&play and from
Ddlg,da7280.txt48 to play back when RTWM-MODE is enabled.
53 - dlg,gpiN-seq-id: the GPI(N)_SEQUENCE_ID, pattern to play
/linux-5.19.10/sound/isa/
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()
/linux-5.19.10/drivers/staging/media/zoran/
DTODO10 - MJPEG play (decompression)
/linux-5.19.10/include/uapi/linux/dvb/
Dvideo.h106 } play; member
/linux-5.19.10/Documentation/devicetree/bindings/fpga/
Daltera-passive-serial.txt6 circuits in order to play nicely with other SPI slaves on the same bus.
Dxilinx-slave-serial.txt6 circuits in order to play nicely with other SPI slaves on the same bus.
/linux-5.19.10/Documentation/devicetree/bindings/net/can/
Dgrcan.txt6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
/linux-5.19.10/Documentation/devicetree/bindings/gpio/
Dgpio-grgpio.txt6 these properties are built from information in the AMBA plug&play.
/linux-5.19.10/sound/drivers/
Daloop.c525 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
529 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
532 unsigned int src_off = play->buf_pos; in copy_play_buf()
543 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
546 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
555 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
556 size = play->pcm_buffer_size - src_off; in copy_play_buf()
564 src_off = (src_off + size) % play->pcm_buffer_size; in copy_play_buf()
/linux-5.19.10/drivers/media/radio/
Dradio-keene.c70 static int keene_cmd_main(struct keene_device *radio, unsigned freq, bool play) in keene_cmd_main() argument
85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
/linux-5.19.10/Documentation/input/devices/
Diforce-protocol.rst205 Val 01: Start and play once.
206 Val 41: Start and play n times (See byte 02 below)
371 few seconds latency. Personally, I restart it every time I play an effect.
/linux-5.19.10/Documentation/misc-devices/
Dlis3lv02d.rst23 their axis automatically oriented on standard way (eg: you can directly play
76 (aka "can play neverball out of the box"):

12345