Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 1325) sorted by relevance

12345678910>>...53

/linux/include/linux/
H A Ddebugfs.h125 #define debugfs_create_file(name, mode, parent, data, fops) \ argument
133 #define debugfs_create_file_aux(name, mode, parent, data, aux, fops) \ argument
266 struct dentry *parent) in debugfs_lookup()
272 umode_t mode, struct dentry *parent, in debugfs_create_file_aux()
280 struct dentry *parent, void *data, in debugfs_create_file()
287 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe()
295 struct dentry *parent, void *data, in debugfs_create_file_size()
301 struct dentry *parent) in debugfs_create_dir()
307 struct dentry *parent, in debugfs_create_symlink()
314 struct dentry *parent, in debugfs_create_automount()
[all …]
H A Dproc_fs.h100 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
102 #define proc_create_seq(name, mode, parent, ops) \ argument
107 #define proc_create_single(name, mode, parent, show) \ argument
136 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
180 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
182 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
185 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
190 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
192 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
193 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
[all …]
H A Drbtree.h87 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
96 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu()
197 struct rb_node *parent = NULL; in rb_add_cached() local
227 struct rb_node *parent = NULL; in rb_add() local
256 struct rb_node *parent = NULL; in rb_find_add_cached() local
292 struct rb_node *parent = NULL; in rb_find_add() local
328 struct rb_node *parent = NULL; in rb_find_add_rcu() local
/linux/drivers/clk/
H A Dclk-gate_test.c31 struct clk_hw *parent; in clk_gate_register_test_parent_names() local
49 struct clk_hw *parent; in clk_gate_register_test_parent_data() local
69 struct clk_hw *parent; in clk_gate_register_test_parent_data_legacy() local
89 struct clk_hw *parent; in clk_gate_register_test_parent_hw() local
133 struct clk_hw *parent; member
151 struct clk_hw *parent = ctx->parent; in clk_gate_test_parent_rate() local
162 struct clk_hw *parent = ctx->parent; in clk_gate_test_enable() local
179 struct clk_hw *parent = ctx->parent; in clk_gate_test_disable() local
205 struct clk_hw *parent; in clk_gate_test_init() local
242 struct clk_hw *parent = ctx->parent; in clk_gate_test_invert_enable() local
[all …]
/linux/kernel/
H A Daudit_watch.c41 struct audit_parent *parent; /* associated parent */ member
58 static void audit_free_parent(struct audit_parent *parent) in audit_free_parent()
66 struct audit_parent *parent; in audit_watch_free_mark() local
72 static void audit_get_parent(struct audit_parent *parent) in audit_get_parent()
78 static void audit_put_parent(struct audit_parent *parent) in audit_put_parent()
90 struct audit_parent *parent = NULL; in audit_find_parent() local
139 struct audit_parent *parent; in audit_init_parent() local
245 static void audit_update_watch(struct audit_parent *parent, in audit_update_watch()
322 static void audit_remove_parent_watches(struct audit_parent *parent) in audit_remove_parent_watches()
348 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd()
[all …]
/linux/drivers/clk/imx/
H A Dclk.h118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument
124 #define imx_clk_fixed_factor(name, parent, mult, div) \ argument
127 #define imx_clk_divider(name, parent, reg, shift, width) \ argument
130 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument
133 #define imx_clk_gate(name, parent, reg, shift) \ argument
136 #define imx_clk_gate_dis(name, parent, reg, shift) \ argument
139 #define imx_clk_gate2(name, parent, reg, shift) \ argument
142 #define imx_clk_gate2_cgr(name, parent, reg, shift, cgr_val) \ argument
145 #define imx_clk_gate2_flags(name, parent, reg, shift, flags) \ argument
157 #define imx_clk_pllv1(type, name, parent, base) \ argument
[all …]
/linux/lib/
H A Drbtree.c78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
410 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
465 struct rb_node *parent; in rb_next() local
497 struct rb_node *parent; in rb_prev() local
527 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
544 struct rb_node *parent = rb_parent(victim); in rb_replace_node_rcu() local
577 const struct rb_node *parent; in rb_next_postorder() local
/linux/tools/lib/
H A Drbtree.c78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
227 ____rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) ____rb_erase_color() argument
410 __rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) __rb_erase_color() argument
488 struct rb_node *parent; rb_next() local
519 struct rb_node *parent; rb_prev() local
548 struct rb_node *parent = rb_parent(victim); rb_replace_node() local
575 const struct rb_node *parent; rb_next_postorder() local
[all...]
/linux/fs/proc/
H A Dgeneric.c94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
418 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
485 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
508 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
530 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
537 struct proc_dir_entry *parent) in proc_mkdir_mode()
544 struct proc_dir_entry *parent) in proc_mkdir()
553 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
567 struct proc_dir_entry **parent, void *data) in proc_create_reg()
587 struct proc_dir_entry *parent, in proc_create_data()
[all …]
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.c18 void hda_component_acpi_device_notify(struct hda_component_parent *parent, in hda_component_acpi_device_notify()
34 struct hda_component_parent *parent, in hda_component_manager_bind_acpi_notifications()
69 struct hda_component_parent *parent, in hda_component_manager_unbind_acpi_notifications()
86 void hda_component_manager_playback_hook(struct hda_component_parent *parent, int action) in hda_component_manager_playback_hook()
137 struct hda_component_parent *parent) in hda_component_manager_bind()
148 struct hda_component_parent *parent, int count, in hda_component_manager_init()
191 void hda_component_manager_free(struct hda_component_parent *parent, in hda_component_manager_free()
/linux/fs/kernfs/
H A Ddir.c296 struct kernfs_node *parent; in kernfs_get_parent() local
367 struct rb_node *parent = NULL; in kernfs_link_sibling() local
566 struct kernfs_node *parent; in kernfs_put() local
624 struct kernfs_node *parent, in __kernfs_new_node()
699 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
792 struct kernfs_node *parent; in kernfs_add_one() local
857 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
890 static struct kernfs_node *kernfs_walk_ns(struct kernfs_node *parent, in kernfs_walk_ns()
932 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
958 struct kernfs_node *kernfs_walk_and_get_ns(struct kernfs_node *parent, in kernfs_walk_and_get_ns()
[all …]
/linux/arch/powerpc/kernel/
H A Dpci_dn.c62 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local
98 struct pci_dn *parent, *pdn; in pci_get_pdn() local
148 static struct pci_dn *add_one_sriov_vf_pdn(struct pci_dn *parent, in add_one_sriov_vf_pdn()
175 struct pci_dn *parent, *pdn; in add_sriov_vf_pdns() local
219 struct pci_dn *parent; in remove_sriov_vf_pdns() local
287 struct device_node *parent; in pci_add_device_node_info() local
344 struct device_node *parent; in pci_remove_device_node_info() local
/linux/drivers/spmi/
H A Dspmi-devres.c9 static void devm_spmi_controller_release(struct device *parent, void *res) in devm_spmi_controller_release()
14 struct spmi_controller *devm_spmi_controller_alloc(struct device *parent, size_t size) in devm_spmi_controller_alloc()
35 static void devm_spmi_controller_remove(struct device *parent, void *res) in devm_spmi_controller_remove()
40 int devm_spmi_controller_add(struct device *parent, struct spmi_controller *ctrl) in devm_spmi_controller_add()
/linux/drivers/edac/
H A Dedac_module.h87 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at()
89 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
92 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8()
94 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16()
96 struct dentry *parent, u32 *value) { } in edac_debugfs_create_x32()
/linux/drivers/gpio/
H A Dgpio-rc5t583.c27 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_get() local
41 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_set() local
57 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_input() local
72 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_output() local
100 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_free() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c198 struct otx2_qos_node *parent) in otx2_qos_txschq_set_parent_topology()
239 struct otx2_qos_node *parent) in otx2_qos_free_hw_node_schq()
248 struct otx2_qos_node *parent) in otx2_qos_free_hw_node()
289 struct otx2_qos_node *parent) in otx2_qos_free_sw_node_schq()
300 struct otx2_qos_node *parent) in __otx2_qos_free_sw_node()
330 static void otx2_qos_fill_cfg_schq(struct otx2_qos_node *parent, in otx2_qos_fill_cfg_schq()
339 static void otx2_qos_fill_cfg_tl(struct otx2_qos_node *parent, in otx2_qos_fill_cfg_tl()
357 struct otx2_qos_node *parent, in otx2_qos_prepare_txschq_cfg()
365 static void otx2_qos_read_txschq_cfg_schq(struct otx2_qos_node *parent, in otx2_qos_read_txschq_cfg_schq()
379 static void otx2_qos_read_txschq_cfg_tl(struct otx2_qos_node *parent, in otx2_qos_read_txschq_cfg_tl()
[all …]
/linux/fs/debugfs/
H A Dinode.c345 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup()
363 struct dentry *parent) in debugfs_start_creating()
417 struct dentry *parent, void *data, in __debugfs_create_file()
456 struct dentry *parent, void *data, in debugfs_create_file_full()
467 struct dentry *parent, void *data, in debugfs_create_file_short()
505 struct dentry *parent, void *data, in debugfs_create_file_unsafe()
535 struct dentry *parent, void *data, in debugfs_create_file_size()
570 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
610 struct dentry *parent, in debugfs_create_automount()
663 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
[all …]
H A Dfile.c561 struct dentry *parent, void *value, in debugfs_create_mode_unsafe()
606 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u8()
642 void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u16()
678 void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u32()
715 void debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u64()
754 void debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_ulong()
799 void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x8()
817 void debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x16()
835 void debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x32()
853 void debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x64()
[all …]
/linux/fs/vboxsf/
H A Ddir.c213 static struct dentry *vboxsf_dir_lookup(struct inode *parent, in vboxsf_dir_lookup()
236 static int vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, in vboxsf_dir_instantiate()
257 static int vboxsf_dir_create(struct inode *parent, struct dentry *dentry, in vboxsf_dir_create()
300 struct inode *parent, struct dentry *dentry, in vboxsf_dir_mkfile()
307 struct inode *parent, struct dentry *dentry, in vboxsf_dir_mkdir()
313 static int vboxsf_dir_atomic_open(struct inode *parent, struct dentry *dentry, in vboxsf_dir_atomic_open()
353 static int vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) in vboxsf_dir_unlink()
429 struct inode *parent, struct dentry *dentry, in vboxsf_dir_symlink()
/linux/drivers/base/
H A Dcomponent.c61 struct device *parent; member
141 static struct aggregate_device *__aggregate_find(struct device *parent, in __aggregate_find()
344 static void devm_component_match_release(struct device *parent, void *res) in devm_component_match_release()
381 static void __component_match_add(struct device *parent, in __component_match_add()
445 void component_match_add_release(struct device *parent, in component_match_add_release()
472 void component_match_add_typed(struct device *parent, in component_match_add_typed()
512 int component_master_add_with_match(struct device *parent, in component_master_add_with_match()
557 void component_master_del(struct device *parent, in component_master_del()
572 bool component_master_is_bound(struct device *parent, in component_master_is_bound()
612 void component_unbind_all(struct device *parent, void *data) in component_unbind_all()
[all …]
/linux/fs/orangefs/
H A Dnamei.c24 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_create() local
106 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_lookup() local
173 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_unlink() local
220 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_symlink() local
303 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_mkdir() local
/linux/fs/sysfs/
H A Dgroup.c20 static void remove_files(struct kernfs_node *parent, in remove_files()
48 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files()
313 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local
368 struct kernfs_node *parent; in sysfs_merge_group() local
402 struct kernfs_node *parent; in sysfs_unmerge_group() local
424 struct kernfs_node *parent; in sysfs_add_link_to_group() local
447 struct kernfs_node *parent; in sysfs_remove_link_from_group() local
H A Dsymlink.c20 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
145 struct kernfs_node *parent = NULL; in sysfs_remove_link() local
169 struct kernfs_node *parent, *kn = NULL; in sysfs_rename_link_ns() local
/linux/drivers/irqchip/
H A Dirq-mscc-ocelot.c123 struct device_node *parent, in vcoreiii_irq_init()
194 struct device_node *parent) in ocelot_irq_init()
202 struct device_node *parent) in serval_irq_init()
210 struct device_node *parent) in luton_irq_init()
218 struct device_node *parent) in jaguar2_irq_init()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py194 def __init__(self, task, param=None, parent=None): argument
213 def __init__(self, glb, params, parent=None): argument
220 def Item(self, parent): argument
226 def rowCount(self, parent): argument
233 def hasChildren(self, parent): argument
245 def parent(self, child): member in TreeModel
252 def index(self, row, column, parent): argument
285 def __init__(self, parent=None): argument
291 def Item(self, parent): argument
297 def rowCount(self, parent): argument
[all …]

12345678910>>...53