Home
last modified time | relevance | path

Searched refs:rear (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/Documentation/sound/designs/
H A Dchannel-mapping-api.rst18 ``{ 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 */
H A Dcontrol-names.rst35 Surround rear left/right in 4.0/5.1 surround
46 Rear rear position
/openbmc/u-boot/tools/
H A Dgenboardscfg.py188 params['target'], match, rear = defconfig.partition('_defconfig')
189 assert match and not rear, '%s : invalid defconfig' % defconfig
343 front, match, rear = f.partition('configs/')
345 front, match, rear = rear.rpartition('_defconfig')
346 if match and not rear:
/openbmc/linux/Documentation/sound/cards/
H A Dcmipci.rst12 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
H A Dsb-live-mixer.rst72 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 from 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 from 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 …]
/openbmc/linux/drivers/comedi/drivers/
H A Ddt3000.c277 int rear; in dt3k_ai_empty_fifo() local
287 rear = devpriv->ai_rear; in dt3k_ai_empty_fifo()
290 data = readw(dev->mmio + DPR_ADC_BUFFER + rear); in dt3k_ai_empty_fifo()
292 rear++; in dt3k_ai_empty_fifo()
293 if (rear >= DPR_AI_FIFO_DEPTH) in dt3k_ai_empty_fifo()
294 rear = 0; in dt3k_ai_empty_fifo()
297 devpriv->ai_rear = rear; in dt3k_ai_empty_fifo()
298 writew(rear, dev->mmio + DPR_AD_BUF_REAR); in dt3k_ai_empty_fifo()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch65 + int rand_sep; /* Distance between front and rear. */
84 + set up. The basic operation is to add the number at the rear pointer into
89 + rear pointers can't wrap on the same call by not testing the rear
208 + value of the rear pointer; this is so successive calls to initstate won't
304 + int rear = new_state[-1] / MAX_TYPES;
305 + buf->rptr = &new_state[rear];
306 + buf->fptr = &new_state[(rear + separation) % degree];
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-388-clearfog-base.dts23 /* The rear SW3 button */
64 rear_button_pins: rear-button-pins {
H A Darmada-xp-netgear-rn2120.dts44 /* 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 */
H A Darmada-388-clearfog.dts39 /* The rear SW3 button */
171 rear_button_pins: rear-button-pins {
H A Darmada-370-synology-ds213j.dts83 /* rear USB port, near reset button */
88 /* rear USB port, near RJ45 port */
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-witherspoon.dts158 rear-fault {
162 rear-id {
166 rear-power {
215 /*N0-N7*/ "presence-ps1","","led-rear-fault","led-rear-power",
216 "led-rear-id","","","",
H A Daspeed-bmc-bytedance-g220a.dts114 event-rear-riser1-presence {
115 label = "rear-riser1-presence";
126 event-rear-riser0-presence {
127 label = "rear-riser0-presence";
210 event-rear-bp-presence {
211 label = "rear-bp-presence";
H A Daspeed-bmc-ibm-bonnell.dts77 rear-enc-id0 {
81 rear-enc-fault0 {
138 /*H0-H7*/ "","","rear-enc-id0","rear-enc-fault0","","","","",
H A Daspeed-bmc-asrock-e3c256d4i.dts247 &pinctrl_pwm2_default /* rear */
256 /* rear */
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c530 sq->rear = -1; in sq_setup()
606 dest = write_sq.buffers[write_sq.rear]; in sq_write()
647 dest = write_sq.buffers[(write_sq.rear+1) % write_sq.max_count]; in sq_write()
658 write_sq.rear = (write_sq.rear+1) % write_sq.max_count; in sq_write()
825 write_sq.rear = -1 ; /* same as for set-up */ in sq_reset_output()
1311 write_sq.max_active, write_sq.front, write_sq.rear, in state_open()
/openbmc/u-boot/arch/microblaze/cpu/
H A Dexception.c17 MFS(address, rear); in _hw_exception_handler()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c20 ent = &q->head[q->rear]; in get_free_pending_entry()
26 q->rear++; in get_free_pending_entry()
27 if (unlikely(q->rear == qlen)) in get_free_pending_entry()
28 q->rear = 0; in get_free_pending_entry()
495 queue, pqueue->rear, pqueue->front); in process_request()
H A Dcptvf.h79 u32 rear; /* Append new work here */ member
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstih410-pinctrl.dtsi10 pin-controller-rear@922f080 {
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c54 ent = &q->head[q->rear]; in get_free_pending_entry()
58 q->rear++; in get_free_pending_entry()
59 if (unlikely(q->rear == qlen)) in get_free_pending_entry()
60 q->rear = 0; in get_free_pending_entry()
/openbmc/u-boot/arch/arm/dts/
H A Dstih410-pinctrl.dtsi13 pin-controller-rear {
H A Darmada-388-clearfog.dts152 /* The rear SW3 button */
308 rear_button_pins: rear-button-pins {
346 MPP34: gpio x rear button (pic_com1)
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c63 ent = &q->head[q->rear]; in get_free_pending_entry()
67 q->rear++; in get_free_pending_entry()
68 if (unlikely(q->rear == qlen)) in get_free_pending_entry()
69 q->rear = 0; in get_free_pending_entry()
/openbmc/docs/designs/
H A Ddevice-tree-gpio-naming.md93 #### led-rear-fault
95 #### led-rear-power
97 #### led-rear-id

123