/linux/Documentation/input/ |
H A D | ff.rst | 162 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/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.
|
/linux/sound/pci/ |
H A D | sis7019.c | 572 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local 609 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger() 617 if (play[0]) in sis_pcm_trigger() 618 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger() 619 if (play[1]) in sis_pcm_trigger() 620 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger() 624 if (play[0]) in sis_pcm_trigger() 625 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger() 626 if (play[1]) in sis_pcm_trigger() 627 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-wetek-play2.dts | 25 label = "wetek-play:wifi-status"; 31 label = "wetek-play:ethernet-status";
|
/linux/sound/drivers/ |
H A D | aloop.c | 550 static void copy_play_buf_part_n(struct loopback_pcm *play, struct loopback_pcm *capt, in copy_play_buf_part_n() argument 561 play->substream->runtime->dma_area + play->channel_buf_n * i + src_off_ch, in copy_play_buf_part_n() 566 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument 570 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf() 573 unsigned int src_off = play->buf_pos; in copy_play_buf() 584 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf() 587 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf() 596 if (src_off + size > play->pcm_buffer_size) in copy_play_buf() 597 size = play->pcm_buffer_size - src_off; in copy_play_buf() 601 copy_play_buf_part_n(play, capt, size, src_off, dst_off); in copy_play_buf() [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-bdi | 71 be trusted to play fair. 84 which cannot be trusted to play fair. 112 trusted to play fair, or a nbd device.
|
H A D | sysfs-driver-hid-corsair | 7 hardware playback mode where the G-keys play their macro
|
/linux/arch/arm/boot/dts/st/ |
H A D | spear1340.dtsi | 62 i2s-play@b2400000 { 68 play;
|
/linux/sound/isa/ |
H A D | cmi8330.c | 151 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/Documentation/driver-api/80211/ |
H A D | introduction.rst | 10 that play a role in 802.11 wireless networking in Linux. Since these
|
/linux/sound/soc/dwc/ |
H A D | Kconfig | 9 a maximum of 8 channels each for play and record.
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | ps2keyb-mouse-apbps2.txt | 6 these properties are built from information in the AMBA plug&play and from
|
H A D | dlg,da7280.txt | 48 to play back when RTWM-MODE is enabled. 53 - dlg,gpiN-seq-id: the GPI(N)_SEQUENCE_ID, pattern to play
|
/linux/include/uapi/linux/dvb/ |
H A D | video.h | 91 } play; member
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-grgpio.txt | 6 these properties are built from information in the AMBA plug&play.
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | grcan.txt | 6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
|
/linux/drivers/media/radio/ |
H A D | radio-keene.c | 70 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 D | iforce-protocol.rst | 205 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 D | lis3lv02d.rst | 23 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 D | ice1724.c | 1281 int play, capt; in snd_vt1724_pcm_spdif() local 1286 play = 1; in snd_vt1724_pcm_spdif() 1289 play = 0; in snd_vt1724_pcm_spdif() 1296 if (!play && !capt) in snd_vt1724_pcm_spdif() 1303 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif() 1307 if (play) in snd_vt1724_pcm_spdif() 1412 int play; in snd_vt1724_pcm_indep() local 1415 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep() 1416 if (play <= 0) in snd_vt1724_pcm_indep() 1419 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, 0, &pcm); in snd_vt1724_pcm_indep()
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | gr-udc.txt | 7 these properties are built from information in the AMBA plug&play.
|
/linux/drivers/thermal/qcom/ |
H A D | Kconfig | 29 This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP)
|
/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 8 you can set the size of hardware cursor. You can now play a few new
|
/linux/sound/oss/dmasound/ |
H A D | dmasound.h | 121 void (*play)(void); member
|
/linux/Documentation/fb/ |
H A D | internals.rst | 18 The following structures play a role in the game of frame buffer devices. They
|