Searched refs:vp2 (Results 1 – 8 of 8) sorted by relevance
/linux/sound/drivers/opl3/ |
H A D | opl3_midi.c | 139 struct snd_opl3_voice *vp, *vp2; in opl3_get_voice() local 189 vp2 = &opl3->voices[i + 3]; in opl3_get_voice() 190 if (vp2->state == SNDRV_OPL3_ST_ON_2OP) { in opl3_get_voice() 193 voice_time = max(voice_time, vp2->time); in opl3_get_voice() 292 struct snd_opl3_voice *vp, *vp2; in snd_opl3_note_on() local 406 vp2 = &opl3->voices[voice + 3]; in snd_opl3_note_on() 407 if (vp2->state > 0) { in snd_opl3_note_on() 568 vp2 = &opl3->voices[voice + 3]; in snd_opl3_note_on() 569 vp2->time = opl3->use_time++; in snd_opl3_note_on() 570 vp2->note = key; in snd_opl3_note_on() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568-wolfvision-pf5-display.dtsi | 113 &vp2 {
|
H A D | rk3368-evb-act8846.dts | 46 vp2-supply = <&vcc_sys>;
|
H A D | rk356x-base.dtsi | 697 vp2: port@2 { label
|
H A D | rk3588-base.dtsi | 1296 vp2: port@2 { label
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65-main.dtsi | 1002 <0x0 0x04a0b000 0x0 0x1000>, /* vp2 */ 1005 "ovr1", "ovr2", "vp1", "vp2", "common1"; 1014 clock-names = "fck", "vp1", "vp2"; 1017 * Set vp2 clk (DPI_1_IN_CLK) mux to PLL4 via
|
/linux/arch/mips/boot/dts/ingenic/ |
H A D | ci20.dts | 309 vp2-supply = <&vcc_33v>;
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 2585 struct vop2_video_port *vp2 = &vop2->vps[2]; in vop2_setup_layer_mixer() local 2612 if (vp2->nlayers) in vop2_setup_layer_mixer() 2614 (vp2->nlayers + vp1->nlayers + vp0->nlayers - 1)); in vop2_setup_layer_mixer()
|