Searched refs:parent (Results 226 - 250 of 4987) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dof_helpers.c14 * Returns the node which should be the parent of the node
20 struct device_node *parent; local
36 parent = of_find_node_by_path(parent_path);
39 return parent ? parent : ERR_PTR(-EINVAL);
/linux-master/drivers/infiniband/core/
H A Drestrack.h35 const struct rdma_restrack_entry *parent);
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_iio.c23 struct ssp_data *data = dev_get_drvdata(indio_dev->dev.parent->parent);
48 struct ssp_data *data = dev_get_drvdata(indio_dev->dev.parent->parent);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tbf.c9 bool root = qopt->parent == TC_H_ROOT;
15 queue = TC_H_MIN(qopt->parent) - 1;
59 bool root = qopt->parent == TC_H_ROOT;
64 queue = TC_H_MIN(qopt->parent) - 1;
/linux-master/drivers/acpi/acpica/
H A Dpsparse.c129 if (op->common.parent) {
130 prev = op->common.parent->common.value.arg;
143 acpi_ps_get_opcode_info(op->common.parent->common.
169 if ((op->common.parent->common.aml_opcode ==
171 || (op->common.parent->common.aml_opcode ==
173 || (op->common.parent->common.aml_opcode ==
175 || (op->common.parent->common.aml_opcode ==
177 || (op->common.parent->common.aml_opcode ==
179 || (op->common.parent->common.aml_opcode ==
188 if ((op->common.parent
[all...]
/linux-master/drivers/cxl/
H A Dpmu.h25 int devm_cxl_pmu_add(struct device *parent, struct cxl_pmu_regs *regs,
/linux-master/lib/
H A Dnotifier-error-inject.c22 struct dentry *parent, int *value)
24 return debugfs_create_file(name, mode, parent, value, &fops_errno);
50 struct dentry *notifier_err_inject_init(const char *name, struct dentry *parent, argument
61 dir = debugfs_create_dir(name, parent);
21 debugfs_create_errno(const char *name, umode_t mode, struct dentry *parent, int *value) argument
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_irq.h75 * @parent: debugfs directory root
78 struct dentry *parent);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c62 nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device, argument
73 ret = nvif_object_ctor(parent != client ? &parent->object : NULL,
83 client->driver = parent->driver;
/linux-master/security/apparmor/include/
H A Dpolicy_ns.h37 * @parent: parent of namespace
60 struct aa_ns *parent; member in struct:aa_ns
85 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
92 struct aa_ns *__aa_find_or_create_ns(struct aa_ns *parent, const char *name,
99 return rcu_dereference_protected(p->parent,
/linux-master/fs/coda/
H A Dcache.c91 static void coda_flag_children(struct dentry *parent, int flag) argument
95 spin_lock(&parent->d_lock);
96 hlist_for_each_entry(de, &parent->d_children, d_sib) {
102 spin_unlock(&parent->d_lock);
/linux-master/net/ieee802154/
H A Dpan.c36 is_assoc = !list_empty(&wpan_dev->children) || wpan_dev->parent;
47 return cfg802154_pan_device_is_matching(wpan_dev->parent, target);
83 if (wpan_dev->parent && wpan_dev->parent->short_addr == addr)
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.c29 const char *name, struct dentry *parent,
33 debugfs_create_file(name, 0400, parent, seq, &hns_debugfs_seqfile_fops);
74 struct dentry *parent)
78 dbgfs->root = debugfs_create_dir("sw_stat", parent);
28 init_debugfs_seqfile(struct hns_debugfs_seqfile *seq, const char *name, struct dentry *parent, int (*read_fn)(struct seq_file *, void *), void *data) argument
73 create_sw_stat_debugfs(struct hns_roce_dev *hr_dev, struct dentry *parent) argument
/linux-master/security/apparmor/
H A Dpolicy.c36 * name before the // being the parent and the name after the child.
291 aa_put_profile(rcu_access_pointer(profile->parent));
410 * aa_find_child - find a profile by @name in @parent
411 * @parent: profile to search (NOT NULL)
416 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) argument
422 profile = __find_child(&parent->base.profiles, name);
431 * __lookup_parent - lookup the parent of a profile of name @hname
433 * @hname: hierarchical profile name to find parent of (NOT NULL)
435 * Lookups up the parent of a fully qualified profile name, the profile
469 * @hname: hierarchical profile name to find parent o
482 struct aa_profile *parent, *profile = NULL; local
617 aa_alloc_null(struct aa_profile *parent, const char *name, gfp_t gfp) argument
662 aa_new_learning_profile(struct aa_profile *parent, bool hat, const char *base, gfp_t gfp) argument
971 struct aa_profile *parent = aa_deref_parent(old); local
1027 struct aa_profile *parent, *newest; local
1203 struct dentry *parent; local
1253 struct aa_profile *parent; local
[all...]
/linux-master/fs/bcachefs/
H A Dsnapshot_format.h8 __le32 parent; member in struct:bch_snapshot
H A Dsubvolume_types.h12 u32 parent; member in struct:snapshot_t
/linux-master/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.h28 s8 parent; /* -1 if none */ member in struct:rcar_gen4_sysc_area
/linux-master/security/yama/
H A Dyama_lsm.c268 * @parent: the process to compare against while walking up from child
269 * @child: the process to start from while looking upwards for parent
271 * Returns 1 if child is a descendant of parent, 0 if not.
273 static int task_is_descendant(struct task_struct *parent, argument
279 if (!parent || !child)
283 if (!thread_group_leader(parent))
284 parent = rcu_dereference(parent->group_leader);
288 if (walker == parent) {
311 struct task_struct *parent local
401 yama_ptrace_traceme(struct task_struct *parent) argument
[all...]
/linux-master/drivers/acpi/arm64/
H A Damba.c43 struct acpi_device *parent = acpi_dev_parent(adev); local
89 * If the ACPI node has a parent and that parent has a physical device
90 * attached to it, that physical device should be the parent of
93 if (parent)
94 dev->dev.parent = acpi_get_first_physical_node(parent);
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dclock-sh7709.c39 return clk->parent->rate / pfc_divisors[idx];
52 return clk->parent->rate * stc_multipliers[idx];
64 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7705.c42 return clk->parent->rate / pfc_divisors[idx];
52 return clk->parent->rate / stc_multipliers[idx];
62 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7706.c39 return clk->parent->rate / pfc_divisors[idx];
51 return clk->parent->rate / stc_multipliers[idx];
63 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7710.c36 return clk->parent->rate / md_table[idx];
46 return clk->parent->rate / md_table[idx];
56 return clk->parent->rate / md_table[idx];
H A Dclock-sh3.c43 return clk->parent->rate / pfc_divisors[idx];
55 return clk->parent->rate / stc_multipliers[idx];
67 return clk->parent->rate / ifc_divisors[idx];
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4.c38 return clk->parent->rate / pfc_divisors[idx];
48 return clk->parent->rate / bfc_divisors[idx];
58 return clk->parent->rate / ifc_divisors[idx];

Completed in 424 milliseconds

1234567891011>>