Home
last modified time | relevance | path

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

12345678910>>...52

/linux/include/linux/
H A Dproc_fs.h99 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
101 #define proc_create_seq(name, mode, parent, ops) \ argument
106 #define proc_create_single(name, mode, parent, show) \ argument
135 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
179 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
181 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
184 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
189 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
191 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
192 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
[all …]
H A Drbtree.h59 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
68 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu()
169 struct rb_node *parent = NULL; in rb_add_cached() local
199 struct rb_node *parent = NULL; in rb_add() local
228 struct rb_node *parent = NULL; in rb_find_add_cached() local
264 struct rb_node *parent = NULL; in rb_find_add() local
300 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/drivers/i2c/
H A Di2c-mux.c44 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_master_xfer() local
63 struct i2c_adapter *parent = muxc->parent; in i2c_mux_master_xfer() local
84 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_smbus_xfer() local
106 struct i2c_adapter *parent = muxc->parent; in i2c_mux_smbus_xfer() local
125 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_functionality() local
133 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_lock_bus() local
144 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_trylock_bus() local
159 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_unlock_bus() local
170 struct i2c_adapter *parent = priv->muxc->parent; in i2c_parent_lock_bus() local
180 struct i2c_adapter *parent = priv->muxc->parent; in i2c_parent_trylock_bus() 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()
494 struct rb_node *parent; in rb_next() local
526 struct rb_node *parent; in rb_prev() local
556 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
573 struct rb_node *parent = rb_parent(victim); in rb_replace_node_rcu() local
606 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/sound/pci/hda/
H A Dhda_component.c18 void hda_component_acpi_device_notify(struct hda_component_parent *parent, in hda_component_acpi_device_notify()
35 struct hda_component_parent *parent, in hda_component_manager_bind_acpi_notifications()
70 struct hda_component_parent *parent, in hda_component_manager_unbind_acpi_notifications()
87 void hda_component_manager_playback_hook(struct hda_component_parent *parent, int action) in hda_component_manager_playback_hook()
139 struct hda_component_parent *parent) in hda_component_manager_bind()
155 struct hda_component_parent *parent, int count, in hda_component_manager_init()
194 void hda_component_manager_free(struct hda_component_parent *parent, in hda_component_manager_free()
H A Dhda_component.h47 static inline void hda_component_acpi_device_notify(struct hda_component_parent *parent, in hda_component_acpi_device_notify()
55 struct hda_component_parent *parent, in hda_component_manager_bind_acpi_notifications()
64 struct hda_component_parent *parent, in hda_component_manager_unbind_acpi_notifications()
83 static inline struct hda_component *hda_component_from_index(struct hda_component_parent *parent, in hda_component_from_index()
96 struct hda_component_parent *parent) in hda_component_manager_unbind()
/linux/fs/proc/
H A Dgeneric.c94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
393 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
461 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
484 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
506 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
513 struct proc_dir_entry *parent) in proc_mkdir_mode()
520 struct proc_dir_entry *parent) in proc_mkdir()
529 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
543 struct proc_dir_entry **parent, void *data) in proc_create_reg()
575 struct proc_dir_entry *parent, in proc_create_data()
[all …]
/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()
694 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
787 struct kernfs_node *parent; in kernfs_add_one() local
852 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns()
885 static struct kernfs_node *kernfs_walk_ns(struct kernfs_node *parent, in kernfs_walk_ns()
927 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns()
953 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
51 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_input() local
66 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_output() local
91 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 Dfile.c572 struct dentry *parent, void *value, in debugfs_create_mode_unsafe()
617 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u8()
653 void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u16()
689 void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u32()
726 void debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u64()
765 void debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_ulong()
810 void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x8()
828 void debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x16()
846 void debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x32()
864 void debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_x64()
[all …]
/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/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c82 struct mlx5_esw_sched_node *parent; member
110 esw_qos_node_set_parent(struct mlx5_esw_sched_node *node, struct mlx5_esw_sched_node *parent) in esw_qos_node_set_parent()
237 struct mlx5_esw_sched_node *parent) in esw_qos_calculate_min_rate_divider()
289 struct mlx5_esw_sched_node *parent, in esw_qos_normalize_min_rate()
377 struct mlx5_esw_sched_node *parent) in __esw_qos_alloc_node()
408 __esw_qos_create_vports_sched_node(struct mlx5_eswitch *esw, struct mlx5_esw_sched_node *parent, in __esw_qos_create_vports_sched_node()
561 struct mlx5_esw_sched_node *parent = vport_node->parent; in esw_qos_vport_disable() local
572 static int esw_qos_vport_enable(struct mlx5_vport *vport, struct mlx5_esw_sched_node *parent, in esw_qos_vport_enable()
593 struct mlx5_esw_sched_node *parent, u32 max_rate, in mlx5_esw_qos_vport_enable()
627 struct mlx5_esw_sched_node *parent; in mlx5_esw_qos_vport_disable() local
[all …]
/linux/drivers/powercap/
H A Ddtpm.c105 struct dtpm *parent = dtpm->parent; in __dtpm_sub_power() local
117 struct dtpm *parent = dtpm->parent; in __dtpm_add_power() local
172 struct dtpm *parent = dtpm->parent; in dtpm_release_zone() local
365 int dtpm_register(const char *name, struct dtpm *dtpm, struct dtpm *parent) in dtpm_register()
416 struct dtpm *parent) in dtpm_setup_virtual()
438 struct dtpm *parent) in dtpm_setup_dt()
479 const struct dtpm_node *it, struct dtpm *parent) in dtpm_for_each_child()
/linux/fs/sysfs/
H A Dgroup.c20 static void remove_files(struct kernfs_node *parent, in remove_files()
45 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files()
307 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local
362 struct kernfs_node *parent; in sysfs_merge_group() local
396 struct kernfs_node *parent; in sysfs_unmerge_group() local
418 struct kernfs_node *parent; in sysfs_add_link_to_group() local
441 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/testing/nvdimm/test/
H A Diomap.c221 struct resource *parent, resource_size_t start, in nfit_test_release_region()
258 struct resource *parent, resource_size_t start, in nfit_test_request_region()
326 struct resource *__wrap___request_region(struct resource *parent, in __wrap___request_region()
334 int __wrap_insert_resource(struct resource *parent, struct resource *res) in __wrap_insert_resource()
351 struct resource *parent, resource_size_t start, in __wrap___devm_request_region()
360 void __wrap___release_region(struct resource *parent, resource_size_t start, in __wrap___release_region()
368 void __wrap___devm_release_region(struct device *dev, struct resource *parent, in __wrap___devm_release_region()

12345678910>>...52