Home
last modified time | relevance | path

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

12

/linux/rust/kernel/
H A Dconfigfs.rs324 struct GroupOperationsVTable<Parent, Child>(PhantomData<(Parent, Child)>);
326 impl<Parent, Child> GroupOperationsVTable<Parent, Child>
328 Parent: GroupOperations<Child = Child>,
329 Child: 'static,
362 let child_group = <Arc<Group<Child>> as InPlaceInit<Group<Child>>>::try_pin_init( in make_group()
372 unsafe { Group::<Child>::group(child_group_ptr) }.cast_mut() in make_group()
403 let r_child_group_ptr = unsafe { Group::<Child>::container_of(c_child_group_ptr) }; in drop_item()
408 let arc: Arc<Group<Child>> = unsafe { Arc::from_raw(r_child_group_ptr.cast_mut()) }; in drop_item()
492 type Child: 'static; typedef
502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; in make_group() argument
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dmotorola-cpcap.txt9 - #address-cells : Child device offset number of cells, should be 1
10 - #size-cells : Child device size number of cells, should be 0
H A Dtps65912.txt17 initialization data. Child nodes must be named
H A Dti-lmu.txt5 Name Child nodes
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-iop3xx.txt12 - Child nodes conforming to i2c bus binding
H A Di2c-altera.txt18 - Child nodes conforming to i2c bus binding
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-octeon.txt10 Child nodes as per the generic SPI binding.
H A Dspi-ath79.txt11 Child nodes as per the generic SPI binding.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dinterlaken-lac.txt9 - Interlaken Look-Aside Controller (LAC) Software Portal Child Nodes
10 - Example LAC SWP Node with Child Nodes
122 Interlaken Look-Aside Controller (LAC) Software Portals Child Nodes
H A Dsrio.txt39 Port Child Nodes: There should a port child node for each port that exists in
H A Dpamu.txt45 Child nodes:
/linux/Documentation/devicetree/bindings/bus/
H A Dts-nbus.txt18 Child nodes:
/linux/Documentation/devicetree/bindings/usb/
H A Docteon-usb.txt31 2) Child node
/linux/Documentation/devicetree/bindings/regulator/
H A Dlm363x-regulator.txt14 Child nodes:
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt37 :: *Note*: Child events pull in their parents, and parents' stats summarize
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls208xa-qds.dtsi75 /* Child MDIO buses, one for each riser card:
/linux/Documentation/devicetree/bindings/sound/
H A Dda7218.txt53 Optional Child node - 'da7218_hpldet' (DA7218 only):
/linux/drivers/block/rnull/
H A Dconfigfs.rs47 type Child = DeviceConfig; typedef
/linux/Documentation/devicetree/bindings/pci/
H A Dralink,rt3883-pci.txt26 2) Child nodes
/linux/Documentation/infiniband/
H A Dipoib.rst30 Child interface create/delete can also be done using IPoIB's
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt36 Child nodes contain the pinmux configurations following the conventions from
H A Dpinctrl-st.txt108 - st,pins : Child node with list of pins with configuration.
/linux/arch/powerpc/boot/dts/fsl/
H A Dt104xd4rdb.dtsi139 * Child nodes of mux depend on which i2c
/linux/Documentation/devicetree/bindings/display/
H A Dmipi-dsi-bus.txt12 set of properties that characterize the bus. Child nodes describe individual
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti-aemif.txt56 Child chip-select (cs) nodes contain the memory devices nodes connected to

12