Home
last modified time | relevance | path

Searched refs:of (Results 1 – 25 of 2033) sorted by relevance

12345678910>>...82

/drivers/staging/rtl8192e/
Dlicense13 Everyone is permitted to copy and distribute verbatim copies of this license
22 to most of the Free Software Foundation's software and to any other program
27 When we speak of free software, we are referring to freedom, not price. Our
29 to distribute copies of free software (and charge for this service if you
31 can change the software or use pieces of it in new free programs; and that
37 copies of the software, or if you modify it.
39 For example, if you distribute copies of such a program, whether gratis or
56 wish to avoid the danger that redistributors of a free program will
68 terms of this General Public License. The "Program", below, refers to any
71 work containing the Program or a portion of it, either verbatim or with
[all …]
/drivers/staging/rtl8192u/
Dcopying7 of this license document, but changing it is not allowed.
15 General Public License applies to most of the Free Software
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
33 For example, if you distribute copies of such a program, whether
51 patents. We wish to avoid the danger that redistributors of a free
64 under the terms of this General Public License. The "Program", below,
67 that is to say, a work containing the Program or a portion of it,
[all …]
/drivers/net/wireless/marvell/mwifiex/
DREADME4 # Ltd. under the terms of the GNU General Public License Version 2, June 1991
6 # accordance with the terms and conditions of the License, a copy of which
106 num_tx_bytes = <number of bytes sent to device>
107 num_rx_bytes = <number of bytes received from device and sent to kernel>
108 num_tx_pkts = <number of packets sent to device>
109 num_rx_pkts = <number of packets received from device and sent to kernel>
110 num_tx_pkts_dropped = <number of Tx packets dropped by driver>
111 num_rx_pkts_dropped = <number of Rx packets dropped by driver>
112 num_tx_pkts_err = <number of Tx packets failed to send to device>
113 num_rx_pkts_err = <number of Rx packets failed to receive from device>
[all …]
/drivers/staging/speakup/
Dspkguide.txt14 under the terms of the GNU Free Documentation License, Version 1.2 or
17 copy of the license is included in the section entitled "GNU Free
22 The purpose of this document is to familiarize users with the user
25 http://linux-speakup.org/. Speakup is a set of patches to the standard
26 Linux kernel source tree. It can be built as a series of modules, or as
27 a part of a monolithic kernel. These details are beyond the scope of
28 this manual, but the user may need to be aware of the module
30 Speakup. If Speakup is built as a part of a monolithic kernel, and the
35 of its kernel, you will be able, as a blind person, to install Linux
37 are beyond the scope of this manual, but the user should be aware of
[all …]
DDefaultKeyAssignments1 This file is intended to give you an overview of the default keys used
12 InsKeyPad-8 say from top of screen to reading cursor.
18 InsKeyPad-4 say from left edge of line to reading cursor.
20 InsKeyPad-6 Say from reading cursor to right edge of line.
26 InsKeyPad-plus Say from reading cursor line to bottom of screen.
30 InsKeyPad-period say colour attributes of current position.
31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
/drivers/lguest/
DREADME3 Lguest is an adventure, with you, the reader, as Hero. I can't think of many
4 5000-line projects which offer both such capability and glimpses of future
7 But be warned; this is an arduous journey of several hours or more! And as we
19 taste of its scope. Suitable for the armchair coders and other such
20 persons of faint constitution.
23 - Where we encounter the first tantalising wisps of code, and come to
24 understand the details of the life of a Guest kernel.
28 understanding of the Guest is completed.
31 - Where we trace back to the creation of the Guest, and thus begin our
32 understanding of the Host.
[all …]
/drivers/block/paride/
DTransition-notes4 Proof: All assignments to ps_tq_active and all scheduling of ps_tq happen
7 Consider the sequnce of these events. A can not be preceded by
11 IOW, the sequence is A?(BA|BC|B)*. OTOH, number of B can not exceed
12 the sum of numbers of A and C, since each call of ps_tq_int() is
13 the result of ps_tq execution. Therefore, the sequence starts with
16 since at any time number of B can not exceed the number of these
17 moments which, in turn, can not exceed the number of A and C.
18 In other words, the sequence of events is (A or C set ps_tq_active to
24 * in do_pd_request1(): to calls of pi_do_claimed() and return in
26 * in next_request(): to call of do_pd_request1()
[all …]
/drivers/staging/greybus/tools/
DREADME.loopback5 The driver implements the main logic of the loopback test and provides
7 A user could run a test without the need of the test application given
8 that he understands the sysfs interface of the loopback driver.
19 directory of the detected loopback device.
22 Here is a short summary of the sysfs interface files that should be visible:
26 iteration_max - Number of tests iterations to perform.
27 size - payload size of the transfer.
28 timeout - The number of microseconds to give an individual
39 error - number of errors that have occurred.
40 iteration_count - Number of iterations performed.
[all …]
/drivers/net/can/sja1000/
Dsja1000_platform.c46 int (*init)(struct sja1000_priv *priv, struct device_node *of);
109 static int sp_technologic_init(struct sja1000_priv *priv, struct device_node *of) in sp_technologic_init() argument
146 static void sp_populate_of(struct sja1000_priv *priv, struct device_node *of) in sp_populate_of() argument
151 err = of_property_read_u32(of, "reg-io-width", &prop); in sp_populate_of()
170 err = of_property_read_u32(of, "nxp,external-clock-frequency", &prop); in sp_populate_of()
176 err = of_property_read_u32(of, "nxp,tx-output-mode", &prop); in sp_populate_of()
182 err = of_property_read_u32(of, "nxp,tx-output-config", &prop); in sp_populate_of()
188 err = of_property_read_u32(of, "nxp,clock-out-frequency", &prop); in sp_populate_of()
200 if (!of_property_read_bool(of, "nxp,no-comparator-bypass")) in sp_populate_of()
214 MODULE_DEVICE_TABLE(of, sp_of_table);
[all …]
/drivers/staging/most/Documentation/
Ddriver_usage.txt9 for the efficient and low-cost transport of control, real-time and packet
21 provides excellent Quality of Service and seamless connectivity for
23 of Automotive Grade Linux to create open source software solutions for
26 The driver consists basically of three layers. The hardware layer, the
27 core layer and the application layer. The core layer consists of the core
29 layers, the configuration of the driver, the configuration interface
31 For each of the other two layers a selection of modules is provided. These
32 modules can arbitrarily be combined to meet the needs of the desired
33 system architecture. A module of the hardware layer is referred to as an
34 HDM (hardware dependent module). Each module of this layer handles exactly
[all …]
/drivers/mtd/ubi/
DKconfig5 UBI is a software layer above MTD layer which admits of LVM-like
6 logical volumes on top of MTD devices, hides some complexities of
19 erase counter value and the lowest erase counter value of eraseblocks
20 of UBI devices. When this threshold is exceeded, UBI starts performing
21 wear leveling by means of moving data from eraseblock with low erase
26 However, in case of MLC NAND flashes which typically have eraseblock
28 to 128 or 256, although it does not have to be power of 2).
37 flash does not admit of bad eraseblocks (e.g. NOR flash), this value
40 NAND datasheets often specify the minimum and maximum NVM (Number of
44 (MaxNVB is basically the total count of eraseblocks on the chip).
[all …]
/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus14 The ID of the "root" greybus device, or bus.
22 ID of the module's primary interface.
37 The ID of a Greybus module, corresponding to the ID of its
45 The number of interfaces of a module.
60 Current measurement of the interface in microamps (uA)
83 The ID of a Greybus interface.
90 The type of a Greybus interface; "dummy", "unipro", "greybus",
98 Power measurement of the interface in microwatts (uW)
105 This file reflects the power state of a Greybus interface. If
123 Product ID of a Greybus interface.
[all …]
/drivers/staging/lustre/
Dsysfs-fs-lustre27 to Lustre servers for purposes of QoS and statistics gathering.
48 in some old manual. In the past obd_timeout was of paramount
59 Controls total number of dirty cache (in megabytes) allowed
61 Since writeout of dirty pages in Lustre is somewhat expensive,
65 Default 1/2 RAM. Min value 4, max value 9/10 of RAM.
89 client is evicted from one of the servers.
100 One common case of this if the underlying network has
156 Shows total number of kilobytes of space on this filesystem
162 Shows total number of free kilobytes of space on this filesystem
168 Shows total number of free kilobytes of space on this filesystem
[all …]
/drivers/atm/
DKconfig46 and the FPGA and the ASIC Tonga versions of the board are supported.
68 multiple words of data per PCI bus access cycle. Such a multi-word
79 may increase the cost of setting up a transfer such that the
182 The NICStAR chipset family is used in a large number of ATM NICs for
184 series. Say Y if you have one of those.
195 ForeRunner LE155 cards. This driver provides detection of cable~
207 you to control the loopback mode of the chip via a dedicated IOCTL.
208 This driver is required for proper handling of temporary carrier
224 Somewhat useful debugging messages are available. The choice of
227 the meanings of the bits in the mask.
[all …]
Dnicstarmac.copyright7 * interrupts us (except possibly for removal/insertion of the cable?)
8 * 10/4/97 - began heavy inline documentation of the code. Corrected typos
11 * loss of link, and correctly re-enable PHY when link is
24 * Implementing minimal-copy of received data:
30 * copy small buffer contents to head of large buffer.
31 * Trick is to avoid fragmenting Linux, due to need for a lot of large
36 * 2) skb_clone of received buffers
42 * Copyright (c) 1996 University of Cambridge Computer Laboratory
45 * it under the terms of the GNU General Public License as published by
46 * the Free Software Foundation; either version 2 of the License, or
[all …]
/drivers/staging/iio/
DTODO10 1) Possibly add sysfs exports of constant useful to userspace.
13 3) Expand device set. Lots of other maxim adc's have very
24 by a driver of the SoC's battery charging unit to avoid any damage to the
29 1) Open question of userspace vs kernel space balance when
41 basically get support up to level of lis3l02dq driver.
50 1) Discussion of approach. Is it general enough?
53 1) Discussion of approach.
54 There are probably better ways of doing this. The
59 2) Lots of testing
62 1) Add control over the type of interrupt etc. This will
[all …]
/drivers/staging/iio/Documentation/
Dinkernel.txt3 The IIO subsystem can act as a layer under other elements of the kernel
4 providing a means of obtaining ADC type readings or of driving DAC type
18 matched against the datasheet_name field of the iio_chan_spec.
20 consumer_dev_name allows identification of the consumer device.
27 An array of these structures is then passed to the IIO driver.
36 The result of this is that the IIO core now has all the information needed
47 There are then a number of functions that can be used to get information
52 iio_get_channel_type() - get the type of channel
54 There is also provision for retrieving all of the channels associated
56 iio_hwmon where the number and naming of channels is not known by the
/drivers/staging/i4l/Documentation/
DREADME.sc1 Welcome to Beta Release 2 of the combination ISDN driver for SpellCaster's
8 Speaking of guarantees, THIS IS BETA SOFTWARE and as such contains
18 contents of the message. Do not include a signature. If you choose to
46 The driver will support a maximum of 4 adapters in any one system of any
48 maximum of 92 channels for host. The driver is supplied as a module in
54 ISDN4Linux is a driver and set of tools used to access and use ISDN devices
60 ISDN4Linux creates a channel pool from all of the available ISDN channels
62 driver (such as ours) is loaded, all of the channels go into a pool and
72 configuration. All adapters now use only 16Kbytes of shared RAM
74 allow us to utilize all of the available RAM on the adapter through
[all …]
/drivers/md/
DKconfig22 disk failures. This is called "Software RAID" since the combining of
40 arrays as part of its boot process.
44 synchronisation steps that are part of this step.
85 A RAID-1 set consists of several disk drives which are exact copies
86 of each other. In the event of a mirror failure, the RAID driver
88 an error free MD (multiple device) to the higher levels of the
90 of a single drive, and the set protects against a failure of (N - 1)
107 RAID-10 provides a combination of striping (RAID-0) and
113 RAID-10 provides a variety of layouts that provide different levels
114 of redundancy and performance.
[all …]
/drivers/scsi/ufs/
DKconfig12 # modify it under the terms of the GNU General Public License
14 # of the License, or (at your option) any later version.
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # without warranty of any kind. You are solely responsible for
25 # determining the appropriateness of using and distributing
27 # of rights with respect to the program, including but not limited
28 # to infringement of third party rights, the risks and costs of
29 # program errors, damage to or loss of data, programs or equipment,
30 # and unavailability or interruption of operations. Under no
31 # circumstances will the contributor of this Program be liable for
[all …]
/drivers/scsi/mpt3sas/
DKconfig9 # modify it under the terms of the GNU General Public License
11 # of the License, or (at your option) any later version.
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
23 # solely responsible for determining the appropriateness of using and
25 # exercise of rights under this Agreement, including but not limited to
26 # the risks and costs of program errors, damage to or loss of data,
27 # programs or equipment, and unavailability or interruption of operations.
38 # You should have received a copy of the GNU General Public License
52 int "LSI MPT Fusion SAS 2.0 Max number of SG Entries (16 - 256)"
57 This option allows you to specify the maximum number of scatter-
[all …]
/drivers/staging/fsl-mc/
DREADME.txt6 This document provides an overview of the Freescale DPAA2 architecture
11 -Overview of DPAA2 objects
24 packet processing. DPAA2 consists of sophisticated mechanisms for
40 The diagram below shows an overview of the DPAA2 resource management
81 Overview of DPAA2 Objects
83 The section provides a brief overview of some key DPAA2 objects.
90 types of DPAA2 objects. In the example diagram below there
91 are 8 objects of 5 types (DPMCP, DPIO, DPBP, DPNI, and DPMAC)
107 From the point of view of an OS, a DPRC behaves similar to a plug and
109 of the DPRC, discover the hardware objects present (including mappable
[all …]
/drivers/mtd/
DKconfig8 themselves with the kernel and for potential users of MTD devices
11 particular hardware and users of MTD devices. If unsure, say N.
23 WARNING: some of the tests will ERASE entire MTD device which they
30 'images' in flash devices by putting a table one of the erase
32 the offsets, lengths and names of all the images stored in the
47 int "Location of RedBoot partition table"
56 erase block number. A negative value specifies a number of
57 sectors before the end of the device.
80 Allow generic configuration of the MTD partition tables via the kernel
82 different kinds of flash memory are available.
[all …]
/drivers/staging/wilc1000/
DTODO6 - Move handling for each individual members of 'union message_body' out
8 that is currently part of host_if_work(), allowing movement of the
9 implementation of each message handler into the callsite of the function
18 - use wext-core handling instead of private SIOCSIWPRIV implementation
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
40 .equ #fifo_qlen 4 // log2(size of queue entry in bytes)
41 .equ #fifo_qnum 3 // log2(max number of entries in queue)
42 .equ #fifo_qmaskb (1 << #fifo_qnum) // max number of entries in queue
49 .equ #rfifo_qlen 4 // log2(size of queue entry in bytes)
50 .equ #rfifo_qnum 3 // log2(max number of entries in queue)
51 .equ #rfifo_qmaskb (1 << #rfifo_qnum) // max number of entries in queue
[all …]

12345678910>>...82