/linux-4.4.14/drivers/usb/musb/ |
D | musb_core.c | 1141 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 1142 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 1143 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, }, 1144 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, }, 1145 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, }, 1150 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1151 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1152 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1153 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, }, 1154 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, }, [all …]
|
D | jz4740.c | 61 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 62 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 63 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 64, },
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | nv40.c | 56 enum nv40_sensor_style style = nv40_sensor_style(therm); in nv40_sensor_setup() local 59 if (style == NEW_STYLE) { in nv40_sensor_setup() 64 } else if (style == OLD_STYLE) { in nv40_sensor_setup() 77 enum nv40_sensor_style style = nv40_sensor_style(therm); in nv40_temp_get() local 80 if (style == NEW_STYLE) { in nv40_temp_get() 83 } else if (style == OLD_STYLE) { in nv40_temp_get()
|
/linux-4.4.14/scripts/ |
D | bootgraph.pl | 191 my ($s, $s2, $s3, $e, $w, $y, $y2, $style); 207 $style = $styles[$stylecounter]; 217 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"145\" style=\"$style\"/>\n";
|
D | Makefile.extrawarn | 24 warning-1 += -Wold-style-definition
|
D | analyze_suspend.py | 2033 <style type=\'text/css\'>\n\ 2046 </style>\n</head>\n<body>\n' 2348 <style type=\'text/css\'>\n\ 2389 </style>\n</head>\n<body>\n'
|
D | Kbuild.include | 147 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.FlashPoint | 15 b) the "BSD-style License" included below. 20 License or the BSD-style License below for more details. 26 The BSD-style License is as follows: 40 and a BSD-style copyright; see LICENSE.FlashPoint for details.
|
D | NinjaSCSI.txt | 99 # /etc/rc.d/rc.pcmcia start (BSD style) 101 # /etc/init.d/pcmcia start (SYSV style)
|
D | aacraid.txt | 124 Christoph Hellwig <hch@infradead.org> (updates for new-style PCI probing and SCSI host registration,
|
D | scsi_mid_low_api.txt | 338 First, Linus Torvalds's thoughts on C coding style can be found in the 348 by the relevant gcc compilers. So C99 style structure and array 351 "//" style comments; /*...*/ comments are still preferred in Linux. 950 * (e.g. copy_from_user() ). In the Unix style this argument 1089 * Only needed for old-style host templates.
|
D | ChangeLog.lpfc | 75 minor style/comment fixups. 269 lpfc_work_evt to comply with linux_scsi review coding style. 1010 * Some cosmetic coding style cleanups to lpfc_fcp.c. 1056 * Arranging lpfc_scsiport.c to follow style of use after 1128 * Implemented new style log messages. The message strings are now 1788 the same in kernel space with the 2.4 interface style 1846 * New Linux 2.6 style of char device registration.
|
D | aic7xxx.txt | 47 6. `Bayonet' style Scatter Gather Engine - Improves S/G prefetch
|
D | sym53c8xx_2.txt | 546 10.3 Converting from old style options
|
D | ChangeLog.1992-1997 | 54 to GNU style.
|
/linux-4.4.14/tools/perf/util/ |
D | svghelper.c | 292 const char *style; in svg_waiting() local 298 style = "waiting"; in svg_waiting() 301 style = "WAITING"; in svg_waiting() 317 time2pixels(end)-time2pixels(start), SLOT_HEIGHT, style); in svg_waiting() 420 char style[128]; in svg_cstate() local 430 sprintf(style, "c%i", type); in svg_cstate() 433 style, in svg_cstate() 611 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() argument 617 X, boxsize, boxsize, style); in svg_legenda_box()
|
/linux-4.4.14/arch/mips/alchemy/ |
D | Kconfig | 1 # au1000-style gpio and interrupt controllers 5 # au1300-style GPIO/INT controller
|
/linux-4.4.14/include/linux/usb/ |
D | musb.h | 38 enum musb_fifo_style style; member 46 .style = st, \
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 25 Specify format style. 29 Default style. This is mainly for human reading. 31 % perf bench sched pipe # with no style specified 39 This simple style is friendly for automated
|
D | perf-annotate.txt | 88 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-top.txt | 151 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-report.txt | 233 Pretty printing style. key: normal, raw 270 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-stat.txt | 103 print counts using a CSV-style output to make it easy to import directly into
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 43 tristate "PC-style hardware" 46 You should say Y here if you have a PC-style parallel port. All 47 IBM PC compatible computers and some Alphas have PC-style 86 tristate "Support for PCMCIA management for PC-style ports" 89 Say Y here if you need PCMCIA support for your PC-style parallel 140 actually have pc style hardware instead.
|
/linux-4.4.14/include/trace/events/ |
D | hswadsp.h | 255 __field( uint32_t, style ) 266 __entry->style = req->style; 274 (uint32_t)__entry->config, (uint32_t)__entry->style,
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | TODO | 2 - Clean up coding style to meet kernel standard.
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ] 29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
|
/linux-4.4.14/tools/vm/ |
D | slabinfo-gnuplot.sh | 96 set style histogram columnstacked title textcolor lt -1 97 set style fill solid 0.15
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | TODO | 2 - use kernel coding style
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | TODO | 5 - kernel coding style
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | Kconfig | 20 bool "Enable old-style fixed minor ranges on drivers/video devices" 23 Say Y here to enable the old-style fixed-range minor assignments.
|
/linux-4.4.14/lib/fonts/ |
D | Kconfig | 51 Small console font with Macintosh-style high-half glyphs. Some Mac 67 Small console font with PC-style control-character and high-half 75 Small console font with PC-style control characters and high-half
|
/linux-4.4.14/include/net/sctp/ |
D | sctp.h | 545 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style)) argument 546 static inline int __sctp_style(const struct sock *sk, sctp_socket_type_t style) in __sctp_style() argument 548 return sctp_sk(sk)->type == style; in __sctp_style()
|
/linux-4.4.14/drivers/staging/mt29f_spinand/ |
D | TODO | 5 - Clean up coding style to meet kernel standard.
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | Makefile | 57 $(call cc-ldoption, -Wl$(comma)--hash-style=both) 116 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/drivers/clk/bcm/ |
D | Kconfig | 8 using "Kona" style clock control units, including those
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 281 style = self.style() 282 icon = style.standardIcon(QStyle.SP_MessageBoxInformation)
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ptrace.h | 97 enum pt_watch_style style; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7511.txt | 30 - adi,input-style: The input components arrangement variant (1, 2 or 3), as 67 adi,input-style = <1>;
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | TODO | 13 - use kernel coding style
|
/linux-4.4.14/drivers/staging/lustre/ |
D | TODO | 1 * Possible remaining coding style fix.
|
D | sysfs-fs-lustre | 113 functionality and old-style obd_timeout value is then used.
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 2 Linux kernel coding style 4 This is a short document describing the preferred coding style for the 5 linux kernel. Coding style is very personal, and I won't _force_ my 65 Don't put multiple assignments on a single line either. Kernel coding style 76 Coding style is all about readability and maintainability using commonly 180 Linux kernel style for use of spaces depends (mostly) on 464 Linux style for comments is the C89 "/* ... */" style. 465 Don't use C99-style "// ..." comments. 467 The preferred style for long (multi-line) comments is: 470 * This is the preferred style for multi-line [all …]
|
D | ldm.txt | 12 replacement for the MSDOS style partitions. It stores its information in a 18 longer any primary or extended partitions. Normal MSDOS style partitions are
|
D | SubmitChecklist | 29 5: Check your patch for general style as detailed in 31 patch style checker prior to submission (scripts/checkpatch.pl).
|
D | parport.txt | 29 to tell the parport code that you want three PC-style ports, one at 31 auto-detected IRQ. Currently, PC-style (parport_pc), Sun `bpp', 154 PCSPP PC-style SPP registers are available.
|
D | digsig.txt | 18 coding style, and checkpatch.pl reported errors and warnings have been fixed.
|
D | ManagementStyle | 2 Linux kernel management style 5 on who you ask) management style for the linux kernel. It's meant to 9 Management style is very personal and much harder to quantify than 10 simple coding style rules, so this document may or may not have anything
|
D | efi-stub.txt | 56 is an EFI-style path and directory elements must be separated with
|
D | coccinelle.txt | 57 diff-like style.Lines of interest are indicated with '-'. 251 in a diff-like style.
|
D | serial-console.txt | 4 kernel - by default it is not compiled in. For PC style serial ports
|
D | rtc.txt | 112 have more than one RTC style clock, it needed a more portable solution 130 even support for PC-style RTCs ... including the features exposed on newer PCs
|
D | Changes | 236 for 2.2.x-style ipchains and 2.0.x-style ipfwadm.
|
D | kernel-doc-nano-HOWTO.txt | 10 a consistent style for documenting functions and their parameters, 16 This style embeds the documentation within the source files, using
|
D | DMA-ISA-LPC.txt | 13 To do ISA style DMA you need to include two headers:
|
D | HOWTO | 48 high standards for coding, style and procedure. These standards have 96 This describes the Linux kernel coding style, and some of the 100 review code if it is in the proper style. 110 subject to scrutiny for content and style), but not following them
|
D | SubmittingPatches | 194 outputting the above style in the git log or git show commands 237 Check your patch for basic style violations, details of which can be 249 Check your patches with the patch style checker prior to submission 250 (scripts/checkpatch.pl). Note, though, that the style checker should be 777 changelog-style message to the tag; this is an ideal place to describe the
|
D | SubmittingDrivers | 69 Code: Please use the Linux style of code formatting as documented
|
D | kref.txt | 121 bad style. Don't do it.
|
D | email-clients.txt | 293 At the same time it wraps lines every 78 chars with CRLF style line breaks
|
D | sysrq.txt | 52 On the serial console (PC style standard serial ports only) -
|
D | parport-lowlevel.txt | 64 accesses. Each low-level driver handles a particular style of port
|
D | kernel-docs.txt | 56 relationships in the purest Richard W. Stevens' style. Contents:
|
D | devices.txt | 129 These are the old-style (BSD) PTY devices; Unix98 197 These are the old-style (BSD) PTY devices; Unix98 333 1 = /dev/psaux PS/2-style mouse port
|
D | DMA-API-HOWTO.txt | 165 style to do this even if your device holds the default setting,
|
D | kernel-parameters.txt | 416 CPU-intensive style benchmark, and it can vary highly in 3654 Enable/disable old style sysfs layout for old udev
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | TODO | 5 - rework comments and function headers(also coding style)
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | TODO | 15 - use kernel coding style
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | TODO | 2 - Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | TODO | 3 - use kernel coding style
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile.gate | 13 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 17 * Coding style 19 The kernel has long had a standard coding style, described in 23 style guidelines. The presence of that code leads to two independent 35 Occasionally, the kernel's coding style will run into conflict with an 36 employer's mandated style. In such cases, the kernel's style will have to 42 urgently in need of coding style fixes. Developers may start to generate 45 pure coding style fixes are seen as noise by the development community; 47 avoided. It is natural to fix the style of a piece of code while working 48 on it for other reasons, but coding style changes should not be made for 51 The coding style document also should not be read as an absolute law which [all …]
|
D | 7.AdvancedTopics | 164 are mostly concerned with coding style and whether code lines have trailing
|
D | 6.Followthrough | 31 Many of the changes you may be asked to make - from coding style tweaks
|
D | 5.Posting | 40 - Make sure your code is compliant with the kernel coding style
|
D | 2.Process | 458 minor coding style issues. Unfortunately, such patches create a level of
|
/linux-4.4.14/arch/mips/kernel/ |
D | ptrace.c | 202 enum pt_watch_style style; in ptrace_get_watch_regs() local 211 style = pt_watch_style_mips32; in ptrace_get_watch_regs() 214 style = pt_watch_style_mips64; in ptrace_get_watch_regs() 218 __put_user(style, &addr->style); in ptrace_get_watch_regs()
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | README | 3 Linux coding style, please leave them in their funny format just in case
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | Makefile | 18 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | Makefile | 14 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-timer.txt | 10 - fsl,available-ranges: use <start count> style section to define which
|
D | msi-pic.txt | 30 - msi-available-ranges: use <start count> style section to define which
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | Makefile | 21 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm2836-l1-intc.txt | 5 peripheral (GPU) events, which chain to the BCM2835-style interrupt
|
D | brcm,bcm3380-l2-intc.txt | 1 Broadcom BCM3380-style Level 1 / Level 2 interrupt controller
|
D | brcm,bcm7038-l1-intc.txt | 1 Broadcom BCM7038-style Level 1 interrupt controller
|
D | brcm,bcm7120-l2-intc.txt | 1 Broadcom BCM7120-style Level 2 interrupt controller
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 119 This is one of two drivers for Baycom style simple amateur radio 139 This is one of two drivers for Baycom style simple amateur radio 157 This is a driver for Baycom style simple amateur radio modems that 172 This is a driver for Baycom style simple amateur radio modems that
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/tools/scripts/ |
D | Makefile.include | 31 EXTRA_WARNINGS += -Wold-style-definition
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 67 architecture can be implemented with this style, the definitions 107 This means that this CI interface handles the EN50221 style tags in the 164 using the CA_GET_MSG and CA_SEND_MSG ioctls. An EN50221 style wrapper is
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 113 GtkStyle * style, gchar * btn_name, gchar ** xpm) in replace_button_icon() argument 121 &style->bg[GTK_STATE_NORMAL], in replace_button_icon() 136 GtkStyle *style; in init_main_window() local 169 style = gtk_widget_get_style(main_wnd); in init_main_window() 172 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 174 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 176 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
|
/linux-4.4.14/fs/hfsplus/ |
D | Kconfig | 13 style features such as file ownership and permissions.
|
/linux-4.4.14/Documentation/security/ |
D | apparmor.txt | 3 AppArmor is MAC style security extension for the Linux kernel. It implements
|
/linux-4.4.14/arch/arm/vdso/ |
D | Makefile | 15 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/Documentation/networking/ |
D | sctp.txt | 19 referred to as the UDP-style API of the Sockets Extensions for SCTP, as
|
D | netdev-FAQ.txt | 171 Q: Someone said that the comment style and coding convention is different 187 Q: I am working in existing code that has the former comment style and not the 188 latter. Should I submit new code in the former style or the latter? 190 A: Make it the latter style, so that eventually all code in the domain of
|
D | batman-adv.txt | 18 vpn, etc ... (anything with ethernet-style layer 2).
|
D | baycom.txt | 9 This document describes the Linux Kernel Drivers for simple Baycom style
|
D | 00-INDEX | 38 - info on the driver for Baycom style amateur radio modems
|
D | can.txt | 1265 Thomas Gleixner (LKML reviews, coding style, posting hints) 1276 Sam Ravnborg (reviews, coding style, kbuild help)
|
D | arcnet.txt | 282 style network drivers (NDIS) or Novell drivers (ODI) to handle your
|
D | arcnet-hardware.txt | 69 although they are generally kept down to the Ethernet-style 1500 bytes. 205 of the TP cards has two RJ (phone-cord style) connectors. The cards are
|
D | filter.txt | 414 Prints out C-style BPF code dump.
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 77 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/drivers/net/appletalk/ |
D | Kconfig | 67 Support COPS compatible cards with Dayna style firmware (Dayna 75 Support COPS compatible cards with Tangent style firmware (Tangent
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 344 u32 style; member 453 enum sst_hsw_interleaving style);
|
D | sst-haswell-ipc.c | 1097 struct sst_hsw_stream *stream, enum sst_hsw_interleaving style) in sst_hsw_stream_set_style() argument 1104 stream->request.format.style = style; in sst_hsw_stream_set_style()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 15 access to EFI-style variables stored in nvram.
|
D | dev-kmsg | 72 are escaped by "\x00" C-style hex encoding.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm63138.txt | 67 BCM6328-style timer:
|
/linux-4.4.14/Documentation/i2c/ |
D | upgrading-clients | 13 Example old-style driver 92 The new style binding model will check against a list of supported
|
/linux-4.4.14/Documentation/hwmon/ |
D | submitting-patches | 19 such as "I don't like that coding style". Keep in mind that each unnecessary 21 style, don't write kernel drivers.
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 30 style games to function correctly. The default is Y. 62 For dance style pads (like the redoctane pad) several changes 65 left+right or up+down, making DDR style games unplayable.
|
D | cs461x.txt | 5 Vortex/Solo drivers as an example of decoration style, and ALSA
|
D | input.txt | 176 a PS/2-style (a la /dev/psaux) mouse device available to the
|
/linux-4.4.14/kernel/irq/ |
D | Kconfig | 49 # Edge style eoi based handler (cell)
|
/linux-4.4.14/Documentation/zh_CN/ |
D | CodingStyle | 397 * This is the preferred style for multi-line 424 (c-set-style "K&R")
|
/linux-4.4.14/drivers/isdn/ |
D | Kconfig | 33 (Euro-ISDN) and 1TR6 (German style) are supported. See
|
/linux-4.4.14/arch/mips/vdso/ |
D | Makefile | 42 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 38 The board dts file may define aliases for displays to assign "displayX" style
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 165 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=both) \
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 3 This binding is associated with Broadcom SoCs having "Kona" style
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 379 bool style = !strcmp(rep->pretty_printing_style, "raw"); in perf_evlist__tty_browse_hists() local 381 style); in perf_evlist__tty_browse_hists()
|
/linux-4.4.14/Documentation/vm/ |
D | active_mm.txt | 29 switching the VM state around. Currently only the old-style bdflush
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | codec.txt | 67 The codec can usually be controlled via an I2C or SPI style interface
|
D | DPCM.txt | 325 1) Configuring the link as a CODEC <-> CODEC style link. In this case the link
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 47 ! Do normal-style register save to support backtrace
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 2 * Reformat all but softfloat files to get a consistent coding style.
|
/linux-4.4.14/drivers/macintosh/ |
D | Kconfig | 29 the Mac II style ADB. This includes the II, IIx, IIcx, SE/30, IIci, 38 the Mac IIsi style ADB. This includes the IIsi, IIvi, IIvx, Classic
|
/linux-4.4.14/Documentation/x86/ |
D | mtrr.txt | 44 style MTRRs. 49 The VIA Cyrix III and VIA C3 CPUs offer 8 Intel style MTRRs.
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 99 compatible with the Simtec style of power management 177 Internal node for machines with an BAST style IDE
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 578 QXLPHYSICAL style; member
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 80 The Q40 consists of a 68040@40 MHz, 1MB video RAM, up to 32MB RAM, AT-style
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 28 # Old style timekeeping
|
/linux-4.4.14/drivers/ide/ |
D | Kconfig | 724 both the `A1200 style' and `A4000 style' of the Gayle IDE interface, 769 Macintosh models. It supports both the `Quadra style' (used in 770 Quadra/ Centris 630 and Performa 588 models) and `Powerbook style'
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 125 the style of an interrupt handler. When the handler is entered all registers
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 55 Linux-style checking of return values, and -- if necessary -- debug
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 141 The example shows one half-duplex RPC-style request and response message.
|
D | spi-summary | 31 - SPI may be used for request/response style device protocols, as with 312 The widely used "card" style computers bundle memory, cpu, and little else 428 common RPC-style requests, such as writing an eight bit command
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a7790-lager.dts | 570 adi,input-style = <1>;
|
D | r8a7791-koelsch.dts | 560 adi,input-style = <1>;
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 88 for either device on the port has expired. As far as PATA (old style
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 21 This option enables JEDEC-style probing of flash chips which are not
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 152 account umask on posix mkdir not just older style mkdir. Add 306 Fix SFU style symlinks and mknod needed for servers which do not support the 932 More stylistic updates to better match kernel style. Add additional statistics 939 Make stylistic changes to better match kernel style recommendations. 945 in a UNC style device name. Implementation of readpage/writepage started.
|
D | README | 216 for the server and sharename (which is somewhat similar to NFS style mount 462 from failing on read and write if we use mandatory brlock style. 501 with cifs style mandatory byte range locks (and most 507 DOS/Windows, which require Windows style mandatory byte range
|
/linux-4.4.14/fs/affs/ |
D | Changes | 195 - Removed support for old-style directory reads.
|
/linux-4.4.14/Documentation/filesystems/ |
D | mandatory-locking.txt | 119 interface - in other words the System V/POSIX interface. BSD style
|
D | logfs.txt | 118 Inodes in LogFS are similar to FFS-style filesystems with direct and
|
D | porting | 457 /proc/<pid> style links.
|
D | f2fs.txt | 113 no_heap Disable heap-style segment allocation which finds free
|
D | ext4.txt | 384 directory may seriously cramp the system's style.)
|
D | vfs.txt | 966 as well as procfs-style symlinks and mountpoint traversal.
|
D | coda.txt | 688 in BSD style. Attributes not to be changed are set to -1, apart from
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 33 (generic-name): an open firmware-style name that describes the
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 185 MOUSE (PS2 style), RTC/NVRAM. Boot ROM is Flash. PC-AT-sized 386 (NCR 810 on PCI) Ethernet (Digital 21040), KBD, MOUSE (PS2 style),
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 129 This style of driver is discouraged. If you're updating such a driver,
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.pvrusb2 | 172 to provide a streaming API usable by a read() system call style of
|
D | vivid.txt | 847 RDS) data instead of RDS (European-style RDS). This affects only the
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 90 * Reformat to match kernel tabbing style.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1113 { /* new-style path reference */ 1167 /* eat C-style comments */ 1173 /* eat C++-style comments */
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | Kconfig | 354 This enables debugging code in the new-style HiSax drivers, i.e.
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 1285 int style; member
|
/linux-4.4.14/drivers/block/paride/ |
D | Kconfig | 6 # PARIDE only supports PC style parports. Tough for USB or other parports...
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 369 jmp %o5 + %lo(12f) ! jump into it, duff style, wheee...
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 445 vsyscall-flags += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) 448 -Wl$(comma)--hash-style=sysv if it is supported by $(CC). 1392 Makefiles use a novel style of list building and manipulation with few
|
D | modules.txt | 332 is not the usual kernel style. To inform kbuild of the
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 754 tristate "PC-style 'CMOS'" 773 bool "Alpha PC-style CMOS" 789 style programming interface is mostly conserved, but any
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 918 SMP-capable replacement for PC-style interrupt controllers. Most 1343 prompt "Old style AMD Opteron NUMA detection" 2405 # x86_64 have no ISA slots, but can have ISA-style DMA. 2407 bool "ISA-style DMA support" if (X86_64 && EXPERT) 2410 Enables ISA-style DMA support for devices requiring such controllers.
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 92 This driver implements Ethernet style communication, in one of
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 577 defaults depend on whether TT-style or Falcon-style SCSI is used.
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 270 This driver supports huawei-style NCM devices, that use NCM as a
|
/linux-4.4.14/drivers/input/keyboard/ |
D | Kconfig | 170 Say Y here if you want to use a LK201 or LK401 style serial
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 380 examples I kinda deviated from my regular programming style by allowing
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 34 (*) "idfmt" is a format and printf-style arguments for constructing a label
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 372 when it came to large i/o requests and readv/writev style operations, as it 1092 Old-style drivers that just use CURRENT and ignores clustered requests,
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 1617 system: the TT style (separate DMA), and the Falcon style (via
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 90 and property data. The old style variable 1110 style comments.
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 98 If BSD-style process accounting is enabled these values control
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 81 DAC960 RAID disk devices are named in the style of the obsolete Device File
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1169 co-processor 14. This is known to work on the ARM9 style ICE
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 1064 ISY0030 "(SYSTEM) Mother Board PS-2 style Mouse"
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 855 unable to use the 8250 module for PCMCIA or other 16C550-style
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1711 is an IOMMU for PAPR-style virtual I/O. It is used to translate 2350 anything if the kernel is configured to use the Book 3S HV style of
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1074 * Due to bayonette style S/G handling, our residual
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2115 # Support for a MIPS32 / MIPS64 style S-caches
|
/linux-4.4.14/drivers/hwmon/ |
D | Kconfig | 965 It also supports the "legacy" style of driver binding. To use
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 17 to be printed out & used as a quick cheat sheet self help style reference when
|
/linux-4.4.14/fs/nfs/ |
D | nfs4xdr.c | 2040 encode_uint32(xdr, args->style); in encode_secinfo_no_name()
|
D | nfs4proc.c | 8267 .style = SECINFO_STYLE_CURRENT_FH, in _nfs41_proc_secinfo_no_name()
|
/linux-4.4.14/ |
D | CREDITS | 455 D: MTRR emulation with Cyrix style ARR registers, Athlon MTRR support
|
D | MAINTAINERS | 36 PLEASE check your patch with the automated style checker 37 (scripts/checkpatch.pl) to catch trivial style violations.
|