Searched refs:child (Results 201 - 225 of 840) sorted by relevance

1234567891011>>

/linux-master/drivers/memory/samsung/
H A Dexynos-srom.c107 struct device_node *np, *child; local
139 for_each_child_of_node(np, child) {
140 if (exynos_srom_configure_bank(srom, child)) {
143 child);
150 * but do not probe child devices
/linux-master/arch/xtensa/include/asm/
H A Dpci-bridge.h73 res->child = NULL;
/linux-master/drivers/parisc/
H A Dgsc.h44 void (*choose)(struct parisc_device *child, void *ctrl));
/linux-master/drivers/clk/ux500/
H A Du8500_of_clk.c128 struct device_node *child = NULL; local
594 for_each_child_of_node(np, child) {
595 if (of_node_name_eq(child, "prcmu-clock"))
596 of_clk_add_hw_provider(child, of_clk_hw_onecell_get,
599 if (of_node_name_eq(child, "clkout-clock"))
600 of_clk_add_hw_provider(child, ux500_clkout_get, NULL);
602 if (of_node_name_eq(child, "prcc-periph-clock"))
603 of_clk_add_provider(child, ux500_twocell_get, prcc_pclk);
605 if (of_node_name_eq(child, "prcc-kernel-clock"))
606 of_clk_add_provider(child, ux500_twocell_ge
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c181 struct device_node *dss, *child; local
194 for_each_available_child_of_node(dss, child) {
195 if (!of_property_present(child, "compatible"))
198 omapdss_walk_device(child, true);
/linux-master/include/linux/
H A Dblk-crypto-profile.h147 const struct blk_crypto_profile *child);
/linux-master/drivers/ata/
H A Dlibahci_platform.c342 * The regulators are tied to child node device and not to the
413 struct device_node *child; local
422 for_each_child_of_node(dev->of_node, child) {
423 if (!of_device_is_available(child))
426 if (of_property_read_u32(child, "reg", &port)) {
427 of_node_put(child);
431 if (!of_property_read_u32(child, "hba-port-cap", &hpriv->saved_port_cap[port]))
463 struct device_node *child; local
582 for_each_child_of_node(dev->of_node, child) {
586 if (!of_device_is_available(child))
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v2m.c417 struct device_node *child; local
419 for (child = of_find_matching_node(node, gicv2m_device_id); child;
420 child = of_find_matching_node(child, gicv2m_device_id)) {
424 if (!of_property_read_bool(child, "msi-controller"))
427 ret = of_address_to_resource(child, 0, &res);
433 if (!of_property_read_u32(child, "arm,msi-base-spi",
435 !of_property_read_u32(child, "arm,msi-num-spis", &nr_spis))
439 ret = gicv2m_init_one(&child
[all...]
/linux-master/drivers/hwmon/
H A Dgsc-hwmon.c252 struct fwnode_handle *child; local
279 device_for_each_child_node(dev, child) {
280 if (fwnode_property_read_string(child, "label", &ch->name)) {
282 fwnode_handle_put(child);
285 if (fwnode_property_read_u32(child, "reg", &ch->reg)) {
287 fwnode_handle_put(child);
290 if (fwnode_property_read_u32(child, "gw,mode", &ch->mode)) {
292 fwnode_handle_put(child);
297 fwnode_handle_put(child);
301 if (!fwnode_property_read_u32(child,
[all...]
/linux-master/crypto/
H A Dctr.c19 struct crypto_skcipher *child; member in struct:crypto_rfc3686_ctx
173 struct crypto_skcipher *child = ctx->child; local
184 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
185 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(parent) &
187 return crypto_skcipher_setkey(child, key, keylen);
194 struct crypto_skcipher *child = ctx->child; local
209 skcipher_request_set_tfm(subreq, child);
231 ctx->child
[all...]
/linux-master/fs/autofs/
H A Dexpire.c74 static struct dentry *positive_after(struct dentry *p, struct dentry *child) argument
76 child = child ? d_next_sibling(child) : d_first_child(p);
78 hlist_for_each_entry_from(child, d_sib) {
79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED);
80 if (simple_positive(child)) {
81 dget_dlock(child);
82 spin_unlock(&child->d_lock);
83 return child;
[all...]
/linux-master/kernel/sched/
H A Dtopology.c59 if ((meta_flags & SDF_SHARED_CHILD) && sd->child &&
60 !(sd->child->flags & flag))
61 printk(KERN_ERR "ERROR: flag %s set here but not in child\n",
106 if (group == sd->groups && sd->child &&
107 !cpumask_equal(sched_domain_span(sd->child),
109 printk(KERN_ERR "ERROR: domain->groups does not match domain->child\n");
740 parent->parent->child = tmp;
764 * sched groups hold the flags of the child sched
766 * the child is being destroyed.
772 sd->child
1202 struct sched_domain *child = sd->child; local
1574 sd_init(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain *child, int cpu) argument
2313 build_sched_domain(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain_attr *attr, struct sched_domain *child, int cpu) argument
2447 struct sched_domain *child = sd->child; local
[all...]
/linux-master/tools/testing/selftests/nsfs/
H A Dpidns.c33 static int child(void *args) function
50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c50 static int child(unsigned int stack_size, union pipe write_pipe) function
84 exit(child(stack_size, read_pipe));
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_busy.c63 struct dma_fence **child = array->fences; local
67 struct dma_fence *current_fence = *child++;
/linux-master/include/scsi/
H A Dsas_ata.h41 struct domain_device *child, int phy_id);
121 struct domain_device *child, int phy_id)
120 sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy, struct domain_device *child, int phy_id) argument
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c186 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
188 desc->tfm = child;
265 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
267 desc->tfm = child;
276 struct crypto_ahash *child = &ctx->cryptd_tfm->base; local
278 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK);
279 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm)
281 return crypto_ahash_setkey(child, key, keylen);
/linux-master/drivers/macintosh/
H A Dwindfarm_smu_sat.c201 struct device_node *child; local
219 for_each_child_of_node(dev, child) {
220 reg = of_get_property(child, "reg", NULL);
221 loc = of_get_property(child, "location", NULL);
237 "location %s for %pOF\n", loc, child);
249 if (of_node_is_type(child, "voltage-sensor")) {
253 } else if (of_node_is_type(child, "current-sensor")) {
257 } else if (of_node_is_type(child, "temp-sensor")) {
/linux-master/drivers/phy/marvell/
H A Dphy-mvebu-cp110-utmi.c287 struct device_node *child; local
309 for_each_available_child_of_node(dev->of_node, child) {
315 ret = of_property_read_u32(child, "reg", &port_id);
318 "invalid 'reg' property on child %pOF\n",
319 child);
325 of_node_put(child);
329 port->dr_mode = of_usb_get_dr_mode_by_phy(child, -1);
352 phy = devm_phy_create(dev, child, utmi->ops);
355 of_node_put(child);
/linux-master/drivers/memory/
H A Djz4780-nemc.c62 * @dev: device to count banks for, must be a child of the NEMC.
65 * child device. Unique here means that a device that references the same bank
89 * @dev: child device of the NEMC.
118 * @dev: child device of the NEMC.
275 struct device_node *child; local
335 * Iterate over child devices, check that they do not conflict with
336 * each other, and register child devices for them. If a child device
340 for_each_child_of_node(nemc->dev->of_node, child) {
343 while ((prop = of_get_address(child,
[all...]
/linux-master/lib/
H A Dbootconfig.c44 * a child node (both key and value). A value node may have a next value
151 * xbc_node_get_child() - Get the child XBC node
154 * Return the first child node of @node. If the node has no child, return
159 return node->child ? &xbc_nodes[node->child] : NULL;
168 * has no siblings. (You also has to check whether the parent's child node
290 * This is expected to be used with xbc_find_node() to list up all (child)
362 if (node == root) /* @root was a leaf, no child node. */
404 if ((*leaf)->child)
649 struct xbc_node *node, *child; local
698 struct xbc_node *child; local
[all...]
/linux-master/drivers/regulator/
H A Dmc13xxx-regulator-core.c164 struct device_node *parent, *child; local
183 for_each_child_of_node(parent, child) {
189 if (of_node_name_eq(child,
193 &pdev->dev, child,
195 p->node = child;
206 "Unknown regulator: %pOFn\n", child);
/linux-master/drivers/input/keyboard/
H A Dadc-keys.c69 struct fwnode_handle *child; local
83 device_for_each_child_node(dev, child) {
84 if (fwnode_property_read_u32(child, "press-threshold-microvolt",
87 fwnode_handle_put(child);
92 if (fwnode_property_read_u32(child, "linux,code",
95 fwnode_handle_put(child);
/linux-master/tools/perf/scripts/python/
H A Dflamegraph.py88 for child in node.children:
89 if child.name == name:
90 return child
92 child = Node(name, libtype)
93 node.children.append(child)
94 return child
/linux-master/drivers/usb/dwc3/
H A Ddwc3-st.c200 struct device_node *node = dev->of_node, *child; local
254 child = of_get_compatible_child(node, "snps,dwc3");
255 if (!child) {
268 child_pdev = of_find_device_by_node(child);
276 of_node_put(child);
298 of_node_put(child);

Completed in 200 milliseconds

1234567891011>>