Home
last modified time | relevance | path

Searched refs:front (Results 1 – 101 of 101) sorted by relevance

/linux-4.1.27/Documentation/sound/alsa/
DChannel-Mapping-API.txt16 { front left, front right, rear left, rear right }.
83 SNDRV_CHMAP_FL, /* front left */
84 SNDRV_CHMAP_FR, /* front right */
87 SNDRV_CHMAP_FC, /* front center */
93 SNDRV_CHMAP_FLC, /* front left center */
94 SNDRV_CHMAP_FRC, /* front right center */
97 SNDRV_CHMAP_FLW, /* front left wide */
98 SNDRV_CHMAP_FRW, /* front right wide */
99 SNDRV_CHMAP_FLH, /* front left high */
100 SNDRV_CHMAP_FCH, /* front center high */
[all …]
DAudigy-mixer.txt42 This control is used to attenuate samples for left and right front PCM FX-bus
43 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM
44 samples for 5.1 playback. The result samples are forwarded to the front DAC PCM
70 stereo playback. The result samples are forwarded to the front DAC PCM slots
84 The result samples are forwarded to the front DAC PCM slots of the AC97 codec.
97 the front DAC PCM slots of the Philips DAC. Samples are forwarded to Mic
110 forwarded to the front DAC PCM slots of the Philips DAC.
121 digital input. The result samples are forwarded to the front DAC PCM slots
133 inputs (on the AudigyDrive). The result samples are forwarded to the front
145 inputs from Philips ADC. The result samples are forwarded to the front
[all …]
DHD-Audio-Models.txt7 5stack 5-jack in back, 2-jack in front
8 5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
9 6stack 6-jack in back, 2-jack in front
73 min_fp 3-jack in back, 2-jack in front
74 full 6-jack in back, 2-jack in front
75 full_dig 6-jack in back, 2-jack in front, SPDIF I/O
76 allout 5-jack in back, 2-jack in front, SPDIF out
82 3stack-automute 3-stack with automute front HP (default)
241 5stack-no-fp D965 5stack without front panel
DSB-Live-mixer.txt59 The result samples are forwarded to the front DAC PCM slots of the AC97 codec.
94 The result samples are forwarded to the front DAC PCM slots of the AC97 codec.
133 This control is used to attenuate samples for left and right front ADC PCM slots
134 of the AC97 codec. The result samples are forwarded to the front DAC PCM
143 This control is used to attenuate samples for left and right front ADC PCM slots
155 forwarded to the front DAC PCM slots of the AC97 codec.
167 forwarded to the front DAC PCM slots of the AC97 codec.
178 digital input. The result samples are forwarded to the front DAC PCM slots
190 digital inputs. The result samples are forwarded to the front DAC PCM slots
203 inputs (on the LiveDrive). The result samples are forwarded to the front
[all …]
DCMIPCI.txt11 channels can be used for front/rear playbacks. Since there are two
16 card#0) for front and 4/6ch playbacks, while the second PCM device
41 front one) and was so excited. It was even with "Four Channel" bit
43 from front and rear speakers! But.. after reboot, all was gone.
54 The "Exchange DAC" switch is used to exchange front and rear playback
55 routes, i.e. the 2nd DAC is output from front output.
DHD-Audio-Controls.txt75 the front-channel. Also, the same route is used for the headphone
DHD-Audio.txt221 indicates the front-channels). In addition, there can be individual
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_transfer.c47 const unsigned long *front = (const unsigned long *) *bfront;
53 prefetch((void *) front);
57 if (back[j] != front[j]) {
64 if (back[k] != front[k]) {
71 *bfront = (u8 *) &front[start];
222 const char *front, char **urb_buf_ptr, in udl_render_hline() argument
235 line_start = (u8 *) (front + byte_offset); in udl_render_hline()
Dudl_drv.h114 const char *front, char **urb_buf_ptr,
/linux-4.1.27/drivers/md/bcache/
Dutil.h122 size_t front, back, size, mask; \
127 for (iter = (fifo)->front; \
140 (fifo)->front = (fifo)->back = 0; \
173 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask)
179 #define fifo_front(fifo) ((fifo)->data[(fifo)->front])
199 (i) = (fifo)->data[(fifo)->front++]; \
200 (fifo)->front &= (fifo)->mask; \
209 --(fifo)->front; \
210 (fifo)->front &= (fifo)->mask; \
211 (fifo)->data[(fifo)->front] = (i); \
[all …]
/linux-4.1.27/net/ceph/
Dmon_client.c107 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
154 monc->m_auth->front.iov_base, in __open_session()
198 p = msg->front.iov_base; in __send_subscribe()
229 msg->front.iov_len = p - msg->front.iov_base; in __send_subscribe()
230 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __send_subscribe()
242 struct ceph_mon_subscribe_ack *h = msg->front.iov_base; in handle_subscribe_ack()
244 if (msg->front.iov_len < sizeof(*h)) in handle_subscribe_ack()
368 p = msg->front.iov_base; in ceph_monc_handle_map()
369 end = p + msg->front.iov_len; in ceph_monc_handle_map()
550 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply()
[all …]
Dmsgpool.c78 msg->front.iov_len = pool->front_len; in ceph_msgpool_put()
Dosd_client.c427 memset(msg->front.iov_base, 0, msg->front.iov_len); in ceph_osdc_alloc_request()
1764 p = msg->front.iov_base; in handle_reply()
1765 end = p + msg->front.iov_len; in handle_reply()
1929 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); in handle_reply()
2070 p = msg->front.iov_base; in ceph_osdc_handle_map()
2071 end = p + msg->front.iov_len; in ceph_osdc_handle_map()
2344 p = msg->front.iov_base; in handle_watch_notify()
2345 end = p + msg->front.iov_len; in handle_watch_notify()
2405 p = msg->front.iov_base; in ceph_osdc_build_request()
2474 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); in ceph_osdc_build_request()
[all …]
Dmessenger.c1297 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); in prepare_write_message()
1302 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1314 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
2377 m->front.iov_len = 0; /* haven't read it yet */ in read_partial_message()
2388 ret = read_partial_message_section(con, &m->front, front_len, in read_partial_message()
3004 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); in ceph_con_send()
3248 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3249 if (m->front.iov_base == NULL) { in ceph_msg_new()
3255 m->front.iov_base = NULL; in ceph_msg_new()
3257 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new()
[all …]
/linux-4.1.27/Documentation/block/
Ddeadline-iosched.txt63 request, or it fits at the front. That is called either a back merge candidate
64 or a front merge candidate. Due to the way files are typically laid out,
65 back merges are much more common than front merges. For some work loads, you
67 front merge requests. Setting front_merges to 0 disables this functionality.
70 rbtree front sector lookup when the io scheduler merge function is called.
Dcfq-iosched.txt52 backward distance of request is just 1/back_seek_penalty from a "front"
56 will bias toward front request). Default value of back_seek_penalty is 2.
Dbiodoc.txt1007 "Front merges", a new request being merged at the front of an existing request,
/linux-4.1.27/fs/ceph/
Dmds_client.c298 info->head = msg->front.iov_base; in parse_reply_info()
299 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
300 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
826 h = msg->front.iov_base; in create_session_msg()
869 h = msg->front.iov_base; in create_session_open_msg()
883 p = msg->front.iov_base + sizeof(*h); in create_session_open_msg()
1450 head = msg->front.iov_base; in ceph_add_cap_releases()
1466 (int)msg->front.iov_len); in ceph_add_cap_releases()
1467 head = msg->front.iov_base; in ceph_add_cap_releases()
1469 msg->front.iov_len = sizeof(*head); in ceph_add_cap_releases()
[all …]
Dcaps.c1011 fc = msg->front.iov_base; in send_cap_msg()
1071 BUG_ON(msg->front.iov_len + sizeof(*item) > PAGE_CACHE_SIZE); in __queue_cap_release()
1072 head = msg->front.iov_base; in __queue_cap_release()
1074 item = msg->front.iov_base + msg->front.iov_len; in __queue_cap_release()
1082 msg->front.iov_len += sizeof(*item); in __queue_cap_release()
1090 (int)msg->front.iov_len); in __queue_cap_release()
3112 end = msg->front.iov_base + msg->front.iov_len; in ceph_handle_caps()
3114 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_caps()
3116 h = msg->front.iov_base; in ceph_handle_caps()
Dsnap.c815 void *p = msg->front.iov_base; in ceph_handle_snap()
816 void *e = p + msg->front.iov_len; in ceph_handle_snap()
824 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_snap()
Dinode.c1346 struct ceph_mds_request_head *rhead = req->r_request->front.iov_base; in ceph_readdir_prepopulate()
/linux-4.1.27/arch/arm/boot/dts/
Dorion5x-lacie-d2-network.dts190 * MPP6: Red front LED
191 * MPP16: Blue front LED blink control
221 * GPIO 23: Blue front LED off
Dimx6qdl-cubox-i.dtsi60 front {
62 label = "imx6:red:front";
177 pinctrl_cubox_i_pwm1: cubox-i-pwm1-front-led {
Dstih415.dtsi47 syscfg_front: front-syscfg@fee10000{
48 compatible = "st,stih415-front-syscfg", "syscon";
Dstih407-family.dtsi86 syscfg_front: front-syscfg@9280000 {
87 compatible = "st,stih407-front-syscfg", "syscon";
Dorion5x-maxtor-shared-storage-2.dts163 * GPIO 23: Blue front LED off
Dkirkwood-b3.dts127 * There is one LED "port" on the front and the colours
Dstih416.dtsi48 syscfg_front:front-syscfg@fee10000{
49 compatible = "st,stih416-front-syscfg", "syscon";
Dstih407-pinctrl.dtsi261 compatible = "st,stih407-front-pinctrl";
446 compatible = "st,stih407-front-pinctrl";
Dstih415-pinctrl.dtsi198 pin-controller-front {
201 compatible = "st,stih415-front-pinctrl";
Dstih416-pinctrl.dtsi221 pin-controller-front {
224 compatible = "st,stih416-front-pinctrl";
/linux-4.1.27/net/sched/
Dsch_qfq.c176 unsigned int front; /* Index of the front slot. */ member
916 i = (grp->front + slot) % QFQ_MAX_SLOTS; in qfq_slot_insert()
925 return hlist_entry(grp->slots[grp->front].first, in qfq_slot_head()
938 if (hlist_empty(&grp->slots[grp->front])) in qfq_front_slot_remove()
959 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; in qfq_slot_scan()
980 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; in qfq_slot_rotate()
1357 i = (grp->front + offset) % QFQ_MAX_SLOTS; in qfq_slot_remove()
1403 } else if (hlist_empty(&grp->slots[grp->front])) { in qfq_deactivate_agg()
/linux-4.1.27/drivers/macintosh/
DKconfig91 bool "Support for the Power/iBook front LED"
96 Support the front LED on Power/iBooks as a generic LED that can
103 bool "Use front LED as IDE LED by default"
110 This option makes the front LED default to the IDE trigger
264 tristate "Support for Apple XServe front panel LEDs"
267 This driver provides some support to control the front panel
/linux-4.1.27/fs/afs/
Dwrite.c37 struct afs_writeback *front; in afs_unlink_writeback() local
44 front = list_entry(vnode->writebacks.next, in afs_unlink_writeback()
46 if (front->state == AFS_WBACK_SYNCING) { in afs_unlink_writeback()
48 front->state = AFS_WBACK_COMPLETE; in afs_unlink_writeback()
49 wake_up(&front->waitq); in afs_unlink_writeback()
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt3 The dynamic memory manager (DMM) is a module located immediately in front of the
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-srws121 an RPM meter on the front of the controller
/linux-4.1.27/sound/oss/dmasound/
Ddmasound_q40.c410 start = write_sq.buffers[write_sq.front]; in Q40PlayNextFrame()
416 write_sq.front = (write_sq.front+1) % write_sq.max_count; in Q40PlayNextFrame()
Ddmasound_paula.c469 start = write_sq.buffers[write_sq.front]; in AmiPlayNextFrame()
514 write_sq.front = (write_sq.front+1) % write_sq.max_count; in AmiPlayNextFrame()
Ddmasound.h226 int front, rear, count; member
Ddmasound_core.c528 sq->front = sq->count = sq->rear_size = 0; in sq_setup()
827 write_sq.front = 0 ; in sq_reset_output()
1330 write_sq.max_active, write_sq.front, write_sq.rear, in state_open()
Ddmasound_atari.c1175 start = write_sq.buffers[write_sq.front]; in AtaPlayNextFrame()
1183 write_sq.front = (write_sq.front+1) % write_sq.max_count; in AtaPlayNextFrame()
/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_lowlevel.h39 unsigned int front, unsigned int back);
Dexynos_mipi_dsi_lowlevel.c165 unsigned int front, unsigned int back) in exynos_mipi_dsi_set_main_disp_hporch() argument
172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back); in exynos_mipi_dsi_set_main_disp_hporch()
/linux-4.1.27/drivers/staging/comedi/drivers/
Ddt3000.c300 int front; in dt3k_ai_empty_fifo() local
306 front = readw(dev->mmio + DPR_AD_Buf_Front); in dt3k_ai_empty_fifo()
307 count = front - devpriv->ai_front; in dt3k_ai_empty_fifo()
/linux-4.1.27/drivers/video/fbdev/
Dudlfb.c366 const unsigned long *front = (const unsigned long *) *bfront; in dlfb_trim_hline() local
372 prefetch((void *) front); in dlfb_trim_hline()
376 if (back[j] != front[j]) { in dlfb_trim_hline()
383 if (back[k] != front[k]) { in dlfb_trim_hline()
390 *bfront = (u8 *) &front[start]; in dlfb_trim_hline()
519 const char *front, char **urb_buf_ptr, in dlfb_render_hline() argument
529 line_start = (u8 *) (front + byte_offset); in dlfb_render_hline()
DKconfig2253 This driver implements the front-end of the Xen virtual
/linux-4.1.27/Documentation/sound/alsa/soc/
Dplatform.txt77 4) Definition of DSP front end (FE) PCM devices.
DDPCM.txt45 modem. This sound card exposes 4 DSP front end (FE) ALSA PCM devices and
/linux-4.1.27/Documentation/networking/
Dspider_net.txt46 and everything in front of it should be "empty". If the hardware
54 all of the descrs in front of the tail pointer should be "full", and
66 is flowing RX traffic, everything in front of the head pointer should
157 that everything in front of the "empty" descr must surely also be empty,
Diphase.txt44 LED on the front panel of the adapter will be on if the adapter is
61 The yellow 'status' LED on the front panel of the adapter will blink
Drxrpc.txt303 then the remainder of that message will be left on the front of the queue
Dbonding.txt978 front end does not provide any means to work with bonding devices.
/linux-4.1.27/sound/pci/hda/
Dpatch_analog.c88 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() argument
91 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD) in ad198x_power_eapd_write()
92 snd_hda_codec_write(codec, front, 0, AC_VERB_SET_EAPD_BTLENABLE, in ad198x_power_eapd_write()
/linux-4.1.27/arch/mn10300/include/asm/
Dframe.inc42 # push the exception frame onto the front of the list
/linux-4.1.27/include/linux/ceph/
Dmessenger.h154 struct kvec front; /* unaligned blobs of message */ member
/linux-4.1.27/Documentation/input/
Dcs461x.txt12 Raw mode works fine with analog joystick front-end driver and cs461x
/linux-4.1.27/drivers/net/wireless/p54/
DKconfig8 This module does nothing by itself - the USB/PCI/SPI front-ends
/linux-4.1.27/fs/f2fs/
Df2fs.h383 struct extent_info *front) in __is_extent_mergeable() argument
385 return (back->fofs + back->len == front->fofs && in __is_extent_mergeable()
386 back->blk + back->len == front->blk); in __is_extent_mergeable()
396 struct extent_info *front) in __is_front_mergeable() argument
398 return __is_extent_mergeable(cur, front); in __is_front_mergeable()
/linux-4.1.27/drivers/media/dvb-core/
Ddmxdev.c127 struct dmx_frontend *front; in dvb_dvr_open() local
169 front = get_fe(dmxdev->demux, DMX_MEMORY_FE); in dvb_dvr_open()
171 if (!front) { in dvb_dvr_open()
176 dmxdev->demux->connect_frontend(dmxdev->demux, front); in dvb_dvr_open()
/linux-4.1.27/kernel/locking/
Dlockdep.c907 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()
947 *elem = cq->element[cq->front]; in __cq_dequeue()
948 cq->front = (cq->front + 1) & CQ_MASK; in __cq_dequeue()
954 return (cq->rear - cq->front) & CQ_MASK; in __cq_get_elem_count()
/linux-4.1.27/arch/powerpc/platforms/cell/
DKconfig91 This adds a method to trigger system reset via front panel pinhole button.
/linux-4.1.27/drivers/leds/
DKconfig126 tristate "LED Support for the Cobalt Qube series front LED"
130 This option enables support for the front LED on Cobalt Qube series
392 drive or power LEDs on the front panel. Using this driver
393 can stop the front LED from blinking after startup.
/linux-4.1.27/sound/firewire/
DKconfig49 Say Y here to include support for the front and rear microphones
/linux-4.1.27/Documentation/w1/masters/
Dds249035 command and slave rom id prepended to the front of the requested
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/
Dldb.txt14 multiplexer in the front to select any of the four IPU display
/linux-4.1.27/drivers/net/wireless/rtlwifi/
DKconfig136 the front-end driver, this parameter must be "Y". For memory-limited
/linux-4.1.27/tools/perf/util/
Dhist.h268 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d75 * If the front side (where the touchpad is) is elevated, Y decreases
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt34 like st,stih415-sbc-pinctrl, st,stih415-front-pinctrl and so on.
/linux-4.1.27/arch/powerpc/boot/dts/
Dxcalibur1501.dts390 /* eTSEC 1 front panel 0 */
440 /* eTSEC 2 front panel 1 */
/linux-4.1.27/Documentation/driver-model/
Doverview.txt57 front of the pci_dev structure. This is to make people think about what
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt71 In front of the page allocator is a per-cpu page allocator. It exists only
/linux-4.1.27/Documentation/video4linux/
Dsi4713.txt106 it is possible to adjust the front-end gain of the audio input and always
Dfimc.txt28 instance to any parallel video input or any MIPI-CSI front-end);
Dvideobuf106 wait on the first buffer in the queue; placing other buffers in front of it
264 allocated. The scatter/gather case is the most complex on this front. For
/linux-4.1.27/drivers/parisc/
DKconfig146 That includes support for LED State front panel as found on E
/linux-4.1.27/Documentation/fb/
Dvesafb.txt78 if you set the 0x in front of the numbers.
Dsstfb.txt163 - try to add panning using tweeks with front and back buffer .
Dframebuffer.txt159 beams for color models, 1 electron beam for monochrome monitors). The front of
/linux-4.1.27/Documentation/
Dgcov.txt28 in the current directory. In addition, graphical gcov front-ends such
Dbus-virt-phys-mapping.txt178 might find yourself with a 500 MHz Alpha in front of you, and then you'll be
Dcoccinelle.txt46 front-end in the 'scripts' directory.
DManagementStyle95 admitting up-front that you don't have a friggin' clue, and telling
Dapplying-patches.txt216 Most recent patches are linked from the front page, but they also have
DDMA-API-HOWTO.txt308 devices seems to be littered with ISA chips given a PCI front end,
/linux-4.1.27/drivers/usb/storage/
DKconfig154 This code registers the button on the front of Maxtor OneTouch USB
/linux-4.1.27/Documentation/filesystems/
Dlogfs.txt33 writes happen from front (low addresses) to back (high addresses. If
Dpath-lookup.txt187 care must be taken to load the members up-front, and use those pointers rather
Dxfs-delayed-logging-design.txt546 up front. This avoids deadlocks and removes a blocking point from the
/linux-4.1.27/drivers/net/
DKconfig359 system that implements a compatible front end.
/linux-4.1.27/arch/sparc/
DKconfig365 This driver toggles the front-panel LED on sun4m systems
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt277 hint to front ends, that all suboptions should be displayed as a
/linux-4.1.27/arch/
DKconfig477 Some architectures generate an _ in front of C symbols; things like
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1227 A "Secondary Section" is a named appendix or a front-matter section of
1320 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
1322 you as the publisher of these copies. The front cover must present
1409 If the Modified Version includes new front-matter sections or
/linux-4.1.27/Documentation/s390/
Dcds.txt180 The ccw_device_start() routines is the I/O request front-end processor. All
/linux-4.1.27/drivers/block/
DKconfig502 This driver implements the front-end of the Xen virtual
/linux-4.1.27/drivers/input/misc/
DKconfig730 This driver implements the front-end of the Xen virtual
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt420 we go ahead and clear PG_mlocked up front, as this might be the only chance we
/linux-4.1.27/fs/btrfs/
Dctree.h3898 int front);
Dinode.c4576 int front) in btrfs_truncate_page() argument
4657 if (front) in btrfs_truncate_page()
/linux-4.1.27/
DMAINTAINERS10918 F: drivers/*/xen-*front.c