Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 107 of 107) sorted by relevance

/linux-4.4.14/arch/arm/mach-realview/
Dcore.c210 static bool inserted = false; in realview_mmc_status() local
220 inserted = !inserted; in realview_mmc_status()
221 return inserted ? 0 : 1; in realview_mmc_status()
/linux-4.4.14/sound/oss/dmasound/
DKconfig11 inserted in and removed from the running kernel whenever you
25 inserted in and removed from the running kernel whenever you
39 inserted in and removed from the running kernel whenever you
/linux-4.4.14/drivers/pci/hotplug/
Dcpci_hotplug_core.c399 int inserted; in check_slots() local
408 extracted = inserted = 0; in check_slots()
419 inserted++; in check_slots()
460 inserted++; in check_slots()
497 inserted, extracted, atomic_read(&extracting)); in check_slots()
498 if (inserted || extracted) in check_slots()
/linux-4.4.14/Documentation/driver-model/
Dbinding.txt16 inserted into the end of this list. The bus object also contains a
18 for a driver, it is inserted at the end of this list. These are the
55 When a driver is attached to a device, the device is inserted into the
Doverview.txt104 Whenever a device is inserted into the tree, a directory is created for it.
Dporting.txt377 Users can define actions to perform when a device is inserted or
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-rbd25 Description: Available only if rbd module is inserted with single_major
36 Description: Available only if rbd module is inserted with single_major
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree.c759 int *inserted) in insert() argument
812 if (inserted) in insert()
813 *inserted = 1; in insert()
820 if (inserted) in insert()
821 *inserted = 0; in insert()
858 int *inserted) in dm_btree_insert_notify() argument
861 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
Ddm-btree.h133 int *inserted)
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig33 inserted in and removed from the running kernel whenever you want),
59 inserted in and removed from the running kernel whenever you want),
/linux-4.4.14/Documentation/hwmon/
Dltc421517 The LTC4215 controller allows a board to be safely inserted and removed
Dltc426017 The LTC4260 Hot Swap controller allows a board to be safely inserted
Dltc426118 to be safely inserted and removed from a live backplane.
Dadm127532 allow a circuit board to be removed from or inserted into a live backplane.
Dltc424517 The LTC4245 controller allows a board to be safely inserted and removed
Dpmbus118 /* This is the driver that will be inserted */
/linux-4.4.14/net/tipc/
DKconfig17 can be inserted in and removed from the running kernel whenever you
/linux-4.4.14/drivers/usb/misc/
DKconfig16 inserted in and removed from the running kernel whenever you want).
66 inserted in and removed from the running kernel whenever you want).
141 controller within CardBus card that are inserted in the U132 adapter.
144 worked with a USB PEN Drive inserted into the first USB port of
/linux-4.4.14/net/decnet/
DKconfig24 inserted in and removed from the running kernel whenever you want).
/linux-4.4.14/drivers/tty/serial/
Dsirfsoc_uart.c1173 int count, inserted; in sirfsoc_uart_rx_dma_hrtimer_callback() local
1183 inserted = 0; in sirfsoc_uart_rx_dma_hrtimer_callback()
1200 inserted = tty_insert_flip_string(tty->port, in sirfsoc_uart_rx_dma_hrtimer_callback()
1202 if (!inserted) in sirfsoc_uart_rx_dma_hrtimer_callback()
1204 port->icount.rx += inserted; in sirfsoc_uart_rx_dma_hrtimer_callback()
1205 xmit->tail = (xmit->tail + inserted) & in sirfsoc_uart_rx_dma_hrtimer_callback()
1216 if (!inserted && !count && in sirfsoc_uart_rx_dma_hrtimer_callback()
/linux-4.4.14/drivers/char/pcmcia/
DKconfig17 inserted in and removed from the running kernel whenever you want).
/linux-4.4.14/drivers/net/ethernet/adi/
DKconfig30 module ( = code which can be inserted in and removed from the running
/linux-4.4.14/Documentation/arm/SA1100/
DBrutus58 some drivers in order to drive already inserted cards at boot time with
/linux-4.4.14/Documentation/trace/
Dkprobetrace.txt33 SYM[+offs] : Symbol+offset where the probe is inserted.
34 MEMADDR : Address where the probe is inserted.
Duprobetracer.txt30 OFFSET : Offset where the probe is inserted.
Dring-buffer-design.txt108 The page after the inserted page (old reader_page) will become the
/linux-4.4.14/Documentation/security/
Dkeys-ecryptfs.txt16 kernel key of the 'user' type, inserted in the user's session specific keyring
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt56 displays the correct CRC which must then be inserted into the source
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c665 int inserted = 0; in rfcomm_tty_copy_pending() local
672 inserted += tty_insert_flip_string(&dev->port, skb->data, in rfcomm_tty_copy_pending()
679 if (inserted > 0) in rfcomm_tty_copy_pending()
/linux-4.4.14/Documentation/arm/
Dmemory.txt68 Kernel modules inserted via insmod are
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-veyron-sdmmc.dtsi74 * think there's a card inserted
/linux-4.4.14/Documentation/usb/
Dchipidea.txt23 The A-device(with micro A plug inserted) should enumrate B-device.
/linux-4.4.14/Documentation/
Dcircular-buffers.txt85 can be inserted.
93 which items can be immediately inserted without having to wrap back to the
Demail-clients.txt86 If the inserted patch has to be edited in the Claws composition window
137 patches so do not GPG sign them. Signing patches that have been inserted
Dmen-chameleon-bus.txt143 When the kernel is booted or your foo driver module is inserted, you have to
Dassoc_array.txt503 If the leaves in a full node and the leaf that is being inserted are
504 sufficiently similar, then a shortcut will be inserted into the tree.
563 inserted another node before it and moved it up a level). We cannot do
Dkprobes.txt30 kretprobes (also called return probes). A kprobe can be inserted
31 on virtually any instruction in the kernel. A jprobe is inserted at
40 the probe is to be inserted and what handler is to be called when
696 The first column provides the kernel address where the probe is inserted.
Dntb.txt25 as ntb hardware, or hardware drivers, are inserted and removed. The
Drobust-futex-ABI.txt139 to be inserted,
Dunaligned-memory-access.txt107 where padding would otherwise be inserted, and hence reduce the overall
Dkernel-doc-nano-HOWTO.txt337 be inserted.
Drbtree.txt214 leading to the inserted node, then call rb_link_node() as usual and
Dbcache.txt301 Counts instances where data was going to be inserted into the cache from a
Dkmemcheck.txt553 means that gcc has inserted 4 bytes of padding between the members si_code
DSubmittingPatches705 inserted and deleted lines per file. A diffstat is especially useful
Dmemory-barriers.txt542 To deal with this, a data dependency barrier or better must be inserted
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt58 The "undo" operation is not supported for a new inserted method
/linux-4.4.14/fs/reiserfs/
Dibalance.c128 struct item_head *inserted, in internal_insert_childs() argument
170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs()
172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs()
/linux-4.4.14/Documentation/scsi/
Dqlogicfas.txt71 that it gets a false ACK causing an extra byte to be inserted into the
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt86 or can be inserted by the boot loader at boot time.
/linux-4.4.14/Documentation/sound/oss/
DALS24 inserted. Note that the ALS-007 does not have a 16 bit DMA channel and that
/linux-4.4.14/Documentation/cpu-freq/
Dcpufreq-stats.txt37 All the statistics will be from the time the stats driver has been inserted
/linux-4.4.14/scripts/
Dcheckpatch.pl1748 my $inserted = @{$insertedRef}[$next_insert++];
1767 while (defined($inserted) && ${$inserted}{'LINENR'} == $old_linenr) {
1768 push(@lines, ${$inserted}{'LINE'});
1769 $inserted = @{$insertedRef}[$next_insert++];
1788 my $inserted = {
1792 push(@fixed_inserted, $inserted);
/linux-4.4.14/drivers/usb/core/
DKconfig52 plug inserted and can be changed later when two dual
/linux-4.4.14/drivers/net/ethernet/smsc/
DKconfig49 inserted in and removed from the running kernel whenever you want).
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt31 are inserted
155 when the Mic is inserted:-
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt103 won't function properly (e.g. if it's inserted as a module).
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt102 be inserted first, otherwise the hvcs module will not find some of the
128 The modules.dep file indicates that hvcserver.ko needs to be inserted
484 A: You probably haven't inserted the hvcs.ko module yet but the /dev/hvcs*
497 does? Maybe you haven't inserted the module (on systems with udev).
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt75 from a chain, and inserted into another chain. If new chain was empty
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig41 inserted in and removed from the running kernel whenever you want),
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt45 which gets inserted by the switch for every packet forwarded to the CPU
/linux-4.4.14/drivers/tty/
DKconfig271 inserted in and removed from the running kernel whenever you want).
285 inserted in and removed from the running kernel whenever you want).
325 inserted in and removed from the running kernel whenever you want).
/linux-4.4.14/fs/jffs2/
DKconfig60 The summary information can be inserted into a filesystem image
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt53 fs which resides on /dev/hde1 when the card is inserted. The
Dcharger-manager.txt195 charger-pulled-out, charger-inserted, DCIN-over/under-voltage, charger-stopped,
/linux-4.4.14/drivers/md/
Ddm-thin-metadata.c1495 int r, inserted; in __insert() local
1504 &pmd->root, &inserted); in __insert()
1509 if (inserted) in __insert()
/linux-4.4.14/Documentation/dvb/
Dci.txt95 #define CA_CI_MODULE_PRESENT 1 /* module (or card) inserted */
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt32 used for all VLAN devices whether tags are stripped or inserted in
Dbaycom.txt92 Every time a driver is inserted into the kernel, it has to know which
D6pack.txt72 of the EPROM between HIGH and LOW level. After having inserted the new EPROM
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmmc.txt56 the CD line is active high, i.e. it is high, when a card is inserted. Similar
/linux-4.4.14/net/rxrpc/
Dar-ack.c542 goto inserted; in rxrpc_insert_oos_packet()
548 inserted: in rxrpc_insert_oos_packet()
/linux-4.4.14/lib/
DKconfig.debug399 If you say Y here, additional code will be inserted into the
422 If you say Y here, additional code will be inserted into the
430 If you say Y here, additional code will be inserted into the
444 If you say Y here, additional code will be inserted into the
863 If you say Y here, additional code will be inserted into the
900 If you say Y here, additional code will be inserted into the
1626 boot. A sample kprobe, jprobe and kretprobe are inserted and
/linux-4.4.14/fs/squashfs/
DKconfig21 inserted in and removed from the running kernel whenever you want),
/linux-4.4.14/drivers/acpi/
DKconfig404 tristate "Allow ACPI methods to be inserted/replaced at run time"
408 This debug facility allows ACPI AML methods to be inserted and/or
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex379 CDS_NO_DISC& no disc is inserted, tray is closed\cr
645 particularly elegant way to find out that there is no \cdrom\ inserted;
673 inserted some valid data-\cdrom.'' Thus, our proposal of the
696 volume-daemon automatically mounts a newly inserted \cdrom\ under {\tt
899 disc that is inserted in the drive. This functionality used to be
925 CDS_NO_DISC& no disc is inserted, or tray is opened\cr
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt60 So if any driver with this name is inserted, then the probe routine for that
/linux-4.4.14/Documentation/m68k/
DREADME.buddha182 system: Sometimes two more clock cycles are inserted by the
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt256 double linked list. Items are inserted into this list during log buffer IO
273 it's place in the list and re-inserted at the tail. This is entirely arbitrary
591 pin the object the first time it is inserted into the CIL - if it is already in
654 are inserted into the CIL. Because transactions can enter this code
732 With delayed logging, there are new steps inserted into the life cycle:
Dnilfs2.txt248 The super root block is inserted for every checkpoints. It includes
Dvfat.txt262 With the extended FAT system, Microsoft has inserted extra
Dpath-lookup.txt129 Rename of dentry 2 may require it deleted from the above list, and inserted
Dsharedsubtree.txt165 So when a CD is inserted and mounted at /cdrom that mount gets
Dvfs.txt384 should be inserted into the dentry (this is called a negative
/linux-4.4.14/drivers/mtd/devices/
DKconfig49 inserted in and removed from the running kernel whenever you want),
/linux-4.4.14/kernel/trace/
DKconfig412 Those events can be inserted wherever kprobes can probe, and record
430 events interface. Those events can be inserted wherever uprobes
/linux-4.4.14/fs/ext4/
Dxattr.c821 goto inserted; in ext4_xattr_block_set()
864 inserted: in ext4_xattr_block_set()
/linux-4.4.14/drivers/video/fbdev/
DKconfig295 inserted into and removed from the running kernel), say M
1888 inserted and removed from the running kernel whenever you want). The
1973 inserted and removed from the running kernel whenever you want). The
2014 inserted and removed from the running kernel whenever you want). The
2061 inserted and removed from the running kernel whenever you want). The
2098 inserted and removed from the running kernel whenever you want). The
/linux-4.4.14/Documentation/arm64/
Dbooting.txt220 contained in the reserved region. A wfe instruction may be inserted
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt167 internal, postmap block that the reader is (still) reading has been inserted
/linux-4.4.14/Documentation/input/
Dinput.txt118 detects everything automatically and when a HID device is inserted, it
/linux-4.4.14/drivers/usb/host/
DKconfig648 CardBus cards that are inserted in the U132 adapter.
651 worked with a USB PEN Drive inserted into the first USB port of
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt697 inserted every four frames.
/linux-4.4.14/Documentation/i2c/
Dwriting-clients239 When the kernel is booted, or when your foo driver module is inserted,
/linux-4.4.14/net/ipv4/
DKconfig178 be inserted in and removed from the running kernel whenever you
/linux-4.4.14/Documentation/PCI/
Dpci.txt89 devices or later if a new device gets inserted) for
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1314 boots provided no new hardware is inserted or removed.
1327 another lsb 8 bits. These remain static even if more devices are inserted or
1329 device numbers, provided devices aren't inserted or removed.
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt546 the CIPSO label that may be inserted in datagrams that exit the host. In
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg1752 * Downloaded (kernel inserted) constants
Daic79xx.reg4267 * Downloaded (kernel inserted) constants
/linux-4.4.14/init/
DKconfig1838 be inserted in the running kernel, rather than being
1896 field inserted into their modinfo section, which contains a
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt175 inserted into inode (radix-tree). While it's mapped into the page tables of
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt535 0x500B Tablet pen inserted into its storage bay
/linux-4.4.14/drivers/scsi/
DKconfig189 inserted in and removed from the running kernel whenever you want),
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt706 The DecTalk PC card is an ISA card that is inserted into one of the ISA
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1712 the options inserted into the /.slirprc file. More information on
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S4123 # this catches a problem with the case where an exception will be re-inserted