Home
last modified time | relevance | path

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

/linux-4.4.14/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
83 min_fp 3-jack in back, 2-jack in front
84 full 6-jack in back, 2-jack in front
85 full_dig 6-jack in back, 2-jack in front, SPDIF I/O
86 allout 5-jack in back, 2-jack in front, SPDIF out
92 3stack-automute 3-stack with automute front HP (default)
251 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.4.14/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.4.14/drivers/md/bcache/
Dutil.h120 size_t front, back, size, mask; \
125 for (iter = (fifo)->front; \
138 (fifo)->front = (fifo)->back = 0; \
168 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask)
174 #define fifo_front(fifo) ((fifo)->data[(fifo)->front])
194 (i) = (fifo)->data[(fifo)->front++]; \
195 (fifo)->front &= (fifo)->mask; \
204 --(fifo)->front; \
205 (fifo)->front &= (fifo)->mask; \
206 (fifo)->data[(fifo)->front] = (i); \
[all …]
/linux-4.4.14/net/ceph/
Dmon_client.c107 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
158 monc->m_auth->front.iov_base, in __open_session()
207 p = msg->front.iov_base; in __send_subscribe()
238 msg->front.iov_len = p - msg->front.iov_base; in __send_subscribe()
239 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __send_subscribe()
251 struct ceph_mon_subscribe_ack *h = msg->front.iov_base; in handle_subscribe_ack()
253 if (msg->front.iov_len < sizeof(*h)) in handle_subscribe_ack()
384 p = msg->front.iov_base; in ceph_monc_handle_map()
385 end = p + msg->front.iov_len; in ceph_monc_handle_map()
566 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply()
[all …]
Dosd_client.c433 memset(msg->front.iov_base, 0, msg->front.iov_len); in ceph_osdc_alloc_request()
1778 p = msg->front.iov_base; in handle_reply()
1779 end = p + msg->front.iov_len; in handle_reply()
1943 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); in handle_reply()
2084 p = msg->front.iov_base; in ceph_osdc_handle_map()
2085 end = p + msg->front.iov_len; in ceph_osdc_handle_map()
2358 p = msg->front.iov_base; in handle_watch_notify()
2359 end = p + msg->front.iov_len; in handle_watch_notify()
2419 p = msg->front.iov_base; in ceph_osdc_build_request()
2488 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); in ceph_osdc_build_request()
[all …]
Dmsgpool.c78 msg->front.iov_len = pool->front_len; in ceph_msgpool_put()
Dmessenger.c1294 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); in prepare_write_message()
1299 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1311 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
2382 m->front.iov_len = 0; /* haven't read it yet */ in read_partial_message()
2393 ret = read_partial_message_section(con, &m->front, front_len, in read_partial_message()
3031 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); in ceph_con_send()
3283 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3284 if (m->front.iov_base == NULL) { in ceph_msg_new()
3290 m->front.iov_base = NULL; in ceph_msg_new()
3292 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new()
[all …]
/linux-4.4.14/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.4.14/drivers/media/platform/sti/c8sectpfe/
DKconfig16 This adds support for DVB front-end cards connected
22 Supported DVB front-end cards are:
/linux-4.4.14/fs/ceph/
Dmds_client.c299 info->head = msg->front.iov_base; in parse_reply_info()
300 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
301 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
846 h = msg->front.iov_base; in create_session_msg()
889 h = msg->front.iov_base; in create_session_open_msg()
903 p = msg->front.iov_base + sizeof(*h); in create_session_open_msg()
1608 head = msg->front.iov_base; in ceph_send_cap_releases()
1610 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1617 head = msg->front.iov_base; in ceph_send_cap_releases()
1619 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
[all …]
Dsnap.c841 void *p = msg->front.iov_base; in ceph_handle_snap()
842 void *e = p + msg->front.iov_len; in ceph_handle_snap()
850 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_snap()
Dcaps.c1025 fc = msg->front.iov_base; in send_cap_msg()
3419 end = msg->front.iov_base + msg->front.iov_len; in ceph_handle_caps()
3421 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_caps()
3423 h = msg->front.iov_base; in ceph_handle_caps()
Dinode.c1394 struct ceph_mds_request_head *rhead = req->r_request->front.iov_base; in ceph_readdir_prepopulate()
/linux-4.4.14/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.dtsi59 front {
61 label = "imx6:red:front";
176 pinctrl_cubox_i_pwm1: cubox-i-pwm1-front-led {
Dstih415.dtsi47 syscfg_front: front-syscfg@fee10000{
48 compatible = "st,stih415-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.dtsi61 syscfg_front:front-syscfg@fee10000{
62 compatible = "st,stih416-front-syscfg", "syscon";
Dstih415-pinctrl.dtsi198 pin-controller-front {
201 compatible = "st,stih415-front-pinctrl";
Dstih407-family.dtsi116 syscfg_front: front-syscfg@9280000 {
117 compatible = "st,stih407-front-syscfg", "syscon";
Dstih416-pinctrl.dtsi244 pin-controller-front {
247 compatible = "st,stih416-front-pinctrl";
Dstih407-pinctrl.dtsi366 compatible = "st,stih407-front-pinctrl";
911 compatible = "st,stih407-front-pinctrl";
/linux-4.4.14/net/sched/
Dsch_qfq.c176 unsigned int front; /* Index of the front slot. */ member
911 i = (grp->front + slot) % QFQ_MAX_SLOTS; in qfq_slot_insert()
920 return hlist_entry(grp->slots[grp->front].first, in qfq_slot_head()
933 if (hlist_empty(&grp->slots[grp->front])) in qfq_front_slot_remove()
954 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; in qfq_slot_scan()
975 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; in qfq_slot_rotate()
1352 i = (grp->front + offset) % QFQ_MAX_SLOTS; in qfq_slot_remove()
1398 } else if (hlist_empty(&grp->slots[grp->front])) { in qfq_deactivate_agg()
/linux-4.4.14/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
263 tristate "Support for Apple XServe front panel LEDs"
266 This driver provides some support to control the front panel
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt3 The dynamic memory manager (DMM) is a module located immediately in front of the
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-srws121 an RPM meter on the front of the controller
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/comedi/drivers/
Ddt3000.c286 int front; in dt3k_ai_empty_fifo() local
292 front = readw(dev->mmio + DPR_AD_BUF_FRONT); in dt3k_ai_empty_fifo()
293 count = front - devpriv->ai_front; in dt3k_ai_empty_fifo()
/linux-4.4.14/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()
DKconfig2255 This driver implements the front-end of the Xen virtual
/linux-4.4.14/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.4.14/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
Dswitchdev.txt51                              front-panel ports                                
Drxrpc.txt303 then the remainder of that message will be left on the front of the queue
Dbonding.txt1015 front end does not provide any means to work with bonding devices.
/linux-4.4.14/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.4.14/arch/powerpc/platforms/cell/
DKconfig76 This adds a method to trigger system reset via front panel pinhole button.
/linux-4.4.14/arch/mn10300/include/asm/
Dframe.inc42 # push the exception frame onto the front of the list
/linux-4.4.14/include/linux/ceph/
Dmessenger.h150 struct kvec front; /* unaligned blobs of message */ member
/linux-4.4.14/Documentation/input/
Dcs461x.txt12 Raw mode works fine with analog joystick front-end driver and cs461x
Duserio.txt10 touchpads found on laptops) without having to have the physical device in front
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig8 This module does nothing by itself - the USB/PCI/SPI front-ends
/linux-4.4.14/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.4.14/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.4.14/drivers/leds/
DKconfig149 tristate "LED Support for the Cobalt Qube series front LED"
153 This option enables support for the front LED on Cobalt Qube series
417 drive or power LEDs on the front panel. Using this driver
418 can stop the front LED from blinking after startup.
/linux-4.4.14/fs/f2fs/
Df2fs.h482 struct extent_info *front) in __is_extent_mergeable() argument
484 return (back->fofs + back->len == front->fofs && in __is_extent_mergeable()
485 back->blk + back->len == front->blk); in __is_extent_mergeable()
495 struct extent_info *front) in __is_front_mergeable() argument
497 return __is_extent_mergeable(cur, front); in __is_front_mergeable()
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dldb.txt14 multiplexer in the front to select any of the four IPU display
/linux-4.4.14/Documentation/w1/masters/
Dds249035 command and slave rom id prepended to the front of the requested
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
DKconfig136 the front-end driver, this parameter must be "Y". For memory-limited
/linux-4.4.14/tools/perf/util/
Dhist.h275 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
/linux-4.4.14/sound/firewire/
DKconfig50 Say Y here to include support for the front and rear microphones
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt34 like st,stih415-sbc-pinctrl, st,stih415-front-pinctrl and so on.
/linux-4.4.14/Documentation/misc-devices/
Dlis3lv02d75 * If the front side (where the touchpad is) is elevated, Y decreases
/linux-4.4.14/arch/powerpc/boot/dts/
Dxcalibur1501.dts390 /* eTSEC 1 front panel 0 */
440 /* eTSEC 2 front panel 1 */
/linux-4.4.14/Documentation/driver-model/
Doverview.txt57 front of the pci_dev structure. This is to make people think about what
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt71 In front of the page allocator is a per-cpu page allocator. It exists only
/linux-4.4.14/Documentation/video4linux/
Dfimc.txt28 instance to any parallel video input or any MIPI-CSI front-end);
Dsi4713.txt106 it is possible to adjust the front-end gain of the audio input and always
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.4.14/drivers/parisc/
DKconfig146 That includes support for LED State front panel as found on E
/linux-4.4.14/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.4.14/drivers/usb/storage/
DKconfig154 This code registers the button on the front of Maxtor OneTouch USB
/linux-4.4.14/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.4.14/Documentation/networking/dsa/
Ddsa.txt24 An Ethernet switch is typically comprised of multiple front-panel ports, and one
38 For each front-panel port, DSA will create specialized network devices which are
145 controlling and data-flowing end-point for each front-panel port of the switch.
/linux-4.4.14/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.4.14/arch/sparc/
DKconfig365 This driver toggles the front-panel LED on sun4m systems
/linux-4.4.14/arch/
DKconfig489 Some architectures generate an _ in front of C symbols; things like
/linux-4.4.14/drivers/net/
DKconfig396 system that implements a compatible front end.
/linux-4.4.14/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.4.14/Documentation/s390/
Dcds.txt180 The ccw_device_start() routines is the I/O request front-end processor. All
/linux-4.4.14/drivers/block/
DKconfig479 This driver implements the front-end of the Xen virtual
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt277 hint to front ends, that all suboptions should be displayed as a
/linux-4.4.14/drivers/input/misc/
DKconfig728 This driver implements the front-end of the Xen virtual
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt74 table with atomic update semantics to front a PMEM/BLK block device
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt420 we go ahead and clear PG_mlocked up front, as this might be the only chance we
/linux-4.4.14/fs/btrfs/
Dctree.h3956 int front);
Dinode.c4614 int front) in btrfs_truncate_page() argument
4698 if (front) in btrfs_truncate_page()
/linux-4.4.14/
DMAINTAINERS11781 F: drivers/*/xen-*front.c