/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | commonring.c | 91 u16 available; in brcmf_commonring_write_available() local 96 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available() 99 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available() 101 if (available > 1) { in brcmf_commonring_write_available() 104 if (available > commonring->depth / 8) { in brcmf_commonring_write_available() 132 u16 available; in brcmf_commonring_reserve_for_write() local 137 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write() 140 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write() 142 if (available > 1) { in brcmf_commonring_reserve_for_write() 168 u16 available; in brcmf_commonring_reserve_for_write_multiple() local [all …]
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 202 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.1.27/fs/ubifs/ |
D | budget.c | 212 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.1.27/Documentation/ABI/testing/ |
D | debugfs-driver-genwqe | 10 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 …]
|
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 5 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
|
D | sysfs-platform-eeepc-laptop | 32 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.
|
D | dev-kmsg | 32 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
|
D | sysfs-class-devfreq | 55 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.
|
D | sysfs-platform-msi-laptop | 31 available. 48 overclocked. Turbo mode is available only if charging. It is 61 powersaving actions. ECO mode is available only on battery
|
D | sysfs-driver-hid-picolcd | 7 Reading: returns list of available modes, the active mode being 33 Reading: returns list of available refresh rates (expressed in Hz),
|
D | sysfs-firmware-log | 7 available.
|
D | sysfs-platform-ideapad-laptop | 14 There are four available modes:
|
D | sysfs-bus-hsi | 11 the protocols available in the system. Bus drivers implement
|
D | sysfs-class-net-queues | 9 of available CPU(s) in the system. 43 number of available CPU(s) in the system.
|
D | sysfs-bus-rbd | 30 available will fail for backwards compatibility reasons. 41 available will fail for backwards compatibility reasons.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-viapro | 5 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
|
D | i2c-piix4 | 6 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
|
D | i2c-amd8111 | 7 AMD datasheet not yet available, but almost everything can be found 8 in the publicly available ACPI 2.0 specification, which the adapter
|
D | i2c-nforce2 | 19 Datasheet: not publicly available, but seems to be similar to the 38 Capabilities: <available only to root>
|
D | i2c-amd756 | 8 Datasheets: Publicly available on AMD website
|
/linux-4.1.27/drivers/base/power/ |
D | opp.c | 64 bool available; member 175 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in dev_pm_opp_get_voltage() 207 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in dev_pm_opp_get_freq() 242 if (temp_opp->available) in dev_pm_opp_get_opp_count() 280 bool available) in dev_pm_opp_find_freq_exact() argument 295 if (temp_opp->available == available && in dev_pm_opp_find_freq_exact() 345 if (temp_opp->available && temp_opp->rate >= *freq) { in dev_pm_opp_find_freq_ceil() 395 if (temp_opp->available) { in dev_pm_opp_find_freq_floor() 486 new_opp->available = true; in _opp_add_dynamic() 516 ret = opp->available && new_opp->u_volt == opp->u_volt ? in _opp_add_dynamic() [all …]
|
/linux-4.1.27/arch/powerpc/mm/ |
D | slice.c | 174 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.1.27/fs/proc/ |
D | meminfo.c | 32 long available; in meminfo_proc_show() local 67 available = i.freeram - wmark_low; in meminfo_proc_show() 76 available += pagecache; in meminfo_proc_show() 82 available += global_page_state(NR_SLAB_RECLAIMABLE) - in meminfo_proc_show() 85 if (available < 0) in meminfo_proc_show() 86 available = 0; in meminfo_proc_show() 151 K(available), in meminfo_proc_show()
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm90 | 8 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 …]
|
D | lm75 | 8 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 59 Datasheet: Publicly available at the NXP website
|
D | it87 | 8 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 …]
|
D | ad7314 | 7 Datasheet: Publicly available at Analog Devices website. 10 Datasheet: Publicly available at Analog Devices website. 13 Datasheet: Publicly available at Analog Devices website.
|
D | adm1021 | 8 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
|
D | ina2xx | 8 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
|
D | ads1015 | 7 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.
|
D | adt7410 | 8 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
|
D | f71882fg | 40 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)
|
D | sch5627 | 8 Datasheet: Application Note available upon request 26 protocol for communicating with the microcontroller is available upon
|
D | adm1031 | 8 Datasheet: Publicly available at the Analog Devices website 14 Datasheet: Publicly available at the Analog Devices website
|
D | ds1621 | 8 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
|
D | adt7475 | 8 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
|
D | ibmaem | 13 Datasheet: Not available 21 available on various IBM System X hardware through the BMC. All sensor banks
|
D | sht21 | 8 Datasheet: Publicly available at the Sensirion website 14 Datasheet: Publicly available at the Sensirion website
|
D | ntc_thermistor | 7 Datasheet: Publicly available at Murata 12 Datasheet: Publicly available at EPCOS
|
D | lm95245 | 7 Datasheet: Publicly available at the TI website 11 Datasheet: Publicly available at the TI website
|
D | lm95234 | 7 Datasheet: Publicly available at the Texas Instruments website 11 Datasheet: Publicly available at the Texas Instruments website
|
D | g762 | 8 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
|
D | lm63 | 8 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
|
D | ads7828 | 7 Datasheet: Publicly available at the Texas Instruments website: 12 Datasheet: Publicly available at the Texas Instruments website:
|
D | k10temp | 61 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
|
D | max6642 | 8 Datasheet: Publicly available at the Maxim website
|
D | w83627ehf | 8 Datasheet: not available 12 Datasheet: not available 16 Datasheet: not available 20 Datasheet: available from www.nuvoton.com 24 Datasheet: not available
|
D | adm1025 | 8 Datasheet: Publicly available at the Analog Devices website 12 Datasheet: Publicly available at the Philips website
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-timer.txt | 10 - 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>;
|
D | mpic-msgr.txt | 3 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.
|
D | msi-pic.txt | 21 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.1.27/net/xfrm/ |
D | xfrm_algo.c | 626 if (list[i].available) in xfrm_find_algo() 637 list[i].available = status; in xfrm_find_algo() 759 if (aalg_list[i].available != status) in xfrm_probe_algs() 760 aalg_list[i].available = status; in xfrm_probe_algs() 765 if (ealg_list[i].available != status) in xfrm_probe_algs() 766 ealg_list[i].available = status; in xfrm_probe_algs() 772 if (calg_list[i].available != status) in xfrm_probe_algs() 773 calg_list[i].available = status; in xfrm_probe_algs() 783 if (aalg_list[i].available && aalg_list[i].pfkey_supported) in xfrm_count_pfkey_auth_supported() 794 if (ealg_list[i].available && ealg_list[i].pfkey_supported) in xfrm_count_pfkey_enc_supported()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | sram.c | 47 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.1.27/Documentation/device-mapper/ |
D | zero.txt | 12 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
|
D | dm-flakey.txt | 8 Starting from the time the table is loaded, the device is available for 25 <up interval>: Number of seconds device is available.
|
D | dm-log.txt | 16 logging implementations are available and provide different 35 available for storing log state.
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | Kconfig | 13 and read the Ethernet-HOWTO, available from 33 available from <http://www.tldp.org/docs.html#howto>. 50 available from <http://www.tldp.org/docs.html#howto>. 52 This driver is also available as a module ( = code which can be 77 More specific information and updates are available from 89 and read the Ethernet-HOWTO, available from 92 This driver is also available as a module. The module will be 126 and read the Ethernet-HOWTO, available from 129 This driver is also available as a module. The module will be
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-exynos5.txt | 9 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.1.27/drivers/uwb/ |
D | allocator.c | 228 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.1.27/Documentation/cpu-freq/ |
D | amd-powernow.txt | 12 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.
|
D | cpufreq-nforce2.txt | 15 IMPORTANT: The available range is limited downwards! 16 Also the minimum available FSB can differ, for systems
|
D | user-guide.txt | 73 [*] 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. 208 maximum available frequency from this file.
|
D | core.txt | 103 frequencies that are available for operation. This function provides 105 information about the available frequencies into a format readily 120 NOTE: This function is available only if CONFIG_CPU_FREQ is enabled in
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | macb.txt | 6 available on sama5d3 SoCs. 10 Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. 11 Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5d4 SoCs.
|
D | sti-dwmac.txt | 15 register available on STiH407 SoC. 28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 63 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.1.27/Documentation/networking/ |
D | ipvs-sysctl.txt | 12 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.
|
D | framerelay.txt | 19 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.
|
D | skfp.txt | 93 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:
|
D | PLIP.txt | 29 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.1.27/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 23 available. 25 available. 27 module is available.
|
/linux-4.1.27/drivers/staging/iio/Documentation/dac/ |
D | max517 | 7 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.1.27/Documentation/security/ |
D | tomoyo.txt | 5 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/ .
|
D | LSM.txt | 16 specific changes to system operation when these tweaks are not available 33 For extensive documentation on the available LSM hook interfaces, please
|
/linux-4.1.27/drivers/memory/ |
D | Kconfig | 16 DDR-SDRAM Controller available on Atmel AT91SAM9 and SAMA5 SoCs. 24 This driver is for the AEMIF module available in Texas Instruments 36 This driver is for the EMIF module available in Texas Instruments 57 This driver is for the Device Bus controller available in some 67 This driver is for the Memory Controller(MC) module available
|
/linux-4.1.27/drivers/clocksource/ |
D | Kconfig | 168 needed only on systems that do not have the Exynos MCT available. 204 the Compare Match Timer (CMT) hardware available in 16/32/48-bit 214 Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas. 224 the 32-bit Timer Unit (TMU) hardware available on a wide range 233 the 48-bit System Timer (STI) hardware available on a SoCs 246 counter available in the "System Registers" block of 259 This enables OST0 support available on PXA and SA-11x0
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_buf.c | 261 unsigned int available = comedi_buf_write_n_available(s); in comedi_buf_write_alloc() local 263 if (nbytes > available) in comedi_buf_write_alloc() 264 nbytes = available; in comedi_buf_write_alloc() 377 unsigned int available; in comedi_buf_read_alloc() local 379 available = async->munge_count - async->buf_read_alloc_count; in comedi_buf_read_alloc() 380 if (nbytes > available) in comedi_buf_read_alloc() 381 nbytes = available; in comedi_buf_read_alloc()
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 21 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.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 239 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.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 26 controller interrupts, if available. 28 the interrupts in the interrupts property, if available. 33 controller belongs to, if available.
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
D | Kconfig | 12 The ir-keytable program, available at v4l-utils package 14 userspace. Its available at
|
/linux-4.1.27/drivers/devfreq/ |
D | Kconfig | 5 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.1.27/drivers/net/ethernet/sun/ |
D | Kconfig | 11 Y and read the Ethernet-HOWTO, available from 29 100baseT device available in both PCI and Sbus configurations. 39 This driver supports the "be" interface available as an Sbus option. 50 This driver supports the "qe" 10baseT Ethernet device, available as
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 26 EtherLinkIII series, say Y and read the Ethernet-HOWTO, available 41 network card, say Y and read the Ethernet-HOWTO, available from 82 available from <http://www.tldp.org/docs.html#howto>. More 101 the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 29 - 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.1.27/Documentation/ |
D | rpmsg.txt | 33 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 …]
|
D | parport.txt | 67 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.1.27/fs/ |
D | libfs.c | 591 const void *from, size_t available) in simple_read_from_buffer() argument 598 if (pos >= available || !count) in simple_read_from_buffer() 600 if (count > available - pos) in simple_read_from_buffer() 601 count = available - pos; in simple_read_from_buffer() 625 ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos, in simple_write_to_buffer() argument 633 if (pos >= available || !count) in simple_write_to_buffer() 635 if (count > available - pos) in simple_write_to_buffer() 636 count = available - pos; in simple_write_to_buffer() 661 const void *from, size_t available) in memory_read_from_buffer() argument 667 if (pos >= available) in memory_read_from_buffer() [all …]
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-ad7192 | 5 This attribute, if available, is used to enable the AC 14 This attribute, if available, is used to close or open the
|
/linux-4.1.27/include/linux/ |
D | pm_opp.h | 37 bool available); 71 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact() argument
|
/linux-4.1.27/drivers/w1/masters/ |
D | Kconfig | 14 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.1.27/Documentation/arm/ |
D | firmware.txt | 7 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 */
|
D | uefi.txt | 23 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.1.27/sound/oss/dmasound/ |
D | Kconfig | 10 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.1.27/drivers/net/ethernet/cirrus/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 27 Ethernet-HOWTO, available from 59 read the Ethernet-HOWTO, available from
|
/linux-4.1.27/fs/nfs/ |
D | Kconfig | 15 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.1.27/drivers/uio/ |
D | Kconfig | 80 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.1.27/tools/perf/Documentation/ |
D | perf-help.txt | 19 If the option '--all' or '-a' is given, then all available commands are 33 Prints all the available commands on the standard output. This
|
D | perf-script-python.txt | 29 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 …]
|
D | perf-script-perl.txt | 27 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
|
D | perf-probe.txt | 77 Show available local variables at given probe point. The argument 86 Show available functions in given module or kernel. With -x/--exec, 114 Demangle application symbols. --no-demangle is also available 118 Demangle kernel symbols. --no-demangle-kernel is also available 151 '$vars' special argument is also available for NAME, it is expanded to the local variables which ca…
|
/linux-4.1.27/Documentation/aoe/ |
D | todo.txt | 4 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.1.27/Documentation/devicetree/bindings/fb/ |
D | sm501fb.txt | 21 - little-endian: available on big endian systems, to 23 - big-endian: available on little endian systems, to
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 26 read the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 37 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)
|
D | HD-Audio-Controls.txt | 8 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.
|
D | OSS-Emulation.txt | 31 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.
|
D | Audiophile-Usb.txt | 164 - 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.1.27/drivers/net/ethernet/hp/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 26 the Ethernet-HOWTO, available from
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 28 the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | g762.txt | 23 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.1.27/drivers/gpu/drm/udl/ |
D | udl_main.c | 122 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.1.27/fs/ntfs/ |
D | Kconfig | 8 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.1.27/drivers/parport/ |
D | Kconfig | 65 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.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 6 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. 73 or because the NFS workload needs more CPU time than is available in
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | Kconfig | 10 and read the Ethernet-HOWTO, available from 27 one of these say Y and read the Ethernet-HOWTO, available from 48 More specific information and updates are available from
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | qoriq-mpic.dtsi | 57 msi-available-ranges = <0 0x100>; 72 msi-available-ranges = <0 0x100>; 87 msi-available-ranges = <0 0x100>;
|
/linux-4.1.27/Documentation/frv/ |
D | README.txt | 8 The following documents are available: 29 port, and a summary of the services available.
|
D | configuring.txt | 10 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
|
D | features.txt | 135 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.1.27/drivers/misc/eeprom/ |
D | Kconfig | 24 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. 103 This is a driver for the 'security ID' available on various Allwinner
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 20 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.1.27/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 14 CPU is already available in the MADT. If the CPU is not available yet
|
D | uefi.txt | 40 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.1.27/drivers/net/hamradio/ |
D | Kconfig | 60 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.1.27/drivers/net/ethernet/8390/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 75 and read the Ethernet-HOWTO, available from 99 the Ethernet-HOWTO, available from 117 say Y and read the Ethernet-HOWTO, available from 168 the Ethernet-HOWTO, available from 187 the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | usb3503.txt | 11 '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.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 10 available. 14 (EUs) are available. It's a single 32-bit cell. EU information 32 are available. It's a single 32-bit cell. Descriptor type information
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | samsung,s3c2412-clock.txt | 15 to specify the clock which they consume. Some of the clocks are available only 18 All available clocks are defined as preprocessor macros in
|
D | samsung,s3c2410-clock.txt | 18 to specify the clock which they consume. Some of the clocks are available only 21 All available clocks are defined as preprocessor macros in
|
D | clk-s5pv210-audss.txt | 4 to Audio Subsystem block available in the S5PV210 and compatible SoCs. 26 All available clocks are defined as preprocessor macros in
|
D | samsung,s3c2443-clock.txt | 18 to specify the clock which they consume. Some of the clocks are available only 21 All available clocks are defined as preprocessor macros in
|
D | samsung,s5pv210-clock.txt | 20 All available clocks are defined as preprocessor macros in 33 A subset of above clocks available on given board shall be specified in
|
D | samsung,s3c64xx-clock.txt | 19 to specify the clock which they consume. Some of the clocks are available only 22 All available clocks are defined as preprocessor macros in
|
D | efm32-clock.txt | 10 its "clocks" phandle cell. The header efm32-clk.h contains a list of available
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 11 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.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 34 -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.1.27/Documentation/scsi/ |
D | FlashPoint.txt | 15 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.1.27/net/decnet/ |
D | Kconfig | 16 More detailed documentation is available in 23 The DECnet code is also available as a module ( = code which can be
|
D | README | 4 The documentation for this kernel subsystem is available in the
|
/linux-4.1.27/fs/jfs/ |
D | Kconfig | 7 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.1.27/drivers/net/ethernet/packetengines/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 27 the Ethernet-HOWTO, available from
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 42 More specific information and updates are available from
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | cpuid.txt | 32 KVM_FEATURE_CLOCKSOURCE || 0 || kvmclock available at msrs 40 KVM_FEATURE_CLOCKSOURCE2 || 3 || kvmclock available at msrs
|
D | timekeeping.txt | 17 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 …]
|
D | ppc-pv.txt | 92 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.1.27/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 22 who make the audio attenuator. Their publicly available data-sheet available
|
/linux-4.1.27/Documentation/isdn/ |
D | README.pcbit | 12 firmware you need "pcbitctl" available on the standard isdn4k-utils 13 package or in the pcbit package available in:
|
D | README.sc | 10 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
|
D | README.hfc-pci | 6 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.1.27/drivers/md/ |
D | Kconfig | 28 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: 137 of the available parity distribution methods. 145 in one of the available parity distribution methods. 148 Software-RAID mini-HOWTO, available from 205 mapping types are available, in addition people may write their own 360 of the available parity distribution methods. [all …]
|
/linux-4.1.27/Documentation/video4linux/ |
D | radiotrack.txt | 15 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.1.27/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.txt | 14 - 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.1.27/Documentation/fb/ |
D | fbcon.txt | 10 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
|
D | s3fb.txt | 32 * interlaced mode variant (not available in text mode) 33 * doublescan mode variant (not available in text mode)
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | sky81452-regulator.txt | 8 - any available generic properties defined in regulator.txt
|
D | fan53555.txt | 8 - fcs,suspend-voltage-selector: declare which of the two available
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | Kconfig | 11 available from <http://www.tldp.org/docs.html#howto>. 31 it compiled into the kernel. This driver is also available as a
|
/linux-4.1.27/Documentation/x86/ |
D | usb-legacy-support.txt | 17 not be available. 40 manufacturers web site. If an update is not available, disable USB
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PSS | 16 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.1.27/Documentation/serial/ |
D | README.cycladesZ | 6 available from Cyclades at
|
/linux-4.1.27/Documentation/accounting/ |
D | delay-accounting.txt | 5 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.1.27/Documentation/w1/masters/ |
D | ds2490 | 48 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.1.27/arch/arm/crypto/ |
D | Kconfig | 28 available. 54 using optimized ARM assembler and NEON, when available. 63 using ARM NEON instructions, when available.
|
/linux-4.1.27/drivers/net/ethernet/nxp/ |
D | Kconfig | 8 SoC. Also available as a module.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-pinfunc.h in device tree source folder for all available
|
D | meson,pinctrl.txt | 32 - 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.1.27/Documentation/arm/SA1100/ |
D | Assabet | 20 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.1.27/arch/mips/netlogic/ |
D | Platform | 8 # use mips64 if xlr is not available
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
D | Kconfig | 9 This driver is also available as a module (cpia2).
|
/linux-4.1.27/include/media/ |
D | v4l2-fh.h | 45 struct list_head available; /* Dequeueable event */ member
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 140 avaiable||available 141 avaible||available 142 availabe||available 143 availabled||available 145 availale||available 147 availble||available 148 availiable||available 149 avalable||available 150 avaliable||available
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 66 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.1.27/arch/powerpc/platforms/amigaone/ |
D | Kconfig | 17 More information is available at:
|
/linux-4.1.27/drivers/misc/mic/ |
D | Kconfig | 15 OS and tools for MIC to use with this driver are available from 35 OS and tools for MIC to use with this driver are available from
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | meta-intc.txt | 3 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.1.27/drivers/net/ethernet/apple/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 62 say Y and read the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 16 of the 16 software steps available. The 28 ti,adc-channels: List of analog inputs available for ADC.
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | Kconfig | 30 The Compaq Personal Server is not available for purchase. 32 prototypes at this time. Information is available at:
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | Kconfig | 8 This driver is also available as a module. The module will be
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | Kconfig | 11 This driver is also available as a module. The module will be
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 24 will say Y here.) Do read the Ethernet-HOWTO, available from 53 will say Y here.) Do read the Ethernet-HOWTO, available from 117 Ethernet-HOWTO, available from 133 More specific information and updates are available from
|
/linux-4.1.27/drivers/usb/ |
D | usb-skeleton.c | 288 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.1.27/drivers/input/ |
D | Kconfig | 14 it to be available to applications. This includes standard PS/2 19 More information is available: <file:Documentation/input/input.txt> 103 10:1 - /dev/psaux. The data available through /dev/psaux is exactly 137 More information is available: <file:Documentation/input/joystick.txt>
|
/linux-4.1.27/fs/hfs/ |
D | Kconfig | 9 the available mount options.
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-event.c | 46 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.1.27/drivers/net/ethernet/realtek/ |
D | Kconfig | 11 and read the Ethernet-HOWTO, available from 28 Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>, 44 the Ethernet-HOWTO, available from
|
/linux-4.1.27/drivers/oprofile/ |
D | buffer_sync.c | 501 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.1.27/drivers/hid/i2c-hid/ |
D | Kconfig | 15 This support is also available as a module. If so, the module
|
/linux-4.1.27/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 12 # 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.1.27/drivers/block/paride/ |
D | pt.c | 222 atomic_t available; /* 1 if access is available 0 otherwise */ member 612 atomic_set(&tape->available, 1); in pt_detect() 664 if (!atomic_dec_and_test(&tape->available)) in pt_open() 692 atomic_inc(&tape->available); in pt_open() 739 if (atomic_read(&tape->available) > 1) in pt_release() 751 atomic_inc(&tape->available); in pt_release()
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig | 195 <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.1.27/Documentation/usb/ |
D | hotplug.txt | 30 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
|
D | mtouchusb.txt | 38 drivers. Although 3M produces a binary only driver available for 60 such as calibration, etc once/if it becomes available.
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | Kconfig | 40 answer Y here and read the Ethernet-HOWTO, available from 51 the Ethernet-HOWTO, available from 65 answer Y here and read the Ethernet-HOWTO, available from 148 the Ethernet-HOWTO, available from
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 8 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.1.27/security/yama/ |
D | Kconfig | 8 access controls. Currently available is ptrace scope restriction.
|
/linux-4.1.27/fs/qnx4/ |
D | Kconfig | 7 Further information is available at <http://www.qnx.com/>.
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | Kconfig | 13 and read the Ethernet-HOWTO, available from 80 which is available on some Freescale SOCs.
|
/linux-4.1.27/drivers/s390/block/ |
D | Kconfig | 12 This option is also available as a module which will be called 80 provides a block device interface for each available SCM increment.
|