Home
last modified time | relevance | path

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

12345678910>>...88

/openbmc/linux/include/linux/
H A Dproc_fs.h95 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
97 #define proc_create_seq(name, mode, parent, ops) \ argument
102 #define proc_create_single(name, mode, parent, show) \ argument
131 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
175 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
177 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
180 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
187 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
190 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
191 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument
[all …]
H A Dled-class-multicolor.h69 static inline int led_classdev_multicolor_register_ext(struct device *parent, in led_classdev_multicolor_register_ext()
83 static inline int devm_led_classdev_multicolor_register_ext(struct device *parent, in devm_led_classdev_multicolor_register_ext()
90 static inline void devm_led_classdev_multicolor_unregister(struct device *parent, in devm_led_classdev_multicolor_unregister()
96 static inline int led_classdev_multicolor_register(struct device *parent, in led_classdev_multicolor_register()
102 static inline int devm_led_classdev_multicolor_register(struct device *parent, in devm_led_classdev_multicolor_register()
/openbmc/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
146 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_lock_bus() local
157 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_trylock_bus() local
172 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_unlock_bus() local
225 struct i2c_adapter *parent = muxc->parent; in i2c_mux_lock_select() local
247 struct i2c_adapter *parent = muxc->parent; in i2c_mux_unlock_deselect() local
[all …]
/openbmc/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
284 struct clk_hw *parent; in clk_gate_test_invert_init() local
[all …]
/openbmc/u-boot/drivers/core/
H A Ddevice.c219 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data()
228 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind()
236 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode()
244 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name()
581 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq()
616 int device_get_child_by_of_offset(struct udevice *parent, int node, in device_get_child_by_of_offset()
674 struct udevice *parent = dev->parent; in device_find_next_child() local
686 int device_find_first_inactive_child(struct udevice *parent, in device_find_first_inactive_child()
704 int device_find_first_child_by_uclass(struct udevice *parent, in device_find_first_child_by_uclass()
790 struct udevice *parent = dev->parent; in device_is_last_sibling() local
[all …]
/openbmc/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
366 struct audit_parent *parent) in audit_add_to_parent()
403 struct audit_parent *parent; in audit_add_watch() local
450 struct audit_parent *parent = watch->parent; in audit_remove_watch_rule() local
[all …]
/openbmc/libbej/test/
H A Dbej_tree_test.cpp63 struct RedfishPropertyParent parent; in TEST() local
89 struct RedfishPropertyParent parent; in TEST() local
107 struct RedfishPropertyParent parent; in TEST() local
122 struct RedfishPropertyParent parent; in TEST() local
141 struct RedfishPropertyParent parent; in TEST() local
160 struct RedfishPropertyParent parent; in TEST() local
179 struct RedfishPropertyParent parent; in TEST() local
196 struct RedfishPropertyParent parent; in TEST() local
210 struct RedfishPropertyParent parent; in TEST() local
/openbmc/libbej/src/
H A Dbej_tree.c52 void bejTreeAddNull(struct RedfishPropertyParent* parent, in bejTreeAddNull()
59 void bejTreeAddInteger(struct RedfishPropertyParent* parent, in bejTreeAddInteger()
73 void bejTreeAddEnum(struct RedfishPropertyParent* parent, in bejTreeAddEnum()
82 void bejTreeAddString(struct RedfishPropertyParent* parent, in bejTreeAddString()
91 void bejTreeAddReal(struct RedfishPropertyParent* parent, in bejTreeAddReal()
105 void bejTreeAddBool(struct RedfishPropertyParent* parent, in bejTreeAddBool()
114 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent, void* child) in bejTreeLinkChildToParent()
139 void* bejParentGoToNextChild(struct RedfishPropertyParent* parent, in bejParentGoToNextChild()
/openbmc/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
/openbmc/linux/drivers/clk/imx/
H A Dclk.h133 #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
157 #define imx_clk_pllv1(type, name, parent, base) \ argument
160 #define imx_clk_pllv2(name, parent, base) \ argument
163 #define imx_clk_hw_gate(name, parent, reg, shift) \ argument
166 #define imx_clk_hw_gate2(name, parent, reg, shift) \ argument
187 #define imx_clk_hw_gate3(name, parent, reg, shift) \ argument
193 #define imx_clk_hw_gate4(name, parent, reg, shift) \ argument
357 const char *parent, in imx_clk_hw_divider_closest()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_drv.c39 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_quiesce() local
133 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_irq() local
157 struct vfio_ccw_parent *parent = container_of(dev, struct vfio_ccw_parent, dev); in vfio_ccw_free_parent() local
165 struct vfio_ccw_parent *parent; in vfio_ccw_sch_probe() local
211 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_remove() local
225 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_shutdown() local
247 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_event() local
302 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_chp_event() local
/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_core.c29 struct mdev_parent *parent = mdev->type->parent; in mdev_device_remove_common() local
59 int mdev_register_parent(struct mdev_parent *parent, struct device *dev, in mdev_register_parent()
93 void mdev_unregister_parent(struct mdev_parent *parent) in mdev_unregister_parent()
113 struct mdev_parent *parent = mdev->type->parent; in mdev_device_release() local
132 struct mdev_parent *parent = type->parent; in mdev_device_create() local
216 struct mdev_parent *parent = mdev->type->parent; in mdev_device_remove() local
/openbmc/u-boot/lib/
H A Drbtree.c56 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
436 struct rb_node *parent; in rb_next() local
468 struct rb_node *parent; in rb_prev() local
498 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
526 const struct rb_node *parent; in rb_next_postorder() local
/openbmc/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, in ____rb_erase_color()
410 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
488 struct rb_node *parent; in rb_next() local
519 struct rb_node *parent; in rb_prev() local
548 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
575 const struct rb_node *parent; in rb_next_postorder() local
/openbmc/linux/drivers/edac/
H A Ddebugfs.c57 struct dentry *parent; in edac_create_debugfs_nodes() local
94 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at()
110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
122 struct dentry *parent, u8 *value) in edac_debugfs_create_x8()
133 struct dentry *parent, u16 *value) in edac_debugfs_create_x16()
144 struct dentry *parent, u32 *value) in edac_debugfs_create_x32()
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()
/openbmc/linux/fs/sysfs/
H A Ddir.c21 void sysfs_warn_dup(struct kernfs_node *parent, const char *name) in sysfs_warn_dup()
42 struct kernfs_node *parent, *kn; in sysfs_create_dir_ns() local
108 struct kernfs_node *parent; in sysfs_rename_dir_ns() local
136 struct kernfs_node *kn, *parent = parent_kobj->sd; in sysfs_create_mount_point() local
157 struct kernfs_node *parent = parent_kobj->sd; in sysfs_remove_mount_point() local
/openbmc/linux/security/landlock/
H A Dptrace.c32 static bool domain_scope_le(const struct landlock_ruleset *const parent, in domain_scope_le()
50 static bool task_is_scoped(const struct task_struct *const parent, in task_is_scoped()
64 static int task_ptrace(const struct task_struct *const parent, in task_ptrace()
106 static int hook_ptrace_traceme(struct task_struct *const parent) in hook_ptrace_traceme()
/openbmc/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
/openbmc/linux/fs/kernfs/
H A Ddir.c294 struct kernfs_node *parent; in kernfs_get_parent() local
364 struct rb_node *parent = NULL; in kernfs_link_sibling() local
554 struct kernfs_node *parent; in kernfs_put() local
611 struct kernfs_node *parent, in __kernfs_new_node()
681 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node()
772 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local
1122 struct kernfs_node *parent; in kernfs_dop_revalidate() local
1193 struct kernfs_node *parent = dir->i_private; in kernfs_iop_lookup() local
1236 struct kernfs_node *parent = dir->i_private; in kernfs_iop_mkdir() local
1827 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos()
[all …]
/openbmc/linux/drivers/of/
H A Dplatform.c148 struct device *parent) in of_device_alloc()
204 struct device *parent) in of_platform_device_create_pdata()
246 struct device *parent) in of_platform_device_create()
256 struct device *parent) in of_amba_device_create()
313 struct device *parent) in of_amba_device_create()
375 struct device *parent, bool strict) in of_platform_bus_create()
445 struct device *parent) in of_platform_bus_probe()
497 struct device *parent) in of_platform_populate()
528 struct device *parent) in of_platform_default_populate()
675 void of_platform_depopulate(struct device *parent) in of_platform_depopulate()
/openbmc/linux/fs/proc/
H A Dgeneric.c94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
459 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
482 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
504 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
511 struct proc_dir_entry *parent) in proc_mkdir_mode()
518 struct proc_dir_entry *parent) in proc_mkdir()
527 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
541 struct proc_dir_entry **parent, void *data) in proc_create_reg()
567 struct proc_dir_entry *parent, in proc_create_data()
582 struct proc_dir_entry *parent, in proc_create()
[all …]
/openbmc/linux/drivers/pwm/
H A Dsysfs.c241 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
285 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
310 static ssize_t export_store(struct device *parent, in export_store()
338 static ssize_t unexport_store(struct device *parent, in unexport_store()
377 static struct pwm_export *pwm_class_get_state(struct device *parent, in pwm_class_get_state()
412 static int pwm_class_resume_npwm(struct device *parent, unsigned int npwm) in pwm_class_resume_npwm()
443 static int pwm_class_suspend(struct device *parent) in pwm_class_suspend()
484 static int pwm_class_resume(struct device *parent) in pwm_class_resume()
499 static int pwmchip_sysfs_match(struct device *parent, const void *data) in pwmchip_sysfs_match()
506 struct device *parent; in pwmchip_sysfs_export() local
[all …]
/openbmc/linux/drivers/firmware/efi/
H A Ddev-path-parser.c16 struct device *parent, struct device **child) in parse_acpi_path()
61 struct device *parent, struct device **child) in parse_pci_path()
97 struct device *parent, struct device **child) in parse_end_path()
150 struct device *parent = NULL, *child; in efi_get_device_by_path() local
/openbmc/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

12345678910>>...88