Home
last modified time | relevance | path

Searched refs:need (Results 1 – 200 of 1267) sorted by relevance

1234567

/linux-4.1.27/drivers/mtd/ubi/
Dmisc.c107 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local
109 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved()
112 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved()
113 ubi->avail_pebs -= need; in ubi_update_reserved()
114 ubi->rsvd_pebs += need; in ubi_update_reserved()
115 ubi->beb_rsvd_pebs += need; in ubi_update_reserved()
116 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
/linux-4.1.27/fs/configfs/
Ditem.c70 int need; in config_item_set_name() local
78 need = vsnprintf(item->ci_namebuf, limit, fmt, args); in config_item_set_name()
80 if (need < limit) in config_item_set_name()
86 limit = need + 1; in config_item_set_name()
93 need = vsnprintf(name, limit, fmt, args); in config_item_set_name()
97 if (need >= limit) { in config_item_set_name()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c204 int cl_lock_mode_match(enum cl_lock_mode has, enum cl_lock_mode need) in cl_lock_mode_match() argument
206 LINVRNT(need == CLM_READ || need == CLM_WRITE || in cl_lock_mode_match()
207 need == CLM_PHANTOM || need == CLM_GROUP); in cl_lock_mode_match()
215 return need <= has; in cl_lock_mode_match()
217 return need == has; in cl_lock_mode_match()
225 const struct cl_lock_descr *need) in cl_lock_ext_match() argument
228 has->cld_start <= need->cld_start && in cl_lock_ext_match()
229 has->cld_end >= need->cld_end && in cl_lock_ext_match()
230 cl_lock_mode_match(has->cld_mode, need->cld_mode) && in cl_lock_ext_match()
231 (has->cld_mode != CLM_GROUP || has->cld_gid == need->cld_gid); in cl_lock_ext_match()
[all …]
Dcl_io.c332 const struct cl_lock_descr *need) in cl_queue_match() argument
337 if (cl_lock_descr_match(&scan->cill_descr, need)) in cl_queue_match()
345 const struct cl_lock_descr *need) in cl_queue_merge() argument
350 if (cl_lock_descr_cmp(&scan->cill_descr, need)) in cl_queue_merge()
352 cl_lock_descr_merge(&scan->cill_descr, need); in cl_queue_merge()
363 const struct cl_lock_descr *need) in cl_lockset_match() argument
365 return cl_queue_match(&set->cls_curr, need) || in cl_lockset_match()
366 cl_queue_match(&set->cls_done, need); in cl_lockset_match()
370 const struct cl_lock_descr *need) in cl_lockset_merge() argument
372 return cl_queue_merge(&set->cls_todo, need) || in cl_lockset_merge()
[all …]
/linux-4.1.27/tools/perf/Documentation/
Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
50 You need to run make with the NDK toolchain and sysroot defined above:
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
70 Some perf features need environment variables to run properly.
71 You need to set these before running perf on the target:
/linux-4.1.27/fs/nls/
DKconfig44 in so-called DOS codepages. You need to include the appropriate
56 in so-called DOS codepages. You need to include the appropriate
68 in so-called DOS codepages. You need to include the appropriate
81 so-called DOS codepages. You need to include the appropriate
97 so-called DOS codepages. You need to include the appropriate
112 so-called DOS codepages. You need to include the appropriate
123 so-called DOS codepages. You need to include the appropriate
134 so-called DOS codepages. You need to include the appropriate
145 so-called DOS codepages. You need to include the appropriate
156 so-called DOS codepages. You need to include the appropriate
[all …]
/linux-4.1.27/drivers/usb/atm/
DKconfig12 modem to your computer's USB port. You will then need to choose your
25 modem. In order to use your modem you will need to install the
37 AccessRunner chipset. In order to use your modem you will need to
49 or eagle chipset. In order to use your modem you will need to
60 another USB DSL drivers. In order to use your modem you will need to
62 and reception as module parameters. You may need to initialize
/linux-4.1.27/arch/um/
DKconfig.net47 Slip Transport. You'll need at least one of them, but may choose
48 more than one without conflict. If you don't need UML networking,
85 conflict. If you don't need UML networking, say N.
95 To use this form of networking, you'll need to run the UML
104 say Y. If you need a network between UMLs on multiple physical
107 transports. You'll need at least one of them, but may choose
108 more than one without conflict. If you don't need UML networking,
123 To use this form of networking, you will need to run vde_switch
130 If you need UML networking with VDE,
141 bridge if any of them need to be able to talk to their hosts or any
[all …]
/linux-4.1.27/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci81 msg = "No need to set .owner here. The core will do it."
88 msg = "No need to set .owner here. The core will do it."
97 msg = "No need to set .owner here. The core will do it."
104 msg = "No need to set .owner here. The core will do it."
/linux-4.1.27/Documentation/devicetree/bindings/mipi/
Dnvidia,tegra114-mipi.txt11 that need to be calibrated for a given device.
13 User nodes need to contain an nvidia,mipi-calibrate property that has a
15 that need to be calibrated.
/linux-4.1.27/drivers/media/v4l2-core/
DKconfig37 # Used by drivers that need tuner.ko
42 # Used by drivers that need v4l2-mem2mem.ko
47 # Used by drivers that need Videobuf modules
69 # Used by drivers that need Videobuf2 modules
/linux-4.1.27/Documentation/scheduler/
Dsched-arch.txt9 locked. This is usually not a problem unless switch_to may need to
22 Your cpu_idle routines need to obey the following rules:
29 threads need only ever query need_resched, and may never set or
35 4. The only time interrupts need to be disabled when checking
49 need an interrupt to wake them up when need_resched goes high.
/linux-4.1.27/fs/autofs4/
DKconfig9 To use the automounter you need the user-space tools from
14 called autofs4. You will need to add "alias autofs autofs4" to your
19 local network, you probably do not need an automounter, and can say
/linux-4.1.27/Documentation/networking/
Dipddp.txt27 will need to turn on AppleTalk-IP driver support. Then you will need to
40 need to consult the supporting documentation for each set of tools.
42 Decapsulation - You will need to download a software package called
52 Encapsulation - You will need to download a software daemon called ipddpd.
54 You will also need to add the proper routes to route your Linux box's IP
Dtc-actions-env-rules.txt8 or intentionally branches by redirecting a packet, then you need to
11 There are certain fields in the skb tc_verd that need to be reset so we
27 returned, then all is great and you don't need to do anything.
Dax25.txt1 To use the amateur radio protocols within Linux you will need to get a
9 of the message, the subject field is ignored. You don't need to be
Dltpc.txt3 In order to use it, you will need at least version 1.3.3 of the
34 need to add a line such as:
44 printers, you need to set up netatalk to "seed". The way I do this
50 in my atalkd.conf. What is going on here is that I need to fool
55 compiled as a module, you will need to refer to it as "dummy0" or some
59 it, then you don't need to fool around with this -- the appropriate
Darcnet.txt108 All you will need to do in order to install the driver is:
116 your current kernel, you will need to first copy arcnet.c over the one in
194 If you're using a loadable module, you need to use insmod to load it, and
234 If you have the chipset support built as a loadable module, then you need to
249 you never know what you might need.
251 With AmiTCP (and possibly others), you may need to set the following
263 initialization. In fact, if you use it on a 386+ you REALLY need
283 ARCnet packets. If you use ODI, you'll need to use the 'arc0'
285 See the "Multiprotocol Support" section below if you need arc0e,
286 you're completely insane, and/or you need to build some kind of
[all …]
Ddecnet.txt20 you'll need the following options as well...
28 that you need it, in general you won't and it can cause ifconfig to
38 start working. If you need something more complicated or are unsure how
122 If you want to configure a DECnet router you'll need the iproute2 package
153 /proc/net/decnet_neigh file, you'll need to set the default device
158 For this step and those after, you'll need the DECnet library
183 You may also need to increase the length grabbed with the -s flag. The
Dbridge.txt1 In order to use the Ethernet bridging functionality, you'll need the
Dirda.txt1 To use the IrDA protocols within Linux you will need to get a suitable copy
Dphy.txt72 and drivers need to all have been loaded, so it is ready for the connection.
94 First, you need a function to react to changes in the link state. This
99 Next, you need to know the device name of the PHY connected to this device.
128 controller may be connected to a gigabit capable PHY, so you would need to
148 need to manually call phy_attach() and phy_prepare_link(), and then call
163 might need to avoid them).
235 If you do need to write a PHY driver, the first thing to do is
249 Next, you need to specify what features (speed, duplex, autoneg,
283 you only need to perform some actions before and after invoking
Dgeneric-hdlc.txt26 WAN port. You'll need the "sethdlc" utility, get it from:
104 n2.o and c101.o need parameters to work:
115 If built into the kernel, these drivers need kernel (command line) parameters:
Dgen_stats.txt17 Declare the statistic structs you need:
84 and ewma log need to be converted to the appropriate values.
/linux-4.1.27/net/ceph/
Dauth_x.c22 int need; in ceph_x_is_authenticated() local
24 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated()
26 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated()
33 int need; in ceph_x_should_authenticate() local
35 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate()
37 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()
38 return need != 0; in ceph_x_should_authenticate()
414 int need; in ceph_x_build_request() local
423 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request()
426 ac->want_keys, xi->have_keys, need); in ceph_x_build_request()
[all …]
/linux-4.1.27/arch/powerpc/boot/dts/
Diss4xx.dts38 i-cache-line-size = <32>; // may need fixup in sim
39 d-cache-line-size = <32>; // may need fixup in sim
40 i-cache-size = <32768>; /* may need fixup in sim */
41 d-cache-size = <32768>; /* may need fixup in sim */
Dmpc5200b.dtsi233 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
278 // interrupt-map-mask = need to add
279 // interrupt-map = need to add
283 // ranges = need to add
/linux-4.1.27/drivers/parport/
DKconfig22 machines) etc., then you need to say Y here; please read
72 will need to know which IRQ the parallel port has. By default,
89 Say Y here if you need PCMCIA support for your PC-style parallel
97 Say Y here if you need support for the parallel port on
106 Say Y here if you need support for the parallel port hardware on
115 Say Y here if you need parallel port support for the MFC3 card.
124 Say Y here if you need support for the parallel port hardware on
146 Say Y here if you need support for the parallel port hardware on
/linux-4.1.27/Documentation/filesystems/
Dbfs.txt8 In order to access /stand partition under Linux you obviously need to
18 When you have finished using it and umounted you need to also deallocate
32 /proc/mounts. You will need to do it manually using "-d" switch of
35 To create the BFS image under UnixWare you need to find out first which
Dxfs-delayed-logging-design.txt135 need to ensure application level data integrity is maintained.
163 changes to the log buffers, we need to ensure that the object we are formatting
192 Hence we avoid the need to lock items when we need to flush outstanding
222 The memory buffer and associated vector need to be passed as a single object,
223 but still need to be associated with the parent object so if the object is
230 are in the item, so we'd need a new encapsulation method for regions in the log
236 Hence we need to keep the vector, but by attaching the memory buffer to it and
247 them to be used without limitations, we need to be able to track and accumulate
284 We need to write these items in the order that they exist in the CIL, and they
285 need to be written as an atomic transaction. The need for all the objects to be
[all …]
Dntfs.txt89 since to mark a file sparse we need to modify the directory entry for the
97 files, since to mark a file sparse we need to modify the directory entry for
166 name, if it exists. If case_sensitive, you will need
240 You will need to create a table of the components of the volume/stripe set and
251 To create the table describing your volume you will need to know each of its
286 VOLUME DEFINITIONS section which is all you really need. You may need to look
294 Note you will also need to enable the LDM driver in the Linux kernel. If your
295 distribution did not enable it, you will need to recompile the kernel with it
318 For a striped volume, i.e. raid level 0, you will need to know the chunk size
368 (You need to create the directory /mnt/myvol1 first and of course you can use
[all …]
Dgfs2.txt31 If you are using Fedora, you need to install the gfs2-utils package
32 and, for lock_dlm, you will also need to install the cman package
Dromfs.txt4 disks of installation disks. It has grown up by the need of having
11 defunct) filesystems, compiled as module need more than 20000 bytes,
13 code). Under the same conditions, the msdos filesystem would need
19 To create such a file system, you'll need a user program named
29 some program to decide if you need SCSI devices, and even IDE or
33 maybe even affs filesystem until you really know that you need it.
Dporting37 Keep in mind that now you need explicit initialization of private data
70 Most likely there is no need to change anything, but if you relied on
71 global exclusion between renames for some internal purpose - you need to
79 ->rmdir() and ->rename()). If you used to need that exclusion and do
90 parts do not need BKL - better yet, now you can shift lock_kernel() and
98 individual fs sb_op functions. If you don't need it, remove it.
134 Callers of notify_change() need ->i_mutex now.
246 your method or its parts do not need BKL - better yet, now you can
255 it's safe to remove it. If you don't need it, remove it.
408 has been taken to VFS and filesystems need to provide a non-NULL ->i_op->get_acl
[all …]
Dncpfs.txt4 To mount a NetWare filesystem, you need a special mount program, which
Dlocks.txt17 been totally removed, so that we don't need to carry this baggage
66 mandatory locking only be enabled on a local filesystem as the specific need
/linux-4.1.27/fs/qnx4/
DKconfig13 If you don't know whether you need it, then you don't need it:
/linux-4.1.27/sound/soc/tegra/
DKconfig18 Tegra20 AC97 interface. You will also need to select the individual
26 You will also need to select the individual machine drivers to
35 Tegra20 I2S interface. You will also need to select the individual
44 You will also need to select the individual machine drivers to support
52 You will also need to select the individual machine drivers to
61 Tegra30 I2S interface. You will also need to select the individual
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache27 flushed if writes are made that subsequently need to be executed or
95 Set if we need the dcache flushing before the icache is invalidated.
100 Set if we need the icache to be invalidated, even if the dcache is in
101 write-through mode and doesn't need flushing.
146 Set if the debugger does not need to flush the dcache and/or
Dcache-dbg-inv.S36 # we only need to invalidate the icache in this cache mode
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt18 Therefore, once the route has been computed, there is no need to hold
143 can therefore be eliminated, since use of RCU eliminates the need for
163 otherwise, the added fields would need to be filled in):
234 Quick Quiz: Why does the search function need to return holding the
237 If the system-call audit module were to ever need to reject stale data,
267 audit_upd_rule() would need additional memory barriers to ensure
270 The audit_del_rule() function would need to set the "deleted"
278 /* Do not need to use the _rcu iterator here, since this
307 Why does the search function need to return holding the per-entry
312 is really OK to be processing stale data, then you don't need a
[all …]
/linux-4.1.27/drivers/net/wireless/ipw2x00/
DKconfig22 In order to use this driver, you will need a firmware image for it.
25 will need to place it in /lib/firmware.
27 You will also very likely need the Wireless Tools in order to
84 In order to use this driver, you will need a firmware image for it.
89 You will also very likely need the Wireless Tools in order to
134 the rtap interface will not be created and you will need to turn
152 will typically not need this high verbosity debug information.
/linux-4.1.27/fs/qnx6/
DKconfig15 If you don't know whether you need it, then you don't need it:
/linux-4.1.27/drivers/misc/c2port/
DKconfig12 If your board have no such micro controllers you don't need this
16 be called c2port_core. Note that you also need a client module
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt31 You will need to implement the mcount and the ftrace_stub functions.
108 Deep breath ... time to do some real work. Here you will need to update the
218 You need very few things to get the syscalls tracing in an arch.
247 You will first need HAVE_FTRACE_MCOUNT_RECORD and HAVE_FUNCTION_TRACER, so
250 Once those are out of the way, you will need to implement:
266 First you will need to fill out some arch details in your asm/ftrace.h.
270 Since no one else will have a decl for that function, you will need to:
273 You will also need the helper function ftrace_call_adjust(). Most people
281 Lastly you will need the custom dyn_arch_ftrace structure. If you need
328 runtime patching. You'll need a little knowledge of your arch's opcodes in
[all …]
/linux-4.1.27/drivers/net/wireless/cw1200/
DKconfig18 support different CW1200 SDIO designs you will need to override
27 need to add appropriate platform data glue in your board setup
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsirf-audio.txt9 - hp-pa-gpios: Need to be present if the board need control external
11 - spk-pa-gpios: Need to be present if the board need control external
/linux-4.1.27/Documentation/scsi/
D53c700.txt8 Since the 53c700 must be interfaced to a bus, you need to wrapper the
12 The comments in the 53c700.[ch] files tell you which parts you need to
31 driver, you need to know three things about the way the chip is wired
38 Optionally, you may also need to know other things, like how to read
65 In the detect routine, you need to allocate a struct
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_lock.c871 fstart = cl_offset(need->cld_obj, need->cld_start);
872 fend = cl_offset(need->cld_obj, need->cld_end + 1) - 1;
873 subneed->cld_mode = need->cld_mode;
963 const struct cl_lock_descr *need, in lov_lock_fits_into() argument
970 LASSERT(cl_object_same(need->cld_obj, slice->cls_obj)); in lov_lock_fits_into()
975 if (need->cld_enq_flags != lov->lls_orig.cld_enq_flags) in lov_lock_fits_into()
978 if (need->cld_mode == CLM_GROUP) in lov_lock_fits_into()
982 result = cl_lock_ext_match(&lov->lls_orig, need); in lov_lock_fits_into()
988 got, need); in lov_lock_fits_into()
990 !cl_io_is_append(io) && need->cld_mode != CLM_PHANTOM) in lov_lock_fits_into()
[all …]
/linux-4.1.27/fs/coda/
DKconfig14 *client*. You will need user level code as well, both for the
15 client and server. Servers are currently user level, i.e. they need
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dti-edma.txt9 - interrupts: Exactly 3 interrupts need to be specified in the order:
19 properties might need to be added to the new DTS files.
/linux-4.1.27/arch/x86/kernel/acpi/
Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
29 # and restore the stack ... but you need gdt for this to work
/linux-4.1.27/Documentation/locking/
Dspinlocks.txt16 lock. This works well even under UP also, so the code does _not_ need to
25 The above is usually pretty simple (you usually need and want only one
28 sequences that you _know_ need to be split up: avoid it at all cost if you
80 time need to do any changes (even if you don't do it every time), you have
94 than they'd need to be, because they do have to disable interrupts
127 (This is also the reason why the irq-versions of the spinlocks only need
143 indeed), while write-locks need to protect themselves against interrupts.
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_erp.c132 int need = want; in zfcp_erp_required_act() local
147 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act()
152 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act()
163 return need; in zfcp_erp_required_act()
165 need = ZFCP_ERP_ACTION_REOPEN_ADAPTER; in zfcp_erp_required_act()
176 return need; in zfcp_erp_required_act()
179 static struct zfcp_erp_action *zfcp_erp_setup_act(int need, u32 act_status, in zfcp_erp_setup_act() argument
187 switch (need) { in zfcp_erp_setup_act()
233 erp_action->action = need; in zfcp_erp_setup_act()
244 int retval = 1, need; in zfcp_erp_action_enqueue() local
[all …]
/linux-4.1.27/arch/avr32/boards/atstk1000/
DKconfig32 default settings. If you need to use certain peripherals,
33 you will need to change some of those jumpers.
57 To use the camera interface you'll need a custom card (on the
/linux-4.1.27/Documentation/isdn/
DREADME.syncppp5 You need one thing beside the isdn4linux package:
25 The name of the interface is here 'ippp0'. You need
31 To set up a PPP connection you need the ipppd .. You must start
DREADME.x2543 compilation. You currently also need to enable
46 you also need to enable "Packet socket".
108 In order to set up a conforming protocol stack you also need to
138 To test X.25 on top of isdn, you need to get
155 When all drivers and interfaces are loaded and configured you need to
/linux-4.1.27/Documentation/blackfin/
Dbfin-gpio-notes.txt50 These functions are wrapped by other functions, most of the users need not
57 Some drivers, like gpio-keys, need this behavior. Kernel only print out
62 Note: Consider the case that, if there are two drivers need the
/linux-4.1.27/drivers/gpu/drm/msm/
DKconfig26 Choose this option if you have a need for the legacy fbdev
46 Choose this option if you have a need for MIPI DSI connector
/linux-4.1.27/drivers/auxdisplay/
DKconfig24 controllers, say Y. You will need also another more specific
47 You can specify a different address if you need.
53 Usually you only need to use 0x378.
85 say Y. You also need the ks0108 LCD Controller driver.
/linux-4.1.27/drivers/isdn/i4l/
DKconfig12 Over digital connections such as ISDN, there is no need to
18 need a special version of pppd (called ipppd) for using this
45 You need to say Y here if you wish to use the pass-filter and
99 You need will need the loopctrl utility from the latest isdn4k-utils
/linux-4.1.27/drivers/mtd/
DKconfig35 If you need code which can detect and parse this table, and register
39 You will still need the parsing functions to be called by the driver
65 If you need to register each unallocated flash region as a MTD
71 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
84 You will still need the parsing functions to be called by the driver
121 If you need code which can detect and parse these tables, and
125 You will still need the parsing functions to be called by the driver
186 You do not need this option for use with the DiskOnChip devices. For
198 You do not need this option for use with the DiskOnChip devices. For
292 If you only need R/O access, you can use older R/O driver
/linux-4.1.27/drivers/net/can/softing/
DKconfig25 You need firmware for these, which you can get at
29 In order to use the card as CAN device, you need the Softing generic
/linux-4.1.27/drivers/gpu/drm/i915/
DKconfig9 # we need shmfs for the swappable backing store, and in particular
17 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
57 Choose this option if you have a need for the legacy fbdev
/linux-4.1.27/Documentation/
DChanges60 You will need GNU make 3.80 or later to build the kernel.
66 assembling the 16-bit boot code, removing the need for as86 to compile
67 your kernel. This change does, however, mean that you need a recent
73 You will need perl 5 and the following modules: Getopt::Long, Getopt::Std,
79 You will need bc to build kernels 3.10 and higher
99 DocBook format to a format of your choice, you'll need to install Jade as
113 If the unthinkable happens and your kernel oopses, you may need the
188 udev you may need to:
265 To enable this new functionality, you need to:
DDMA-ISA-LPC.txt13 To do ISA style DMA you need to include two headers:
33 (You usually need a special buffer for DMA transfers instead of
57 is really all you need. Remember that even though the DMA controller
88 Before you use any ISA DMA routines you need to claim the DMA lock
96 (and everyone else) uses the locking functions then you only need to
Dbraille-console.txt4 readers can start), you first need to compile the support for the usual serial
8 Then you need to specify a console=brl, option on the kernel command line, the
Dcpu-hotplug.txt32 system execution path. Hence the need for CPU hotplug support in the
100 You really dont need to manipulate any of the system cpu maps. They should
118 If you merely need to avoid cpus going away, you could also use
133 You would need to enable CONFIG_HOTPLUG_CPU for SMP suspend/resume support
180 To support physical addition/removal, one would need some BIOS hooks and
218 CPU0 is offline and you need to online CPU0 before hibernate/suspend can
267 A: This is what you would need in your kernel code to receive notifications.
293 You need to call register_cpu_notifier() from your init function.
314 If you need to perform some action for each cpu already in the system, then
367 what do i need at a minimum?
[all …]
Dcachetlb.txt19 on a cpu (see mm_cpumask()), one need not perform a flush
74 This time we need to remove the PAGE_SIZE sized translation
135 The cache flushing routines below need only deal with cache flushing
140 indexed physically tagged caches of IA32 processors have no need to
186 This time we need to remove a PAGE_SIZE sized range
207 This routine need only be implemented if the platform utilizes
286 NOTE: This routine need only be called for page cache pages
289 handling vfs symlinks in the page cache need not call
342 that need to occur should happen here. If the processor's
344 likely that you will need to flush the instruction cache
[all …]
Dirqflags-tracing.txt22 Architectures that want to support this need to do a couple of
40 - if the architecture has non-maskable interrupts then those need to be
Dmono.txt5 (in the form of .exe files) without the need to use the mono CLR
59 4) Check that .exe binaries can be ran without the need of a
Drobust-futexes.txt6 what are robust futexes? To answer that, we first need to understand
29 pthread_mutex_t, or yum is kill -9-ed), then waiters for that lock need
123 - it's much, much faster: at thread exit time, there's no need to loop
130 need any extra per-lock syscalls. Robust mutexes thus become a very
179 for new threads, without the need of another syscall.]
216 Architectures need to implement the new futex_atomic_cmpxchg_inatomic()
Drfkill.txt18 situations where transmitters need to be turned off, for example on
25 - soft block: writable radio block (need not be readable) that is set by
64 that, a button. If that button influences the hardware then you need to
Dgcov.txt36 * minimizing kernel configurations (do I need this option if the
146 gcc version used for kernel build. Also the following files need to be
157 It is important to note that these files need to be placed into the
164 The following files need to be copied after each test case from test
/linux-4.1.27/arch/x86/kernel/
Damd_gart_64.c374 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument
376 if (!need) { in dma_map_cont()
393 int need = 0, nextneed, i, out, start; in gart_map_sg() local
427 if (!iommu_merge || !nextneed || !need || s->offset || in gart_map_sg()
431 sgmap, pages, need) < 0) in gart_map_sg()
444 need = nextneed; in gart_map_sg()
448 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0) in gart_map_sg()
/linux-4.1.27/Documentation/pcmcia/
Ddevicetable.txt13 If you want to match product ID strings, you also need to pass the crc32
15 string 1, you need to use
/linux-4.1.27/arch/ia64/kernel/
Dparavirt_patch.c252 unsigned long need = p->ebundle - p->sbundle; in __paravirt_patch_apply_bundle() local
258 if (room < need) { in __paravirt_patch_apply_bundle()
263 type, need, room); in __paravirt_patch_apply_bundle()
267 used = need; in __paravirt_patch_apply_bundle()
/linux-4.1.27/arch/arm/mach-omap1/
DKconfig105 need a PalmOS compatible bootloader; check out
114 you'll need a PalmOS compatible bootloader; check out
123 need a PalmOS compatible bootloader (Garux); check out
133 you'll need a SX1 compatible bootloader; check out
/linux-4.1.27/net/atm/
DKconfig17 Note that you need a set of user-space programs to actually make use
47 ELAN and Ethernet segments. You need LANE if you want to try MPOA.
71 This is an experimental mechanism for users who need to terminate a
/linux-4.1.27/include/asm-generic/
Dspinlock.h8 #error need an architecture specific asm/spinlock.h
Dpgalloc.h7 #error need to implement an architecture specific asm/pgalloc.h
Dtlbflush.h9 #error need to implement an architecture specific asm/tlbflush.h
Dunaligned.h32 # error need to define endianess
/linux-4.1.27/Documentation/usb/
Dgadget_multi.txt18 CDC ECM) you may need to change vendor and/or product ID.
24 As one might expect, things one need to do very from system to system.
29 to Linux host it does not need any additional drivers on Linux host
43 First of all, Windows need to detect the gadget as an USB composite
74 RNDIS was not the first interface. You do not need to worry abut it
Dcallbacks.txt46 All callbacks are mutually exclusive. There's no need for locking
100 outstanding URBs to complete, and save any device state you need to
104 If you need to allocate memory here, use GFP_NOIO or GFP_ATOMIC, if you
115 If you need to allocate memory here, use GFP_NOIO or GFP_ATOMIC, if you
Dauthorization.txt36 devices (this is so because we need to do an authentication phase
66 to break it). If you need something secure, use crypto and Certificate
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt5 You need two computers, the 'USB debug key' special gadget and
38 b.) You also need a Netchip USB debug cable/key:
45 c.) You need a second client/console system with a high speed USB 2.0
79 You need to enable the following kernel config option:
83 And you need to add the boot command line: "earlyprintk=dbgp".
/linux-4.1.27/Documentation/sound/alsa/
DJoystick.txt9 First of all, you need to enable GAMEPORT support on Linux kernel for
29 option is specified. Some drivers don't need options, and the
85 Instead, you need to load "ns558" module in addition to "joydev" and
DCMIPCI.txt79 For programming the 4/6 channel playback, you need to specify the PCM
127 To enable SPDIF output, you need to turn on "IEC958 Output Switch"
159 On some cards this doesn't work and you need to change the
177 can be toggled via IEC958 playback control, but usually you need to
187 the alsa-lib. If you need to bypass the software conversion of IEC958
213 You need to set the module option "mpu_port" to a valid I/O port address
/linux-4.1.27/Documentation/power/
Dswsusp-and-swap-files.txt7 (1) swap files need not be contiguous,
22 In order to use a swap file with swsusp, you need to:
58 the location of its header need not be the same as before. Thus every time
Dswsusp-dmcrypt.txt23 or an usb stick prior to resume. So you need an initrd, that sets
50 Finally you need to create or modify your initrd. Lets assume
123 Then we need to set up dmcrypt with the setup data from the
124 pcmcia flash disk. If this succeeds we need to reset the swap
Dfreezing-of-tasks.txt39 signal-handling code, but the freezable kernel threads need to call it
79 - thaws only kernel threads; this is particularly useful if we need to do
113 2. Next, to create the hibernation image we need to free a sufficient amount of
114 memory (approximately 50% of available RAM) and we need to do that before
115 devices are deactivated, because we generally need them for swapping out. Then,
125 example, be troublesome and without the freezing of tasks we would need some
158 that depends on all CPUs being online while it's running. Since we need to
198 A driver must have all firmwares it may need in RAM before suspend() is called.
/linux-4.1.27/arch/openrisc/include/asm/
Dunaligned.h48 # error need to define endianess
/linux-4.1.27/net/decnet/
DKconfig20 below when using DECnet, since you will need sysctl support to aid
37 rtnetlink (you will need Alexey Kuznetsov's iproute2 package
/linux-4.1.27/Documentation/hwmon/
Duserspace-tools20 Get lm-sensors from project web site. Please note, you need only userspace
28 2) run sensors-detect script, it will tell you what modules you need to load.
/linux-4.1.27/Documentation/i2c/busses/
Di2c-taos-evm8 are supported, but a few lines of code need to be added for each new
23 In order to use this driver, you'll need the serport driver, and the
Di2c-piix481 If you own Force CPCI735 motherboard or other OSB4 based systems you may need
90 2) Now you just need to change the value in 0xD2 register. Get it first with
92 If the value is 0x3 then you need to change it to 0x1
95 Please note that you don't need to do that in all cases, just when the SMBus is
/linux-4.1.27/Documentation/parisc/
Dregisters84 the state save and restore time by eliminating the need for general register
95 course, you need to save them if you care about them, before calling
103 use this, since you need the pointer to get back to your
125 r3-r18,r27,r30 need to be saved and restored. r3-r18 are just
/linux-4.1.27/Documentation/sound/oss/
DOpti14 Usually you do not need to set jumpers, etc. The sound driver
43 If you do need MIDI support in a Mozart or C928 based card you
44 need to answer 'm' to the above question. In that case you will
45 also need to answer 'm' to:
52 In most systems with a PnP BIOS you do not need to use isapnp. The
56 If that fails, or if you have other PnP cards, you need to use isapnp
DVIBRA1647 # Joystick device - only if you need it :-/
69 # do you need MIDI?
/linux-4.1.27/arch/m68k/fpsp040/
Dx_bsun.S8 | The real_bsun handler will need to perform further corrective
Dx_snan.S92 moveql #13,%d0 |need to zero 14 lwords
95 moveql #11,%d0 |need to zero 12 lwords
120 moveql #13,%d0 |need to zero 14 lwords
123 moveql #11,%d0 |need to zero 12 lwords
/linux-4.1.27/fs/romfs/
DKconfig15 If you don't know whether you need it, then you don't need it:
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt37 - vddvibl_uV: If the vddvibl default voltage need to be changed
38 - vddvibr_uV: If the vddvibr default voltage need to be changed
/linux-4.1.27/Documentation/dvb/
Dlmedm04.txt1 To extract firmware for the DM04/QQBOX you need to copy the
77 We need to modify id of rs2000 firmware or it will warm boot id 3344:1120.
Dudev.txt18 1. Unfortunately, you'll need a helper script to transform the kernel
31 1. You need to create a proper udev rule that will create the device nodes
Dopera-firmware.txt2 you need to copy the files:
/linux-4.1.27/drivers/net/arcnet/
DKconfig13 You need both this driver, and the driver for the particular ARCnet
31 arc0 device. You need to say Y here to communicate with
41 arc0s device. You only need arc0s if you want to talk to ARCnet
44 of NetBSD. You do not need to say Y here to communicate with
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Daxxia.txt3 Boards using the AXM55xx SoC need to have the following properties:
/linux-4.1.27/Documentation/fb/
Dintelfb.txt104 you might need to set the "vga=<mode>" parameter too - see vesafb.txt
111 parameters. The main difference is that you need to include a Boolean value
112 (1 for TRUE, and 0 for FALSE) for those options which don't need a value.
/linux-4.1.27/net/
DKconfig12 The reason is that some programs need kernel networking support even
31 This option can be selected by other options that need compat
41 achieve this, you need to set skb_shinfo(skb)->frag_list to the
45 Newly written code should NEVER need this option but do
122 clients. Proxy-based firewalls don't need support by the kernel, but
305 what was just said, you don't need it: say N.
320 what was just said, you don't need it: say N.
337 process. If you don't need network drop alerts, or if you are ok
/linux-4.1.27/fs/
Dcoredump.c79 int free, need; in cn_vprintf() local
86 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf()
89 if (need < free) { in cn_vprintf()
90 cn->used += need; in cn_vprintf()
94 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
DKconfig.binfmt115 who need to run binaries from that era.
140 this to work, you need to have the emulator /usr/bin/em86 in place.
154 programs that need an interpreter to run like Java, Python, .NET or
168 To use binfmt_misc, you will need to mount it:
181 need debugging or only ever run flawless code.
DKconfig45 on this option will compile in support for DAX; you will need to
136 If you've selected TMPFS, it's possible that you'll also need
139 For example, some distros need this feature for ALSA-related /dev
158 You need this for POSIX ACL support on tmpfs.
/linux-4.1.27/drivers/net/ppp/
DKconfig15 To use PPP, you need an additional program called pppd as described
25 asynchronous serial lines, you need to say Y (or M) here and also to
79 You need to say Y here if you wish to use the pass-filter and
106 This has to be supported at the other end as well and you need a
160 need this option.
/linux-4.1.27/Documentation/devicetree/bindings/
DABI.txt15 new. These guidelines aren't new, but they desperately need to be
23 2) Use specific compatible strings so that if we need to add a feature (DMA)
/linux-4.1.27/drivers/input/gameport/
DKconfig14 support is provided by the sound drivers, so you won't need any
15 from the below listed modules. You still need to say Y here.
/linux-4.1.27/fs/jffs2/
DTODO11 - checkpointing (do we need this? scan is quite fast)
29 the full dirent, we only need to go to the flash in lookup() when we think we've
/linux-4.1.27/Documentation/arm/
Dfirmware.txt7 a need to provide an interface for such platforms to specify available firmware
19 There is a default, empty set of operations provided, so there is no need to
DIXP4xx45 If you need to use any of the above, you need to download Intel's
95 you need more PCI memory, enable the IXP4XX_INDIRECT_PCI config option.
139 adapter with an E100 card. So to NFS root you need to use either
/linux-4.1.27/drivers/of/
DKconfig34 # Hardly any platforms need this. It is safe to select, but only do so if you
35 # need it.
/linux-4.1.27/fs/sysv/
DKconfig21 network using NFS, you don't need the System V file system support
22 (but you need NFS file system support obviously).
/linux-4.1.27/include/linux/
Dpage_ext.h9 bool (*need)(void); member
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm96368mvwg.dts24 /* FIXME: need to set up USB_CTRL registers first */
/linux-4.1.27/sound/soc/xtensa/
DKconfig6 I2S interface on XTFPGA daughter board. You will also need to select
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
DTODO7 - Revisit need for locking
/linux-4.1.27/Documentation/timers/
Dtimers-howto.txt15 The first, and most important, question you need to ask is "Is my
17 it really need to delay in atomic context?" If so...
105 you know you have a need for the interruptible variant.
/linux-4.1.27/Documentation/block/
Dwriteback_cache_control.txt45 worry if the underlying devices need any explicit cache flushing and how
55 bits need to be propagated to underlying devices, and a global flush needs
60 devices with volatile caches need to implement the support for these
/linux-4.1.27/Documentation/cpu-freq/
Dcore.txt32 drivers or other part of the kernel that need to be informed of
34 frequency changes (ex. timing code) or even need to force certain
61 they see a need for this - may it be thermal considerations or
/linux-4.1.27/fs/ext3/
DKconfig13 is consistent without the need for a lengthy check.
24 file systems, use chattr ("man chattr"). You need to be using
64 You need this for POSIX ACL support on ext3.
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt10 When we need to know about status of all pages, we can get and analyze
14 using it for analyzing who allocate each page is rather complex. We need
25 page owner is disabled in default. So, if you'd like to use it, you need
Dhighmem.txt52 time, but because we need virtual address space for other things - including
111 If you need to map two pages because you want to copy from one page to
112 another you need to keep the kmap_atomic calls strictly nested, like:
147 pageframes need to live in the permanent mapping, which means:
Dactive_mm.txt25 doesn't need any user mappings - all kernel threads basically fall into
36 - however, we obviously need to keep track of which address space we
81 need to switch both together).
/linux-4.1.27/arch/x86/realmode/rm/
Dtrampoline_32.S41 movl tr_start, %eax # where we need to go
/linux-4.1.27/sound/soc/bcm/
DKconfig8 the BCM2835 I2S interface. You will also need
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt70 Some consumer drivers need to be able to dynamically change their supply
72 voltage along with frequency to save power, SD drivers may need to select the
100 Some consumer drivers need to be able to dynamically change their supply
188 they need to do low-level hardware access to regulators, with no involvement
197 regulator, addresses of various regulator registers etc. need to be configured
/linux-4.1.27/Documentation/gpio/
Ddriver.txt22 On top of this internal number, each GPIO also need to have a global number in
32 controller, and on one particular board 80-95 with an FPGA. The numbers need not
98 such drivers that need slow bus traffic to read out IRQ status and similar,
100 in a quick IRQ handler with IRQs disabled. Instead they need to spawn a
120 need to embed the gpio_chip in its state container and obtain a pointer
149 This orthogonality leads to ambiguities that we need to solve: if there is
Dgpio.txt73 and it is useful to understand them, especially if you need to define GPIO
84 means "active") so that drivers only need to worry about the logical signal and
89 Sometimes shared signals need to use "open drain" (where only the low signal
100 don't. When you need open drain signaling but your hardware doesn't directly
Dgpio-legacy.txt58 Note that this is called a "convention" because you don't need to do it this
86 Note that these operations include I/O barriers on platforms which need to
87 use them; drivers don't need to add them explicitly.
102 data they need). That avoids portability problems.
107 The numbers need not be contiguous; either of those platforms could also
163 Those don't need to sleep, and can safely be done from inside hard
188 output, value) are constant. It's normal for them to need only a couple
190 and not to need spinlocks. Such optimized calls can make bitbanging
226 from contexts which may sleep, since they may need to access the GPIO
289 Similarly, other aspects of the GPIO or pin may need to be configured, such as
[all …]
/linux-4.1.27/drivers/media/common/
DKconfig1 # Used by common drivers, when they need to ask questions
/linux-4.1.27/Documentation/i2c/muxes/
Di2c-mux-gpio29 i2c-gpio-mux uses the platform bus, so you need to provide a struct
80 Alternatively, if you don't need a stable device name, you can simply
/linux-4.1.27/Documentation/arm/SA1100/
DItsy17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
20 In order to install the port of 2.4 to the itsy, You will need to set the
/linux-4.1.27/net/bridge/
DKconfig19 In order to use the Ethernet bridge, you'll need the bridge
26 iptables will then see the IP packets being bridged, so you need to
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt19 connecting wires on touchscreen. We need to provide an
36 effects the overall sampling speed, hence need to be
/linux-4.1.27/drivers/infiniband/
DKconfig22 need libibumad from <http://www.openfabrics.org/downloads/management/>.
32 hardware for fast-path operations. You will also need
/linux-4.1.27/drivers/media/pci/pt1/
DKconfig8 only compressed MPEG data over the PCI bus, so you need
/linux-4.1.27/net/decnet/netfilter/
DKconfig13 daemon. You will also need to enable routing support for DECnet
/linux-4.1.27/fs/befs/
DTODO12 * See if we really need separate types for on-disk and in-memory
/linux-4.1.27/arch/arc/mm/
Dtlbex.S57 ; need to be saved as well by extending the "global" to be 4 words. Hence
60 ; only need to save only a handful of regs, as opposed to complete reg file]
157 ; need to switch to kernel mode stack to call error routine
336 ; By now, r2 setup with all the Flags we need to check in PTE
/linux-4.1.27/drivers/gpu/drm/
DKconfig17 introduced in XFree86 4.0. If you say Y here, you need to select
67 Choose this if you need the GEM CMA helper functions
78 Choose this if you need the KMS CMA helper functions
116 are both PCI and AGP versions. You don't need to choose this to
/linux-4.1.27/fs/nfsd/
DKconfig19 To export local file systems using NFS, you also need to install
63 To store ACLs on your NFS server, you also need to enable ACL-
80 To export files using NFSv4, you need to install additional user
/linux-4.1.27/fs/ceph/
Dcaps.c152 struct ceph_cap_reservation *ctx, int need) in ceph_reserve_caps() argument
160 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps()
164 if (mdsc->caps_avail_count >= need) in ceph_reserve_caps()
165 have = need; in ceph_reserve_caps()
175 for (i = have; i < need; i++) { in ceph_reserve_caps()
183 if (have + alloc != need) in ceph_reserve_caps()
185 ctx, need, have + alloc); in ceph_reserve_caps()
197 ctx->count = need; in ceph_reserve_caps()
2102 static int try_get_cap_refs(struct ceph_inode_info *ci, int need, int want, in try_get_cap_refs() argument
2111 ceph_cap_string(need), ceph_cap_string(want)); in try_get_cap_refs()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
DKconfig13 Choose this option if you still need userspace modesetting.
/linux-4.1.27/drivers/media/firewire/
DKconfig9 so you need an external software decoder to watch TV.
/linux-4.1.27/net/batman-adv/
DKconfig36 mesh networks. If you think that your network does not need
50 If you think that your network does not need this feature you
/linux-4.1.27/fs/quota/
DKconfig15 you don't need to run quotacheck(8) after an unclean shutdown.
66 also supports 64-bit inode and block quota limits. If you need this
/linux-4.1.27/Documentation/video4linux/
DREADME.cx8836 cx88-cards.c. If the driver doesn't work well you likely need a new
52 (3) Or you can mail me the config information. I need at least the
/linux-4.1.27/tools/testing/selftests/ftrace/
DREADME4 kernel. Since ftrace exports interfaces via the debugfs, we just need
10 At first, you need to be the root user to run this script.
/linux-4.1.27/drivers/media/pci/pluto2/
DKconfig11 only compressed MPEG data over the PCI bus, so you need
/linux-4.1.27/arch/blackfin/mach-common/
Darch_checks.c65 # error You need IFLUSH in L1 inst while Anomaly 05000491 applies
/linux-4.1.27/Documentation/input/
Djoystick.txt22 Should you need to contact me, the author, you can do so either by e-mail
86 For all joystick drivers to function, you'll need the userland interface
95 And for serial port joysticks, you'll need the serial input line
101 In addition to that, you'll need the joystick driver module itself, most
134 For most joysticks you won't need any manual calibration, since the
182 you'll need to specify the types either on the kernel command line or on the
322 allow connecting analog joysticks to them, you'll need to load the analog
451 kernel, you also need to attach a serial port to it. to do that, run the
477 supported as well. To use the module, you need to run inputattach after you
495 To use it, you need to attach the serial port to the driver using the
[all …]
Djoystick-parport.txt32 connect to a PC, and don't need much processing speed (108 us for NES and
59 Unfortunately, there are pads that need a lot more of power, and parallel
61 case, you'll need to use diodes (as a prevention of destroying your parallel
99 This is everything you need on the PC's side of the connection, now on to
239 you might or might not, depending on your parallel port, need 10 kOhm pullup
268 once, you need the sticks to be purely switch based (that is non-TTL), and
269 not to need power. Just a plain simple six switches inside. If your
270 joystick can do more (eg. turbofire) you'll need to disable it totally first
273 Also, the connection is a bit more complex. You'll need a bunch of diodes,
Dgamepad.txt65 However, not all gamepads provide all features, so you need to test for all
66 features that you need, first. How each feature is mapped is described below.
69 for backwards-compatibility reasons, you need to provide fixup mappings in
82 devices for _all_ reported events that you need. Otherwise, you will also get
/linux-4.1.27/drivers/cpuidle/
DKconfig.mips16 the deepest idle states you will need to ensure that you are
/linux-4.1.27/drivers/media/pci/meye/
DKconfig9 If you say Y or M here, you need to say Y or M to "Sony Laptop
/linux-4.1.27/sound/soc/rockchip/
DKconfig6 the Rockchip SoCs' Audio interfaces. You will also need to
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-power_resources_D010 representing ACPI power resources that need to be turned on for
Dsysfs-devices-power_resources_wakeup10 representing ACPI power resources that need to be turned on for
Dsysfs-devices-power_resources_D3hot11 representing ACPI power resources that need to be turned on for
Dsysfs-devices-power_resources_D111 representing ACPI power resources that need to be turned on for
Dsysfs-devices-power_resources_D211 representing ACPI power resources that need to be turned on for
/linux-4.1.27/sound/soc/kirkwood/
DKconfig6 the Kirkwood I2S interface. You will also need to select the
/linux-4.1.27/arch/
DKconfig329 need to be called from a ptrace-safe context. It must then
369 overflows (that need to overwrite this return address) now also
418 that need it, such as userspace RCU extended quiescent state.
419 Syscalls need to be wrapped inside user_exit()-user_enter() through
423 irq exit still need to be protected.
443 Archs need to ensure they use a high enough resolution clock to
459 just need a simple module loader without arch specific data - those
478 module loading and assembly files need to know about this.
/linux-4.1.27/drivers/media/radio/wl128x/
DKconfig12 In order to control your radio card, you will need to use programs
/linux-4.1.27/arch/m68k/ifpsp060/src/
DREADME-SRC9 You don't need to actually assemble these files in order to compile a
/linux-4.1.27/drivers/media/usb/ttusb-budget/
DKconfig15 These devices don't have a MPEG decoder built in, so you need
/linux-4.1.27/net/irda/irnet/
DKconfig7 called irnet. IrNET is a PPP driver, so you will also need a
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h21 # addresses, and need to have the appropriate memory region set
98 # All cores other than the master need to wait here for SMP bootstrap
/linux-4.1.27/arch/x86/kvm/
DKconfig47 virtualization extensions. You will need a fairly recent
49 need to select one or more of the processor modules below.
/linux-4.1.27/fs/fat/
DKconfig19 mtools ("man mtools") program suite. You don't need to say Y here in
22 If you need to move large files on floppies between a DOS and a
99 Enable any character sets you need in File Systems/Native Language
/linux-4.1.27/drivers/net/appletalk/
DKconfig10 wish to connect to it, say Y. You will need to use the netatalk package
48 You also need version 1.3.3 or later of the netatalk package.
57 networks. You also need version 1.3.3 or later of the netatalk
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt24 also serves as the ping-function. If that is the case and you need start/stop
50 If wanted, options in watchdog_info need to have WDIOF_KEEPALIVEPING
54 Options in watchdog_info need to have WDIOF_SETTIMEOUT set
153 Now we need to create a 'struct watchdog_device' and populate it with the
/linux-4.1.27/Documentation/acpi/
Denumeration.txt36 connected to any physical bus we only need to implement a platform driver
164 The SPI device drivers only need to add ACPI IDs in a similar way than with
224 The slaves behind I2C bus controller only need to add the ACPI IDs like
307 we need to translate them to the corresponding Linux GPIO descriptors.
346 For the first case, the MFD drivers do not need to do anything. The
/linux-4.1.27/Documentation/s390/
Dmonreader.txt22 restricted (likely), you also need the NAMESAVE <DCSS NAME> statement.
24 need a kernel with IUCV support. You also need z/VM version 4.4 or 5.1.
75 DCSS if your z/VM doesn't have one already, you need Class E privileges to
99 Therefore you need to know the major and minor numbers of the device. These
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt82 If you will not need the idmapper and gssd executables (you do not need
89 To build nfs-utils you will need the tcp_wrappers package installed. For
106 on the NFS client machine. You do not need this specific version of
177 use it. Otherwise, you will need to run an SM, such as OpenSM, on one
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dmarvell,mmp2.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
/linux-4.1.27/drivers/media/pci/dm1105/
DKconfig18 only compressed MPEG data over the PCI bus, so you need
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dpower-controller.txt5 components might need to define this capability, which tells the kernel that
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt17 In order to use Lustre client you will need to download lustre client
22 You will need to install and configure your Lustre servers separately.
/linux-4.1.27/Documentation/sysctl/
DREADME9 don't know they need to tweak something, or because they don't
44 don't even need special tools to do it!
/linux-4.1.27/mm/
Dpage_ext.c72 if (page_ext_ops[i]->need && page_ext_ops[i]->need()) in invoke_need_callbacks()
/linux-4.1.27/Documentation/misc-devices/
Dc2port.txt59 C2port, you need the command:
72 enabled yet, to do so you need the command:
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c1830 xfs_extlen_t need, delta = 0; in xfs_alloc_longest_free_extent() local
1832 need = XFS_MIN_FREELIST_PAG(pag, mp); in xfs_alloc_longest_free_extent()
1833 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent()
1834 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent()
1858 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local
1897 need = XFS_MIN_FREELIST_PAG(pag, mp); in xfs_alloc_fix_freelist()
1902 need - args->total) < (int)args->minleft)) { in xfs_alloc_fix_freelist()
1929 need = XFS_MIN_FREELIST(agf, mp); in xfs_alloc_fix_freelist()
1934 delta = need > be32_to_cpu(agf->agf_flcount) ? in xfs_alloc_fix_freelist()
1935 (need - be32_to_cpu(agf->agf_flcount)) : 0; in xfs_alloc_fix_freelist()
[all …]
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio123 You may need to adjust IRQ usage in BIOS to avoid from IRQ conflict
205 need to do this procedure when:
218 device and callout device to create tty device. You also need
221 you need to change to other number, please refer section "3.7"
227 Before using the MOXA driver and utilities, you need compile the
228 all the source code. This step is only need to be executed once.
231 "3.7" section), then you need to do this step again.
308 For Red Hat 7.x user, you need to create link:
398 you need next time executed.
/linux-4.1.27/Documentation/blockdev/
Dparide.txt93 In either case, you will need to select "Parallel port IDE device support"
132 you may need to give some command line options to your bootloader
140 if you have more than one device, you will need to tell the drivers
153 will need them to identify the devices.
156 also need to know the unit ID number for each drive. This is usually
196 Then, load as many of the protocol modules as you think you might need.
242 same way as their traditional counterparts. You will probably need to
349 3.3 Some drives need a printer reset
366 3.4 Use the verbose option and dmesg if you need help
/linux-4.1.27/arch/powerpc/platforms/512x/
DKconfig26 which do not need custom platform specific setup.
/linux-4.1.27/net/wireless/
Ddb.txt11 # need to replace this file with one containing appropriately formatted
/linux-4.1.27/fs/hpfs/
DKconfig9 floppies however are in regular MSDOS format, so you don't need this

1234567