/Linux-v4.19/Documentation/sound/designs/ |
D | channel-mapping-api.rst | 18 ``{ front left, front right, rear left, rear right }.`` 24 from rear. Or, some devices secretly assume that center/LFE is the 91 SNDRV_CHMAP_RL, /* rear left */ 92 SNDRV_CHMAP_RR, /* rear right */ 97 SNDRV_CHMAP_RC, /* rear center */ 101 SNDRV_CHMAP_RLC, /* rear left center */ 102 SNDRV_CHMAP_RRC, /* rear right center */ 112 SNDRV_CHMAP_TRL, /* top rear left */ 113 SNDRV_CHMAP_TRR, /* top rear right */ 114 SNDRV_CHMAP_TRC, /* top rear center */
|
D | control-names.rst | 35 Surround rear left/right in 4.0/5.1 surround 46 Rear rear position
|
/Linux-v4.19/Documentation/sound/cards/ |
D | cmipci.rst | 12 channels can be used for front/rear playbacks. Since there are two 18 (hw:0,1) is assigned to the second DAC for rear playback. 30 The rear output can be heard only when "Four Channel Mode" switch is 31 disabled. Otherwise no signal will be routed to the rear speakers. 35 When "Four Channel Mode" switch is off, the output from rear speakers 45 from front and rear speakers! But.. after reboot, all was gone. 49 If your card has an extra output jack for the rear output, the rear 53 is used as rear output. 55 There are two more controls regarding to the rear output. 56 The "Exchange DAC" switch is used to exchange front and rear playback
|
D | sb-live-mixer.rst | 72 The result samples are forwarded to the rear I2S DACs. These DACs operates 80 the ??rear?? right DAC PCM slot of the AC97 codec. 87 the ??rear?? left DAC PCM slot of the AC97 codec. 111 This control is used to attenuate samples for left and right rear PCM FX-bus 112 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples. 113 The result samples are forwarded to the rear I2S DACs. These DACs operate 118 These controls are used to attenuate samples for left and right rear PCM FX-bus 119 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples. 127 to the ??rear?? right DAC PCM slot of the AC97 codec. 133 to the ??rear?? left DAC PCM slot of the AC97 codec. [all …]
|
D | audigy-mixer.rst | 198 This control turns the tone control on or off. The samples for front, rear
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | dt3000.c | 278 int rear; in dt3k_ai_empty_fifo() local 288 rear = devpriv->ai_rear; in dt3k_ai_empty_fifo() 291 data = readw(dev->mmio + DPR_ADC_BUFFER + rear); in dt3k_ai_empty_fifo() 293 rear++; in dt3k_ai_empty_fifo() 294 if (rear >= DPR_AI_FIFO_DEPTH) in dt3k_ai_empty_fifo() 295 rear = 0; in dt3k_ai_empty_fifo() 298 devpriv->ai_rear = rear; in dt3k_ai_empty_fifo() 299 writew(rear, dev->mmio + DPR_AD_BUF_REAR); in dt3k_ai_empty_fifo()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-388-clearfog-base.dts | 23 /* The rear SW3 button */ 64 rear_button_pins: rear-button-pins {
|
D | armada-xp-netgear-rn2120.dts | 44 /* Controller for rear fan #1 of 3 (Protechnic 55 /* Controller for rear (center) fan #2 of 3 */ 65 /* Controller for rear fan #3 of 3 */ 115 /* Two rear eSATA ports */
|
D | armada-388-clearfog.dts | 97 /* The rear SW3 button */ 224 rear_button_pins: rear-button-pins {
|
D | stih410-pinctrl.dtsi | 13 pin-controller-rear@922f080 {
|
D | aspeed-bmc-opp-witherspoon.dts | 135 rear-fault { 139 rear-id { 143 rear-power {
|
D | armada-370-synology-ds213j.dts | 83 /* rear USB port, near reset button */ 88 /* rear USB port, near RJ45 port */
|
D | armada-xp-synology-ds414.dts | 188 * providing the two rear USB 3.0 ports.
|
D | stih407-family.dtsi | 163 syscfg_rear: rear-syscfg@9290000 { 164 compatible = "st,stih407-rear-syscfg", "syscon";
|
D | stih407-pinctrl.dtsi | 965 pin-controller-rear@922f080 { 968 compatible = "st,stih407-rear-pinctrl";
|
/Linux-v4.19/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 | 534 mfs r4, rear /* EAR */ 563 mfs r6, rear /* parameter unsigned long address */ 575 mfs r6, rear /* parameter unsigned long address */ 784 mfs r11, rear; 916 mfs r12, rear
|
D | hw_exception_handler.S | 353 mfs r3, rear;
|
/Linux-v4.19/sound/oss/dmasound/ |
D | dmasound_core.c | 534 sq->rear = -1; in sq_setup() 610 dest = write_sq.buffers[write_sq.rear]; in sq_write() 651 dest = write_sq.buffers[(write_sq.rear+1) % write_sq.max_count]; in sq_write() 662 write_sq.rear = (write_sq.rear+1) % write_sq.max_count; in sq_write() 829 write_sq.rear = -1 ; /* same as for set-up */ in sq_reset_output() 1331 write_sq.max_active, write_sq.front, write_sq.rear, in state_open()
|
D | dmasound.h | 227 int front, rear, count; member
|
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | cptvf_reqmanager.c | 22 ent = &q->head[q->rear]; in get_free_pending_entry() 28 q->rear++; in get_free_pending_entry() 29 if (unlikely(q->rear == qlen)) in get_free_pending_entry() 30 q->rear = 0; in get_free_pending_entry() 514 queue, pqueue->rear, pqueue->front); in process_request()
|
D | cptvf.h | 82 u32 rear; /* Append new work here */ member
|
D | cptvf_main.c | 97 queue->rear = 0; in free_pending_queues() 127 queue->rear = 0; in alloc_pending_queues()
|
/Linux-v4.19/kernel/locking/ |
D | lockdep.c | 899 unsigned int front, rear; member 910 cq->front = cq->rear = 0; in __cq_init() 916 return (cq->front == cq->rear); in __cq_empty() 921 return ((cq->rear + 1) & CQ_MASK) == cq->front; in __cq_full() 929 cq->element[cq->rear] = elem; in __cq_enqueue() 930 cq->rear = (cq->rear + 1) & CQ_MASK; in __cq_enqueue() 946 return (cq->rear - cq->front) & CQ_MASK; in __cq_get_elem_count()
|
/Linux-v4.19/sound/firewire/ |
D | Kconfig | 52 Say Y here to include support for the front and rear microphones
|