/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 16 { front left, front right, rear left, rear right }. 22 from rear. Or, some devices secretly assume that center/LFE is the 85 SNDRV_CHMAP_RL, /* rear left */ 86 SNDRV_CHMAP_RR, /* rear right */ 91 SNDRV_CHMAP_RC, /* rear center */ 95 SNDRV_CHMAP_RLC, /* rear left center */ 96 SNDRV_CHMAP_RRC, /* rear right center */ 106 SNDRV_CHMAP_TRL, /* top rear left */ 107 SNDRV_CHMAP_TRR, /* top rear right */ 108 SNDRV_CHMAP_TRC, /* top rear center */
|
D | CMIPCI.txt | 11 channels can be used for front/rear playbacks. Since there are two 17 (hw:0,1) is assigned to the second DAC for rear playback. 29 The rear output can be heard only when "Four Channel Mode" switch is 30 disabled. Otherwise no signal will be routed to the rear speakers. 34 When "Four Channel Mode" switch is off, the output from rear speakers 43 from front and rear speakers! But.. after reboot, all was gone. 47 If your card has an extra output jack for the rear output, the rear 51 is used as rear output. 53 There are two more controls regarding to the rear output. 54 The "Exchange DAC" switch is used to exchange front and rear playback
|
D | SB-Live-mixer.txt | 65 The result samples are forwarded to the rear I2S DACs. These DACs operates 73 the ??rear?? right DAC PCM slot of the AC97 codec. 80 the ??rear?? left DAC PCM slot of the AC97 codec. 106 This control is used to attenuate samples for left and right rear PCM FX-bus 107 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples. 108 The result samples are forwarded to the rear I2S DACs. These DACs operate 114 These controls are used to attenuate samples for left and right rear PCM FX-bus 115 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples. 123 to the ??rear?? right DAC PCM slot of the AC97 codec. 129 to the ??rear?? left DAC PCM slot of the AC97 codec. [all …]
|
D | ControlNames.txt | 20 Surround (rear left/right in 4.0/5.1 surround)
|
D | Audigy-mixer.txt | 191 This control turns the tone control on or off. The samples for front, rear
|
D | ALSA-Configuration.txt | 2102 rear_switch - enable shared rear/line-in switch (bool)
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | dt3000.c | 287 int rear; in dt3k_ai_empty_fifo() local 297 rear = devpriv->ai_rear; in dt3k_ai_empty_fifo() 300 data = readw(dev->mmio + DPR_ADC_BUFFER + rear); in dt3k_ai_empty_fifo() 302 rear++; in dt3k_ai_empty_fifo() 303 if (rear >= DPR_AI_FIFO_DEPTH) in dt3k_ai_empty_fifo() 304 rear = 0; in dt3k_ai_empty_fifo() 307 devpriv->ai_rear = rear; in dt3k_ai_empty_fifo() 308 writew(rear, dev->mmio + DPR_AD_BUF_REAR); in dt3k_ai_empty_fifo()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry-nommu.S | 103 mfs r11, rear 161 mts rear, r11 263 mfs r11, rear 354 mfs r11, rear 421 mfs r12, rear 441 mts rear, r12 536 mts rear, r18
|
D | entry.S | 524 mfs r4, rear /* EAR */ 553 mfs r6, rear /* parameter unsigned long address */ 565 mfs r6, rear /* parameter unsigned long address */ 774 mfs r11, rear; 906 mfs r12, rear
|
D | hw_exception_handler.S | 353 mfs r3, rear;
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_core.c | 533 sq->rear = -1; in sq_setup() 609 dest = write_sq.buffers[write_sq.rear]; in sq_write() 650 dest = write_sq.buffers[(write_sq.rear+1) % write_sq.max_count]; in sq_write() 661 write_sq.rear = (write_sq.rear+1) % write_sq.max_count; in sq_write() 828 write_sq.rear = -1 ; /* same as for set-up */ in sq_reset_output() 1330 write_sq.max_active, write_sq.front, write_sq.rear, in state_open()
|
D | dmasound.h | 226 int front, rear, count; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih410-pinctrl.dtsi | 13 pin-controller-rear {
|
D | armada-xp-netgear-rn2120.dts | 104 /* Controller for rear fan #1 of 3 (Protechnic 115 /* Controller for rear (center) fan #2 of 3 */ 125 /* Controller for rear fan #3 of 3 */ 179 /* Two rear eSATA ports */
|
D | stih415.dtsi | 52 syscfg_rear: rear-syscfg@fe830000{ 53 compatible = "st,stih415-rear-syscfg", "syscon";
|
D | armada-370-synology-ds213j.dts | 176 /* rear USB port, near reset button */ 181 /* rear USB port, near RJ45 port */
|
D | stih416.dtsi | 66 syscfg_rear:rear-syscfg@fe830000{ 67 compatible = "st,stih416-rear-syscfg", "syscon";
|
D | stih415-pinctrl.dtsi | 293 pin-controller-rear { 296 compatible = "st,stih415-rear-pinctrl";
|
D | stih407-family.dtsi | 121 syscfg_rear: rear-syscfg@9290000 { 122 compatible = "st,stih407-rear-syscfg", "syscon";
|
D | stih416-pinctrl.dtsi | 394 pin-controller-rear { 397 compatible = "st,stih416-rear-pinctrl";
|
D | armada-xp-synology-ds414.dts | 98 * providing the two rear USB 3.0 ports.
|
D | stih407-pinctrl.dtsi | 941 pin-controller-rear { 944 compatible = "st,stih407-rear-pinctrl";
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 907 unsigned int front, rear; member 918 cq->front = cq->rear = 0; in __cq_init() 924 return (cq->front == cq->rear); in __cq_empty() 929 return ((cq->rear + 1) & CQ_MASK) == cq->front; in __cq_full() 937 cq->element[cq->rear] = elem; in __cq_enqueue() 938 cq->rear = (cq->rear + 1) & CQ_MASK; in __cq_enqueue() 954 return (cq->rear - cq->front) & CQ_MASK; in __cq_get_elem_count()
|
/linux-4.4.14/sound/firewire/ |
D | Kconfig | 50 Say Y here to include support for the front and rear microphones
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 258 rear side of the joystick. However, moving it, you'll reset the joystick,
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 715 Two diagnostic LEDs are visible on the rear bracket of the board. 942 Two diagnostic LEDs are visible on the rear bracket of the board.
|