Home
last modified time | relevance | path

Searched refs:available (Results 1 – 200 of 1261) sorted by relevance

1234567

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcommonring.c80 u16 available; in brcmf_commonring_write_available() local
85 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available()
88 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available()
90 if (available > 1) { in brcmf_commonring_write_available()
93 if (available > commonring->depth / 8) { in brcmf_commonring_write_available()
121 u16 available; in brcmf_commonring_reserve_for_write() local
126 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write()
129 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write()
131 if (available > 1) { in brcmf_commonring_reserve_for_write()
157 u16 available; in brcmf_commonring_reserve_for_write_multiple() local
[all …]
/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_nvram.c202 u32 available; in load_HRT() local
210 available = 1024; in load_HRT()
213 temp_dword = available; in load_HRT()
240 u32 available; in store_HRT() local
250 available = 1024; in store_HRT()
268 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
273 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
283 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
288 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
293 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
[all …]
/linux-4.4.14/fs/ubifs/
Dbudget.c212 long long available; in ubifs_calc_available() local
214 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
236 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available()
239 available -= c->lst.total_dead; in ubifs_calc_available()
247 available -= c->lst.total_dark; in ubifs_calc_available()
257 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
261 return available > 0 ? available : 0; in ubifs_calc_available()
308 long long outstanding, available; in do_budget_space() local
350 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space()
353 if (unlikely(available < outstanding)) { in do_budget_space()
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-driver-genwqe10 Only available for PF.
16 Only available for PF.
22 Only available for PF.
28 Only available for PF.
35 Only available for PF.
41 Only available for PF.
47 Only available for PF.
53 Only available for PF.
73 The timeout depends on the max number of available cards
79 Only available for PF.
[all …]
Dsysfs-platform-eeepc-laptop32 On the Eee PC 1000H there are three available clock configuration:
36 On Eee PC 701 there is only 2 available clock configurations.
43 For example, 0x301 means: mode 1 selected, 3 available modes.
50 List available cpufv modes.
Dsysfs-devices-platform-sh_mobile_lcdc_fb5 This file is only available on fb[0-9] devices corresponding
16 This file is only available on fb[0-9] devices corresponding
29 This file is only available on fb[0-9] devices corresponding
39 This file is only available on fb[0-9] devices corresponding
Dsysfs-bus-iio-meas-spec7 This ABI is available for tsys02d, htu21, ms8607
8 This ABI is available for htu21, ms8607
Dsysfs-hypervisor-pmu13 and all other guests. Only available to
23 include/xen/interface/xenpmu.h for available features
Ddev-kmsg32 Every read() will receive the next available record. If no more
33 records are available read() will block, or if O_NONBLOCK is
41 and the seek position be updated to the next available record.
42 Subsequent reads() will return available records again.
56 seek after the last record available at the time
Dsysfs-class-devfreq55 driver should provide the list of available frequencies
71 the available frequencies of the corresponding devfreq object.
72 This is a snapshot of available frequencies and not limited
80 currently available governors in the system.
Dsysfs-platform-msi-laptop31 available.
48 overclocked. Turbo mode is available only if charging. It is
61 powersaving actions. ECO mode is available only on battery
Dsysfs-driver-hid-picolcd7 Reading: returns list of available modes, the active mode being
33 Reading: returns list of available refresh rates (expressed in Hz),
Dsysfs-firmware-log7 available.
Dsysfs-bus-iio-vf6106 available modes are "normal", "high-speed" and "low-power",
Dsysfs-platform-ideapad-laptop14 There are four available modes:
Dsysfs-class-stm6 Shows first and last available to software master numbers on
/linux-4.4.14/Documentation/i2c/busses/
Di2c-viapro5 Datasheet: Sometimes available at the VIA website
8 Datasheet: Sometimes available at the VIA website
11 Datasheet: available on request from VIA
14 Datasheet: available on request and under NDA from VIA
17 Datasheet: available on request and under NDA from VIA
20 Datasheet: available on http://linux.via.com.tw
23 Datasheet: available on http://linux.via.com.tw
26 Datasheet: available on http://linux.via.com.tw
Di2c-piix46 Datasheet: Publicly available at the Intel website
8 Datasheet: Only available via NDA from ServerWorks
10 Datasheet: Not publicly available
11 SB700 register reference available at:
14 Datasheet: Publicly available at the AMD website
17 Datasheet: Not publicly available
19 Datasheet: Publicly available at the SMSC website http://www.smsc.com
Di2c-amd81117 AMD datasheet not yet available, but almost everything can be found
8 in the publicly available ACPI 2.0 specification, which the adapter
Di2c-nforce219 Datasheet: not publicly available, but seems to be similar to the
38 Capabilities: <available only to root>
Di2c-amd7568 Datasheets: Publicly available on AMD website
/linux-4.4.14/arch/powerpc/mm/
Dslice.c174 static int slice_check_fit(struct slice_mask mask, struct slice_mask available) in slice_check_fit() argument
176 return (mask.low_slices & available.low_slices) == mask.low_slices && in slice_check_fit()
177 (mask.high_slices & available.high_slices) == mask.high_slices; in slice_check_fit()
248 struct slice_mask available, in slice_scan_available() argument
256 return !!(available.low_slices & (1u << slice)); in slice_scan_available()
261 return !!(available.high_slices & (1ul << slice)); in slice_scan_available()
267 struct slice_mask available, in slice_find_area_bottomup() argument
282 if (!slice_scan_available(addr, available, 1, &addr)) in slice_find_area_bottomup()
294 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup()
310 struct slice_mask available, in slice_find_area_topdown() argument
[all …]
/linux-4.4.14/fs/proc/
Dmeminfo.c31 long available; in meminfo_proc_show() local
64 available = i.freeram - wmark_low; in meminfo_proc_show()
73 available += pagecache; in meminfo_proc_show()
79 available += global_page_state(NR_SLAB_RECLAIMABLE) - in meminfo_proc_show()
82 if (available < 0) in meminfo_proc_show()
83 available = 0; in meminfo_proc_show()
148 K(available), in meminfo_proc_show()
/linux-4.4.14/Documentation/hwmon/
Dlm908 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the National Semiconductor website
23 Datasheet: Publicly available at the National Semiconductor website
28 Datasheet: Publicly available at the ON Semiconductor website
33 Datasheet: Publicly available at the ON Semiconductor website
38 Datasheet: Publicly available at the ON Semiconductor website
43 Datasheet: Publicly available at the ON Semiconductor website
48 Datasheet: Publicly available at the Maxim website
53 Datasheet: Publicly available at the Maxim website
[all …]
Dlm758 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the Maxim website
23 Datasheet: Publicly available at the Maxim website
28 Datasheet: Publicly available at the Microchip website
33 Datasheet: Publicly available at the Microchip website
38 Datasheet: Publicly available at the Analog Devices website
43 Datasheet: Publicly available at the ST website
48 Datasheet: Publicly available at the Texas Instruments website
60 Datasheet: Publicly available at the NXP website
Dit878 Datasheet: Not publicly available
12 Datasheet: Not publicly available
16 Datasheet: Once publicly available at the ITE website, but no longer
20 Datasheet: Once publicly available at the ITE website, but no longer
24 Datasheet: Once publicly available at the ITE website, but no longer
28 Datasheet: Once publicly available at the ITE website, but no longer
32 Datasheet: Not publicly available
36 Datasheet: Not publicly available
40 Datasheet: Not publicly available
44 Datasheet: Not publicly available
[all …]
Dad73147 Datasheet: Publicly available at Analog Devices website.
10 Datasheet: Publicly available at Analog Devices website.
13 Datasheet: Publicly available at Analog Devices website.
Dadm10218 Datasheet: Publicly available at the Analog Devices website
12 Datasheet: Publicly available at the Analog Devices website
20 Datasheet: Publicly available at the Maxim website
24 Datasheet: Publicly available at the Maxim website
28 Datasheet: Publicly available at the National Semiconductor website
32 Datasheet: Publicly available at the Philips website
36 Datasheet: Publicly available at the Philips website
40 Datasheet: Publicly available at the TI website
44 Datasheet: Publicly available at the Onsemi website
Dina2xx8 Datasheet: Publicly available at the Texas Instruments website
14 Datasheet: Publicly available at the Texas Instruments website
20 Datasheet: Publicly available at the Texas Instruments website
26 Datasheet: Publicly available at the Texas Instruments website
32 Datasheet: Publicly available at the Texas Instruments website
Dads10157 Datasheet: Publicly available at the Texas Instruments website :
11 Datasheet: Publicly available at the Texas Instruments website :
26 The inputs can be made available by 8 sysfs input files in0_input - in7_input:
36 Which inputs are available can be configured using platform data or devicetree.
Dadt74108 Datasheet: Publicly available at the Analog Devices website
13 Datasheet: Publicly available at the Analog Devices website
18 Datasheet: Publicly available at the Analog Devices website
23 Datasheet: Publicly available at the Analog Devices website
Df71882fg40 Datasheet: Should become available on the Fintek website soon
44 Datasheet: Should become available on the Fintek website soon
118 chips, and some modes may only be available in RPM / PWM mode.
124 available on the F71858FG / F8000 if the fan channel is in RPM mode.
130 depended, see which files are available in sysfs.
133 * 3: Thermostat mode (Only available on the F8000 when in duty cycle mode)
Dsch56278 Datasheet: Application Note available upon request
26 protocol for communicating with the microcontroller is available upon
Dadm10318 Datasheet: Publicly available at the Analog Devices website
14 Datasheet: Publicly available at the Analog Devices website
Dds16218 Datasheet: Publicly available from www.maximintegrated.com
13 Datasheet: Publicly available from www.datasheetarchive.com
18 Datasheet: Publicly available from www.maximintegrated.com
23 Datasheet: Publicly available from www.maximintegrated.com
28 Datasheet: Publicly available from www.maximintegrated.com
Dadt74758 Datasheet: Publicly available at the On Semiconductors website
12 Datasheet: Publicly available at the On Semiconductors website
16 Datasheet: Publicly available at the On Semiconductors website
20 Datasheet: Publicly available at the On Semiconductors website
Dsht218 Datasheet: Publicly available at the Sensirion website
14 Datasheet: Publicly available at the Sensirion website
Dibmaem13 Datasheet: Not available
21 available on various IBM System X hardware through the BMC. All sensor banks
Dlm952457 Datasheet: Publicly available at the TI website
11 Datasheet: Publicly available at the TI website
Dlm952347 Datasheet: Publicly available at the Texas Instruments website
11 Datasheet: Publicly available at the Texas Instruments website
Dntc_thermistor9 Datasheet: Publicly available at Murata
14 Datasheet: Publicly available at EPCOS
Dg7628 For additional information, a detailed datasheet is available at
12 The following entries are available to the user in a subdirectory of
59 with current speed (available via 'fan1_input') by the device and a feedback
Dlm638 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the National Semiconductor website
Dads78287 Datasheet: Publicly available at the Texas Instruments website:
12 Datasheet: Publicly available at the Texas Instruments website:
Dtc747 Datasheet: Publicly available at Microchip website.
Dk10temp61 There is one temperature measurement value, available as temp1_input in
73 The maximum value for Tctl is available in the file temp1_max.
76 which the processor will throttle itself to avoid damage is available in
Dmax66428 Datasheet: Publicly available at the Maxim website
Dw83627ehf8 Datasheet: not available
12 Datasheet: not available
16 Datasheet: not available
20 Datasheet: available from www.nuvoton.com
24 Datasheet: not available
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-timer.txt10 - fsl,available-ranges: use <start count> style section to define which
15 with timer zero. If timer-available-ranges is present, only the
16 interrupts that correspond to available timers shall be present.
25 fsl,available-ranges = <2 2>;
Dmpic-msgr.txt3 This binding specifies what properties must be available in the device tree
18 - interrupts: Specifies a list of interrupt-specifiers which are available
30 are available.
Dmsi-pic.txt21 be set as edge sensitive. If msi-available-ranges is present, only
22 the interrupts that correspond to available ranges shall be present.
30 - msi-available-ranges: use <start count> style section to define which
33 Each available range must begin and end on a multiple of 32 (i.e.
51 msi-available-ranges = <0 0x100>;
/linux-4.4.14/drivers/base/power/opp/
Dcore.c163 if (IS_ERR_OR_NULL(tmp_opp) || !tmp_opp->available) in dev_pm_opp_get_freq()
197 if (IS_ERR_OR_NULL(tmp_opp) || !tmp_opp->available) { in dev_pm_opp_is_turbo()
253 !dev_opp->suspend_opp->available) in dev_pm_opp_get_suspend_opp()
286 if (temp_opp->available) in dev_pm_opp_get_opp_count()
324 bool available) in dev_pm_opp_find_freq_exact() argument
339 if (temp_opp->available == available && in dev_pm_opp_find_freq_exact()
389 if (temp_opp->available && temp_opp->rate >= *freq) { in dev_pm_opp_find_freq_ceil()
439 if (temp_opp->available) { in dev_pm_opp_find_freq_floor()
696 __func__, opp->rate, opp->u_volt, opp->available, in _opp_add()
697 new_opp->rate, new_opp->u_volt, new_opp->available); in _opp_add()
[all …]
Dopp.h72 bool available; member
/linux-4.4.14/net/xfrm/
Dxfrm_algo.c654 if (list[i].available) in xfrm_find_algo()
665 list[i].available = status; in xfrm_find_algo()
787 if (aalg_list[i].available != status) in xfrm_probe_algs()
788 aalg_list[i].available = status; in xfrm_probe_algs()
793 if (ealg_list[i].available != status) in xfrm_probe_algs()
794 ealg_list[i].available = status; in xfrm_probe_algs()
800 if (calg_list[i].available != status) in xfrm_probe_algs()
801 calg_list[i].available = status; in xfrm_probe_algs()
811 if (aalg_list[i].available && aalg_list[i].pfkey_supported) in xfrm_count_pfkey_auth_supported()
822 if (ealg_list[i].available && ealg_list[i].pfkey_supported) in xfrm_count_pfkey_enc_supported()
/linux-4.4.14/arch/arm/plat-omap/
Dsram.c47 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
49 available = omap_sram_ceil - (omap_sram_base + omap_sram_skip); in omap_sram_push_address()
51 if (size > available) { in omap_sram_push_address()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmacb.txt6 available on sama5d3 SoCs.
10 Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs.
11 Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs.
12 Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs.
Dsti-dwmac.txt15 register available on STiH407 SoC.
28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/linux-4.4.14/Documentation/device-mapper/
Dzero.txt12 than the amount of actual storage space available for that device. A user can
26 Then create a snapshot of the zero device, using any available block-device as
28 space available to the sparse device. For this example, we'll assume /dev/sdb1
29 is an available 10GB partition.
35 10GB of actual storage space available. If more than 10GB of data is written
Ddm-flakey.txt8 Starting from the time the table is loaded, the device is available for
25 <up interval>: Number of seconds device is available.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.txt9 for i2c compatible with HSI2C available
11 -> "samsung,exynos5250-hsi2c", for i2c compatible with HSI2C available
13 -> "samsung,exynos5260-hsi2c", for i2c compatible with HSI2C available
15 -> "samsung,exynos7-hsi2c", for i2c compatible with HSI2C available
/linux-4.4.14/drivers/uwb/
Dallocator.c228 int available = 0; in uwb_rsv_fill_column_info() local
237 available++; in uwb_rsv_fill_column_info()
238 rci->max_avail_unsafe = available; in uwb_rsv_fill_column_info()
240 rci->highest_mas[available] = mas; in uwb_rsv_fill_column_info()
246 rci->max_avail_safe = available - 1; in uwb_rsv_fill_column_info()
321 int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv, struct uwb_mas_bm *available, in uwb_rsv_find_best_allocation() argument
337 for_each_clear_bit(bit_index, available->bm, UWB_NUM_MAS) in uwb_rsv_find_best_allocation()
/linux-4.4.14/Documentation/cpu-freq/
Damd-powernow.txt12 is not available in all processors. The drivers will refuse
27 is available in the "BIOS and Kernel Developer's Guide", publication
28 26094, in chapter 9, available for download from www.amd.com.
32 is only available if the kernel config sets CONFIG_ACPI_PROCESSOR.
Dcpufreq-nforce2.txt15 IMPORTANT: The available range is limited downwards!
16 Also the minimum available FSB can differ, for systems
Duser-guide.txt73 [*] Only if "ACPI Processor Performance States" are available
125 power-saving or more instantly available processing power.
170 available in this kernel. You can see the
183 scaling_available_frequencies : List of available frequencies, in KHz.
206 maximum available frequency from this file.
Dintel-pstate.txt14 the governor selects the highest available P state to maximize the performance
30 the driver stated as a percentage of the available performance. The
31 available (P states) performance may be reduced by the no_turbo
Dcore.txt100 frequencies that are available for operation. This function provides
102 information about the available frequencies into a format readily
117 NOTE: This function is available only if CONFIG_CPU_FREQ is enabled in
/linux-4.4.14/Documentation/power/
Dopp.txt63 OPPs available or not available on each device based on various external
69 operational functions operate only on available opps:
73 be used for dev_pm_opp_enable/disable functions to make an opp available as required.
109 is assumed to be available and control of it's availability can be done
142 is not available by default.
144 higher frequency could be made available, it can use this function to
145 find the OPP prior to call the dev_pm_opp_enable to actually make it available.
158 not available.
160 dev_pm_opp_find_freq_floor - Search for an available OPP which is *at most* the
170 dev_pm_opp_find_freq_ceil - Search for an available OPP which is *at least* the
[all …]
/linux-4.4.14/Documentation/networking/
Dipvs-sysctl.txt12 It sets the available memory threshold (in pages), which is
14 enough available memory, the respective strategy will be
61 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled.
68 directly when no cache server is available and destination
87 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled.
107 modes (when there is no enough available memory, the strategy
122 when available memory is less than the available memory
131 packets when its destination server is not available. It may
139 destination server is not available, then the client program
142 connections when its destination is not available.
Dframerelay.txt19 With this initial offering, only 1 FRAD driver is available. With many thanks
22 Sangoma makes more firmware modules available, it can be updated to provide
32 Additional FRAD device drivers can be added as hardware is available.
Dskfp.txt93 which is available from the SysKonnect web site:
97 (included in some distributions or available from the
98 www, e.g. at 'www.linux.org') and no workaround is available.
113 please ensure that the following information is available:
DPLIP.txt29 It's cheap, it's available everywhere, and it's easy.
37 are not easily available.
69 when no data is available, the driver isn't being used.
75 and if such data is available, process it. This mode is less efficient than
133 A cable that implements this protocol is available commercially as a
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_spi.c239 u16 available = 0; in qcaspi_transmit() local
247 qcaspi_read_register(qca, SPI_REG_WRBUF_SPC_AVA, &available); in qcaspi_transmit()
252 if (available < pkt_len) { in qcaspi_transmit()
266 available -= pkt_len; in qcaspi_transmit()
293 u16 available = 0; in qcaspi_receive() local
309 qcaspi_read_register(qca, SPI_REG_RDBUF_BYTE_AVA, &available); in qcaspi_receive()
311 available); in qcaspi_receive()
313 if (available == 0) { in qcaspi_receive()
318 qcaspi_write_register(qca, SPI_REG_BFR_SIZE, available); in qcaspi_receive()
323 while (available) { in qcaspi_receive()
[all …]
/linux-4.4.14/drivers/staging/iio/Documentation/dac/
Dmax5177 Datasheet: Publicly available at the Maxim website
28 Via the iio sysfs interface, there are three attributes available: out1_raw,
33 With MAX517, only out1_raw is available.
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt23 available.
25 available.
27 module is available.
/linux-4.4.14/Documentation/security/
Dtomoyo.txt5 LiveCD-based tutorials are available at
20 User <-> Kernel interface documentation is available at
23 Materials we prepared for seminars and symposiums are available at
53 version of TOMOYO, available at http://tomoyo.sourceforge.jp/1.7/ .
DLSM.txt16 specific changes to system operation when these tweaks are not available
33 For extensive documentation on the available LSM hook interfaces, please
/linux-4.4.14/drivers/nvdimm/
Ddimm_devs.c381 resource_size_t map_end, busy = 0, available; in nd_blk_available_dpa() local
402 available = map_end - nd_mapping->start + 1; in nd_blk_available_dpa()
403 if (busy < available) in nd_blk_available_dpa()
404 return available - busy; in nd_blk_available_dpa()
426 resource_size_t map_start, map_end, busy = 0, available, blk_start; in nd_pmem_available_dpa() local
471 available = blk_start - map_start; in nd_pmem_available_dpa()
472 if (busy < available) in nd_pmem_available_dpa()
473 return available - busy; in nd_pmem_available_dpa()
Dregion_devs.c190 resource_size_t blk_max_overlap = 0, available, overlap; in nd_region_available_dpa() local
196 available = 0; in nd_region_available_dpa()
207 available += nd_pmem_available_dpa(nd_region, in nd_region_available_dpa()
214 available += nd_blk_available_dpa(nd_mapping); in nd_region_available_dpa()
218 return available; in nd_region_available_dpa()
225 unsigned long long available = 0; in available_size_show() local
235 available = nd_region_available_dpa(nd_region); in available_size_show()
238 return sprintf(buf, "%llu\n", available); in available_size_show()
/linux-4.4.14/fs/nfsd/
DKconfig21 package, available from http://linux-nfs.org/. More detail about
22 the Linux NFS server implementation is available via the
26 available to clients mounting the NFS server on this system.
27 Support for NFS version 2 (RFC 1094) is always available when
55 this protocol is available or not.
82 available from http://linux-nfs.org/.
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt26 controller interrupts, if available.
28 the interrupts in the interrupts property, if available.
33 controller belongs to, if available.
/linux-4.4.14/drivers/media/rc/keymaps/
DKconfig12 The ir-keytable program, available at v4l-utils package
14 userspace. Its available at
/linux-4.4.14/drivers/clocksource/
DKconfig133 available on many OMAP-like platforms.
213 needed only on systems that do not have the Exynos MCT available.
249 the Compare Match Timer (CMT) hardware available in 16/32/48-bit
259 Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
269 the 32-bit Timer Unit (TMU) hardware available on a wide range
278 the 48-bit System Timer (STI) hardware available on a SoCs
291 counter available in the "System Registers" block of
308 This enables OST0 support available on PXA and SA-11x0
/linux-4.4.14/drivers/devfreq/
DKconfig5 A device may have a list of frequencies and voltages available.
45 Sets the frequency at the maximum available frequency.
47 the DEVFREQ framework returns the highest frequency available
53 Sets the frequency at the minimum available frequency.
55 the DEVFREQ framework returns the lowest frequency available
/linux-4.4.14/drivers/memory/
DKconfig24 DDR-SDRAM Controller available on Atmel AT91SAM9 and SAMA5 SoCs.
32 This driver is for the AEMIF module available in Texas Instruments
44 This driver is for the EMIF module available in Texas Instruments
79 This driver is for the Device Bus controller available in some
89 This driver is for the Memory Controller(MC) module available
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Drenesas,bsc.txt29 - interrupts: Must contain a reference to the BSC interrupt, if available.
30 - clocks: Must contain a reference to the functional clock, if available.
31 - power-domains: Must contain a reference to the PM domain, if available.
/linux-4.4.14/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,pericfg.txt17 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
20 The available reset outputs are defined in
Dmediatek,infracfg.txt17 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
20 The available reset outputs are defined in
Dmediatek,vencltsys.txt14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,apmixedsys.txt15 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,topckgen.txt15 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,imgsys.txt14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,vdecsys.txt14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,vencsys.txt14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Dmediatek,mmsys.txt14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
/linux-4.4.14/Documentation/
Drpmsg.txt33 with remote processors available on the system. In turn, drivers could then
70 In case there are no TX buffers available, the function will block until
71 one becomes available (i.e. until the remote processor consumes
87 In case there are no TX buffers available, the function will block until
88 one becomes available (i.e. until the remote processor consumes
105 In case there are no TX buffers available, the function will block until
106 one becomes available (i.e. until the remote processor consumes
120 In case there are no TX buffers available, the function will immediately
121 return -ENOMEM without waiting until one becomes available.
134 In case there are no TX buffers available, the function will immediately
[all …]
Dparport.txt67 The probe information is available from files in /proc/sys/dev/parport/.
154 PCSPP PC-style SPP registers are available.
157 available and will be used.
159 is available and will be used.
161 is available and will be used.
162 DMA DMA is available and will be used.
248 necessarily _used_; it depends on whether the hardware is available,
/linux-4.4.14/fs/
Dlibfs.c586 const void *from, size_t available) in simple_read_from_buffer() argument
593 if (pos >= available || !count) in simple_read_from_buffer()
595 if (count > available - pos) in simple_read_from_buffer()
596 count = available - pos; in simple_read_from_buffer()
620 ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos, in simple_write_to_buffer() argument
628 if (pos >= available || !count) in simple_write_to_buffer()
630 if (count > available - pos) in simple_write_to_buffer()
631 count = available - pos; in simple_write_to_buffer()
656 const void *from, size_t available) in memory_read_from_buffer() argument
662 if (pos >= available) in memory_read_from_buffer()
[all …]
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-ad71925 This attribute, if available, is used to enable the AC
14 This attribute, if available, is used to close or open the
/linux-4.4.14/Documentation/arm/
Dfirmware.txt7 a need to provide an interface for such platforms to specify available firmware
28 -ENOSYS to signal that given operation is not available (for example, to allow
50 /* other operations not available on platformX */
Duefi.txt23 in a Flattened Device Tree (FDT) - so is only available with CONFIG_OF.
37 UEFI kernel support on the ARM architectures (arm and arm64) is only available
/linux-4.4.14/sound/oss/dmasound/
DKconfig10 This driver is also available as a module ( = code which can be
24 This driver is also available as a module ( = code which can be
38 This driver is also available as a module ( = code which can be
/linux-4.4.14/drivers/w1/masters/
DKconfig14 This support is also available as a module. If so, the module
24 This support is also available as a module. If so, the module
57 This support is also available as a module. If so, the module
/linux-4.4.14/Documentation/arm/keystone/
Dknav-qmss.txt24 details of the available APIs, please refers to include/linux/soc/ti/knav_qmss.h
26 DT documentation is available at
35 1 or 32 queues per channel. More description on the firmware is available in
40 channels. This firmware is available under ti-keystone folder of
/linux-4.4.14/drivers/misc/mic/
DKconfig15 OS and tools for MIC to use with this driver are available from
32 OS and tools for MIC to use with this driver are available from
52 OS and tools for MIC to use with this driver are available from
90 OS and tools for MIC to use with this driver are available from
108 OS and tools for MIC to use with this driver are available from
/linux-4.4.14/fs/nfs/
DKconfig15 the Linux nfs-utils package, available from http://linux-nfs.org/.
16 Information about using the mount command is available in the
18 implementation is available via the nfs(5) man page.
21 available in the kernel to mount NFS servers. Support for NFS
22 version 2 (RFC 1094) is always available when NFS_FS is selected.
61 ACLs on local files whether this protocol is available or not.
85 available from http://linux-nfs.org/.
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt6 which the kernel NFS server makes available to userspace. These
7 statistics are available in several text form pseudo files, each of
23 This file is available in kernels from 2.6.30 onwards, if the
49 sunrpc server layer that new data may be available on a transport
55 of NFS calls received (which statistic is available elsewhere).
63 available.
/linux-4.4.14/drivers/uio/
DKconfig80 available for download from the Automata GmbH web site.
102 or is available from Hilscher (http://www.hilscher.com).
114 FCM or UPM eLBC modes, other device-specific drivers are available.
134 driver is available from below SVN repo - you may use anonymous login
138 More info on API is available at below wiki
150 A sample userspace application using this driver is available
/linux-4.4.14/tools/perf/Documentation/
Dperf-help.txt19 If the option '--all' or '-a' is given, then all available commands are
33 Prints all the available commands on the standard output. This
Dperf-script-python.txt29 available to script writers.
32 'syscall-counts' script you see when you list the available perf script
124 # in the format files. Those fields not available as handler params can
126 # See the perf-script-python Documentation for the list of available functions.
274 entirety below (syscall_name() helper is not yet available, you can
323 interested in by looking at the list of available events shown by
331 that you want to keep around and have available for future use. By
338 List of available trace scripts:
403 List of available trace scripts:
425 the event types in the trace file; it simply prints every available
[all …]
Dperf-script-perl.txt27 the event types in the trace file; it simply prints every available
47 available as calls back into the perf executable (see below).
91 to every event as arguments but are available as library functions.
163 The remaining sections provide descriptions of each of the available
169 The following sections describe the functions and variables available
/linux-4.4.14/Documentation/aoe/
Dtodo.txt4 there are no other pages available, then deadlock may occur when a
10 the destructor member of the struct sk_buff is available to the aoe
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsm501fb.txt21 - little-endian: available on big endian systems, to
23 - big-endian: available on little endian systems, to
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt37 Lists the currently available hwdep devices in format of
41 Lists the currently available PCM devices in format of
45 Lists the currently available timer devices
64 When PCM devices are available on this card, you can see directories
188 Lists the currently available ALSA sequencer drivers.
191 Shows the list of currently available sequencer clients and
215 - the register dump, if available (e.g. card*/cmipci)
DHD-Audio-Controls.txt8 appears only when the surround channels are available.
16 and/or line-out jacks are available on a machine, this controls
77 individual volume controls will be no longer available for
108 appears only when the surround channels are available.
DOSS-Emulation.txt31 The currently available OSS configuration is shown in
33 /dev/sndstat, which is available on the commercial OSS driver.
73 device (hw:0,1) to /dev/adsp (if available). For MIDI, /dev/midi and
78 options are available for snd-pcm-oss:
97 available for snd-rawmidi:
136 available:
259 corresponding OSS control is not available.
DAudiophile-Usb.txt164 - hw:1,0 is not available in capture mode
165 - hw:1,2 is not available
170 - hw:1,0 is available in capture mode
171 - hw:1,2 is not available
192 - hw:1,0 is not available in capture mode
193 - hw:1,2 is not available
198 - hw:1,0 is available in capture mode and an active digital source must be
200 - hw:1,2 is not available
207 - hw:1,0 is available in captured mode
208 - hw:1,2 is not available
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dg762.txt23 Additional information on operational parameters for the device is available
24 in Documentation/hwmon/g762. A detailed datasheet for the device is available
/linux-4.4.14/fs/ntfs/
DKconfig8 safe, write support available. For write support you must also
11 There are also a number of user-space tools available, called
17 the Linux 2.4 kernel series is separately available as a patch
48 When reporting bugs, please try to have available a full dump of
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_main.c122 udl->urbs.available++; in udl_urb_completion()
225 udl->urbs.available = i; in udl_alloc_urb_list()
246 ret, udl->urbs.available); in udl_get_urb()
255 udl->urbs.available--; in udl_get_urb()
/linux-4.4.14/drivers/parport/
DKconfig65 bool "Use FIFO/DMA if available"
98 SGI O2 machines. This code is also available as a module (say M),
107 Amiga machines. This code is also available as a module (say M),
116 This code is also available as a module (say M), called
125 Atari machines. This code is also available as a module (say M),
147 the AX88796 network controller chip. This code is also available
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dqoriq-mpic.dtsi57 msi-available-ranges = <0 0x100>;
72 msi-available-ranges = <0 0x100>;
87 msi-available-ranges = <0 0x100>;
/linux-4.4.14/drivers/nvmem/
DKconfig21 This is a driver for the On-Chip OTP Controller (OCOTP) available on
65 This is a driver for the 'security ID' available on various Allwinner
75 This is a driver for the 'OCOTP' peripheral available on Vybrid
/linux-4.4.14/drivers/net/ethernet/sun/
DKconfig27 100baseT device available in both PCI and Sbus configurations.
37 This driver supports the "be" interface available as an Sbus option.
48 This driver supports the "qe" 10baseT Ethernet device, available as
/linux-4.4.14/include/linux/
Dpm_opp.h41 bool available);
90 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact() argument
/linux-4.4.14/Documentation/frv/
DREADME.txt8 The following documents are available:
29 port, and a summary of the services available.
Dconfiguring.txt10 presented in the configuration tools available):
30 that are expected to be available.
52 reserved will not be available for normal allocations.
64 image prohibit access by userspace programs. This option is available on
Dfeatures.txt135 services available in uClinux. This includes misaligned memory access
163 The FR-V on-chip serial ports are made available as ttyS0 and ttyS1. Note
164 that if the GDB stub is compiled in, ttyS1 will not actually be available
179 All other interrupts are distributed over the set of available priorities
181 routines attempt to disentangle the various sources available through the
187 Where PCI is available, care must be taken when dealing with drivers that
229 is the only one available on the FR451. If any other CPU is detected, none
251 two modes available:
280 there are insufficient available.
/linux-4.4.14/drivers/net/slip/
DKconfig20 around (available from
24 NET-3-HOWTO, available from
53 you plan to use SLiRP, the SLIP emulator (available from
56 definitely want to say Y here. The NET-3-HOWTO, available from
/linux-4.4.14/Documentation/x86/x86_64/
Dcpu-hotplug-spec14 CPU is already available in the MADT. If the CPU is not available yet
Duefi.txt40 you can include those entries in the kernels memory map of available
42 add_efi_memmap include EFI memory map of available physical RAM
/linux-4.4.14/drivers/net/hamradio/
DKconfig60 available from <http://www.tldp.org/docs.html#howto>.
75 dmascc_cfg, available at
87 AX25-HOWTO, available from
127 utility available in the standard ax25 utilities package. For
144 the driver, use the sethdlc utility available in the standard ax25
160 available in the standard ax25 utilities package. For information on
174 designs. To configure the driver, use the sethdlc utility available
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dusb3503.txt11 '1' or '2' or '3' are available for this property to describe the port
19 the driver assumes that clock signal is always available, its
/linux-4.4.14/drivers/net/ethernet/smsc/
DKconfig48 This driver is also available as a module ( = code which can be
73 More specific information and updates are available from
86 This driver is also available as a module. The module will be
121 This driver is also available as a module. The module will be
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt12 available.
16 (EUs) are available. It's a single 32-bit cell. EU information
34 are available. It's a single 32-bit cell. Descriptor type information
/linux-4.4.14/drivers/ras/
DKconfig7 and help them stay available for long periods of time without
26 measures how often it is available for use, even though it may not
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsamsung,s3c2412-clock.txt15 to specify the clock which they consume. Some of the clocks are available only
18 All available clocks are defined as preprocessor macros in
Dsamsung,s3c2410-clock.txt18 to specify the clock which they consume. Some of the clocks are available only
21 All available clocks are defined as preprocessor macros in
Dclk-s5pv210-audss.txt4 to Audio Subsystem block available in the S5PV210 and compatible SoCs.
26 All available clocks are defined as preprocessor macros in
Dsamsung,s3c2443-clock.txt18 to specify the clock which they consume. Some of the clocks are available only
21 All available clocks are defined as preprocessor macros in
Dlpc1850-cgu.txt41 Which base clocks that are available on the CGU depends on the
73 BASE_PERIPH_CLK and BASE_SPI_CLK is only available on LPC43xx.
74 BASE_ADCHS_CLK is only available on LPC4370.
Dsamsung,s5pv210-clock.txt20 All available clocks are defined as preprocessor macros in
33 A subset of above clocks available on given board shall be specified in
Dsamsung,s3c64xx-clock.txt19 to specify the clock which they consume. Some of the clocks are available only
22 All available clocks are defined as preprocessor macros in
Defm32-clock.txt10 its "clocks" phandle cell. The header efm32-clk.h contains a list of available
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvm.txt34 -ENOMEM if not enough memory is available for a new shadow guest mapping
60 -ENOMEM if not enough memory is available to process the ioctl
84 -ENOMEM if not enough memory is available to process the ioctl
/linux-4.4.14/net/ipx/
DKconfig11 Novell client ncpfs (available from
14 available from <http://www.tldp.org/docs.html#howto>). In order
25 information, read the IPX-HOWTO available from
/linux-4.4.14/Documentation/scsi/
DFlashPoint.txt15 drivers and information will be available on October 15th at
21 years, and are pleased to now make our FlashPoint products available to this
29 System, Emacs, and TCP/IP networking. Further information is available at
35 and file server environments, are available in narrow, wide, dual channel,
74 drivers have been available for this new Ultra SCSI product. Despite its
87 made available, and that Linux users who mistakenly ordered systems with
114 way. In any event, even if documentation were available today it would
/linux-4.4.14/Documentation/virtual/kvm/
Dcpuid.txt32 KVM_FEATURE_CLOCKSOURCE || 0 || kvmclock available at msrs
40 KVM_FEATURE_CLOCKSOURCE2 || 3 || kvmclock available at msrs
Dtimekeeping.txt17 the virtualization of this platform is the plethora of timing devices available
22 First, we will describe the various timekeeping hardware available, then
23 present some of the problems which arise and solutions available, giving
34 First we discuss the basic hardware devices available. TSC and the related
40 One of the first timer devices available is the programmable interrupt timer,
44 counters. Channel 1 and 2 were not available for general use in the original
51 available, but not all modes are available to all timers, as only timer 2
182 The second device which was available in the original PC was the MC146818 real
260 On Pentium and later processors, an on-board timer is available to each CPU
320 RDMSR, RDTSC, or RDTSCP (when available) instructions. In the past, hardware
[all …]
Dppc-pv.txt92 a bitmap of available features inside the magic page.
94 The following enhancements to the magic page are currently available:
111 The following flags are currently available for a guest to expose:
198 available on all targets.
205 available on book3s_64.
/linux-4.4.14/net/decnet/
DKconfig16 More detailed documentation is available in
23 The DECnet code is also available as a module ( = code which can be
DREADME4 The documentation for this kernel subsystem is available in the
/linux-4.4.14/fs/jfs/
DKconfig7 available in the file <file:Documentation/filesystems/jfs.txt>.
50 to be made available to the user in the /proc/fs/jfs/ directory.
/linux-4.4.14/Documentation/isdn/
DREADME.pcbit12 firmware you need "pcbitctl" available on the standard isdn4k-utils
13 package or in the pcbit package available in:
DREADME.sc10 risk. There is NO SUPPORT for this software. Some help may be available
45 upon ISDN4Linux available separately or as included in Linux 2.0 and later.
60 ISDN4Linux creates a channel pool from all of the available ISDN channels
74 allow us to utilize all of the available RAM on the adapter through
76 - Better detection of available upper memory. The probing routines
77 have been improved to better detect available shared RAM pages and
100 utility packages. The latest kernel is available from
106 - The ISDN4Linux tools available from
161 resources available, use the insmod options detailed in sc(4) to override
DREADME.hfc-pci6 When the echo logging feature is used the number of available B-channels
13 This reduces the available channels to 1. There must not be open connections
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.WINVIEW22 who make the audio attenuator. Their publicly available data-sheet available
/linux-4.4.14/drivers/md/
DKconfig28 Software RAID mini-HOWTO, available from
72 Software-RAID mini-HOWTO, available from
89 kernel. In a set with N drives, the available space is the capacity
94 Software-RAID mini-HOWTO, available from
116 RAID-10 requires mdadm-1.7.0 or later, available at:
138 of the available parity distribution methods.
146 in one of the available parity distribution methods.
149 Software-RAID mini-HOWTO, available from
206 mapping types are available, in addition people may write their own
373 of the available parity distribution methods.
[all …]
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_buf.c434 unsigned int available; in comedi_buf_read_alloc() local
436 available = async->munge_count - async->buf_read_alloc_count; in comedi_buf_read_alloc()
437 if (nbytes > available) in comedi_buf_read_alloc()
438 nbytes = available; in comedi_buf_read_alloc()
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt15 Lab (http://www.aimslab.com/) RadioTrack card was made available to the
38 available through a miniature phone plug. Its RF frequencies of operation are
53 parallel with one write to the ioport. The only feedback available through
78 Results available by reading ioport >60 msec after last port write.
/linux-4.4.14/arch/arm/crypto/
DKconfig28 available.
54 using optimized ARM assembler and NEON, when available.
62 using optimized ARM assembler and NEON, when available.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.txt14 - samsung,exynos7-i2s: with all the available features of exynos5 i2s,
43 There are following clocks available at the I2S device nodes:
51 The CLK_I2S_RCLK_PSR and CLK_I2S_RCLK_SRC clocks are usually only available
/linux-4.4.14/Documentation/fb/
Dfbcon.txt10 some even treat it as a toy. For other architectures, it is the only available
16 made available by the underlying graphics card are also possible.
26 required, so choose from any of the numerous drivers available. For x86
28 always be available. However, using a chipset-specific driver will give you
32 To display the penguin logo, choose any logo available in Logo
98 the total length is 64 which is the number of consoles available. In
109 available, fb0, adding fbcon=map:1 tells fbcon not to take over the
143 Console rotation will only become available if Console Rotation
Ds3fb.txt32 * interlaced mode variant (not available in text mode)
33 * doublescan mode variant (not available in text mode)
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dsky81452-regulator.txt8 - any available generic properties defined in regulator.txt
Dda9210.txt10 - interrupts: a reference to the DA9210 interrupt, if available.
/linux-4.4.14/Documentation/x86/
Dusb-legacy-support.txt17 not be available.
40 manufacturers web site. If an update is not available, disable USB
/linux-4.4.14/Documentation/sound/oss/
DPSS16 emulation. IRQ's 3,5,7,9,10,11 and 12 are available. If you
21 This can be 0, 1, or 3. DMA 0 is not available on older
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dlayerscape-pci.txt9 Also as per the available Reference Manuals, there is no specific 'version'
10 register available in the Freescale PCIe controller register set,
/linux-4.4.14/Documentation/serial/
DREADME.cycladesZ6 available from Cyclades at
/linux-4.4.14/Documentation/accounting/
Ddelay-accounting.txt5 for some kernel resource to become available e.g. a
16 and makes these statistics available to userspace through
30 statistics of a task are available both during its lifetime as well as on its
/linux-4.4.14/Documentation/w1/masters/
Dds249048 available, the bulk read will return an error and the hardware will
54 (and data is available) before the read is executed, so it should
62 even when the status shows data available. A bulk out write would
/linux-4.4.14/drivers/misc/eeprom/
DKconfig24 full functionality is not available. Only smaller devices are
46 available on modern memory DIMMs and Sony Vaio laptops via I2C. Such
47 EEPROMs could theoretically be available on other devices as well.
/linux-4.4.14/drivers/net/ethernet/nxp/
DKconfig8 SoC. Also available as a module.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt10 available on a variety of Broadcom SoCs, including some BCM3xxx, BCM63xx, and
36 - interrupts : The NAND CTLRDY interrupt and (if Flash DMA is available)
49 (WP) control bit. It is always available on >=
110 number of available options for its default ECC
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet20 The resulting kernel image should be available in linux/arch/arm/boot/zImage.
26 A couple of bootloaders able to boot Linux on Assabet are available:
52 precompiled RedBoot binary is available from the following location:
65 The commands used here are explained in The RedBoot User's Guide available
88 available on a TFTP server:
132 creating JFFS/JFFS2 images is available from the same site.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
Dmeson,pinctrl.txt32 - groups: a list of pinmux groups. The list of all available groups
35 of groups. The list of all available functions depends on the SoC
/linux-4.4.14/scripts/
Dspelling.txt146 avaiable||available
147 avaible||available
148 availabe||available
149 availabled||available
151 availale||available
153 availble||available
154 availiable||available
155 avalable||available
156 avaliable||available
/linux-4.4.14/include/media/
Dv4l2-fh.h45 struct list_head available; /* Dequeueable event */ member
/linux-4.4.14/drivers/media/usb/cpia2/
DKconfig9 This driver is also available as a module (cpia2).
/linux-4.4.14/arch/mips/netlogic/
DPlatform8 # use mips64 if xlr is not available
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt66 available in the system and in the cache filesystem:
87 set up cache ready for use. The following script commands are available:
192 percentage of files available in the underlying filesystem. There are six
198 If the amount of free space and the number of available files in the cache
204 If the amount of available space or the number of available files in the
210 If the amount of available space or the number of available files in the
220 Note that these are percentages of available space and available files, and do
369 There are policy source files available in:
/linux-4.4.14/arch/powerpc/platforms/amigaone/
DKconfig17 More information is available at:
/linux-4.4.14/arch/arm/mach-footbridge/
DKconfig30 The Compaq Personal Server is not available for purchase.
32 prototypes at this time. Information is available at:
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dimg,meta-intc.txt3 This binding specifies what properties must be available in the device tree
61 // No HWMASKEXT is available (specify on Chorus2 and Comet ES1)
/linux-4.4.14/security/yama/
DKconfig8 access controls. Currently available is ptrace scope restriction.
/linux-4.4.14/drivers/usb/
Dusb-skeleton.c288 size_t available = dev->bulk_in_filled - dev->bulk_in_copied; in skel_read() local
289 size_t chunk = min(available, count); in skel_read()
291 if (!available) { in skel_read()
320 if (available < count) in skel_read()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c46 if (list_empty(&fh->available)) { in __v4l2_event_dequeue()
53 kev = list_first_entry(&fh->available, struct v4l2_kevent, list); in __v4l2_event_dequeue()
162 list_add_tail(&kev->list, &fh->available); in __v4l2_event_queue_fh()
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c501 unsigned long available; in sync_buffer() local
511 available = op_cpu_buffer_entries(cpu); in sync_buffer()
513 for (i = 0; i < available; ++i) { in sync_buffer()
/linux-4.4.14/drivers/staging/sm750fb/
DKconfig12 This driver is also available as a module. The module will be
/linux-4.4.14/fs/hfs/
DKconfig9 the available mount options.
/linux-4.4.14/drivers/hid/i2c-hid/
DKconfig15 This support is also available as a module. If so, the module
/linux-4.4.14/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
14 # General Public License (GPL) Version 2, available from the file
/linux-4.4.14/drivers/block/paride/
Dpt.c222 atomic_t available; /* 1 if access is available 0 otherwise */ member
619 atomic_set(&tape->available, 1); in pt_detect()
672 if (!atomic_dec_and_test(&tape->available)) in pt_open()
700 atomic_inc(&tape->available); in pt_open()
747 if (atomic_read(&tape->available) > 1) in pt_release()
759 atomic_inc(&tape->available); in pt_release()
/linux-4.4.14/arch/mn10300/
DKconfig195 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
212 This option removes the E2/R2 register from the set available to gcc
240 tracked, even when system is powered down. This is available on-chip
258 The PCI-HOWTO, available from
288 MN10300 has available.
296 that the MN10300 has available.
/linux-4.4.14/Documentation/usb/
Dhotplug.txt30 that is currently available only when the drivers are dynamically linked,
47 Hotplug software and other resources is available at:
51 Mailing list information is also available at that site.
77 Currently available policy agent implementations can load drivers for
/linux-4.4.14/drivers/soc/qcom/
Dsmem.c131 __le32 available; member
361 if (WARN_ON(size > le32_to_cpu(header->available))) in qcom_smem_alloc_global()
376 le32_add_cpu(&header->available, -size); in qcom_smem_alloc_global()
546 ret = le32_to_cpu(header->available); in qcom_smem_get_free_space()
/linux-4.4.14/drivers/input/
DKconfig14 it to be available to applications. This includes standard PS/2
19 More information is available: <file:Documentation/input/input.txt>
116 10:1 - /dev/psaux. The data available through /dev/psaux is exactly
150 More information is available: <file:Documentation/input/joystick.txt>
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt8 is publicly available for download from the RTA web-site [1].
53 (depending on number of available mports and networks).
98 rio_register_mport() for each available master port.
115 An enumeration/discovery method implementation and available input parameters
116 define how any given method can be attached to available RapidIO mports:
117 simply to all available mports OR individually to the specified mport device.
177 (i) if "hdid=" parameter is omitted all available mport will be assigned
228 To initiate RapidIO enumeration/discovery on all available mports a user may
234 This is an original enumeration/discovery method which is available since
/linux-4.4.14/Documentation/arm/stm32/
Dstm32f429-overview.txt17 Datasheet and reference manual are publicly available on ST website:

1234567