/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 16 { 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 …]
|
D | Audigy-mixer.txt | 42 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 …]
|
D | HD-Audio-Models.txt | 7 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
|
D | SB-Live-mixer.txt | 59 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 …]
|
D | CMIPCI.txt | 11 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.
|
D | HD-Audio-Controls.txt | 75 the front-channel. Also, the same route is used for the headphone
|
D | HD-Audio.txt | 221 indicates the front-channels). In addition, there can be individual
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 47 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()
|
D | udl_drv.h | 114 const char *front, char **urb_buf_ptr,
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.h | 120 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/ |
D | mon_client.c | 107 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 …]
|
D | osd_client.c | 433 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 …]
|
D | msgpool.c | 78 msg->front.iov_len = pool->front_len; in ceph_msgpool_put()
|
D | messenger.c | 1294 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/ |
D | deadline-iosched.txt | 63 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.
|
D | cfq-iosched.txt | 52 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.
|
D | biodoc.txt | 1007 "Front merges", a new request being merged at the front of an existing request,
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | Kconfig | 16 This adds support for DVB front-end cards connected 22 Supported DVB front-end cards are:
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 299 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 …]
|
D | snap.c | 841 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()
|
D | caps.c | 1025 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()
|
D | inode.c | 1394 struct ceph_mds_request_head *rhead = req->r_request->front.iov_base; in ceph_readdir_prepopulate()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | orion5x-lacie-d2-network.dts | 190 * MPP6: Red front LED 191 * MPP16: Blue front LED blink control 221 * GPIO 23: Blue front LED off
|
D | imx6qdl-cubox-i.dtsi | 59 front { 61 label = "imx6:red:front"; 176 pinctrl_cubox_i_pwm1: cubox-i-pwm1-front-led {
|
D | stih415.dtsi | 47 syscfg_front: front-syscfg@fee10000{ 48 compatible = "st,stih415-front-syscfg", "syscon";
|
D | orion5x-maxtor-shared-storage-2.dts | 163 * GPIO 23: Blue front LED off
|
D | kirkwood-b3.dts | 127 * There is one LED "port" on the front and the colours
|
D | stih416.dtsi | 61 syscfg_front:front-syscfg@fee10000{ 62 compatible = "st,stih416-front-syscfg", "syscon";
|
D | stih415-pinctrl.dtsi | 198 pin-controller-front { 201 compatible = "st,stih415-front-pinctrl";
|
D | stih407-family.dtsi | 116 syscfg_front: front-syscfg@9280000 { 117 compatible = "st,stih407-front-syscfg", "syscon";
|
D | stih416-pinctrl.dtsi | 244 pin-controller-front { 247 compatible = "st,stih416-front-pinctrl";
|
D | stih407-pinctrl.dtsi | 366 compatible = "st,stih407-front-pinctrl"; 911 compatible = "st,stih407-front-pinctrl";
|
/linux-4.4.14/net/sched/ |
D | sch_qfq.c | 176 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/ |
D | Kconfig | 91 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/ |
D | write.c | 37 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/ |
D | dmm.txt | 3 The dynamic memory manager (DMM) is a module located immediately in front of the
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-srws1 | 21 an RPM meter on the front of the controller
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_q40.c | 410 start = write_sq.buffers[write_sq.front]; in Q40PlayNextFrame() 416 write_sq.front = (write_sq.front+1) % write_sq.max_count; in Q40PlayNextFrame()
|
D | dmasound_paula.c | 469 start = write_sq.buffers[write_sq.front]; in AmiPlayNextFrame() 514 write_sq.front = (write_sq.front+1) % write_sq.max_count; in AmiPlayNextFrame()
|
D | dmasound.h | 226 int front, rear, count; member
|
D | dmasound_core.c | 528 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()
|
D | dmasound_atari.c | 1175 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/ |
D | exynos_mipi_dsi_lowlevel.h | 39 unsigned int front, unsigned int back);
|
D | exynos_mipi_dsi_lowlevel.c | 165 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/ |
D | dt3000.c | 286 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/ |
D | udlfb.c | 366 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()
|
D | Kconfig | 2255 This driver implements the front-end of the Xen virtual
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | platform.txt | 77 4) Definition of DSP front end (FE) PCM devices.
|
D | DPCM.txt | 45 modem. This sound card exposes 4 DSP front end (FE) ALSA PCM devices and
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 46 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,
|
D | iphase.txt | 44 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
|
D | switchdev.txt | 51 front-panel ports
|
D | rxrpc.txt | 303 then the remainder of that message will be left on the front of the queue
|
D | bonding.txt | 1015 front end does not provide any means to work with bonding devices.
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_analog.c | 88 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/ |
D | Kconfig | 76 This adds a method to trigger system reset via front panel pinhole button.
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 42 # push the exception frame onto the front of the list
|
/linux-4.4.14/include/linux/ceph/ |
D | messenger.h | 150 struct kvec front; /* unaligned blobs of message */ member
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 12 Raw mode works fine with analog joystick front-end driver and cs461x
|
D | userio.txt | 10 touchpads found on laptops) without having to have the physical device in front
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | Kconfig | 8 This module does nothing by itself - the USB/PCI/SPI front-ends
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dmxdev.c | 127 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/ |
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() 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/ |
D | Kconfig | 149 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/ |
D | f2fs.h | 482 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/ |
D | ldb.txt | 14 multiplexer in the front to select any of the four IPU display
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 35 command and slave rom id prepended to the front of the requested
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 136 the front-end driver, this parameter must be "Y". For memory-limited
|
/linux-4.4.14/tools/perf/util/ |
D | hist.h | 275 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
|
/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/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 34 like st,stih415-sbc-pinctrl, st,stih415-front-pinctrl and so on.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | lis3lv02d | 75 * If the front side (where the touchpad is) is elevated, Y decreases
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | xcalibur1501.dts | 390 /* eTSEC 1 front panel 0 */ 440 /* eTSEC 2 front panel 1 */
|
/linux-4.4.14/Documentation/driver-model/ |
D | overview.txt | 57 front of the pci_dev structure. This is to make people think about what
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 71 In front of the page allocator is a per-cpu page allocator. It exists only
|
/linux-4.4.14/Documentation/video4linux/ |
D | fimc.txt | 28 instance to any parallel video input or any MIPI-CSI front-end);
|
D | si4713.txt | 106 it is possible to adjust the front-end gain of the audio input and always
|
D | videobuf | 106 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/ |
D | Kconfig | 146 That includes support for LED State front panel as found on E
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 78 if you set the 0x in front of the numbers.
|
D | sstfb.txt | 163 - try to add panning using tweeks with front and back buffer .
|
D | framebuffer.txt | 159 beams for color models, 1 electron beam for monochrome monitors). The front of
|
/linux-4.4.14/drivers/usb/storage/ |
D | Kconfig | 154 This code registers the button on the front of Maxtor OneTouch USB
|
/linux-4.4.14/Documentation/ |
D | gcov.txt | 28 in the current directory. In addition, graphical gcov front-ends such
|
D | bus-virt-phys-mapping.txt | 178 might find yourself with a 500 MHz Alpha in front of you, and then you'll be
|
D | coccinelle.txt | 46 front-end in the 'scripts' directory.
|
D | ManagementStyle | 95 admitting up-front that you don't have a friggin' clue, and telling
|
D | applying-patches.txt | 216 Most recent patches are linked from the front page, but they also have
|
D | DMA-API-HOWTO.txt | 308 devices seems to be littered with ISA chips given a PCI front end,
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 24 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/ |
D | logfs.txt | 33 writes happen from front (low addresses) to back (high addresses. If
|
D | path-lookup.txt | 187 care must be taken to load the members up-front, and use those pointers rather
|
D | xfs-delayed-logging-design.txt | 546 up front. This avoids deadlocks and removes a blocking point from the
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 365 This driver toggles the front-panel LED on sun4m systems
|
/linux-4.4.14/arch/ |
D | Kconfig | 489 Some architectures generate an _ in front of C symbols; things like
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 396 system that implements a compatible front end.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1227 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/ |
D | cds.txt | 180 The ccw_device_start() routines is the I/O request front-end processor. All
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 479 This driver implements the front-end of the Xen virtual
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 277 hint to front ends, that all suboptions should be displayed as a
|
/linux-4.4.14/drivers/input/misc/ |
D | Kconfig | 728 This driver implements the front-end of the Xen virtual
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 74 table with atomic update semantics to front a PMEM/BLK block device
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 420 we go ahead and clear PG_mlocked up front, as this might be the only chance we
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 3956 int front);
|
D | inode.c | 4614 int front) in btrfs_truncate_page() argument 4698 if (front) in btrfs_truncate_page()
|
/linux-4.4.14/ |
D | MAINTAINERS | 11781 F: drivers/*/xen-*front.c
|