Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 200 of 1095) sorted by relevance

123456

/linux-4.4.14/include/linux/
Ddebugfs.h138 struct dentry *parent, void *data, in debugfs_create_file()
145 struct dentry *parent, void *data, in debugfs_create_file_size()
153 struct dentry *parent) in debugfs_create_dir()
159 struct dentry *parent, in debugfs_create_symlink()
178 struct dentry *parent, in debugfs_create_u8()
185 struct dentry *parent, in debugfs_create_u16()
192 struct dentry *parent, in debugfs_create_u32()
199 struct dentry *parent, in debugfs_create_u64()
206 struct dentry *parent, in debugfs_create_x8()
213 struct dentry *parent, in debugfs_create_x16()
[all …]
Dproc_fs.h31 const char *name, umode_t mode, struct proc_dir_entry *parent, in proc_create()
56 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
58 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
60 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
62 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
63 #define proc_create(name, mode, parent, proc_fops) ({NULL;}) argument
64 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;}) argument
72 #define remove_proc_entry(name, parent) do {} while (0) argument
73 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree()
80 struct net *net, const char *name, struct proc_dir_entry *parent) in proc_net_mkdir()
Dof_platform.h83 struct device *parent) in of_platform_populate()
89 struct device *parent) in of_platform_default_populate()
93 static inline void of_platform_depopulate(struct device *parent) { } in of_platform_depopulate()
Dof_graph.h38 #define for_each_endpoint_of_node(parent, child) \ argument
68 const struct device_node *parent, in of_graph_get_next_endpoint()
75 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs()
Dbsg.h10 struct device *parent; member
23 struct device *parent, const char *name, in bsg_register_queue()
Dpage_counter.h11 struct page_counter *parent; member
25 struct page_counter *parent) in page_counter_init()
Dkernfs.h118 struct kernfs_node *parent; member
350 kernfs_find_and_get_ns(struct kernfs_node *parent, const char *name, in kernfs_find_and_get_ns()
375 kernfs_create_dir_ns(struct kernfs_node *parent, const char *name, in kernfs_create_dir_ns()
380 __kernfs_create_file(struct kernfs_node *parent, const char *name, in __kernfs_create_file()
386 kernfs_create_link(struct kernfs_node *parent, const char *name, in kernfs_create_link()
434 kernfs_create_dir(struct kernfs_node *parent, const char *name, umode_t mode, in kernfs_create_dir()
441 kernfs_create_file_ns(struct kernfs_node *parent, const char *name, in kernfs_create_file_ns()
455 kernfs_create_file(struct kernfs_node *parent, const char *name, umode_t mode, in kernfs_create_file()
461 static inline int kernfs_remove_by_name(struct kernfs_node *parent, in kernfs_remove_by_name()
Drbtree.h80 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
89 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu()
Drbtree_augmented.h122 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
142 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local
Dclk.h449 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent()
454 static inline int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
Di2c-mux-gpio.h32 int parent; member
/linux-4.4.14/kernel/
Daudit_watch.c52 struct audit_parent *parent; /* associated parent */ member
69 static void audit_free_parent(struct audit_parent *parent) in audit_free_parent()
77 struct audit_parent *parent; in audit_watch_free_mark() local
83 static void audit_get_parent(struct audit_parent *parent) in audit_get_parent()
89 static void audit_put_parent(struct audit_parent *parent) in audit_put_parent()
101 struct audit_parent *parent = NULL; in audit_find_parent() local
150 struct audit_parent *parent; in audit_init_parent() local
257 static void audit_update_watch(struct audit_parent *parent, in audit_update_watch()
336 static void audit_remove_parent_watches(struct audit_parent *parent) in audit_remove_parent_watches()
362 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd()
[all …]
Dresource.c755 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
817 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
834 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
879 struct resource *tmp, *parent = res->parent; in __adjust_resource() local
939 struct resource *parent = root; in __reserve_region_with_split() local
1061 struct resource * __request_region(struct resource *parent, in __request_region()
1118 void __release_region(struct resource *parent, resource_size_t start, in __release_region()
1180 int release_mem_region_adjustable(struct resource *parent, in release_mem_region_adjustable()
1336 struct resource *parent; member
1357 struct resource *parent, resource_size_t start, in __devm_request_region()
[all …]
/linux-4.4.14/drivers/of/
Dplatform.c107 struct device *parent) in of_device_alloc()
172 struct device *parent) in of_platform_device_create_pdata()
213 struct device *parent) in of_platform_device_create()
223 struct device *parent) in of_amba_device_create()
287 struct device *parent) in of_amba_device_create()
331 struct device *parent, bool strict) in of_platform_bus_create()
389 struct device *parent) in of_platform_bus_probe()
441 struct device *parent) in of_platform_populate()
466 struct device *parent) in of_platform_default_populate()
508 void of_platform_depopulate(struct device *parent) in of_platform_depopulate()
Dpdt.c170 struct device_node *parent) in of_pdt_create_node()
193 static struct device_node * __init of_pdt_build_tree(struct device_node *parent, in of_pdt_build_tree()
Dfdt_address.c110 static int __init fdt_translate_one(const void *blob, int parent, in fdt_translate_one()
166 int parent, len; in fdt_translate_address() local
/linux-4.4.14/tools/lib/
Drbtree.c65 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
75 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
201 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
363 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
439 struct rb_node *parent; in rb_next() local
470 struct rb_node *parent; in rb_prev() local
499 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
526 const struct rb_node *parent; in rb_next_postorder() local
/linux-4.4.14/lib/
Drbtree.c90 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
100 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
228 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
396 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
478 struct rb_node *parent; in rb_next() local
510 struct rb_node *parent; in rb_prev() local
540 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
568 const struct rb_node *parent; in rb_next_postorder() local
Dkobject.c106 struct kobject *parent = kobj; in get_kobj_path_length() local
123 struct kobject *parent; in fill_kobj_path() local
203 struct kobject *parent; in kobject_add_internal() local
355 struct kobject *parent, in kobject_add_varg()
394 int kobject_add(struct kobject *kobj, struct kobject *parent, in kobject_add()
430 struct kobject *parent, const char *fmt, ...) in kobject_init_and_add()
743 struct kobject *kobject_create_and_add(const char *name, struct kobject *parent) in kobject_create_and_add()
998 const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent) in kobj_child_ns_ops()
Dfault-inject.c163 struct dentry *parent, unsigned long *value) in debugfs_create_ul()
183 struct dentry *parent, unsigned long *value) in debugfs_create_stacktrace_depth()
192 struct dentry *parent, struct fault_attr *attr) in fault_create_debugfs_attr()
Dnotifier-error-inject.c21 struct dentry *parent, int *value) in debugfs_create_errno()
49 struct dentry *notifier_err_inject_init(const char *name, struct dentry *parent, in notifier_err_inject_init()
Dtimerqueue.c42 struct rb_node *parent = NULL; in timerqueue_add() local
Drbtree_test.c26 struct rb_node **new = &root->rb_node, *parent = NULL; in insert() local
72 struct test_node *parent; in RB_DECLARE_CALLBACKS() local
/linux-4.4.14/fs/sysfs/
Ddir.c22 void sysfs_warn_dup(struct kernfs_node *parent, const char *name) in sysfs_warn_dup()
43 struct kernfs_node *parent, *kn; in sysfs_create_dir_ns() local
104 struct kernfs_node *parent; in sysfs_rename_dir_ns() local
132 struct kernfs_node *kn, *parent = parent_kobj->sd; in sysfs_create_mount_point() local
153 struct kernfs_node *parent = parent_kobj->sd; in sysfs_remove_mount_point() local
Dgroup.c21 static void remove_files(struct kernfs_node *parent, in remove_files()
35 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files()
229 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local
285 struct kernfs_node *parent; in sysfs_merge_group() local
314 struct kernfs_node *parent; in sysfs_unmerge_group() local
336 struct kernfs_node *parent; in sysfs_add_link_to_group() local
359 struct kernfs_node *parent; in sysfs_remove_link_from_group() local
Dsymlink.c21 static int sysfs_do_create_link_sd(struct kernfs_node *parent, in sysfs_do_create_link_sd()
70 struct kernfs_node *parent = NULL; in sysfs_do_create_link() local
144 struct kernfs_node *parent = NULL; in sysfs_remove_link() local
168 struct kernfs_node *parent, *kn = NULL; in sysfs_rename_link_ns() local
Dfile.c240 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns()
309 int sysfs_add_file(struct kernfs_node *parent, const struct attribute *attr, in sysfs_add_file()
354 struct kernfs_node *parent; in sysfs_add_file_to_group() local
413 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_ns() local
428 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_self() local
459 struct kernfs_node *parent; in sysfs_remove_file_from_group() local
/linux-4.4.14/fs/debugfs/
Dfile.c46 struct dentry *parent, void *value, in debugfs_create_mode()
100 struct dentry *parent, u8 *value) in debugfs_create_u8()
146 struct dentry *parent, u16 *value) in debugfs_create_u16()
192 struct dentry *parent, u32 *value) in debugfs_create_u32()
239 struct dentry *parent, u64 *value) in debugfs_create_u64()
287 struct dentry *parent, unsigned long *value) in debugfs_create_ulong()
329 struct dentry *parent, u8 *value) in debugfs_create_x8()
347 struct dentry *parent, u16 *value) in debugfs_create_x16()
365 struct dentry *parent, u32 *value) in debugfs_create_x32()
383 struct dentry *parent, u64 *value) in debugfs_create_x64()
[all …]
Dinode.c245 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
324 struct dentry *parent, void *data, in debugfs_create_file()
379 struct dentry *parent, void *data, in debugfs_create_file_size()
409 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
446 struct dentry *parent, in debugfs_create_automount()
492 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
520 static int __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove()
553 struct dentry *parent; in debugfs_remove() local
586 struct dentry *child, *parent; in debugfs_remove_recursive() local
/linux-4.4.14/drivers/clk/imx/
Dclk.h54 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2()
62 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate2_shared()
93 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider()
101 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags()
108 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate()
115 static inline struct clk *imx_clk_gate_dis(const char *name, const char *parent, in imx_clk_gate_dis()
140 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor()
/linux-4.4.14/drivers/regulator/
Dtps80031-regulator.c104 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_is_enabled() local
124 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_enable() local
143 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_disable() local
182 struct device *parent = to_tps80031_dev(rdev); in tps80031_dcdc_set_voltage_sel() local
215 struct device *parent = to_tps80031_dev(rdev); in tps80031_dcdc_get_voltage_sel() local
245 struct device *parent = to_tps80031_dev(rdev); in tps80031_ldo_list_voltage() local
269 struct device *parent = to_tps80031_dev(rdev); in tps80031_ldo_map_voltage() local
288 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_is_enabled() local
315 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_enable() local
339 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_disable() local
[all …]
Dmc13xxx-regulator-core.c146 struct device_node *parent; in mc13xxx_get_num_regulators_dt() local
168 struct device_node *parent, *child; in mc13xxx_parse_regulators_dt() local
/linux-4.4.14/drivers/edac/
Ddebugfs.c61 struct dentry *d, *parent; in edac_create_debugfs_nodes() local
117 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at()
133 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
145 struct dentry *parent, u8 *value) in edac_debugfs_create_x8()
156 struct dentry *parent, u16 *value) in edac_debugfs_create_x16()
Dedac_module.h86 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at()
88 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
92 struct dentry *parent, u8 *value) { return NULL; } in edac_debugfs_create_x8()
95 struct dentry *parent, u16 *value) { return NULL; } in edac_debugfs_create_x16()
/linux-4.4.14/drivers/i2c/
Di2c-mux.c35 struct i2c_adapter *parent; member
48 struct i2c_adapter *parent = priv->parent; in i2c_mux_master_xfer() local
68 struct i2c_adapter *parent = priv->parent; in i2c_mux_smbus_xfer() local
87 struct i2c_adapter *parent = priv->parent; in i2c_mux_functionality() local
93 static unsigned int i2c_mux_parent_classes(struct i2c_adapter *parent) in i2c_mux_parent_classes()
105 struct i2c_adapter *i2c_add_mux_adapter(struct i2c_adapter *parent, in i2c_add_mux_adapter()
/linux-4.4.14/arch/powerpc/kernel/
Dpci_dn.c74 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local
110 struct pci_dn *parent, *pdn; in pci_get_pdn() local
140 static struct pci_dn *add_one_dev_pci_data(struct pci_dn *parent, in add_one_dev_pci_data()
181 struct pci_dn *parent, *pdn; in add_dev_pci_data() local
216 struct pci_dn *parent; in remove_dev_pci_data() local
277 struct device_node *parent; in update_dn_pci_info() local
Deeh_pe.c294 struct eeh_dev *parent; in eeh_pe_get_parent() local
329 struct eeh_pe *pe, *parent; in eeh_add_to_parent_pe() local
441 struct eeh_pe *pe, *parent, *child; in eeh_rmv_from_parent_pe() local
/linux-4.4.14/drivers/gpio/
Dgpio-rc5t583.c45 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_get() local
59 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_set() local
69 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_input() local
84 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_output() local
109 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_free() local
/linux-4.4.14/drivers/pwm/
Dsysfs.c191 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
228 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
247 static ssize_t export_store(struct device *parent, in export_store()
275 static ssize_t unexport_store(struct device *parent, in unexport_store()
296 static ssize_t npwm_show(struct device *parent, struct device_attribute *attr, in npwm_show()
319 static int pwmchip_sysfs_match(struct device *parent, const void *data) in pwmchip_sysfs_match()
326 struct device *parent; in pwmchip_sysfs_export() local
342 struct device *parent; in pwmchip_sysfs_unexport() local
/linux-4.4.14/fs/proc/
Dgeneric.c79 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
355 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
398 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
425 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
449 struct proc_dir_entry *parent) in proc_mkdir_mode()
456 struct proc_dir_entry *parent) in proc_mkdir()
465 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
482 struct proc_dir_entry *parent, in proc_create_data()
546 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
580 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()
/linux-4.4.14/fs/kernfs/
Ddir.c190 struct kernfs_node *parent; in kernfs_get_parent() local
260 struct rb_node *parent = NULL; in kernfs_link_sibling() local
418 struct kernfs_node *parent; in kernfs_put() local
573 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
601 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local
664 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
707 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
787 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns()
819 struct kernfs_node *kernfs_create_empty_dir(struct kernfs_node *parent, in kernfs_create_empty_dir()
849 struct kernfs_node *parent = dentry->d_parent->d_fsdata; in kernfs_iop_lookup() local
[all …]
Dsymlink.c25 struct kernfs_node *kernfs_create_link(struct kernfs_node *parent, in kernfs_create_link()
49 static int kernfs_get_target_path(struct kernfs_node *parent, in kernfs_get_target_path()
104 struct kernfs_node *parent = kn->parent; in kernfs_getlink() local
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dinterval_tree.c155 struct interval_node *parent = node->in_parent; in __rotate_left() local
184 struct interval_node *parent = node->in_parent; in __rotate_right() local
220 struct interval_node *parent, *gparent; in interval_insert_color() local
275 struct interval_node **p, *parent = NULL; in interval_insert() local
314 struct interval_node *parent, in interval_erase_color()
414 struct interval_node *child, *parent; in interval_erase() local
/linux-4.4.14/fs/exportfs/
Dexpfs.c76 struct dentry *parent = dget_parent(dentry); in dentry_connected() local
93 struct dentry *parent = dget_parent(dentry); in clear_disconnected() local
122 struct dentry *parent; in reconnect_one() local
207 struct dentry *dentry, *parent; in reconnect_path() local
351 int *max_len, struct inode *parent) in export_encode_fh()
378 int *max_len, struct inode *parent) in exportfs_encode_inode_fh()
394 struct inode *inode = dentry->d_inode, *parent = NULL; in exportfs_encode_fh() local
/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py223 def __init__(self, db, parent=None): argument
228 def columnCount(self, parent): argument
231 def rowCount(self, parent): argument
248 def parent(self, child): member in TreeModel
255 def index(self, row, column, parent): argument
274 def __init__(self, db, dbname, parent=None): argument
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlovsub_lock.c67 struct cl_lock *parent; in lovsub_parent_lock() local
77 struct cl_lock *parent; in lovsub_parent_unlock() local
101 struct cl_lock *parent = lov->lls_cl.cls_lock; in lovsub_lock_state() local
194 struct cl_lock *parent; in lov_sublock_modify() local
251 struct cl_lock *parent; in lovsub_lock_closure() local
276 struct cl_lock *parent; in lovsub_lock_delete_one() local
Dlov_lock.c61 struct cl_lock *parent, in lov_sublock_env_get()
108 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_sublock_adopt() local
142 struct cl_lock *parent; in lov_sublock_alloc() local
208 struct cl_lock *parent = closure->clc_origin; in lov_sublock_lock() local
301 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_lock_sub_init() local
364 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_sublock_release() local
409 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_sublock_hold() local
501 static int lov_sublock_fill(const struct lu_env *env, struct cl_lock *parent, in lov_sublock_fill()
1017 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_lock_unlink() local
1188 struct cl_lock *parent) in lov_closure_get()
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c116 bfin_debug_mmrs_can(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_can()
209 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma()
250 bfin_debug_mmrs_eppi(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_eppi()
275 bfin_debug_mmrs_gptimer(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_gptimer()
288 bfin_debug_mmrs_gptimer_group(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_gptimer_group()
316 bfin_debug_mmrs_hmdma(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_hmdma()
335 bfin_debug_mmrs_pint(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_pint()
358 bfin_debug_mmrs_port(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_port()
399 bfin_debug_mmrs_ppi(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_ppi()
415 bfin_debug_mmrs_spi(struct dentry *parent, unsigned long base, int num) in bfin_debug_mmrs_spi()
[all …]
/linux-4.4.14/fs/tracefs/
Dinode.c317 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
393 struct dentry *parent, void *data, in tracefs_create_file()
419 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir()
461 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir()
483 struct dentry *tracefs_create_instance_dir(const char *name, struct dentry *parent, in tracefs_create_instance_dir()
503 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
537 struct dentry *parent; in tracefs_remove() local
564 struct dentry *child, *parent; in tracefs_remove_recursive() local
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss-of.c26 omapdss_of_get_next_port(const struct device_node *parent, in omapdss_of_get_next_port()
72 omapdss_of_get_next_endpoint(const struct device_node *parent, in omapdss_of_get_next_endpoint()
141 omapdss_of_get_first_endpoint(const struct device_node *parent) in omapdss_of_get_first_endpoint()
/linux-4.4.14/security/
Dinode.c78 struct dentry *parent, void *data, in securityfs_create_file()
166 struct dentry *securityfs_create_dir(const char *name, struct dentry *parent) in securityfs_create_dir()
189 struct dentry *parent; in securityfs_remove() local
Ddevice_cgroup.c458 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm() local
479 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal() local
502 static inline int may_allow_all(struct dev_cgroup *parent) in may_allow_all()
610 struct dev_cgroup *parent = css_to_devcgroup(devcgroup->css.parent); in devcgroup_update_access() local
/linux-4.4.14/drivers/amba/
Dbus.c348 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
427 amba_aphb_device_add(struct device *parent, const char *name, in amba_aphb_device_add()
456 amba_apb_device_add(struct device *parent, const char *name, in amba_apb_device_add()
466 amba_ahb_device_add(struct device *parent, const char *name, in amba_ahb_device_add()
476 amba_apb_device_add_res(struct device *parent, const char *name, in amba_apb_device_add_res()
487 amba_ahb_device_add_res(struct device *parent, const char *name, in amba_ahb_device_add_res()
544 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
581 struct device *parent; member
622 amba_find_device(const char *busid, struct device *parent, unsigned int id, in amba_find_device()
/linux-4.4.14/fs/
Dpnode.c231 struct mount *parent = last_source->mnt_parent; in propagate_one() local
348 struct mount *parent = mnt->mnt_parent; in propagate_mount_busy() local
379 struct mount *parent = mnt->mnt_parent; in propagate_mount_unlock() local
397 struct mount *parent = mnt->mnt_parent; in mark_umount_candidates() local
418 struct mount *parent = mnt->mnt_parent; in __propagate_umount() local
Ddcache.c107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash()
501 struct dentry *parent = NULL; in __dentry_kill() local
562 struct dentry *parent = NULL; in dentry_kill() local
587 struct dentry *parent = dentry->d_parent; in lock_parent() local
916 struct dentry *parent = lock_parent(dentry); in d_prune_aliases() local
933 struct dentry *dentry, *parent; in shrink_dentry_list() local
1159 static void d_walk(struct dentry *parent, void *data, in d_walk()
1288 int have_submounts(struct dentry *parent) in have_submounts()
1387 void shrink_dcache_parent(struct dentry *parent) in shrink_dcache_parent()
1616 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc()
[all …]
/linux-4.4.14/drivers/staging/android/
Dsync.c412 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_get_driver_name() local
420 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_get_timeline_name() local
428 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_release() local
447 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_signaled() local
459 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_enable_signaling() local
472 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_fill_driver_data() local
483 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_value_str() local
497 struct sync_timeline *parent = sync_pt_parent(pt); in android_fence_timeline_value_str() local
/linux-4.4.14/drivers/mfd/
Dmfd-core.c86 struct acpi_device *parent, *child; in mfd_acpi_add_device() local
139 static int mfd_add_device(struct device *parent, int id, in mfd_add_device()
265 int mfd_add_devices(struct device *parent, int id, in mfd_add_devices()
321 void mfd_remove_devices(struct device *parent) in mfd_remove_devices()
/linux-4.4.14/arch/sparc/kernel/
Dof_device_32.c186 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
245 struct device *parent) in build_device_resources()
339 struct device *parent) in scan_one_device()
393 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
408 struct platform_device *parent; in scan_of_devices() local
Dof_device_64.c240 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
315 struct device *parent) in build_device_resources()
533 struct device *parent, in build_one_device_irq()
636 struct device *parent) in scan_one_device()
688 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
703 struct platform_device *parent; in scan_of_devices() local
/linux-4.4.14/fs/ocfs2/
Dexport.c149 struct dentry *parent; in ocfs2_get_parent() local
181 struct inode *parent) in ocfs2_encode_fh()
255 struct ocfs2_inode_handle parent; in ocfs2_fh_to_parent() local
Dblockcheck.c243 struct dentry *parent, in blockcheck_debugfs_create()
265 struct dentry *parent) in ocfs2_blockcheck_debug_install()
301 struct dentry *parent) in ocfs2_blockcheck_debug_install()
313 struct dentry *parent) in ocfs2_blockcheck_stats_debugfs_install()
/linux-4.4.14/drivers/pci/hotplug/
Dshpchp_pci.c42 struct pci_bus *parent = bridge->subordinate; in shpchp_configure_device() local
84 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; in shpchp_unconfigure_device() local
Dpciehp_pci.c41 struct pci_bus *parent = bridge->subordinate; in pciehp_configure_device() local
82 struct pci_bus *parent = p_slot->ctrl->pcie->port->subordinate; in pciehp_unconfigure_device() local
Drpadlpar_core.c45 struct device_node *parent = of_find_node_by_name(NULL, "vdevice"); in find_vio_slot_node() local
129 static struct pci_dev *dlpar_find_new_dev(struct pci_bus *parent, in dlpar_find_new_dev()
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddebugfs.c50 const char *name, struct dentry *parent, struct i2400m *i2400m) in debugfs_create_netdev_queue_stopped()
186 const char *name, struct dentry *parent, struct i2400m *i2400m) in debugfs_create_i2400m_suspend()
224 const char *name, struct dentry *parent, struct i2400m *i2400m) in debugfs_create_i2400m_reset()
231 #define __debugfs_register(prefix, name, parent) \ argument
/linux-4.4.14/arch/mips/ath79/
Dirq.c272 struct device_node *node, struct device_node *parent) in ath79_misc_intc_of_init()
298 struct device_node *node, struct device_node *parent) in ar7100_misc_intc_of_init()
308 struct device_node *node, struct device_node *parent) in ar7240_misc_intc_of_init()
318 struct device_node *node, struct device_node *parent) in ar79_cpu_intc_of_init()
/linux-4.4.14/drivers/irqchip/
Dirq-or1k-pic.c161 struct device_node *parent) in or1k_pic_or1200_init()
169 struct device_node *parent) in or1k_pic_level_init()
177 struct device_node *parent) in or1k_pic_edge_init()
Dirq-atmel-aic5.c300 struct device_node *parent, in aic5_of_init()
345 struct device_node *parent) in sama5d2_aic5_of_init()
354 struct device_node *parent) in sama5d3_aic5_of_init()
363 struct device_node *parent) in sama5d4_aic5_of_init()
Dspear-shirq.c267 struct device_node *parent) in spear300_shirq_of_init()
275 struct device_node *parent) in spear310_shirq_of_init()
283 struct device_node *parent) in spear320_shirq_of_init()
Dirq-bcm2835.c143 struct device_node *parent, in armctrl_of_init()
189 struct device_node *parent) in bcm2835_armctrl_of_init()
195 struct device_node *parent) in bcm2836_armctrl_of_init()
Dirq-orion.c53 struct device_node *parent) in orion_irq_init()
139 struct device_node *parent) in orion_bridge_irq_init()
Dirq-ingenic.c163 struct device_node *parent) in intc_1chip_of_init()
170 struct device_node *parent) in intc_2chip_of_init()
Dirq-bcm7120-l2.c219 struct device_node *parent, in bcm7120_l2_intc_probe()
343 struct device_node *parent) in bcm7120_l2_intc_probe_7120()
350 struct device_node *parent) in bcm7120_l2_intc_probe_3380()
Dirq-sunxi-nmi.c198 struct device_node *parent) in sun6i_sc_nmi_irq_init()
205 struct device_node *parent) in sun7i_sc_nmi_irq_init()
Dirq-gic-v2m.c262 static int gicv2m_allocate_domains(struct irq_domain *parent) in gicv2m_allocate_domains()
300 struct irq_domain *parent) in gicv2m_init_one()
380 int __init gicv2m_of_init(struct device_node *node, struct irq_domain *parent) in gicv2m_of_init()
Dirq-mmp.c386 struct device_node *parent) in mmp_of_init()
405 struct device_node *parent) in mmp2_of_init()
424 struct device_node *parent) in mmp2_mux_of_init()
Dirq-gic-v3-its-platform-msi.c79 struct irq_domain *parent; in its_pmsi_init() local
Dirq-renesas-h8300h.c76 struct device_node *parent) in h8300h_intc_of_init()
/linux-4.4.14/tools/testing/nvdimm/test/
Diomap.c163 struct resource *parent, resource_size_t start, in nfit_test_request_region()
197 struct resource *__wrap___request_region(struct resource *parent, in __wrap___request_region()
206 struct resource *parent, resource_size_t start, in __wrap___devm_request_region()
215 void __wrap___release_region(struct resource *parent, resource_size_t start, in __wrap___release_region()
/linux-4.4.14/crypto/
Dhmac.c44 static int hmac_setkey(struct crypto_shash *parent, in hmac_setkey()
126 struct crypto_shash *parent = pdesc->tfm; in hmac_final() local
143 struct crypto_shash *parent = pdesc->tfm; in hmac_finup() local
158 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm() local
Dxcbc.c61 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey()
98 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local
144 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
Dcmac.c54 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey()
124 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local
170 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
/linux-4.4.14/kernel/gcov/
Dfs.c54 struct gcov_node *parent; member
366 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links()
413 const char *name, struct gcov_node *parent) in init_node()
431 static struct gcov_node *new_node(struct gcov_node *parent, in new_node()
502 struct gcov_node *parent; in remove_node() local
515 static struct gcov_node *get_child_by_name(struct gcov_node *parent, in get_child_by_name()
576 struct gcov_node *parent; in add_node() local
/linux-4.4.14/security/tomoyo/
Dtomoyo.c166 static int tomoyo_path_unlink(struct path *parent, struct dentry *dentry) in tomoyo_path_unlink()
181 static int tomoyo_path_mkdir(struct path *parent, struct dentry *dentry, in tomoyo_path_mkdir()
197 static int tomoyo_path_rmdir(struct path *parent, struct dentry *dentry) in tomoyo_path_rmdir()
212 static int tomoyo_path_symlink(struct path *parent, struct dentry *dentry, in tomoyo_path_symlink()
229 static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry, in tomoyo_path_mknod()
/linux-4.4.14/drivers/bcma/
Dmain.c140 static struct device_node *bcma_of_find_child_device(struct platform_device *parent, in bcma_of_find_child_device()
160 static int bcma_of_irq_parse(struct platform_device *parent, in bcma_of_irq_parse()
181 static unsigned int bcma_of_get_irq(struct platform_device *parent, in bcma_of_get_irq()
200 static void bcma_of_fill_device(struct platform_device *parent, in bcma_of_fill_device()
212 static void bcma_of_fill_device(struct platform_device *parent, in bcma_of_fill_device()
216 static inline unsigned int bcma_of_get_irq(struct platform_device *parent, in bcma_of_get_irq()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree-remove.c143 struct btree_node *parent, in init_child()
199 static void __rebalance2(struct dm_btree_info *info, struct btree_node *parent, in __rebalance2()
235 struct btree_node *parent; in rebalance2() local
263 static void delete_center_node(struct dm_btree_info *info, struct btree_node *parent, in delete_center_node()
294 static void redistribute3(struct dm_btree_info *info, struct btree_node *parent, in redistribute3()
341 static void __rebalance3(struct dm_btree_info *info, struct btree_node *parent, in __rebalance3()
369 struct btree_node *parent = dm_block_data(shadow_current(s)); in rebalance3() local
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.h54 #define DEBUGFS_ADD(name, parent) \ argument
63 #define DEBUGFS_ADD_PREFIX(prefix, name, parent) \ argument
/linux-4.4.14/fs/gfs2/
Dexport.c32 struct inode *parent) in gfs2_encode_fh()
88 static int gfs2_get_name(struct dentry *parent, char *name, in gfs2_get_name()
183 struct gfs2_inum_host parent; in gfs2_fh_to_parent() local
Ddentry.c38 struct dentry *parent; in gfs2_drevalidate() local
/linux-4.4.14/arch/parisc/kernel/
Dftrace.c109 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) in prepare_ftrace_return()
152 void ftrace_function_trampoline(unsigned long parent, in ftrace_function_trampoline()
Ddrivers.c400 struct parisc_device * create_tree_node(char id, struct device *parent) in create_tree_node()
451 static struct parisc_device * alloc_tree_node(struct device *parent, char id) in alloc_tree_node()
465 struct device *parent = &root; in create_parisc_device() local
710 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath) in parse_tree_node()
736 struct device *parent = &root; in hwpath_to_device() local
822 struct device *parent) in walk_native_bus()
/linux-4.4.14/scripts/kconfig/
Dqconf.h48 ConfigView* parent(void) const in parent() function
126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem()
197 ConfigView* parent(void) const in parent() function
Dqconf.cc268 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
578 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
643 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList()
914 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
1009 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1244 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1567 struct menu *parent; in setMenuLink() local
/linux-4.4.14/fs/fscache/
Dobject.c151 struct fscache_object *parent = object->parent; in fscache_done_parent_op() local
364 struct fscache_object *parent; in fscache_initialise_object() local
419 struct fscache_object *parent = object->parent; in fscache_parent_ready() local
444 struct fscache_object *parent = object->parent; in fscache_look_up_object() local
685 struct fscache_object *parent = object->parent; in fscache_drop_object() local
Dcookie.c59 struct fscache_cookie *parent, in __fscache_acquire_cookie()
627 struct fscache_cookie *parent; in __fscache_cookie_put() local
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c420 pid_t parent = getppid(); in TEST_SIGNAL() local
453 pid_t parent = getppid(); in TEST_SIGNAL() local
492 pid_t parent = getppid(); in TEST_SIGNAL() local
558 pid_t parent = getppid(); in TEST() local
585 pid_t parent = getppid(); in TEST() local
612 pid_t parent = getppid(); in TEST() local
803 pid_t parent, res = 0; in TEST_F() local
827 pid_t parent, res = 0; in TEST_F_SIGNAL() local
854 pid_t parent; in TEST_F_SIGNAL() local
879 pid_t parent; in TEST_F_SIGNAL() local
[all …]
/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c182 const struct clk_hw *parent; in lpc18xx_ccu_gate_is_enabled() local
208 const char *parent) in lpc18xx_ccu_register_branch_gate_div()
254 const char *parent = base_name; in lpc18xx_ccu_register_branch_clks() local
/linux-4.4.14/tools/perf/util/
Dcallchain.c208 struct rb_node *parent = NULL; in rb_insert_callchain() local
355 create_child(struct callchain_node *parent, bool inherit_children) in create_child()
423 add_child(struct callchain_node *parent, in add_child()
455 split_add_child(struct callchain_node *parent, in split_add_child()
529 struct rb_node *parent = NULL; in append_chain_children() local
709 int sample__resolve_callchain(struct perf_sample *sample, struct symbol **parent, in sample__resolve_callchain()
Drblist.c17 struct rb_node *parent = NULL, *new_node; in rblist__add_node() local
56 struct rb_node *parent = NULL, *new_node = NULL; in __rblist__findnew() local
Dthread.c186 struct thread *parent) in thread__clone_map_groups()
208 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp) in thread__fork()
/linux-4.4.14/drivers/vme/
Dvme_bridge.h12 struct vme_bridge *parent; member
29 struct vme_bridge *parent; member
55 struct vme_dma_resource *parent; member
62 struct vme_bridge *parent; member
73 struct vme_bridge *parent; member
120 struct device *parent; /* Parent device (eg. pdev->dev for PCI) */ member
/linux-4.4.14/fs/ubifs/
Dlpt.c559 struct ubifs_nnode *parent, int iip) in calc_nnode_num_from_parent()
584 struct ubifs_nnode *parent, int iip) in calc_pnode_num_from_parent()
1095 struct ubifs_nnode *parent, int iip) in validate_nnode()
1139 struct ubifs_nnode *parent, int iip) in validate_pnode()
1193 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in ubifs_read_nnode()
1261 static int read_pnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in read_pnode()
1395 struct ubifs_nnode *parent, int iip) in ubifs_get_nnode()
1421 struct ubifs_nnode *parent, int iip) in ubifs_get_pnode()
1793 struct ubifs_nnode *parent, int iip) in scan_get_nnode()
1852 struct ubifs_nnode *parent, int iip) in scan_get_pnode()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusergf119.c40 gf119_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in gf119_dmaobj_bind()
74 struct nvkm_object *parent = oclass->parent; in gf119_dmaobj_new() local
Dusergf100.c41 gf100_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in gf100_dmaobj_bind()
76 struct nvkm_object *parent = oclass->parent; in gf100_dmaobj_new() local
Dusernv50.c41 nv50_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in nv50_dmaobj_bind()
76 struct nvkm_object *parent = oclass->parent; in nv50_dmaobj_new() local
/linux-4.4.14/drivers/usb/host/
Dsl811_cs.c89 static int sl811_hc_init(struct device *parent, resource_size_t base_addr, in sl811_hc_init()
144 struct device *parent = &link->dev; in sl811_cs_config() local
/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c35 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref()
88 u64 parent, u64 root_objectid) in add_tree_ref()
172 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref()
/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c138 int f2fs_is_child_context_consistent_with_parent(struct inode *parent, in f2fs_is_child_context_consistent_with_parent()
183 int f2fs_inherit_context(struct inode *parent, struct inode *child, in f2fs_inherit_context()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c34 g84_cipher_oclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in g84_cipher_oclass_bind()
56 g84_cipher_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in g84_cipher_cclass_bind()
/linux-4.4.14/fs/ext4/
Dcrypto_policy.c145 int ext4_is_child_context_consistent_with_parent(struct inode *parent, in ext4_is_child_context_consistent_with_parent()
190 int ext4_inherit_context(struct inode *parent, struct inode *child) in ext4_inherit_context()
/linux-4.4.14/fs/autofs4/
Droot.c161 struct dentry *parent = dentry->d_parent; in autofs4_lookup_active() local
216 struct dentry *parent = dentry->d_parent; in autofs4_lookup_expiring() local
321 struct dentry *parent = dentry->d_parent; in autofs4_mountpoint_changed() local
654 struct dentry *parent; in autofs_set_leaf_automount_flags() local
673 struct dentry *parent; in autofs_clear_leaf_automount_flags() local
/linux-4.4.14/security/yama/
Dyama_lsm.c210 static int task_is_descendant(struct task_struct *parent, in task_is_descendant()
248 struct task_struct *parent = NULL; in ptracer_exception_found() local
325 int yama_ptrace_traceme(struct task_struct *parent) in yama_ptrace_traceme()
/linux-4.4.14/drivers/pci/pcie/
Daspm.c44 struct pcie_link_state *parent; /* pointer to the parent Link state */ member
185 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_configure_common_clock() local
343 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_cap_init() local
433 struct pci_dev *child, *parent = link->pdev; in pcie_config_aspm_link() local
526 struct pcie_link_state *parent; in alloc_pcie_link_state() local
639 struct pci_dev *parent = pdev->bus->self; in pcie_aspm_exit_link_state() local
714 struct pci_dev *parent = pdev->bus->self; in __pci_disable_link_state() local
/linux-4.4.14/tools/lib/traceevent/
Dplugin_function.c88 static int add_and_get_index(const char *parent, const char *child, int cpu) in add_and_get_index()
132 const char *parent; in function_handler() local
/linux-4.4.14/net/netfilter/
Dnft_rbtree.c38 const struct rb_node *parent; in nft_rbtree_lookup() local
84 struct rb_node *parent, **p; in __nft_rbtree_insert() local
147 const struct rb_node *parent = priv->root.rb_node; in nft_rbtree_deactivate() local
/linux-4.4.14/security/apparmor/
Dapparmorfs.c401 int __aa_fs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) in __aa_fs_profile_mkdir()
501 int __aa_fs_namespace_mkdir(struct aa_namespace *ns, struct dentry *parent, in __aa_fs_namespace_mkdir()
572 struct aa_namespace *parent, *next; in __next_namespace() local
627 struct aa_profile *parent; in __next_profile() local
835 struct dentry *parent) in aafs_create_file()
859 struct dentry *parent) in aafs_create_dir()
Dpolicy.c688 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat) in aa_new_null_profile()
764 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child()
1008 struct aa_profile *parent = aa_deref_parent(old); in __replace_profile() local
1145 struct dentry *parent; in aa_replace_profiles() local
1183 struct aa_profile *parent, *newest; in aa_replace_profiles() local
/linux-4.4.14/drivers/input/mouse/
Dpsmouse-base.c1262 struct psmouse *parent = NULL, *psmouse = in psmouse_resync() local
1360 struct psmouse *parent = NULL; in psmouse_cleanup() local
1408 struct psmouse *psmouse, *parent = NULL; in psmouse_disconnect() local
1510 struct psmouse *psmouse, *parent = NULL; in psmouse_connect() local
1609 struct psmouse *parent = NULL; in psmouse_reconnect() local
1707 struct psmouse *psmouse, *parent = NULL; in psmouse_attr_set_helper() local
1776 struct psmouse *parent = NULL; in psmouse_attr_set_protocol() local
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c614 struct dentry *parent; in rpc_rmdir() local
647 static struct dentry *__rpc_lookup_create_exclusive(struct dentry *parent, in __rpc_lookup_create_exclusive()
666 static void __rpc_depopulate(struct dentry *parent, in __rpc_depopulate()
698 static void rpc_depopulate(struct dentry *parent, in rpc_depopulate()
709 static int rpc_populate(struct dentry *parent, in rpc_populate()
752 static struct dentry *rpc_mkdir_populate(struct dentry *parent, in rpc_mkdir_populate()
785 struct dentry *parent; in rpc_rmdir_depopulate() local
818 struct dentry *rpc_mkpipe_dentry(struct dentry *parent, const char *name, in rpc_mkpipe_dentry()
862 struct dentry *parent; in rpc_unlink() local
1125 struct dentry *rpc_create_cache_dir(struct dentry *parent, const char *name, in rpc_create_cache_dir()
/linux-4.4.14/arch/x86/kernel/apic/
Dhtirq.c32 struct irq_data *parent = data->parent_data; in ht_set_affinity() local
153 void arch_init_htirq_domain(struct irq_domain *parent) in arch_init_htirq_domain()
Dmsi.c137 void arch_init_msi_domain(struct irq_domain *parent) in arch_init_msi_domain()
168 struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent) in arch_create_msi_irq_domain()
318 struct irq_domain *parent; in hpet_create_irq_domain() local
/linux-4.4.14/drivers/clk/pistachio/
Dclk.h19 const char *parent; member
59 const char *parent; member
86 const char *parent; member
119 const char *parent; member
/linux-4.4.14/fs/hfsplus/
Dcatalog.c43 hfsplus_btree_key *key, u32 parent, struct qstr *str) in hfsplus_cat_build_key()
60 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid()
67 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
Dbrec.c180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
357 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
/linux-4.4.14/drivers/clk/zte/
Dclk-zx296702.c199 static inline struct clk *zx_divtbl(const char *name, const char *parent, in zx_divtbl()
207 static inline struct clk *zx_div(const char *name, const char *parent, in zx_div()
221 static inline struct clk *zx_gate(const char *name, const char *parent, in zx_gate()
/linux-4.4.14/net/rxrpc/
Dar-connection.c76 struct rb_node *p, *parent, **pp; in rxrpc_get_bundle() local
231 struct rb_node *parent, **p; in rxrpc_assign_connection_id() local
306 struct rb_node *parent, **p; in rxrpc_add_call_ID_to_conn() local
/linux-4.4.14/drivers/md/bcache/
Dclosure.h159 struct closure *parent; member
278 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
377 struct closure *parent) in closure_call()
Dstats.c96 struct kobject *parent) in bch_cache_accounting_add_kobjs()
228 struct closure *parent) in bch_cache_accounting_init()
/linux-4.4.14/drivers/scsi/
Dscsi_scan.c330 struct device *parent = dev->parent; in scsi_target_dev_release() local
348 static struct scsi_target *__scsi_find_target(struct device *parent, in __scsi_find_target()
412 static struct scsi_target *scsi_alloc_target(struct device *parent, in scsi_alloc_target()
1475 struct device *parent = &shost->shost_gendev; in __scsi_add_device() local
1534 static void __scsi_scan_target(struct device *parent, unsigned int channel, in __scsi_scan_target()
1602 void scsi_scan_target(struct device *parent, unsigned int channel, in scsi_scan_target()
Dscsi_transport_sas.c716 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc()
905 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc()
950 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num()
1038 struct device *parent = port->dev.parent; in sas_port_delete() local
1146 struct device *parent = port->dev.parent->parent->parent; in sas_port_mark_backlink() local
1470 struct sas_rphy *sas_end_device_alloc(struct sas_port *parent) in sas_end_device_alloc()
1509 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc()
1548 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_add() local
1642 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_unlink() local
/linux-4.4.14/net/bluetooth/
Dl2cap_sock.c1207 static void l2cap_sock_cleanup_listen(struct sock *parent) in l2cap_sock_cleanup_listen()
1232 struct sock *sk, *parent = chan->data; in l2cap_sock_new_connection_cb() local
1306 struct sock *parent; in l2cap_sock_teardown_cb() local
1389 struct sock *parent; in l2cap_sock_ready_cb() local
1408 struct sock *parent, *sk = chan->data; in l2cap_sock_defer_cb() local
1501 static void l2cap_sock_init(struct sock *sk, struct sock *parent) in l2cap_sock_init()
Dsco.c187 struct sock *parent) in __sco_chan_add()
199 struct sock *parent) in sco_chan_add()
374 static void sco_sock_cleanup_listen(struct sock *parent) in sco_sock_cleanup_listen()
450 static void sco_sock_init(struct sock *sk, struct sock *parent) in sco_sock_init()
1025 struct sock *parent; in sco_conn_ready() local
/linux-4.4.14/arch/x86/kernel/
Dkdebugfs.c78 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node()
106 static int __init create_setup_data_nodes(struct dentry *parent) in create_setup_data_nodes()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_vma_manager.c181 struct rb_node *parent = NULL; in _drm_vma_offset_add_rb() local
297 struct rb_node *parent = NULL; in drm_vma_node_allow() local
/linux-4.4.14/drivers/base/
Dcore.c780 struct device *parent) in get_device_parent()
1027 struct device *parent = NULL; in device_add() local
1234 struct device *parent = dev->parent; in device_del() local
1387 int device_for_each_child(struct device *parent, void *data, in device_for_each_child()
1417 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse()
1452 struct device *device_find_child(struct device *parent, void *data, in device_find_child()
1680 device_create_groups_vargs(struct class *class, struct device *parent, in device_create_groups_vargs()
1745 struct device *device_create_vargs(struct class *class, struct device *parent, in device_create_vargs()
1778 struct device *device_create(struct class *class, struct device *parent, in device_create()
1819 struct device *parent, dev_t devt, in device_create_with_groups()
[all …]
/linux-4.4.14/drivers/i2c/muxes/
Di2c-mux-reg.c24 struct i2c_adapter *parent; member
173 struct i2c_adapter *parent; in i2c_mux_reg_probe() local
Di2c-mux-gpio.c21 struct i2c_adapter *parent; member
140 struct i2c_adapter *parent; in i2c_mux_gpio_probe() local
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dof_helpers.c18 struct device_node *parent; in pseries_of_derive_parent() local
/linux-4.4.14/fs/ext2/
Dialloc.c204 static int find_group_dir(struct super_block *sb, struct inode *parent) in find_group_dir()
258 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov()
370 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other()
/linux-4.4.14/drivers/acpi/acpica/
Dpswalk.c66 union acpi_parse_object *parent = NULL; in acpi_ps_delete_parse_tree() local
Dpstree.c204 union acpi_parse_object *parent; in acpi_ps_get_depth_next() local
/linux-4.4.14/drivers/clk/
Dclk.c49 struct clk_core *parent; member
365 struct clk_core *parent; in clk_hw_get_parent_by_index() local
457 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
788 struct clk_core *parent; in clk_core_round_rate_nolock() local
1066 struct clk_core *parent) in clk_fetch_parent_index()
1138 struct clk_core *parent) in __clk_set_parent_before()
1177 struct clk_core *parent, in __clk_set_parent_after()
1195 static int __clk_set_parent(struct clk_core *core, struct clk_core *parent, in __clk_set_parent()
1298 struct clk_core *old_parent, *parent; in clk_calc_new_rates() local
1648 struct clk *parent; in clk_get_parent() local
[all …]
/linux-4.4.14/drivers/bus/
Dvexpress-config.c123 struct device *vexpress_config_bridge_register(struct device *parent, in vexpress_config_bridge_register()
173 struct device *parent; in vexpress_config_populate() local
/linux-4.4.14/drivers/pci/
Dprobe.c489 static struct pci_bus *pci_alloc_bus(struct pci_bus *parent) in pci_alloc_bus()
703 static struct pci_bus *pci_alloc_child_bus(struct pci_bus *parent, in pci_alloc_child_bus()
768 struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, in pci_add_new_bus()
937 struct pci_bus *parent = bus; in pci_scan_bridge() local
1017 struct pci_dev *parent; in set_pcie_port_type() local
1819 struct pci_dev *parent = bus->self; in only_one_child() local
2088 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus()
2258 struct pci_bus *pci_scan_root_bus_msi(struct device *parent, int bus, in pci_scan_root_bus_msi()
2294 struct pci_bus *pci_scan_root_bus(struct device *parent, int bus, in pci_scan_root_bus()
Dhotplug-pci.c9 struct pci_bus *parent = dev->bus; in pci_hp_add_bridge() local
Dirq.c15 struct pci_dev *parent = to_pci_dev(pdev->dev.parent); in pci_note_irq_problem() local
Dslot.c208 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot()
260 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot()
/linux-4.4.14/fs/adfs/
Ddir.c194 adfs_hash(const struct dentry *parent, struct qstr *qstr) in adfs_hash()
230 adfs_compare(const struct dentry *parent, const struct dentry *dentry, in adfs_compare()
/linux-4.4.14/drivers/nubus/
Dproc.c68 struct proc_dir_entry* parent, in nubus_proc_subdir()
89 struct proc_dir_entry* parent, in nubus_proc_populate()
Dnubus.c463 const struct nubus_dirent* parent) in nubus_get_functional_resource()
556 const struct nubus_dirent* parent) in nubus_get_vidnames()
623 const struct nubus_dirent* parent) in nubus_get_vendorinfo()
651 const struct nubus_dirent* parent) in nubus_get_board_resource()
/linux-4.4.14/drivers/uwb/
Dumc-bus.c63 struct device *parent = umc->dev.parent; in umc_controller_reset() local
106 static void umc_bus_rescan(struct device *parent) in umc_bus_rescan()
Dumc-dev.c28 struct umc_dev *umc_device_create(struct device *parent, int n) in umc_device_create()
/linux-4.4.14/drivers/power/
Dpower_supply_core.c704 __power_supply_register(struct device *parent, in __power_supply_register()
818 struct power_supply *__must_check power_supply_register(struct device *parent, in power_supply_register()
841 power_supply_register_no_ws(struct device *parent, in power_supply_register_no_ws()
871 devm_power_supply_register(struct device *parent, in devm_power_supply_register()
907 devm_power_supply_register_no_ws(struct device *parent, in devm_power_supply_register_no_ws()
/linux-4.4.14/fs/efivarfs/
Dsuper.c48 static int efivarfs_d_compare(const struct dentry *parent, in efivarfs_d_compare()
92 static struct dentry *efivarfs_alloc_dentry(struct dentry *parent, char *name) in efivarfs_alloc_dentry()
/linux-4.4.14/arch/arm/mach-imx/
Dmach-imx6sl.c49 struct device *parent; in imx6sl_init_machine() local
Dmach-imx6ul.c61 struct device *parent; in imx6ul_init_machine() local
Dmach-imx6sx.c69 struct device *parent; in imx6sx_init_machine() local
Dmach-imx7d.c90 struct device *parent; in imx7d_init_machine() local
/linux-4.4.14/drivers/media/dvb-core/
Ddemux.h96 struct dmx_demux *parent; member
134 struct dmx_section_feed *parent; /* Back-pointer */ member
165 struct dmx_demux *parent; member
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_of.c31 struct device_node *parent, *dp; in nvidia_probe_of_connector() local
/linux-4.4.14/drivers/parisc/
Dgsc.c194 void gsc_fixup_irqs(struct parisc_device *parent, void *ctrl, in gsc_fixup_irqs()
205 int gsc_common_setup(struct parisc_device *parent, struct gsc_asic *gsc_asic) in gsc_common_setup()
Dwax.c74 struct parisc_device *parent; in wax_init_chip() local
/linux-4.4.14/tools/include/linux/
Drbtree_augmented.h125 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
144 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c651 u64 num_bytes, u64 parent, u64 ref_root, int level, in add_delayed_tree_ref()
705 u64 num_bytes, u64 parent, u64 ref_root, u64 owner, in add_delayed_data_ref()
757 u64 bytenr, u64 num_bytes, u64 parent, in btrfs_add_delayed_tree_ref()
813 u64 parent, u64 ref_root, in btrfs_add_delayed_data_ref()
Dexport.c16 struct inode *parent) in btrfs_encode_fh()
220 static int btrfs_get_name(struct dentry *parent, char *name, in btrfs_get_name()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c738 static void sas_ex_get_linkrate(struct domain_device *parent, in sas_ex_get_linkrate()
773 struct domain_device *parent, int phy_id) in sas_ex_discover_end_dev()
883 static bool sas_ex_join_wide_port(struct domain_device *parent, int phy_id) in sas_ex_join_wide_port()
907 struct domain_device *parent, int phy_id) in sas_ex_discover_expander()
1251 struct domain_device *parent = child->parent; in sas_print_parent_topology_bug() local
1273 struct domain_device *parent = child->parent; in sas_check_eeds() local
1523 static int sas_configure_parent(struct domain_device *parent, in sas_configure_parent()
1878 static void sas_unregister_devs_sas_addr(struct domain_device *parent, in sas_unregister_devs_sas_addr()
/linux-4.4.14/drivers/firewire/
Dcore-topology.c329 struct fw_node *node, *next, *child, *parent; in for_each_fw_node() local
360 struct fw_node *node, struct fw_node *parent) in report_lost_node()
370 struct fw_node *node, struct fw_node *parent) in report_found_node()
/linux-4.4.14/drivers/clk/mmp/
Dclk-mix.c116 struct clk_hw *parent, *hw; in _filter_clk_table() local
209 struct clk_hw *parent, *parent_best; in mmp_clk_mix_determine_rate() local
383 struct clk_hw *parent; in mmp_clk_set_rate() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c438 struct ll_inode_info *parent = ll_i2info(sai->sai_inode); in ll_agl_add() local
906 static void ll_statahead_one(struct dentry *parent, const char *entry_name, in ll_statahead_one()
950 struct dentry *parent = arg; in ll_agl_thread() local
1015 static void ll_start_agl(struct dentry *parent, struct ll_statahead_info *sai) in ll_start_agl()
1041 struct dentry *parent = arg; in ll_statahead_thread() local
1511 struct dentry *parent; in do_statahead_enter() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmag84.c36 struct nvkm_object *parent = oclass->parent; in g84_fifo_dma_new() local
Ddmanv50.c36 struct nvkm_object *parent = oclass->parent; in nv50_fifo_dma_new() local
Dgpfifog84.c36 struct nvkm_object *parent = oclass->parent; in g84_fifo_gpfifo_new() local
Dgpfifonv50.c36 struct nvkm_object *parent = oclass->parent; in nv50_fifo_gpfifo_new() local
Ddmanv10.c38 struct nvkm_object *parent = oclass->parent; in nv10_fifo_dma_new() local
Ddmanv17.c38 struct nvkm_object *parent = oclass->parent; in nv17_fifo_dma_new() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Ddevice.c44 nvif_device_init(struct nvif_object *parent, u32 handle, s32 oclass, in nvif_device_init()
/linux-4.4.14/fs/jfs/
Djfs_inode.c72 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc()
/linux-4.4.14/net/wimax/
Ddebugfs.c31 #define __debugfs_register(prefix, name, parent) \ argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dgpuobj.c150 struct nvkm_gpuobj *parent, struct nvkm_gpuobj *gpuobj) in nvkm_gpuobj_ctor()
207 struct nvkm_gpuobj *parent, struct nvkm_gpuobj **pgpuobj) in nvkm_gpuobj_new()
/linux-4.4.14/arch/avr32/mach-at32ap/
Dclock.c174 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
220 dump_clock(struct clk *parent, struct clkinf *r) in dump_clock()
/linux-4.4.14/drivers/leds/
Dled-class.c188 int led_classdev_register(struct device *parent, struct led_classdev *led_cdev) in led_classdev_register()
276 int devm_led_classdev_register(struct device *parent, in devm_led_classdev_register()
/linux-4.4.14/fs/hpfs/
Ddentry.c37 static int hpfs_compare_dentry(const struct dentry *parent, const struct dentry *dentry, in hpfs_compare_dentry()
/linux-4.4.14/drivers/pcmcia/
Drsrc_mgr.c50 unsigned int align, struct resource **parent) in static_find_io()
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c296 int ovl_copy_up_one(struct dentry *parent, struct dentry *dentry, in ovl_copy_up_one()
385 struct dentry *parent; in ovl_copy_up() local
/linux-4.4.14/fs/hfs/
Dbrec.c178 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
353 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
/linux-4.4.14/arch/s390/hypfs/
Dinode.c67 struct dentry *parent; in hypfs_remove() local
328 static struct dentry *hypfs_create_file(struct dentry *parent, const char *name, in hypfs_create_file()
366 struct dentry *hypfs_mkdir(struct dentry *parent, const char *name) in hypfs_mkdir()
/linux-4.4.14/fs/ceph/
Dsnap.c84 struct rb_node *parent = NULL; in __insert_snap_realm() local
264 struct ceph_snap_realm *parent; in adjust_snap_realm_parent() local
306 struct ceph_snap_realm *parent = realm->parent; in build_snap_context() local
/linux-4.4.14/drivers/mtd/ubi/
Dfastmap.c187 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in add_vol() local
236 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in assign_aeb_to_av() local
275 struct rb_node **p = &av->root.rb_node, *parent = NULL; in update_vol() local
372 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in process_pool_aeb() local
/linux-4.4.14/net/bluetooth/rfcomm/
Dsock.c65 struct sock *sk = d->owner, *parent; in rfcomm_sk_state_change() local
175 static void rfcomm_sock_cleanup_listen(struct sock *parent) in rfcomm_sock_cleanup_listen()
240 static void rfcomm_sock_init(struct sock *sk, struct sock *parent) in rfcomm_sock_init()
955 struct sock *sk, *parent; in rfcomm_connect_ind() local
/linux-4.4.14/drivers/clk/ti/
Dclock.h94 const char *parent; member
105 const char *parent; member
112 const char *parent; member
127 const char *parent; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doimmnv50.c42 struct nvkm_object *parent = oclass->parent; in nv50_disp_oimm_new() local
Dcursnv50.c42 struct nvkm_object *parent = oclass->parent; in nv50_disp_curs_new() local
Dovlynv50.c42 struct nvkm_object *parent = oclass->parent; in nv50_disp_ovly_new() local
Dbasenv50.c42 struct nvkm_object *parent = oclass->parent; in nv50_disp_base_new() local
/linux-4.4.14/arch/c6x/platforms/
Dpll.c132 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
379 dump_clock(struct seq_file *s, unsigned nest, struct clk *parent) in dump_clock()
/linux-4.4.14/drivers/clk/versatile/
Dclk-versatile.c67 struct device_node *parent; in cm_osc_setup() local
/linux-4.4.14/drivers/clk/ux500/
Dabx500-clk.c103 struct ab8500 *parent = dev_get_drvdata(pdev->dev.parent); in abx500_clk_probe() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c48 void obdo_set_parent_fid(struct obdo *dst, const struct lu_fid *parent) in obdo_set_parent_fid()
/linux-4.4.14/drivers/clk/samsung/
Dclk-cpu.c103 struct clk_hw *parent = clk_hw_get_parent(hw); in exynos_cpuclk_round_rate() local
280 unsigned int lookup_id, const char *name, const char *parent, in exynos_register_cpu_clock()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dramht.h13 struct nvkm_gpuobj *parent; member

123456