Home
last modified time | relevance | path

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

123456

/include/linux/
A Dproc_fs.h102 #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()
194 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
197 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
198 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument
[all …]
A Ddebugfs.h266 struct dentry *parent) in debugfs_lookup()
301 struct dentry *parent) in debugfs_create_dir()
307 struct dentry *parent, in debugfs_create_symlink()
314 struct dentry *parent, in debugfs_create_automount()
328 struct dentry *parent) in debugfs_lookup_and_remove()
380 struct dentry *parent, in debugfs_create_ulong()
400 struct dentry *parent, in debugfs_create_atomic_t()
408 struct dentry *parent, in debugfs_create_str()
413 struct dentry *parent, in debugfs_create_blob()
420 struct dentry *parent, in debugfs_create_regset32()
[all …]
A Dof_graph.h37 #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()
A Dof_platform.h96 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()
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
A Drbtree_augmented.h69 struct rb_node *parent = NULL; in rb_add_augmented_cached() local
196 struct rb_node *parent, struct rb_root *root) in __rb_change_child()
209 struct rb_node *parent, struct rb_root *root) in __rb_change_child_rcu()
229 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local
A Dled-class-multicolor.h67 static inline int led_classdev_multicolor_register(struct device *parent, in led_classdev_multicolor_register()
73 static inline int devm_led_classdev_multicolor_register(struct device *parent, in devm_led_classdev_multicolor_register()
A Dbootconfig.h54 uint16_t parent; member
204 #define xbc_node_for_each_child(parent, child) \ argument
216 #define xbc_node_for_each_subkey(parent, child) \ argument
A Di8254.h15 struct device *parent; member
A Dpage_counter.h43 struct page_counter *parent; member
56 struct page_counter *parent, in page_counter_init()
A Ddtpm.h17 struct dtpm *parent; member
52 struct dtpm_node *parent; member
A Dunion_find.h15 struct uf_node *parent; member
A Dled-class-flash.h123 static inline int led_classdev_flash_register(struct device *parent, in led_classdev_flash_register()
129 static inline int devm_led_classdev_flash_register(struct device *parent, in devm_led_classdev_flash_register()
A Dkernfs.h496 kernfs_find_and_get_ns(struct kernfs_node *parent, const char *name, in kernfs_find_and_get_ns()
500 kernfs_walk_and_get_ns(struct kernfs_node *parent, const char *path, in kernfs_walk_and_get_ns()
527 kernfs_create_dir_ns(struct kernfs_node *parent, const char *name, in kernfs_create_dir_ns()
533 __kernfs_create_file(struct kernfs_node *parent, const char *name, in __kernfs_create_file()
540 kernfs_create_link(struct kernfs_node *parent, const char *name, in kernfs_create_link()
622 kernfs_create_dir(struct kernfs_node *parent, const char *name, umode_t mode, in kernfs_create_dir()
630 static inline int kernfs_remove_by_name(struct kernfs_node *parent, in kernfs_remove_by_name()
A Dof_pci.h17 static inline struct device_node *of_pci_find_child_device(struct device_node *parent, in of_pci_find_child_device()
A Dclosure.h154 struct closure *parent; member
309 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
429 struct closure *parent) in closure_call()
/include/drm/bridge/
A Daux-bridge.h17 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()
/include/linux/platform_data/x86/
A Dintel_scu_ipc.h29 #define intel_scu_ipc_register(parent, scu_data) \ argument
39 #define devm_intel_scu_ipc_register(parent, scu_data) \ argument
/include/linux/fpga/
A Dfpga-region.h63 #define fpga_region_register_full(parent, info) \ argument
69 #define fpga_region_register(parent, mgr, get_bridges) \ argument
A Dfpga-mgr.h235 #define fpga_mgr_register_full(parent, info) \ argument
241 #define fpga_mgr_register(parent, name, mops, priv) \ argument
249 #define devm_fpga_mgr_register_full(parent, info) \ argument
254 #define devm_fpga_mgr_register(parent, name, mops, priv) \ argument
/include/linux/rpmsg/
A Dqcom_smd.h19 qcom_smd_register_edge(struct device *parent, in qcom_smd_register_edge()
A Dqcom_glink.h25 qcom_glink_smem_register(struct device *parent, in qcom_glink_smem_register()
/include/media/
A Ddemux.h96 struct dmx_demux *parent; member
133 struct dmx_section_feed *parent; member
165 struct dmx_demux *parent; member
/include/linux/mdio/
A Dmdio-regmap.h16 struct device *parent; member
/include/linux/platform_data/
A Di2c-mux-gpio.h25 int parent; member

Completed in 38 milliseconds

123456