/linux/include/linux/ ! |
H A D | proc_fs.h | 102 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 104 #define proc_create_seq(name, mode, parent, ops) \ argument 109 #define proc_create_single(name, mode, parent, show) \ argument 138 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 182 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink() 184 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir() 187 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir() 192 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data() 194 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() 195 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument [all …]
|
H A D | of_graph.h | 37 #define for_each_endpoint_of_node(parent, child) \ argument 49 #define for_each_of_graph_port(parent, child) \ argument 61 #define for_each_of_graph_port_endpoint(parent, child) \ argument 118 const struct device_node *parent, in of_graph_get_next_endpoint() 125 const struct device_node *parent, in of_graph_get_next_port() 132 const struct device_node *parent, in of_graph_get_next_port_endpoint() 139 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs()
|
H A D | of_platform.h | 96 struct device *parent) in of_platform_device_create() 108 struct device *parent) in of_platform_populate() 114 struct device *parent) in of_platform_default_populate() 118 static inline void of_platform_depopulate(struct device *parent) { } in of_platform_depopulate()
|
/linux/drivers/clk/ ! |
H A D | clk-gate_test.c | 31 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 D | i2c-mux.c | 44 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 D | audit_watch.c | 41 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/lib/ ! |
H A D | rbtree.c | 78 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/drivers/s390/cio/ ! |
H A D | vfio_ccw_drv.c | 39 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
|
/linux/drivers/of/ ! |
H A D | platform.c | 99 struct device *parent) in of_device_alloc() 155 struct device *parent) in of_platform_device_create_pdata() 199 struct device *parent) in of_platform_device_create() 209 struct device *parent) in of_amba_device_create() 266 struct device *parent) in of_amba_device_create() 328 struct device *parent, bool strict) in of_platform_bus_create() 395 struct device *parent) in of_platform_bus_probe() 447 struct device *parent) in of_platform_populate() 475 struct device *parent) in of_platform_default_populate() 641 void of_platform_depopulate(struct device *parent) in of_platform_depopulate() [all …]
|
/linux/tools/lib/ ! |
H A D | rbtree.c | 78 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
|
/linux/drivers/vfio/mdev/ ! |
H A D | mdev_core.c | 29 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
|
/linux/drivers/edac/ ! |
H A D | debugfs.c | 60 struct dentry *parent; in edac_create_debugfs_nodes() local 97 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() 113 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() 125 struct dentry *parent, u8 *value) in edac_debugfs_create_x8() 136 struct dentry *parent, u16 *value) in edac_debugfs_create_x16() 147 struct dentry *parent, u32 *value) in edac_debugfs_create_x32()
|
H A D | edac_module.h | 87 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/sound/hda/codecs/side-codecs/ ! |
H A D | hda_component.c | 18 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 D | hda_component.h | 47 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/arch/powerpc/kernel/ ! |
H A D | pci_dn.c | 62 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/fs/sysfs/ ! |
H A 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
|
/linux/fs/debugfs/ ! |
H A D | inode.c | 339 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() 356 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() 411 struct dentry *parent, void *data, in __debugfs_create_file() 455 struct dentry *parent, void *data, in debugfs_create_file_full() 466 struct dentry *parent, void *data, in debugfs_create_file_short() 504 struct dentry *parent, void *data, in debugfs_create_file_unsafe() 534 struct dentry *parent, void *data, in debugfs_create_file_size() 569 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() 614 struct dentry *parent, in debugfs_create_automount() 672 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink() [all …]
|
H A D | file.c | 561 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/drivers/firmware/efi/ ! |
H A D | dev-path-parser.c | 16 struct device *parent, struct device **child) in parse_acpi_path() 58 struct device *parent, struct device **child) in parse_pci_path() 94 struct device *parent, struct device **child) in parse_end_path() 147 struct device *parent = NULL, *child; in efi_get_device_by_path() local
|
/linux/drivers/gpio/ ! |
H A D | gpio-rc5t583.c | 27 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/fs/vboxsf/ ! |
H A D | dir.c | 213 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() 360 static int vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) in vboxsf_dir_unlink() 436 struct inode *parent, struct dentry *dentry, in vboxsf_dir_symlink()
|
/linux/fs/orangefs/ ! |
H A D | namei.c | 24 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_create() local 107 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_lookup() local 174 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_unlink() local 221 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_symlink() local 306 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_mkdir() local
|
/linux/drivers/base/ ! |
H A D | component.c | 61 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/include/drm/bridge/ ! |
H A D | aux-bridge.h | 17 static inline int drm_aux_bridge_register(struct device *parent) in drm_aux_bridge_register() 30 static inline struct auxiliary_device *devm_drm_dp_hpd_bridge_alloc(struct device *parent, in devm_drm_dp_hpd_bridge_alloc() 41 static inline struct device *drm_dp_hpd_bridge_register(struct device *parent, in drm_dp_hpd_bridge_register()
|