Home
last modified time | relevance | path

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

12345

/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
/linux/sound/pci/
H A Dsis7019.c562 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
599 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
607 if (play[0]) in sis_pcm_trigger()
608 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
609 if (play[1]) in sis_pcm_trigger()
610 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
614 if (play[0]) in sis_pcm_trigger()
615 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
616 if (play[1]) in sis_pcm_trigger()
617 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-wetek-play2.dts25 label = "wetek-play:wifi-status";
31 label = "wetek-play:ethernet-status";
/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;
/linux/sound/drivers/
H A Daloop.c560 static void copy_play_buf_part_n(struct loopback_pcm *play, struct loopback_pcm *capt, in copy_play_buf_part_n() argument
571 play->substream->runtime->dma_area + play->channel_buf_n * i + src_off_ch, in copy_play_buf_part_n()
576 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
580 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
583 unsigned int src_off = play->buf_pos; in copy_play_buf()
594 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
597 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
606 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
607 size = play->pcm_buffer_size - src_off; in copy_play_buf()
611 copy_play_buf_part_n(play, capt, size, src_off, dst_off); in copy_play_buf()
[all …]
/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
/linux/sound/isa/
H A Dcmi8330.c151 struct pnp_dev *play; member
332 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
333 if (acard->play == NULL) in snd_cmi8330_pnp()
354 pdev = acard->play; in snd_cmi8330_pnp()
/linux/sound/soc/spacemit/
H A DKconfig13 2 channels each for play and record.
/linux/Documentation/driver-api/80211/
H A Dintroduction.rst10 that play a role in 802.11 wireless networking in Linux. Since these
/linux/Documentation/devicetree/bindings/input/
H A Dps2keyb-mouse-apbps2.txt6 these properties are built from information in the AMBA plug&play and from
/linux/sound/soc/dwc/
H A DKconfig11 a maximum of 8 channels each for play and record.
/linux/include/uapi/linux/dvb/
H A Dvideo.h91 } play; member
/linux/Documentation/devicetree/bindings/net/can/
H A Dgrcan.txt6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-grgpio.txt6 these properties are built from information in the AMBA plug&play.
/linux/Documentation/translations/zh_CN/block/
H A Dblk-mq.rst79 “可插拔”的(plug and play),可在运行时通过 sysfs 选择。你可以在这里阅读更
/linux/drivers/media/radio/
H A 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/Documentation/input/devices/
H A 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/Documentation/misc-devices/
H A Dlis3lv02d.rst23 their axis automatically oriented on standard way (eg: you can directly play
76 (aka "can play neverball out of the box"):
/linux/sound/pci/ice1712/
H A Dice1724.c1275 int play, capt; in snd_vt1724_pcm_spdif() local
1280 play = 1; in snd_vt1724_pcm_spdif()
1283 play = 0; in snd_vt1724_pcm_spdif()
1290 if (!play && !capt) in snd_vt1724_pcm_spdif()
1297 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif()
1301 if (play) in snd_vt1724_pcm_spdif()
1404 int play; in snd_vt1724_pcm_indep() local
1407 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep()
1408 if (play <= 0) in snd_vt1724_pcm_indep()
1411 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, in snd_vt1724_pcm_indep()
[all...]
/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt7 these properties are built from information in the AMBA plug&play.
/linux/drivers/thermal/qcom/
H A DKconfig29 This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP)
/linux/sound/oss/dmasound/
H A Ddmasound.h121 void (*play)(void); member
/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst8 you can set the size of hardware cursor. You can now play a few new

12345