Home
last modified time | relevance | path

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

1234567

/linux-6.6.21/rust/macros/
Dzeroable.rs21 let mut inserted = false; in derive() localVariable
28 if in_generic && !inserted { in derive()
32 inserted = false; in derive()
44 inserted = true; in derive()
60 if in_generic && !inserted { in derive()
/linux-6.6.21/sound/oss/dmasound/
DKconfig12 inserted in and removed from the running kernel whenever you
26 inserted in and removed from the running kernel whenever you
40 inserted in and removed from the running kernel whenever you
/linux-6.6.21/drivers/pci/hotplug/
Dcpci_hotplug_core.c328 int inserted; in check_slots() local
337 extracted = inserted = 0; in check_slots()
348 inserted++; in check_slots()
386 inserted++; in check_slots()
420 inserted, extracted, atomic_read(&extracting)); in check_slots()
421 if (inserted || extracted) in check_slots()
/linux-6.6.21/Documentation/driver-api/driver-model/
Dbinding.rst17 inserted into the end of this list. The bus object also contains a
19 for a driver, it is inserted at the end of this list. These are the
56 When a driver is attached to a device, the device is inserted into the
/linux-6.6.21/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-6.6.21/tools/memory-model/litmus-tests/
DMP+onceassign+derefonce.litmus9 * structure containing a newly inserted element.
/linux-6.6.21/Documentation/networking/devlink/
Ddevlink-linecard.rst51 * Line card is not inserted or powered-down
54 * Line card is inserted and powered up
/linux-6.6.21/arch/um/kernel/
Dtime.c272 bool inserted = false; in __time_travel_add_event() local
293 inserted = true; in __time_travel_add_event()
298 if (!inserted) in __time_travel_add_event()
/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
DKconfig33 inserted in and removed from the running kernel whenever you want),
60 inserted in and removed from the running kernel whenever you want),
/linux-6.6.21/net/netfilter/
Dcore.c111 bool inserted = false; in nf_hook_entries_grow() local
154 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
162 inserted = true; in nf_hook_entries_grow()
167 if (!inserted) { in nf_hook_entries_grow()
/linux-6.6.21/Documentation/hwmon/
Dltc4215.rst22 The LTC4215 controller allows a board to be safely inserted and removed
Dltc4260.rst22 The LTC4260 Hot Swap controller allows a board to be safely inserted
/linux-6.6.21/Documentation/ABI/testing/
Dusb-charger-uevent1 What: Raise a uevent when a USB charger is inserted or removed
Dsysfs-class-power-rt947125 devices. If enabled and VBUS is inserted, device will start to do the BC12
Dsysfs-bus-rbd43 (WO) Available only if rbd module is inserted with single_major
57 (WO) Available only if rbd module is inserted with single_major
/linux-6.6.21/Documentation/userspace-api/media/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.rst74 - 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-6.6.21/drivers/md/persistent-data/
Ddm-btree.h134 int *inserted)
Ddm-btree.c1236 int *inserted) in insert() argument
1285 if (inserted) in insert()
1286 *inserted = 1; in insert()
1293 if (inserted) in insert()
1294 *inserted = 0; in insert()
1331 int *inserted) in dm_btree_insert_notify() argument
1334 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
/linux-6.6.21/Documentation/devicetree/bindings/firmware/
Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/linux-6.6.21/drivers/staging/ks7010/
DTODO27 - fix the 'card removal' event when card is inserted when booting
/linux-6.6.21/arch/arm/boot/dts/rockchip/
Drk3288-veyron-sdmmc.dtsi43 * think there's a card inserted
/linux-6.6.21/net/tipc/
DKconfig19 can be inserted in and removed from the running kernel whenever you
/linux-6.6.21/Documentation/devicetree/bindings/spi/
Dst,stm32-spi.yaml71 delay in nanoseconds inserted between two consecutive data frames.

1234567