/Linux-v4.19/include/linux/ |
D | proc_fs.h | 34 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 36 #define proc_create_seq(name, mode, parent, ops) \ argument 41 #define proc_create_single(name, mode, parent, show) \ argument 61 #define proc_create_net(name, mode, parent, state_size, ops) \ argument 88 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink() 90 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir() 93 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data() 95 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() 96 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument 97 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument [all …]
|
D | debugfs.h | 164 struct dentry *parent) in debugfs_lookup() 170 struct dentry *parent, void *data, in debugfs_create_file() 177 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe() 185 struct dentry *parent, void *data, in debugfs_create_file_size() 193 struct dentry *parent) in debugfs_create_dir() 199 struct dentry *parent, in debugfs_create_symlink() 206 struct dentry *parent, in debugfs_create_automount() 249 struct dentry *parent, in debugfs_create_u8() 256 struct dentry *parent, in debugfs_create_u16() 263 struct dentry *parent, in debugfs_create_u32() [all …]
|
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_core.c | 72 struct mdev_parent *parent; in __find_parent_device() local 83 struct mdev_parent *parent = container_of(kref, struct mdev_parent, in mdev_release_parent() local 92 inline struct mdev_parent *mdev_get_parent(struct mdev_parent *parent) in mdev_get_parent() 100 static inline void mdev_put_parent(struct mdev_parent *parent) in mdev_put_parent() 109 struct mdev_parent *parent = mdev->parent; in mdev_device_create_ops() local 136 struct mdev_parent *parent = mdev->parent; in mdev_device_remove_ops() local 170 struct mdev_parent *parent; in mdev_register_device() local 242 struct mdev_parent *parent; in mdev_unregister_device() local 283 struct mdev_parent *parent; in mdev_device_create() local 352 struct mdev_parent *parent; in mdev_device_remove() local
|
D | vfio_mdev.c | 30 struct mdev_parent *parent = mdev->parent; in vfio_mdev_open() local 49 struct mdev_parent *parent = mdev->parent; in vfio_mdev_release() local 61 struct mdev_parent *parent = mdev->parent; in vfio_mdev_unlocked_ioctl() local 73 struct mdev_parent *parent = mdev->parent; in vfio_mdev_read() local 85 struct mdev_parent *parent = mdev->parent; in vfio_mdev_write() local 96 struct mdev_parent *parent = mdev->parent; in vfio_mdev_mmap() local
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-mux.c | 43 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_master_xfer() local 62 struct i2c_adapter *parent = muxc->parent; in i2c_mux_master_xfer() local 83 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_smbus_xfer() local 105 struct i2c_adapter *parent = muxc->parent; in i2c_mux_smbus_xfer() local 124 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_functionality() local 130 static unsigned int i2c_mux_parent_classes(struct i2c_adapter *parent) in i2c_mux_parent_classes() 145 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_lock_bus() local 156 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_trylock_bus() local 171 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_unlock_bus() local 182 struct i2c_adapter *parent = priv->muxc->parent; in i2c_parent_lock_bus() local [all …]
|
/Linux-v4.19/drivers/clk/imx/ |
D | clk.h | 90 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor() 96 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider() 104 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 111 static inline struct clk *imx_clk_divider2(const char *name, const char *parent, in imx_clk_divider2() 119 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() 126 static inline struct clk *imx_clk_gate_flags(const char *name, const char *parent, in imx_clk_gate_flags() 133 static inline struct clk *imx_clk_gate_dis(const char *name, const char *parent, in imx_clk_gate_dis() 140 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2() 147 static inline struct clk *imx_clk_gate2_flags(const char *name, const char *parent, in imx_clk_gate2_flags() 155 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate2_shared() [all …]
|
/Linux-v4.19/kernel/ |
D | audit_watch.c | 54 struct audit_parent *parent; /* associated parent */ member 71 static void audit_free_parent(struct audit_parent *parent) in audit_free_parent() 79 struct audit_parent *parent; in audit_watch_free_mark() local 85 static void audit_get_parent(struct audit_parent *parent) in audit_get_parent() 91 static void audit_put_parent(struct audit_parent *parent) in audit_put_parent() 103 struct audit_parent *parent = NULL; in audit_find_parent() local 152 struct audit_parent *parent; in audit_init_parent() local 259 static void audit_update_watch(struct audit_parent *parent, in audit_update_watch() 338 static void audit_remove_parent_watches(struct audit_parent *parent) in audit_remove_parent_watches() 364 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd() [all …]
|
/Linux-v4.19/tools/lib/ |
D | rbtree.c | 65 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 75 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 201 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 363 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 439 struct rb_node *parent; in rb_next() local 470 struct rb_node *parent; in rb_prev() local 499 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local 526 const struct rb_node *parent; in rb_next_postorder() local
|
/Linux-v4.19/fs/debugfs/ |
D | inode.c | 263 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() 284 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() 337 struct dentry *parent, void *data, in __debugfs_create_file() 395 struct dentry *parent, void *data, in debugfs_create_file() 434 struct dentry *parent, void *data, in debugfs_create_file_unsafe() 473 struct dentry *parent, void *data, in debugfs_create_file_size() 503 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() 540 struct dentry *parent, in debugfs_create_automount() 590 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink() 618 static void __debugfs_remove_file(struct dentry *dentry, struct dentry *parent) in __debugfs_remove_file() [all …]
|
D | file.c | 349 struct dentry *parent, void *value, in debugfs_create_mode_unsafe() 405 struct dentry *parent, u8 *value) in debugfs_create_u8() 451 struct dentry *parent, u16 *value) in debugfs_create_u16() 497 struct dentry *parent, u32 *value) in debugfs_create_u32() 544 struct dentry *parent, u64 *value) in debugfs_create_u64() 593 struct dentry *parent, unsigned long *value) in debugfs_create_ulong() 639 struct dentry *parent, u8 *value) in debugfs_create_x8() 657 struct dentry *parent, u16 *value) in debugfs_create_x16() 675 struct dentry *parent, u32 *value) in debugfs_create_x32() 693 struct dentry *parent, u64 *value) in debugfs_create_x64() [all …]
|
/Linux-v4.19/lib/ |
D | rbtree.c | 90 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 101 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 243 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 426 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 530 struct rb_node *parent; in rb_next() local 562 struct rb_node *parent; in rb_prev() local 592 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local 619 struct rb_node *parent = rb_parent(victim); in rb_replace_node_rcu() local 652 const struct rb_node *parent; in rb_next_postorder() local
|
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_core.c | 107 char *grandparent = NULL, *parent = NULL, *child = NULL; in test_cgcore_invalid_domain() local 159 char *parent = NULL, *child = NULL; in test_cgcore_parent_becomes_threaded() local 198 char *parent = NULL, *child = NULL; in test_cgcore_no_internal_process_constraint_on_threads() local 250 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_enable() local 285 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_disable() local 326 char *parent = NULL, *child = NULL; in test_cgcore_internal_process_constraint() local
|
/Linux-v4.19/fs/sysfs/ |
D | dir.c | 21 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
|
D | group.c | 19 static void remove_files(struct kernfs_node *parent, in remove_files() 33 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() 247 struct kernfs_node *parent = kobj->sd; in sysfs_remove_group() local 303 struct kernfs_node *parent; in sysfs_merge_group() local 337 struct kernfs_node *parent; in sysfs_unmerge_group() local 359 struct kernfs_node *parent; in sysfs_add_link_to_group() local 382 struct kernfs_node *parent; in sysfs_remove_link_from_group() local
|
/Linux-v4.19/drivers/regulator/ |
D | tps80031-regulator.c | 104 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 …]
|
/Linux-v4.19/drivers/of/ |
D | platform.c | 115 struct device *parent) in of_device_alloc() 176 struct device *parent) in of_platform_device_create_pdata() 218 struct device *parent) in of_platform_device_create() 228 struct device *parent) in of_amba_device_create() 293 struct device *parent) in of_amba_device_create() 355 struct device *parent, bool strict) in of_platform_bus_create() 425 struct device *parent) in of_platform_bus_probe() 477 struct device *parent) in of_platform_populate() 505 struct device *parent) in of_platform_default_populate() 582 void of_platform_depopulate(struct device *parent) in of_platform_depopulate()
|
/Linux-v4.19/drivers/edac/ |
D | debugfs.c | 61 struct dentry *d, *parent; in edac_create_debugfs_nodes() local 117 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() 133 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() 145 struct dentry *parent, u8 *value) in edac_debugfs_create_x8() 156 struct dentry *parent, u16 *value) in edac_debugfs_create_x16()
|
D | edac_module.h | 91 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at() 93 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() 97 struct dentry *parent, u8 *value) { return NULL; } in edac_debugfs_create_x8() 100 struct dentry *parent, u16 *value) { return NULL; } in edac_debugfs_create_x16()
|
/Linux-v4.19/fs/proc/ |
D | generic.c | 93 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local 374 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() 437 struct proc_dir_entry *parent, const char *dest) in proc_symlink() 460 struct proc_dir_entry *parent, void *data) in proc_mkdir_data() 482 struct proc_dir_entry *parent) in proc_mkdir_mode() 489 struct proc_dir_entry *parent) in proc_mkdir() 498 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local 515 struct proc_dir_entry **parent, void *data) in proc_create_reg() 535 struct proc_dir_entry *parent, in proc_create_data() 551 struct proc_dir_entry *parent, in proc_create() [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci_dn.c | 75 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local 111 struct pci_dn *parent, *pdn; in pci_get_pdn() local 141 static struct pci_dn *add_one_dev_pci_data(struct pci_dn *parent, in add_one_dev_pci_data() 172 struct pci_dn *parent, *pdn; in add_dev_pci_data() local 216 struct pci_dn *parent; in remove_dev_pci_data() local 282 struct device_node *parent; in pci_add_device_node_info() local 338 struct device_node *parent; in pci_remove_device_node_info() local
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-rc5t583.c | 39 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_get() local 53 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_set() local 63 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_input() local 78 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_output() local 103 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_free() local
|
/Linux-v4.19/fs/kernfs/ |
D | dir.c | 280 struct kernfs_node *parent; in kernfs_get_parent() local 350 struct rb_node *parent = NULL; in kernfs_link_sibling() local 508 struct kernfs_node *parent; in kernfs_put() local 688 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent, in kernfs_new_node() 766 struct kernfs_node *parent = kn->parent; in kernfs_add_one() local 830 static struct kernfs_node *kernfs_find_ns(struct kernfs_node *parent, in kernfs_find_ns() 863 static struct kernfs_node *kernfs_walk_ns(struct kernfs_node *parent, in kernfs_walk_ns() 905 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent, in kernfs_find_and_get_ns() 929 struct kernfs_node *kernfs_walk_and_get_ns(struct kernfs_node *parent, in kernfs_walk_and_get_ns() 1012 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, in kernfs_create_dir_ns() [all …]
|
/Linux-v4.19/drivers/firmware/efi/ |
D | dev-path-parser.c | 42 struct device *parent, struct device **child) in parse_acpi_path() 80 struct device *parent, struct device **child) in parse_pci_path() 116 struct device *parent, struct device **child) in parse_end_path() 169 struct device *parent = NULL, *child; in efi_get_device_by_path() local
|
/Linux-v4.19/drivers/pwm/ |
D | sysfs.c | 249 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child() 289 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child() 308 static ssize_t export_store(struct device *parent, in export_store() 336 static ssize_t unexport_store(struct device *parent, in unexport_store() 357 static ssize_t npwm_show(struct device *parent, struct device_attribute *attr, in npwm_show() 380 static int pwmchip_sysfs_match(struct device *parent, const void *data) in pwmchip_sysfs_match() 387 struct device *parent; in pwmchip_sysfs_export() local 403 struct device *parent; in pwmchip_sysfs_unexport() local 416 struct device *parent; in pwmchip_sysfs_unexport_children() local
|
/Linux-v4.19/fs/orangefs/ |
D | namei.c | 23 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_create() local 110 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_lookup() local 178 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_unlink() local 226 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_symlink() local 315 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_mkdir() local
|