Searched refs:parent (Results 251 - 275 of 4987) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7201.c37 return clk->parent->rate / pfc_divisors[idx];
47 return clk->parent->rate / pfc_divisors[idx];
57 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7206.c36 return clk->parent->rate / pfc_divisors[idx];
45 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
55 return clk->parent->rate / ifc_divisors[idx];
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7770.c31 return clk->parent->rate / pfc_divisors[idx];
41 return clk->parent->rate / bfc_divisors[idx];
51 return clk->parent->rate / ifc_divisors[idx];
/linux-master/arch/sh/kernel/cpu/
H A Dclock-cpg.c15 .parent = &master_clk,
20 .parent = &master_clk,
25 .parent = &master_clk,
/linux-master/drivers/of/
H A Dfdt_address.c109 static int __init fdt_translate_one(const void *blob, int parent, argument
119 ranges = fdt_getprop(blob, parent, rprop, &rlen);
146 of_dump_addr("parent translation for:", addr, pna);
149 /* Translate it into parent bus space */
165 int parent, len; local
182 /* Get parent & match bus type */
183 parent = fdt_parent_offset(blob, node_offset);
184 if (parent < 0)
189 bus->count_cells(blob, parent, &na, &ns);
198 na, ns, fdt_get_name(blob, parent, NUL
[all...]
/linux-master/include/linux/
H A Ddtpm.h17 struct dtpm *parent; member in struct:dtpm
52 struct dtpm_node *parent; member in struct:dtpm_node
68 int dtpm_register(const char *name, struct dtpm *dtpm, struct dtpm *parent);
H A Dmdev.h27 /* set by the driver before calling mdev_register parent: */
32 struct mdev_parent *parent; member in struct:mdev_type
44 /* Synchronize device creation/removal with parent unregistration */
76 int mdev_register_parent(struct mdev_parent *parent, struct device *dev,
79 void mdev_unregister_parent(struct mdev_parent *parent);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Devent.c57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, argument
72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle,
74 NVIF_ERRON(ret && warn, parent, "[NEW EVENT wait:%d size:%zd]",
/linux-master/drivers/clk/qcom/
H A Dapcs-msm8996.c25 struct device *parent = dev->parent; local
31 regmap = dev_get_regmap(parent, NULL);
50 * As this clocks is a parent of the CPU cluster clocks and is actually
51 * used as a parent during CPU clocks setup, we want for it to register
H A Dapcs-msm8916.c48 struct device *parent = dev->parent; local
49 struct device_node *np = parent->of_node;
55 regmap = dev_get_regmap(parent, NULL);
65 /* Use an unique name by appending parent's @unit-address */
85 a53cc->pclk = devm_clk_get(parent, NULL);
/linux-master/scripts/gdb/linux/
H A Dgenpd.py18 parent = kobj['parent']
19 if parent:
20 path = kobject_get_path(parent) + '/' + path
/linux-master/fs/gfs2/
H A Dexport.c29 struct inode *parent)
35 if (parent && (*len < GFS2_LARGE_FH_SIZE)) {
49 if (!parent || inode == d_inode(sb->s_root))
52 ip = GFS2_I(parent);
85 static int gfs2_get_name(struct dentry *parent, char *name, argument
88 struct inode *dir = d_inode(parent);
169 struct gfs2_inum_host parent; local
177 parent.no_formal_ino = ((u64)be32_to_cpu(fh[4])) << 32;
178 parent.no_formal_ino |= be32_to_cpu(fh[5]);
179 parent
28 gfs2_encode_fh(struct inode *inode, __u32 *p, int *len, struct inode *parent) argument
[all...]
/linux-master/tools/perf/util/
H A Dblock-range.c32 struct rb_node *parent = NULL; local
36 parent = *p;
37 entry = rb_entry(parent, struct block_range, node);
40 p = &parent->rb_left;
42 p = &parent->rb_right;
80 struct rb_node *n, *parent = NULL; local
85 parent = *p;
86 entry = rb_entry(parent, struct block_range, node);
89 p = &parent->rb_left;
91 p = &parent
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt_walk.h48 * @parent: The parent page.table.
50 * @level: The level of @parent.
59 typedef int (*xe_pt_entry_fn)(struct xe_ptw *parent, pgoff_t offset,
83 int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level,
86 int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level,
/linux-master/include/linux/fpga/
H A Dfpga-bridge.h84 #define fpga_bridge_register(parent, name, br_ops, priv) \
85 __fpga_bridge_register(parent, name, br_ops, priv, THIS_MODULE)
87 __fpga_bridge_register(struct device *parent, const char *name,
/linux-master/drivers/clk/
H A Dclk.c68 struct clk_core *parent; member in struct:clk_core
337 * context. If the parent isn't enabled already, we can't do
340 if ((core->flags & CLK_OPS_PARENT_ENABLE) && core->parent)
341 if (!clk_core_is_enabled(core->parent)) {
382 return hw->core->parent ? hw->core->parent->hw : NULL;
449 * clk_core_get - Find the clk_core parent of a clk
450 * @core: clk to find parent of
451 * @p_index: parent index to search for
453 * This is the preferred method for clk providers to find the parent o
518 struct clk_core *parent; local
556 struct clk_core *parent; local
648 clk_core_has_parent(struct clk_core *core, const struct clk_core *parent) argument
670 clk_core_forward_rate_req(struct clk_core *core, const struct clk_rate_request *old_req, struct clk_core *parent, struct clk_rate_request *req, unsigned long parent_rate) argument
693 struct clk_core *parent = core->parent; local
733 struct clk_core *core = hw->core, *parent, *best_parent = NULL; local
1624 struct clk_core *parent; local
1680 clk_hw_forward_rate_request(const struct clk_hw *hw, const struct clk_rate_request *old_req, const struct clk_hw *parent, struct clk_rate_request *req, unsigned long parent_rate) argument
2016 clk_fetch_parent_index(struct clk_core *core, struct clk_core *parent) argument
2068 struct clk_hw *parent = clk_hw_get_parent(hw); local
2116 __clk_set_parent_before(struct clk_core *core, struct clk_core *parent) argument
2162 __clk_set_parent_after(struct clk_core *core, struct clk_core *parent, struct clk_core *old_parent) argument
2182 __clk_set_parent(struct clk_core *core, struct clk_core *parent, u8 p_index) argument
2286 struct clk_core *old_parent, *parent; local
2415 struct clk_core *parent = NULL; local
2807 struct clk *parent; local
2857 clk_has_parent(const struct clk *clk, const struct clk *parent) argument
2867 clk_core_set_parent_nolock(struct clk_core *core, struct clk_core *parent) argument
2932 clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *parent) argument
2955 clk_set_parent(struct clk *clk, struct clk *parent) argument
3580 struct clk_core *parent; local
3645 struct clk_core *parent; local
3862 struct clk_core *parent = __clk_init_parent(orphan); local
3903 struct clk_core *parent; local
4241 struct clk_parent_map *parents, *parent; local
5543 struct clock_provider *parent; local
[all...]
/linux-master/drivers/staging/greybus/
H A Dfw-download.c37 struct device *parent; member in struct:fw_download
48 dev_dbg(fw_req->fw_download->parent, "firmware %s released\n",
135 dev_err(fw_download->parent,
150 dev_err(fw_download->parent,
175 dev_err(fw_download->parent,
186 dev_info(fw_download->parent, "Requested firmware package '%s'\n",
189 ret = request_firmware(&fw_req->fw, fw_req->name, fw_download->parent);
191 dev_err(fw_download->parent,
231 dev_err(fw_download->parent,
243 dev_err(fw_download->parent,
[all...]
H A Dfw-management.c24 struct device *parent; member in struct:fw_mgmt
118 dev_err(fw_mgmt->parent,
133 dev_err(fw_mgmt->parent,
149 dev_err(fw_mgmt->parent,
162 dev_err(fw_mgmt->parent, "load-and-validate: firmware-tag is not NULL terminated\n");
169 dev_err(fw_mgmt->parent, "failed to allocate request id (%d)\n",
184 dev_err(fw_mgmt->parent,
201 dev_err(fw_mgmt->parent,
207 dev_err(fw_mgmt->parent, "illegal size of firmware loaded request (%zu != %zu)\n",
216 dev_err(fw_mgmt->parent, "invali
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_i2c.c74 dev_dbg(i2c->adap.dev.parent,
77 dev_dbg(i2c->adap.dev.parent,
83 dev_dbg(i2c->adap.dev.parent,
89 dev_dbg(i2c->adap.dev.parent,
98 dev_dbg(i2c->adap.dev.parent,
106 dev_dbg(i2c->adap.dev.parent,
121 dev_dbg(i2c->adap.dev.parent, "%s()\n", __func__);
142 dev_dbg(i2c->adap.dev.parent,
146 dev_dbg(i2c->adap.dev.parent,
158 dev_dbg(i2c->adap.dev.parent,
[all...]
/linux-master/drivers/counter/
H A Dcounter-chrdev.c30 void *parent; member in struct:counter_comp_node
168 if (comp_node->parent == cfg->parent &&
270 size_t parent, id; local
282 parent = watch.component.parent;
284 /* Configure parent component info for comp node */
291 if (parent >= counter->num_signals)
293 parent = array_index_nospec(parent, counte
488 counter_get_array_data(struct counter_device *const counter, const enum counter_scope scope, void *const parent, const struct counter_comp *const comp, const size_t idx, u64 *const value) argument
[all...]
/linux-master/kernel/gcov/
H A Dfs.c37 * @parent: parent node
56 struct gcov_node *parent; member in struct:gcov_node
476 static void add_links(struct gcov_node *node, struct dentry *parent) argument
498 parent, target);
521 const char *name, struct gcov_node *parent)
530 node->parent = parent;
539 static struct gcov_node *new_node(struct gcov_node *parent, argument
553 init_node(node, info, name, parent);
520 init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent) argument
605 struct gcov_node *parent; local
618 get_child_by_name(struct gcov_node *parent, const char *name) argument
679 struct gcov_node *parent; local
[all...]
/linux-master/lib/
H A Dradix-tree.c80 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot) argument
82 return parent ? slot - parent->slots : 0;
85 static unsigned int radix_tree_descend(const struct radix_tree_node *parent, argument
88 unsigned int offset = (index >> parent->shift) & RADIX_TREE_MAP_MASK;
89 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]);
233 radix_tree_node_alloc(gfp_t gfp_mask, struct radix_tree_node *parent, argument
266 rtp->nodes = ret->parent;
284 ret->parent = parent;
549 struct radix_tree_node *parent; local
751 struct radix_tree_node *node, *parent; local
970 struct radix_tree_node *node, *parent; local
1032 struct radix_tree_node *node, *parent; local
1084 struct radix_tree_node *node, *parent; local
[all...]
/linux-master/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c74 struct aspeed_p2a_ctrl *parent; member in struct:aspeed_p2a_user
105 struct aspeed_p2a_ctrl *ctrl = priv->parent;
176 struct aspeed_p2a_ctrl *ctrl = priv->parent;
250 priv->parent = file->private_data;
273 mutex_lock(&priv->parent->tracking);
275 priv->parent->readers -= priv->read;
278 priv->parent->readerwriters[i] -= priv->readwrite[i];
280 if (priv->parent->readerwriters[i] > 0)
283 bits |= priv->parent->config->regions[i].bit;
294 regmap_update_bits(priv->parent
[all...]
/linux-master/tools/testing/nvdimm/test/
H A Diomap.c201 struct resource *parent, resource_size_t start,
221 struct resource *parent, resource_size_t start,
224 if (parent == &iomem_resource) {
258 struct resource *parent, resource_size_t start,
263 if (parent == &iomem_resource) {
299 res->flags = resource_type(parent);
322 return __devm_request_region(dev, parent, start, n, name);
323 return __request_region(parent, start, n, name, flags);
326 struct resource *__wrap___request_region(struct resource *parent, argument
330 return nfit_test_request_region(NULL, parent, star
220 nfit_test_release_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n) argument
257 nfit_test_request_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n, const char *name, int flags) argument
334 __wrap_insert_resource(struct resource *parent, struct resource *res) argument
350 __wrap___devm_request_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n, const char *name) argument
360 __wrap___release_region(struct resource *parent, resource_size_t start, resource_size_t n) argument
368 __wrap___devm_release_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c63 static void sparx5_tc_get_layer_and_idx(u32 parent, u32 portno, u32 *layer, argument
66 if (parent == TC_H_ROOT) {
70 u32 queue = TC_H_MIN(parent) - 1;
93 sparx5_tc_get_layer_and_idx(qopt->parent, port->portno, &layer,
120 if (qopt->parent != TC_H_ROOT)

Completed in 323 milliseconds

<<11121314151617181920>>