Home
last modified time | relevance | path

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

123456

/linux-4.1.27/include/linux/
Ddebugfs.h131 struct dentry *parent, void *data, in debugfs_create_file()
138 struct dentry *parent, void *data, in debugfs_create_file_size()
146 struct dentry *parent) in debugfs_create_dir()
152 struct dentry *parent, in debugfs_create_symlink()
171 struct dentry *parent, in debugfs_create_u8()
178 struct dentry *parent, in debugfs_create_u16()
185 struct dentry *parent, in debugfs_create_u32()
192 struct dentry *parent, in debugfs_create_u64()
199 struct dentry *parent, in debugfs_create_x8()
206 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()
Dpage_counter.h11 struct page_counter *parent; member
25 struct page_counter *parent) in page_counter_init()
Dbsg.h10 struct device *parent; member
23 struct device *parent, const char *name, in bsg_register_queue()
Dof_graph.h38 #define for_each_endpoint_of_node(parent, child) \ argument
66 const struct device_node *parent, in of_graph_get_next_endpoint()
Dof_platform.h80 struct device *parent) in of_platform_populate()
84 static inline void of_platform_depopulate(struct device *parent) { } in of_platform_depopulate()
Dkernfs.h118 struct kernfs_node *parent; member
345 kernfs_find_and_get_ns(struct kernfs_node *parent, const char *name, in kernfs_find_and_get_ns()
366 kernfs_create_dir_ns(struct kernfs_node *parent, const char *name, in kernfs_create_dir_ns()
371 __kernfs_create_file(struct kernfs_node *parent, const char *name, in __kernfs_create_file()
377 kernfs_create_link(struct kernfs_node *parent, const char *name, in kernfs_create_link()
425 kernfs_create_dir(struct kernfs_node *parent, const char *name, umode_t mode, in kernfs_create_dir()
432 kernfs_create_file_ns(struct kernfs_node *parent, const char *name, in kernfs_create_file_ns()
446 kernfs_create_file(struct kernfs_node *parent, const char *name, umode_t mode, in kernfs_create_file()
452 static inline int kernfs_remove_by_name(struct kernfs_node *parent, in kernfs_remove_by_name()
Drbtree_augmented.h122 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
141 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local
/linux-4.1.27/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
258 static void audit_update_watch(struct audit_parent *parent, in audit_update_watch()
335 static void audit_remove_parent_watches(struct audit_parent *parent) in audit_remove_parent_watches()
359 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd()
[all …]
Dresource.c744 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
806 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
823 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
868 struct resource *tmp, *parent = res->parent; in __adjust_resource() local
928 struct resource *parent = root; in __reserve_region_with_split() local
1050 struct resource * __request_region(struct resource *parent, in __request_region()
1107 void __release_region(struct resource *parent, resource_size_t start, in __release_region()
1169 int release_mem_region_adjustable(struct resource *parent, in release_mem_region_adjustable()
1325 struct resource *parent; member
1346 struct resource *parent, resource_size_t start, in __devm_request_region()
[all …]
/linux-4.1.27/drivers/of/
Dplatform.c107 struct device *parent) in of_device_alloc()
172 struct device *parent) in of_platform_device_create_pdata()
212 struct device *parent) in of_platform_device_create()
222 struct device *parent) in of_amba_device_create()
286 struct device *parent) in of_amba_device_create()
330 struct device *parent, bool strict) in of_platform_bus_create()
388 struct device *parent) in of_platform_bus_probe()
438 struct device *parent) in of_platform_populate()
494 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()
/linux-4.1.27/lib/
Drbtree.c66 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
76 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
202 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
364 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
446 struct rb_node *parent; in rb_next() local
478 struct rb_node *parent; in rb_prev() local
508 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
536 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
343 static int kobject_add_varg(struct kobject *kobj, struct kobject *parent, in kobject_add_varg()
382 int kobject_add(struct kobject *kobj, struct kobject *parent, in kobject_add()
418 struct kobject *parent, const char *fmt, ...) in kobject_init_and_add()
727 struct kobject *kobject_create_and_add(const char *name, struct kobject *parent) in kobject_create_and_add()
980 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
/linux-4.1.27/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()
216 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local
272 struct kernfs_node *parent; in sysfs_merge_group() local
301 struct kernfs_node *parent; in sysfs_unmerge_group() local
323 struct kernfs_node *parent; in sysfs_add_link_to_group() local
346 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.c238 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns()
307 int sysfs_add_file(struct kernfs_node *parent, const struct attribute *attr, in sysfs_add_file()
352 struct kernfs_node *parent; in sysfs_add_file_to_group() local
411 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_ns() local
426 struct kernfs_node *parent = kobj->sd; in sysfs_remove_file_self() local
457 struct kernfs_node *parent; in sysfs_remove_file_from_group() local
/linux-4.1.27/arch/arm/mach-imx/
Dclk.h43 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2()
51 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate2_shared()
82 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider()
90 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags()
97 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate()
104 static inline struct clk *imx_clk_gate_dis(const char *name, const char *parent, in imx_clk_gate_dis()
129 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor()
Dmach-imx6sl.c49 struct device *parent; in imx6sl_init_machine() local
/linux-4.1.27/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.1.27/fs/debugfs/
Dfile.c96 struct dentry *parent, u8 *value) in debugfs_create_u8()
148 struct dentry *parent, u16 *value) in debugfs_create_u16()
200 struct dentry *parent, u32 *value) in debugfs_create_u32()
253 struct dentry *parent, u64 *value) in debugfs_create_u64()
299 struct dentry *parent, u8 *value) in debugfs_create_x8()
323 struct dentry *parent, u16 *value) in debugfs_create_x16()
347 struct dentry *parent, u32 *value) in debugfs_create_x32()
371 struct dentry *parent, u64 *value) in debugfs_create_x64()
402 struct dentry *parent, size_t *value) in debugfs_create_size_t()
435 struct dentry *parent, atomic_t *value) in debugfs_create_atomic_t()
[all …]
Dinode.c250 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
329 struct dentry *parent, void *data, in debugfs_create_file()
384 struct dentry *parent, void *data, in debugfs_create_file_size()
414 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
451 struct dentry *parent, in debugfs_create_automount()
497 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
525 static int __debugfs_remove(struct dentry *dentry, struct dentry *parent) in __debugfs_remove()
557 struct dentry *parent; in debugfs_remove() local
589 struct dentry *child, *parent; in debugfs_remove_recursive() local
/linux-4.1.27/drivers/i2c/
Di2c-mux.c34 struct i2c_adapter *parent; member
47 struct i2c_adapter *parent = priv->parent; in i2c_mux_master_xfer() local
67 struct i2c_adapter *parent = priv->parent; in i2c_mux_smbus_xfer() local
86 struct i2c_adapter *parent = priv->parent; in i2c_mux_functionality() local
92 static unsigned int i2c_mux_parent_classes(struct i2c_adapter *parent) in i2c_mux_parent_classes()
104 struct i2c_adapter *i2c_add_mux_adapter(struct i2c_adapter *parent, in i2c_add_mux_adapter()
/linux-4.1.27/fs/kernfs/
Ddir.c167 struct kernfs_node *parent; in kernfs_get_parent() local
237 struct rb_node *parent = NULL; in kernfs_link_sibling() local
395 struct kernfs_node *parent; in kernfs_put() local
550 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
578 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local
641 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
684 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
764 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns()
796 struct kernfs_node *kernfs_create_empty_dir(struct kernfs_node *parent, in kernfs_create_empty_dir()
826 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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dparent.c29 nvkm_parent_sclass(struct nvkm_object *parent, u16 handle, in nvkm_parent_sclass()
77 nvkm_parent_lclass(struct nvkm_object *parent, u32 *lclass, int size) in nvkm_parent_lclass()
110 nvkm_parent_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_parent_create_()
142 nvkm_parent_destroy(struct nvkm_parent *parent) in nvkm_parent_destroy()
Dengctx.c29 nvkm_engctx_exists(struct nvkm_object *parent, in nvkm_engctx_exists()
48 nvkm_engctx_create_(struct nvkm_object *parent, struct nvkm_object *engobj, in nvkm_engctx_create_()
129 struct nvkm_object *parent; in nvkm_engctx_init() local
160 struct nvkm_object *parent; in nvkm_engctx_fini() local
183 _nvkm_engctx_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_engctx_ctor()
Dhandle.c98 nvkm_handle_create(struct nvkm_object *parent, u32 _parent, u32 _handle, in nvkm_handle_create()
162 struct nvkm_object *parent = handle->parent->object; in nvkm_handle_destroy() local
172 nvkm_handle_ref(struct nvkm_object *parent, u32 name) in nvkm_handle_ref()
Dobject.c33 nvkm_object_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_object_create_()
60 _nvkm_object_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_object_ctor()
103 nvkm_object_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_object_ctor()
Dgpuobj.c51 nvkm_gpuobj_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_gpuobj_create_()
143 _nvkm_gpuobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_gpuobj_ctor()
213 nvkm_gpuobj_new(struct nvkm_object *parent, struct nvkm_object *pargpu, in nvkm_gpuobj_new()
300 nvkm_gpuobj_dup(struct nvkm_object *parent, struct nvkm_gpuobj *base, in nvkm_gpuobj_dup()
Dnamedb.c165 nvkm_namedb_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_namedb_create_()
186 _nvkm_namedb_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_namedb_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv40.c68 nv40_fifo_object_attach(struct nvkm_object *parent, in nv40_fifo_object_attach()
105 nv40_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *engctx) in nv40_fifo_context_attach()
141 nv40_fifo_context_detach(struct nvkm_object *parent, bool suspend, in nv40_fifo_context_detach()
177 nv40_fifo_chan_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_fifo_chan_ctor()
268 nv40_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_fifo_ctor()
Dnv50.c72 nv50_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *object) in nv50_fifo_context_attach()
102 nv50_fifo_context_detach(struct nvkm_object *parent, bool suspend, in nv50_fifo_context_detach()
158 nv50_fifo_object_attach(struct nvkm_object *parent, in nv50_fifo_object_attach()
182 nv50_fifo_object_detach(struct nvkm_object *parent, int cookie) in nv50_fifo_object_detach()
189 nv50_fifo_chan_ctor_dma(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_chan_ctor_dma()
250 nv50_fifo_chan_ctor_ind(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_chan_ctor_ind()
390 nv50_fifo_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_context_ctor()
455 nv50_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_ctor()
Dg84.c42 g84_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *object) in g84_fifo_context_attach()
80 g84_fifo_context_detach(struct nvkm_object *parent, bool suspend, in g84_fifo_context_detach()
128 g84_fifo_object_attach(struct nvkm_object *parent, in g84_fifo_object_attach()
162 g84_fifo_chan_ctor_dma(struct nvkm_object *parent, struct nvkm_object *engine, in g84_fifo_chan_ctor_dma()
235 g84_fifo_chan_ctor_ind(struct nvkm_object *parent, struct nvkm_object *engine, in g84_fifo_chan_ctor_ind()
364 g84_fifo_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g84_fifo_context_ctor()
443 g84_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g84_fifo_ctor()
Dnv04.c55 nv04_fifo_object_attach(struct nvkm_object *parent, in nv04_fifo_object_attach()
93 nv04_fifo_object_detach(struct nvkm_object *parent, int cookie) in nv04_fifo_object_detach()
102 nv04_fifo_context_attach(struct nvkm_object *parent, in nv04_fifo_context_attach()
110 nv04_fifo_chan_ctor(struct nvkm_object *parent, in nv04_fifo_chan_ctor()
266 nv04_fifo_context_ctor(struct nvkm_object *parent, in nv04_fifo_context_ctor()
559 nv04_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_fifo_ctor()
Dnv10.c53 nv10_fifo_chan_ctor(struct nvkm_object *parent, in nv10_fifo_chan_ctor()
142 nv10_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv10_fifo_ctor()
Dnv17.c58 nv17_fifo_chan_ctor(struct nvkm_object *parent, in nv17_fifo_chan_ctor()
149 nv17_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv17_fifo_ctor()
Dgm204.c35 gm204_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm204_fifo_ctor()
/linux-4.1.27/drivers/pwm/
Dsysfs.c181 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
218 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
237 static ssize_t pwm_export_store(struct device *parent, in pwm_export_store()
265 static ssize_t pwm_unexport_store(struct device *parent, in pwm_unexport_store()
286 static ssize_t npwm_show(struct device *parent, struct device_attribute *attr, in npwm_show()
309 static int pwmchip_sysfs_match(struct device *parent, const void *data) in pwmchip_sysfs_match()
316 struct device *parent; in pwmchip_sysfs_export() local
332 struct device *parent; in pwmchip_sysfs_unexport() local
/linux-4.1.27/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.1.27/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.1.27/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
300 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_lock_sub_init() local
363 struct cl_lock *parent = lck->lls_cl.cls_lock; in lov_sublock_release() local
408 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
1187 struct cl_lock *parent) in lov_closure_get()
/linux-4.1.27/fs/tracefs/
Dinode.c317 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
389 struct dentry *parent, void *data, in tracefs_create_file()
415 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir()
457 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir()
479 struct dentry *tracefs_create_instance_dir(const char *name, struct dentry *parent, in tracefs_create_instance_dir()
504 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
538 struct dentry *parent; in tracefs_remove() local
565 struct dentry *child, *parent; in tracefs_remove_recursive() local
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddss-of.c26 omapdss_of_get_next_port(const struct device_node *parent, in omapdss_of_get_next_port()
70 omapdss_of_get_next_endpoint(const struct device_node *parent, in omapdss_of_get_next_endpoint()
139 omapdss_of_get_first_endpoint(const struct device_node *parent) in omapdss_of_get_first_endpoint()
/linux-4.1.27/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.1.27/security/
Dinode.c83 struct dentry *parent, void *data, in securityfs_create_file()
171 struct dentry *securityfs_create_dir(const char *name, struct dentry *parent) in securityfs_create_dir()
194 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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dbase.c35 nvkm_dmaobj_bind(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, in nvkm_dmaobj_bind()
57 nvkm_dmaobj_create_(struct nvkm_object *parent, in nvkm_dmaobj_create_()
147 _nvkm_dmaeng_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_dmaeng_ctor()
Dgf110.c39 gf110_dmaobj_bind(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, in gf110_dmaobj_bind()
78 gf110_dmaobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gf110_dmaobj_ctor()
Dgf100.c40 gf100_dmaobj_bind(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, in gf100_dmaobj_bind()
73 gf100_dmaobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gf100_dmaobj_ctor()
Dnv50.c40 nv50_dmaobj_bind(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, in nv50_dmaobj_bind()
85 nv50_dmaobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_dmaobj_ctor()
Dnv04.c40 nv04_dmaobj_bind(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, in nv04_dmaobj_bind()
84 nv04_dmaobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_dmaobj_ctor()
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ldlm/
Dinterval_tree.c253 struct interval_node *parent = node->in_parent; in __rotate_left() local
282 struct interval_node *parent = node->in_parent; in __rotate_right() local
318 struct interval_node *parent, *gparent; in interval_insert_color() local
373 struct interval_node **p, *parent = NULL; in interval_insert() local
411 struct interval_node *parent, in interval_erase_color()
511 struct interval_node *child, *parent; in interval_erase() local
613 struct interval_node *parent; in interval_search() local
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgk104.c80 gk104_ce0_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk104_ce0_ctor()
101 gk104_ce1_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk104_ce1_ctor()
122 gk104_ce2_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk104_ce2_ctor()
Dgm204.c80 gm204_ce0_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm204_ce0_ctor()
101 gm204_ce1_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm204_ce1_ctor()
122 gm204_ce2_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm204_ce2_ctor()
Dgf100.c93 gf100_ce0_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gf100_ce0_ctor()
118 gf100_ce1_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gf100_ce1_ctor()
/linux-4.1.27/arch/arm/mach-omap2/
Dclkt_clksel.c123 struct clk *parent; in _clksel_to_divisor() local
164 struct clk *parent; in _divisor_to_clksel() local
236 struct clk *parent; in omap2_clksel_round_rate_div() local
312 struct clk *parent; in omap2_clksel_find_parent_index() local
Dclock36xx.c43 struct clk_divider *parent; in omap36xx_pwrdn_clk_enable_with_hsdiv_restore() local
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dbase.c46 nvkm_instobj_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_instobj_create_()
70 nvkm_instmem_alloc(struct nvkm_instmem *imem, struct nvkm_object *parent, in nvkm_instmem_alloc()
131 nvkm_instmem_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_instmem_create_()
Dgk20a.c203 gk20a_instobj_ctor_dma(struct nvkm_object *parent, struct nvkm_object *engine, in gk20a_instobj_ctor_dma()
245 gk20a_instobj_ctor_iommu(struct nvkm_object *parent, struct nvkm_object *engine, in gk20a_instobj_ctor_iommu()
324 gk20a_instobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk20a_instobj_ctor()
390 gk20a_instmem_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk20a_instmem_ctor()
Dnv04.c63 nv04_instobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_instobj_ctor()
136 nv04_instmem_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_instmem_ctor()
Dnv50.c91 nv50_instobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_instobj_ctor()
143 nv50_instmem_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_instmem_ctor()
/linux-4.1.27/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
/linux-4.1.27/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.1.27/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.1.27/drivers/irqchip/
Dirq-or1k-pic.c162 struct device_node *parent) in or1k_pic_or1200_init()
170 struct device_node *parent) in or1k_pic_level_init()
178 struct device_node *parent) in or1k_pic_edge_init()
Dspear-shirq.c270 struct device_node *parent) in spear300_shirq_of_init()
278 struct device_node *parent) in spear310_shirq_of_init()
286 struct device_node *parent) in spear320_shirq_of_init()
Dirq-bcm7120-l2.c206 struct device_node *parent, in bcm7120_l2_intc_probe()
313 struct device_node *parent) in bcm7120_l2_intc_probe_7120()
320 struct device_node *parent) in bcm7120_l2_intc_probe_3380()
Dirq-orion.c54 struct device_node *parent) in orion_irq_init()
140 struct device_node *parent) in orion_bridge_irq_init()
Dirq-sunxi-nmi.c197 struct device_node *parent) in sun6i_sc_nmi_irq_init()
204 struct device_node *parent) in sun7i_sc_nmi_irq_init()
Dirq-atmel-aic5.c308 struct device_node *parent, in aic5_of_init()
353 struct device_node *parent) in sama5d3_aic5_of_init()
362 struct device_node *parent) in sama5d4_aic5_of_init()
Dirq-mmp.c389 struct device_node *parent) in mmp_of_init()
408 struct device_node *parent) in mmp2_of_init()
427 struct device_node *parent) in mmp2_mux_of_init()
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv2a.c11 nv2a_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv2a_gr_context_ctor()
91 nv2a_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv2a_gr_ctor()
Dnv35.c37 nv35_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv35_gr_context_ctor()
125 nv35_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv35_gr_ctor()
Dnv25.c35 nv25_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv25_gr_context_ctor()
124 nv25_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv25_gr_ctor()
Dnv34.c37 nv34_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv34_gr_context_ctor()
125 nv34_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv34_gr_ctor()
Dnv30.c39 nv30_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv30_gr_context_ctor()
127 nv30_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv30_gr_ctor()
Dnv40.c55 nv40_gr_object_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_gr_object_ctor()
136 nv40_gr_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_gr_context_ctor()
340 nv40_gr_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_gr_ctor()
/linux-4.1.27/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
266 static void delete_center_node(struct dm_btree_info *info, struct btree_node *parent, in delete_center_node()
297 static void redistribute3(struct dm_btree_info *info, struct btree_node *parent, in redistribute3()
344 static void __rebalance3(struct dm_btree_info *info, struct btree_node *parent, in __rebalance3()
372 struct btree_node *parent = dm_block_data(shadow_current(s)); in rebalance3() local
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dbase.c37 nvkm_barobj_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_barobj_ctor()
106 nvkm_bar_alloc(struct nvkm_bar *bar, struct nvkm_object *parent, in nvkm_bar_alloc()
118 nvkm_bar_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_bar_create_()
Dgk20a.c25 gk20a_bar_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk20a_bar_ctor()
/linux-4.1.27/security/tomoyo/
Dtomoyo.c172 static int tomoyo_path_unlink(struct path *parent, struct dentry *dentry) in tomoyo_path_unlink()
187 static int tomoyo_path_mkdir(struct path *parent, struct dentry *dentry, in tomoyo_path_mkdir()
203 static int tomoyo_path_rmdir(struct path *parent, struct dentry *dentry) in tomoyo_path_rmdir()
218 static int tomoyo_path_symlink(struct path *parent, struct dentry *dentry, in tomoyo_path_symlink()
235 static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry, in tomoyo_path_mknod()
/linux-4.1.27/drivers/bcma/
Dmain.c137 static struct device_node *bcma_of_find_child_device(struct platform_device *parent, in bcma_of_find_child_device()
157 static int bcma_of_irq_parse(struct platform_device *parent, in bcma_of_irq_parse()
178 static unsigned int bcma_of_get_irq(struct platform_device *parent, in bcma_of_get_irq()
197 static void bcma_of_fill_device(struct platform_device *parent, in bcma_of_fill_device()
209 static void bcma_of_fill_device(struct platform_device *parent, in bcma_of_fill_device()
213 static inline unsigned int bcma_of_get_irq(struct platform_device *parent, in bcma_of_get_irq()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv50.c42 nv50_mpeg_object_ctor(struct nvkm_object *parent, in nv50_mpeg_object_ctor()
84 nv50_mpeg_context_ctor(struct nvkm_object *parent, in nv50_mpeg_context_ctor()
165 nv50_mpeg_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_mpeg_ctor()
Dnv31.c38 nv31_mpeg_object_ctor(struct nvkm_object *parent, in nv31_mpeg_object_ctor()
127 nv31_mpeg_context_ctor(struct nvkm_object *parent, in nv31_mpeg_context_ctor()
238 nv31_mpeg_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv31_mpeg_ctor()
Dnv44.c43 nv44_mpeg_context_ctor(struct nvkm_object *parent, in nv44_mpeg_context_ctor()
156 nv44_mpeg_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv44_mpeg_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Ddevice.c34 nvif_device_init(struct nvif_object *parent, void (*dtor)(struct nvif_device *), in nvif_device_init()
57 nvif_device_new(struct nvif_object *parent, u32 handle, u32 oclass, in nvif_device_new()
/linux-4.1.27/fs/fscache/
Dobject.c151 struct fscache_object *parent = object->parent; in fscache_done_parent_op() local
353 struct fscache_object *parent; in fscache_initialise_object() local
408 struct fscache_object *parent = object->parent; in fscache_parent_ready() local
433 struct fscache_object *parent = object->parent; in fscache_look_up_object() local
672 struct fscache_object *parent = object->parent; in fscache_drop_object() local
Dcookie.c59 struct fscache_cookie *parent, in __fscache_acquire_cookie()
626 struct fscache_cookie *parent; in __fscache_cookie_put() local
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Ddebugfs.h54 #define DEBUGFS_ADD(name, parent) \ argument
63 #define DEBUGFS_ADD_PREFIX(prefix, name, parent) \ argument
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dpad.c45 nvkm_i2c_pad_create_(struct nvkm_object *parent, in nvkm_i2c_pad_create_()
74 _nvkm_i2c_pad_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_i2c_pad_ctor()
Dbase.c109 nvkm_i2c_port_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_i2c_port_create_()
477 struct nvkm_object *parent; in nvkm_i2c_create_port() local
510 nvkm_i2c_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_i2c_create_()
609 _nvkm_i2c_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_i2c_ctor()
/linux-4.1.27/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
/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c34 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref()
87 u64 parent, u64 root_objectid) in add_tree_ref()
171 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref()
/linux-4.1.27/drivers/mfd/
Dmfd-core.c119 static int mfd_add_device(struct device *parent, int id, in mfd_add_device()
243 int mfd_add_devices(struct device *parent, int id, in mfd_add_devices()
299 void mfd_remove_devices(struct device *parent) in mfd_remove_devices()
/linux-4.1.27/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.1.27/drivers/vme/
Dvme_bridge.h10 struct vme_bridge *parent; member
27 struct vme_bridge *parent; member
53 struct vme_dma_resource *parent; member
60 struct vme_bridge *parent; member
71 struct vme_bridge *parent; member
113 struct device *parent; /* Parent device (eg. pdev->dev for PCI) */ member
/linux-4.1.27/tools/perf/util/
Dcallchain.c259 struct rb_node *parent = NULL; in rb_insert_callchain() local
406 create_child(struct callchain_node *parent, bool inherit_children) in create_child()
474 add_child(struct callchain_node *parent, in add_child()
506 split_add_child(struct callchain_node *parent, in split_add_child()
580 struct rb_node *parent = NULL; in append_chain_children() local
760 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.c182 struct thread *parent) in thread__clone_map_groups()
198 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp) in thread__fork()
/linux-4.1.27/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()
1795 struct ubifs_nnode *parent, int iip) in scan_get_nnode()
1854 struct ubifs_nnode *parent, int iip) in scan_get_pnode()
[all …]
/linux-4.1.27/fs/ext4/
Dcrypto_policy.c126 int ext4_is_child_context_consistent_with_parent(struct inode *parent, in ext4_is_child_context_consistent_with_parent()
168 int ext4_inherit_context(struct inode *parent, struct inode *child) in ext4_inherit_context()
/linux-4.1.27/scripts/kconfig/
Dqconf.h56 ConfigView* parent(void) const in parent() function
147 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
152 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function
157 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) in ConfigItem()
208 ConfigView* parent(void) const in parent() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv10.c64 nv10_sw_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv10_sw_context_ctor()
95 nv10_sw_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv10_sw_ctor()
Dnv04.c75 nv04_sw_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_sw_context_ctor()
112 nv04_sw_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_sw_ctor()
/linux-4.1.27/security/yama/
Dyama_lsm.c214 static int task_is_descendant(struct task_struct *parent, in task_is_descendant()
252 struct task_struct *parent = NULL; in ptracer_exception_found() local
336 int yama_ptrace_traceme(struct task_struct *parent) in yama_ptrace_traceme()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c60 nvkm_output_create_(struct nvkm_object *parent, in nvkm_output_create_()
115 _nvkm_output_ctor(struct nvkm_object *parent, in _nvkm_output_ctor()
Dnv50.c53 nv50_disp_chan_create_(struct nvkm_object *parent, in nv50_disp_chan_create_()
187 nv50_disp_dmac_object_attach(struct nvkm_object *parent, in nv50_disp_dmac_object_attach()
199 nv50_disp_dmac_object_detach(struct nvkm_object *parent, int cookie) in nv50_disp_dmac_object_detach()
206 nv50_disp_dmac_create_(struct nvkm_object *parent, in nv50_disp_dmac_create_()
488 nv50_disp_core_ctor(struct nvkm_object *parent, in nv50_disp_core_ctor()
644 nv50_disp_base_ctor(struct nvkm_object *parent, in nv50_disp_base_ctor()
734 nv50_disp_ovly_ctor(struct nvkm_object *parent, in nv50_disp_ovly_ctor()
786 nv50_disp_pioc_create_(struct nvkm_object *parent, in nv50_disp_pioc_create_()
854 nv50_disp_oimm_ctor(struct nvkm_object *parent, in nv50_disp_oimm_ctor()
902 nv50_disp_curs_ctor(struct nvkm_object *parent, in nv50_disp_curs_ctor()
[all …]
Dconn.c81 nvkm_connector_create_(struct nvkm_object *parent, in nvkm_connector_create_()
147 _nvkm_connector_ctor(struct nvkm_object *parent, in _nvkm_connector_ctor()
Dpiornv50.c39 nv50_pior_tmds_ctor(struct nvkm_object *parent, in nv50_pior_tmds_ctor()
106 nv50_pior_dp_ctor(struct nvkm_object *parent, in nv50_pior_dp_ctor()
Dgt215.c53 gt215_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gt215_disp_ctor()
Dgm107.c53 gm107_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm107_disp_ctor()
Dgk110.c53 gk110_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk110_disp_ctor()
Dgt200.c98 gt200_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gt200_disp_ctor()
Dgm204.c54 gm204_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm204_disp_ctor()
Dg94.c82 g94_disp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g94_disp_ctor()
/linux-4.1.27/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.1.27/drivers/pci/pcie/
Daspm.c44 struct pcie_link_state *parent; /* pointer to the parent Link state */ member
188 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_configure_common_clock() local
346 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_cap_init() local
436 struct pci_dev *child, *parent = link->pdev; in pcie_config_aspm_link() local
529 struct pcie_link_state *parent; in alloc_pcie_link_state() local
637 struct pci_dev *parent = pdev->bus->self; in pcie_aspm_exit_link_state() local
720 struct pci_dev *parent = pdev->bus->self; in __pci_disable_link_state() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c40 g84_cipher_object_ctor(struct nvkm_object *parent, in g84_cipher_object_ctor()
139 g84_cipher_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g84_cipher_ctor()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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
1605 struct psmouse *parent = NULL; in psmouse_reconnect() local
1703 struct psmouse *psmouse, *parent = NULL; in psmouse_attr_set_helper() local
1772 struct psmouse *parent = NULL; in psmouse_attr_set_protocol() local
/linux-4.1.27/drivers/clk/
Dclk.c54 struct clk_core *parent; member
628 struct clk_core *parent; in clk_get_parent_by_index() local
807 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
1133 struct clk_core *parent; in clk_core_round_rate_nolock() local
1405 struct clk_core *parent) in clk_fetch_parent_index()
1455 struct clk_core *parent) in __clk_set_parent_before()
1494 struct clk_core *parent, in __clk_set_parent_after()
1512 static int __clk_set_parent(struct clk_core *clk, struct clk_core *parent, in __clk_set_parent()
1623 struct clk_core *old_parent, *parent; in clk_calc_new_rates() local
1962 struct clk *parent; in clk_get_parent() local
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/md/bcache/
Dclosure.h159 struct closure *parent; member
278 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
380 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.1.27/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()
/linux-4.1.27/net/bluetooth/
Dl2cap_sock.c1159 static void l2cap_sock_cleanup_listen(struct sock *parent) in l2cap_sock_cleanup_listen()
1184 struct sock *sk, *parent = chan->data; in l2cap_sock_new_connection_cb() local
1258 struct sock *parent; in l2cap_sock_teardown_cb() local
1341 struct sock *parent; in l2cap_sock_ready_cb() local
1360 struct sock *parent, *sk = chan->data; in l2cap_sock_defer_cb() local
1453 static void l2cap_sock_init(struct sock *sk, struct sock *parent) in l2cap_sock_init()
/linux-4.1.27/drivers/pci/
Dprobe.c487 static struct pci_bus *pci_alloc_bus(struct pci_bus *parent) in pci_alloc_bus()
667 static struct pci_bus *pci_alloc_child_bus(struct pci_bus *parent, in pci_alloc_child_bus()
731 struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, in pci_add_new_bus()
900 struct pci_bus *parent = bus; in pci_scan_bridge() local
980 struct pci_dev *parent; in set_pcie_port_type() local
1640 struct pci_dev *parent = bus->self; in only_one_child() local
1926 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus()
2095 struct pci_bus *pci_scan_root_bus(struct device *parent, int bus, in pci_scan_root_bus()
2130 struct pci_bus *pci_scan_bus_parented(struct device *parent, in pci_scan_bus_parented()
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
/linux-4.1.27/drivers/acpi/acpica/
Dpswalk.c66 union acpi_parse_object *parent = NULL; in acpi_ps_delete_parse_tree() local
/linux-4.1.27/drivers/gpu/drm/
Ddrm_vma_manager.c197 struct rb_node *parent = NULL; in _drm_vma_offset_add_rb() local
313 struct rb_node *parent = NULL; in drm_vma_node_allow() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c42 _nvkm_xtensa_engctx_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_xtensa_engctx_ctor()
75 nvkm_xtensa_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_xtensa_create_()
/linux-4.1.27/drivers/power/
Dpower_supply_core.c665 __power_supply_register(struct device *parent, in __power_supply_register()
779 struct power_supply *__must_check power_supply_register(struct device *parent, in power_supply_register()
802 power_supply_register_no_ws(struct device *parent, in power_supply_register_no_ws()
832 devm_power_supply_register(struct device *parent, in devm_power_supply_register()
868 devm_power_supply_register_no_ws(struct device *parent, in devm_power_supply_register_no_ws()
/linux-4.1.27/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.1.27/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.1.27/drivers/base/
Dcore.c731 struct device *parent) in get_device_parent()
978 struct device *parent = NULL; in device_add() local
1185 struct device *parent = dev->parent; in device_del() local
1326 int device_for_each_child(struct device *parent, void *data, in device_for_each_child()
1361 struct device *device_find_child(struct device *parent, void *data, in device_find_child()
1589 device_create_groups_vargs(struct class *class, struct device *parent, in device_create_groups_vargs()
1654 struct device *device_create_vargs(struct class *class, struct device *parent, in device_create_vargs()
1687 struct device *device_create(struct class *class, struct device *parent, in device_create()
1728 struct device *parent, dev_t devt, in device_create_with_groups()
1949 struct device *dev, *parent; in device_shutdown() local
/linux-4.1.27/drivers/scsi/
Dscsi_scan.c328 struct device *parent = dev->parent; in scsi_target_dev_release() local
346 static struct scsi_target *__scsi_find_target(struct device *parent, in __scsi_find_target()
410 static struct scsi_target *scsi_alloc_target(struct device *parent, in scsi_alloc_target()
1532 struct device *parent = &shost->shost_gendev; in __scsi_add_device() local
1591 static void __scsi_scan_target(struct device *parent, unsigned int channel, in __scsi_scan_target()
1659 void scsi_scan_target(struct device *parent, unsigned int channel, in scsi_scan_target()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dbase.c242 nvkm_pmu_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_pmu_create_()
260 _nvkm_pmu_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in _nvkm_pmu_ctor()
/linux-4.1.27/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.1.27/drivers/i2c/muxes/
Di2c-mux-gpio.c21 struct i2c_adapter *parent; member
139 struct i2c_adapter *parent; in i2c_mux_gpio_probe() local
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dgk110.c27 gk110_pm_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk110_pm_ctor()
Dgt215.c56 gt215_pm_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gt215_pm_ctor()
Dgk104.c89 gk104_pm_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gk104_pm_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv4e.c27 nv4e_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv4e_ram_create()
Dramnv10.c27 nv10_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv10_ram_create()
Dramnv04.c28 nv04_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_ram_create()
Dramnv49.c27 nv49_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv49_ram_create()
Dramnv41.c27 nv41_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv41_ram_create()
Dramnv20.c27 nv20_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv20_ram_create()
Dramnv44.c27 nv44_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv44_ram_create()
Dramgm107.c31 gm107_ram_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in gm107_ram_ctor()
Dramnv1a.c29 nv1a_ram_create(struct nvkm_object *parent, struct nvkm_object *engine, in nv1a_ram_create()
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/vp/
Dg84.c61 g84_vp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g84_vp_ctor()
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnv_of.c31 struct device_node *parent, *dp; in nvidia_probe_of_connector() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/bsp/
Dg84.c61 g84_bsp_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in g84_bsp_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dnv40.c31 nv40_volt_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_volt_ctor()
/linux-4.1.27/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()
/linux-4.1.27/net/wimax/
Ddebugfs.c31 #define __debugfs_register(prefix, name, parent) \ argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dnv04.c53 nv04_mc_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv04_mc_ctor()
/linux-4.1.27/fs/jfs/
Djfs_inode.c72 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
Dbase.c41 nvkm_fuse_create_(struct nvkm_object *parent, struct nvkm_object *engine, in nvkm_fuse_create_()
/linux-4.1.27/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.1.27/fs/btrfs/
Ddelayed-ref.c659 u64 num_bytes, u64 parent, u64 ref_root, int level, in add_delayed_tree_ref()
721 u64 num_bytes, u64 parent, u64 ref_root, u64 owner, in add_delayed_data_ref()
785 u64 bytenr, u64 num_bytes, u64 parent, in btrfs_add_delayed_tree_ref()
834 u64 parent, u64 ref_root, in btrfs_add_delayed_data_ref()
/linux-4.1.27/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.1.27/fs/hpfs/
Ddentry.c37 static int hpfs_compare_dentry(const struct dentry *parent, const struct dentry *dentry, in hpfs_compare_dentry()

123456