Home
last modified time | relevance | path

Searched defs:parent (Results 201 – 225 of 2301) sorted by relevance

12345678910>>...93

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mmp.c415 struct device_node *parent) in mmp_of_init()
433 struct device_node *parent) in mmp2_of_init()
451 struct device_node *parent) in mmp3_of_init()
483 struct device_node *parent) in mmp2_mux_of_init()
H A Dirq-ingenic.c146 struct device_node *parent) in intc_1chip_of_init()
154 struct device_node *parent) in intc_2chip_of_init()
H A Dirq-bcm7120-l2.c218 struct device_node *parent, in bcm7120_l2_intc_probe()
339 struct device_node *parent) in bcm7120_l2_intc_probe_7120()
346 struct device_node *parent) in bcm7120_l2_intc_probe_3380()
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3308.c528 u32 div, pll_sel, vol_sel, con, parent; in rk3308_vop_get_clk() local
618 u32 div, con, parent = priv->dpll_hz; in rk3308_bus_get_clk() local
682 u32 div, con, parent = priv->dpll_hz; in rk3308_peri_get_clk() local
745 u32 div, con, parent = priv->vpll0_hz; in rk3308_audio_get_clk() local
800 u32 div, con, parent; in rk3308_crypto_get_clk() local
895 u32 div, con, sel, parent; in rk3308_sclk_sfc_get_clk() local
1222 static int __maybe_unused rk3308_mac_set_parent(struct clk *clk, struct clk *parent) in rk3308_mac_set_parent()
1241 static int __maybe_unused rk3308_clk_set_parent(struct clk *clk, struct clk *parent) in rk3308_clk_set_parent()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dgovernor_passive.c131 struct devfreq *parent = (struct devfreq *)data->parent; in devfreq_passive_notifier_call() local
154 struct devfreq *parent = (struct devfreq *)p_data->parent; in devfreq_passive_event_handler() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilefetcher.cpp51 QGeoTileFetcher::QGeoTileFetcher(QGeoMappingManagerEngine *parent) in QGeoTileFetcher()
60 QGeoTileFetcher::QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent) in QGeoTileFetcher()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h170 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
183 struct rb_node *parent, struct rb_root *root) in __rb_change_child_rcu()
203 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drblist.c16 struct rb_node *parent = NULL, *new_node; in rblist__add_node() local
58 struct rb_node *parent = NULL, *new_node = NULL; in __rblist__findnew() local
H A Dblock-range.c36 struct rb_node *parent = NULL; in block_range__find() local
84 struct rb_node *n, *parent = NULL; in block_range__create() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c574 pid_t parent = getppid(); in TEST() local
661 pid_t parent = getppid(); in TEST_SIGNAL() local
694 pid_t parent = getppid(); in TEST_SIGNAL() local
733 pid_t parent = getppid(); in TEST_SIGNAL() local
945 pid_t parent = getppid(); in TEST() local
963 pid_t parent = getppid(); in TEST() local
985 pid_t parent = getppid(); in TEST() local
1010 pid_t parent = getppid(); in TEST() local
1217 pid_t parent, res = 0; in TEST_F() local
1243 pid_t parent, res = 0; in TEST_F_SIGNAL() local
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A Di2c-mux-pinctrl.c58 struct i2c_adapter *parent; in i2c_mux_pinctrl_parent_adapter() local
79 struct i2c_adapter *parent; in i2c_mux_pinctrl_probe() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h53 …TiledMapReplyTest(const QGeoTileSpec &spec, QObject *parent=0): QGeoTiledMapReply (spec, parent) {} in QGeoTiledMapReply() argument
69 QGeoTileFetcherTest(QGeoMappingManagerEngine *parent) in QGeoTileFetcherTest()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c28 struct cgroup *parent; in cgroup_rstat_updated() local
115 struct cgroup *parent = cgroup_parent(pos); in cgroup_rstat_cpu_pop_updated() local
314 struct cgroup *parent = cgroup_parent(cgrp); in cgroup_base_stat_flush() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_buddy.c45 static struct i915_buddy_block *i915_block_alloc(struct i915_buddy_block *parent, in i915_block_alloc()
218 struct i915_buddy_block *parent; in get_buddy() local
233 struct i915_buddy_block *parent; in __i915_buddy_free() local
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c57 struct inode *parent) in kernfs_encode_fh()
106 struct kernfs_node *parent; in __kernfs_fh_to_dentry() local
174 struct kernfs_node *parent) in find_next_ancestor()
/OK3568_Linux_fs/kernel/drivers/clk/zte/
H A Dclk-zx296702.c196 static inline struct clk *zx_divtbl(const char *name, const char *parent, in zx_divtbl()
204 static inline struct clk *zx_div(const char *name, const char *parent, in zx_div()
218 static inline struct clk *zx_gate(const char *name, const char *parent, in zx_gate()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dclosure.h154 struct closure *parent; member
272 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
372 struct closure *parent) in closure_call()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dcatalog.c44 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key()
61 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid()
68 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-tegra210-emc.c110 struct clk_hw *parent = clk_hw_get_parent_by_index(&emc->hw, index); in tegra210_clk_emc_find_parent() local
125 struct clk_hw *old, *new, *parent; in tegra210_clk_emc_set_rate() local
309 struct clk_hw *parent; in tegra210_clk_emc_attach() local
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Dmain.c139 static struct device_node *bcma_of_find_child_device(struct device *parent, in bcma_of_find_child_device()
159 static int bcma_of_irq_parse(struct device *parent, in bcma_of_irq_parse()
180 static unsigned int bcma_of_get_irq(struct device *parent, in bcma_of_get_irq()
199 static void bcma_of_fill_device(struct device *parent, in bcma_of_fill_device()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c510 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key, in tb_property_add_immediate()
539 int tb_property_add_data(struct tb_property_dir *parent, const char *key, in tb_property_add_data()
575 int tb_property_add_text(struct tb_property_dir *parent, const char *key, in tb_property_add_text()
609 int tb_property_add_dir(struct tb_property_dir *parent, const char *key, in tb_property_add_dir()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_sock.c1434 static void l2cap_sock_cleanup_listen(struct sock *parent) in l2cap_sock_cleanup_listen()
1462 struct sock *sk, *parent = chan->data; in l2cap_sock_new_connection_cb() local
1549 struct sock *parent; in l2cap_sock_teardown_cb() local
1636 struct sock *parent; in l2cap_sock_ready_cb() local
1655 struct sock *parent, *sk = chan->data; in l2cap_sock_defer_cb() local
1772 static void l2cap_sock_init(struct sock *sk, struct sock *parent) in l2cap_sock_init()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dpsmouse-base.c1336 struct psmouse *parent = NULL, *psmouse = in psmouse_resync() local
1434 struct psmouse *parent = NULL; in psmouse_cleanup() local
1482 struct psmouse *parent = NULL; in psmouse_disconnect() local
1584 struct psmouse *psmouse, *parent = NULL; in psmouse_connect() local
1695 struct psmouse *parent = NULL; in __psmouse_reconnect() local
1825 struct psmouse *psmouse, *parent = NULL; in psmouse_attr_set_helper() local
1901 struct psmouse *parent = NULL; in psmouse_attr_set_protocol() local
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c69 struct fwnode_handle *parent) in acpi_nondev_subnode_extract()
121 struct fwnode_handle *parent) in acpi_nondev_subnode_data_ok()
142 struct fwnode_handle *parent) in acpi_nondev_subnode_ok()
161 struct fwnode_handle *parent) in acpi_add_nondev_subnodes()
209 struct fwnode_handle *parent) in acpi_enumerate_nondev_subnodes()
1339 struct fwnode_handle *parent; in acpi_fwnode_get_name() local
1364 struct fwnode_handle *parent; in acpi_fwnode_get_name_prefix() local
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpc_pipe.c631 static struct dentry *__rpc_lookup_create_exclusive(struct dentry *parent, in __rpc_lookup_create_exclusive()
650 static void __rpc_depopulate(struct dentry *parent, in __rpc_depopulate()
682 static void rpc_depopulate(struct dentry *parent, in rpc_depopulate()
693 static int rpc_populate(struct dentry *parent, in rpc_populate()
736 static struct dentry *rpc_mkdir_populate(struct dentry *parent, in rpc_mkdir_populate()
769 struct dentry *parent; in rpc_rmdir_depopulate() local
802 struct dentry *rpc_mkpipe_dentry(struct dentry *parent, const char *name, in rpc_mkpipe_dentry()
846 struct dentry *parent; in rpc_unlink() local
1109 struct dentry *rpc_create_cache_dir(struct dentry *parent, const char *name, in rpc_create_cache_dir()

12345678910>>...93