Home
last modified time | relevance | path

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

123456

/Linux-v4.19/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-v4.19/drivers/pci/hotplug/
Dcpci_hotplug_core.c379 int inserted; in check_slots() local
388 extracted = inserted = 0; in check_slots()
399 inserted++; in check_slots()
440 inserted++; in check_slots()
477 inserted, extracted, atomic_read(&extracting)); in check_slots()
478 if (inserted || extracted) in check_slots()
/Linux-v4.19/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
/Linux-v4.19/tools/memory-model/litmus-tests/
DMP+onceassign+derefonce.litmus9 * structure containing a newly inserted element.
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt79 the data bus. They are inserted when reading one CS and switching to another
83 inserted after every write minimum 1. The data out is driven from the time
86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for
88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
/Linux-v4.19/net/netfilter/
Dcore.c110 bool inserted = false; in nf_hook_entries_grow() local
141 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
149 inserted = true; in nf_hook_entries_grow()
154 if (!inserted) { in nf_hook_entries_grow()
/Linux-v4.19/drivers/net/wireless/intel/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-v4.19/drivers/md/persistent-data/
Ddm-btree.c763 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-v4.19/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
/Linux-v4.19/Documentation/media/uapi/v4l/
Dselection-api-configuration.rst55 The part of a buffer into which the image is inserted by the hardware is
89 to be inserted into a video signal or graphical screen. The limits of
108 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE``
Dv4l2-selection-targets.rst71 - The active area and all padding pixels that are inserted or
Dselection-api-vs-crop-api.rst13 video signal is inserted. It should be considered as an API abuse
/Linux-v4.19/net/tipc/
DKconfig17 can be inserted in and removed from the running kernel whenever you
/Linux-v4.19/Documentation/devicetree/bindings/firmware/
Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/Linux-v4.19/arch/arm/boot/dts/
Drk3288-veyron-sdmmc.dtsi37 * think there's a card inserted
/Linux-v4.19/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).
132 controller within CardBus card that are inserted in the U132 adapter.
135 worked with a USB PEN Drive inserted into the first USB port of
/Linux-v4.19/drivers/staging/ks7010/
DTODO27 - fix the 'card removal' event when card is inserted when booting
/Linux-v4.19/drivers/tty/serial/
Dsirfsoc_uart.c1172 int count, inserted; in sirfsoc_uart_rx_dma_hrtimer_callback() local
1182 inserted = 0; in sirfsoc_uart_rx_dma_hrtimer_callback()
1199 inserted = tty_insert_flip_string(tty->port, in sirfsoc_uart_rx_dma_hrtimer_callback()
1201 if (!inserted) in sirfsoc_uart_rx_dma_hrtimer_callback()
1203 port->icount.rx += inserted; in sirfsoc_uart_rx_dma_hrtimer_callback()
1204 xmit->tail = (xmit->tail + inserted) & in sirfsoc_uart_rx_dma_hrtimer_callback()
1215 if (!inserted && !count && in sirfsoc_uart_rx_dma_hrtimer_callback()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-rbd39 (WO) Available only if rbd module is inserted with single_major
53 (WO) Available only if rbd module is inserted with single_major
/Linux-v4.19/net/decnet/
DKconfig24 inserted in and removed from the running kernel whenever you want).
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c396 u32 inserted; in msdc_tasklet_card() local
404 inserted = (status & MSDC_PS_CDSTS) ? 0 : 1; in msdc_tasklet_card()
406 inserted = (status & MSDC_PS_CDSTS) ? 1 : 0; in msdc_tasklet_card()
409 change = host->card_inserted ^ inserted; in msdc_tasklet_card()
410 host->card_inserted = inserted; in msdc_tasklet_card()
413 if (inserted) in msdc_tasklet_card()
418 host->card_inserted = inserted; in msdc_tasklet_card()
425 IRQ_MSG("card found<%s>", inserted ? "inserted" : "removed"); in msdc_tasklet_card()
/Linux-v4.19/drivers/char/pcmcia/
DKconfig17 inserted in and removed from the running kernel whenever you want).
/Linux-v4.19/Documentation/arm/SA1100/
DBrutus58 some drivers in order to drive already inserted cards at boot time with

123456