Searched refs:parent (Results 1 - 25 of 144) sorted by relevance

123456

/include/linux/
H A Dbsg.h10 struct device *parent; member in struct:bsg_class_device
18 struct device *parent, const char *name,
23 struct device *parent, const char *name,
22 bsg_register_queue(struct request_queue *q, struct device *parent, const char *name, void (*release)(struct device *)) argument
H A Dproc_fs.h31 const char *name, umode_t mode, struct proc_dir_entry *parent,
34 return proc_create_data(name, mode, parent, proc_fops, NULL);
56 struct proc_dir_entry *parent,const char *dest) { return NULL;}
58 struct proc_dir_entry *parent) {return NULL;}
60 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; }
62 umode_t mode, struct proc_dir_entry *parent) { return NULL; }
63 #define proc_create(name, mode, parent, proc_fops) ({NULL;})
64 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;})
72 #define remove_proc_entry(name, parent) do {} while (0)
73 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { retur argument
30 proc_create( const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops) argument
55 proc_symlink(const char *name, struct proc_dir_entry *parent,const char *dest) argument
57 proc_mkdir(const char *name, struct proc_dir_entry *parent) argument
59 proc_mkdir_data(const char *name, umode_t mode, struct proc_dir_entry *parent, void *data) argument
61 proc_mkdir_mode(const char *name, umode_t mode, struct proc_dir_entry *parent) argument
79 proc_net_mkdir( struct net *net, const char *name, struct proc_dir_entry *parent) argument
[all...]
H A Di2c-mux-gpio.h19 * @parent: Parent I2C bus adapter number
32 int parent; member in struct:i2c_mux_gpio_platform_data
H A Ddebugfs.h50 struct dentry *parent, void *data,
53 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
55 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent,
65 struct dentry *parent, u8 *value);
67 struct dentry *parent, u16 *value);
69 struct dentry *parent, u32 *value);
71 struct dentry *parent, u64 *value);
73 struct dentry *parent, u8 *value);
75 struct dentry *parent, u16 *value);
77 struct dentry *parent, u3
114 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
121 debugfs_create_dir(const char *name, struct dentry *parent) argument
127 debugfs_create_symlink(const char *name, struct dentry *parent, const char *dest) argument
146 debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, u8 *value) argument
153 debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, u16 *value) argument
160 debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
167 debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, u64 *value) argument
174 debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, u8 *value) argument
181 debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, u16 *value) argument
188 debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
195 debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, u64 *value) argument
202 debugfs_create_size_t(const char *name, umode_t mode, struct dentry *parent, size_t *value) argument
209 debugfs_create_atomic_t(const char *name, umode_t mode, struct dentry *parent, atomic_t *value) argument
215 debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
222 debugfs_create_blob(const char *name, umode_t mode, struct dentry *parent, struct debugfs_blob_wrapper *blob) argument
229 debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset) argument
247 debugfs_create_u32_array(const char *name, umode_t mode, struct dentry *parent, u32 *array, u32 elements) argument
[all...]
H A Dof_platform.h59 struct device *parent);
65 struct device *parent);
69 struct device *parent);
74 struct device *parent);
75 extern void of_platform_depopulate(struct device *parent);
80 struct device *parent)
84 static inline void of_platform_depopulate(struct device *parent) { } argument
77 of_platform_populate(struct device_node *root, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent) argument
H A Drbtree_augmented.h122 struct rb_node *parent, struct rb_root *root)
124 if (parent) {
125 if (parent->rb_left == old)
126 parent->rb_left = new;
128 parent->rb_right = new;
133 extern void __rb_erase_color(struct rb_node *parent, struct rb_root *root,
141 struct rb_node *parent, *rebalance; local
153 parent = __rb_parent(pc);
154 __rb_change_child(node, child, parent, root);
159 rebalance = __rb_is_black(pc) ? parent
121 __rb_change_child(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) argument
[all...]
H A Dof_graph.h32 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent,
46 const struct device_node *parent,
45 of_graph_get_next_endpoint( const struct device_node *parent, struct device_node *previous) argument
H A Di2c-mux.h36 struct i2c_adapter *i2c_add_mux_adapter(struct i2c_adapter *parent,
H A Dkernfs.h115 * never moved to a different parent, it is safe to access the
116 * parent directly.
118 struct kernfs_node *parent; member in struct:kernfs_node
150 int (*mkdir)(struct kernfs_node *parent, const char *name,
266 struct kernfs_node *kernfs_find_and_get_ns(struct kernfs_node *parent,
278 struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent,
281 struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent,
288 struct kernfs_node *kernfs_create_link(struct kernfs_node *parent,
296 int kernfs_remove_by_name_ns(struct kernfs_node *parent, const char *name,
336 kernfs_find_and_get_ns(struct kernfs_node *parent, cons argument
357 kernfs_create_dir_ns(struct kernfs_node *parent, const char *name, umode_t mode, void *priv, const void *ns) argument
362 __kernfs_create_file(struct kernfs_node *parent, const char *name, umode_t mode, loff_t size, const struct kernfs_ops *ops, void *priv, const void *ns, bool name_is_static, struct lock_class_key *key) argument
369 kernfs_create_link(struct kernfs_node *parent, const char *name, struct kernfs_node *target) argument
417 kernfs_create_dir(struct kernfs_node *parent, const char *name, umode_t mode, void *priv) argument
424 kernfs_create_file_ns(struct kernfs_node *parent, const char *name, umode_t mode, loff_t size, const struct kernfs_ops *ops, void *priv, const void *ns) argument
438 kernfs_create_file(struct kernfs_node *parent, const char *name, umode_t mode, loff_t size, const struct kernfs_ops *ops, void *priv) argument
444 kernfs_remove_by_name(struct kernfs_node *parent, const char *name) argument
[all...]
H A Dfault-inject.h45 struct dentry *parent, struct fault_attr *attr);
50 struct dentry *parent, struct fault_attr *attr)
49 fault_create_debugfs_attr(const char *name, struct dentry *parent, struct fault_attr *attr) argument
H A Duio_driver.h112 struct device *parent,
116 #define uio_register_device(parent, info) \
117 __uio_register_device(THIS_MODULE, parent, info)
H A Dinterval_tree_generic.h72 ITSTRUCT *parent; \
76 parent = rb_entry(rb_parent, ITSTRUCT, ITRB); \
77 if (parent->ITSUBTREE < last) \
78 parent->ITSUBTREE = last; \
79 if (start < ITSTART(parent)) \
80 link = &parent->ITRB.rb_left; \
82 link = &parent->ITRB.rb_right; \
H A Dexportfs.h36 * 32 bit parent directory inode number.
49 * 64 bit parent object ID, 32 bit parent generation.
56 * 64 bit parent object ID, 32 bit parent generation,
57 * 64 bit parent root object ID.
70 * 32 bit parent block number, 32 bit parent generation number
82 * 32 bit generation number, 32 bit parent generation.
83 * 64 bit parent inod
[all...]
H A Dfmc-sdb.h29 struct sdb_array *parent; /* NULL at root */ member in struct:sdb_array
H A Dkobject_ns.h51 const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent);
H A Dof_pdt.h30 phandle (*getchild)(phandle parent);
H A Dlcd.h114 struct device *parent, void *devdata, struct lcd_ops *ops);
116 const char *name, struct device *parent,
H A Dof_pci.h13 struct device_node *of_pci_find_child_device(struct device_node *parent,
25 static inline struct device_node *of_pci_find_child_device(struct device_node *parent, argument
/include/linux/clk/
H A Dzynq.h27 struct clk *clk_register_zynq_pll(const char *name, const char *parent,
/include/linux/irqchip/
H A Dversatile-fpga.h11 struct device_node *parent);
/include/linux/platform_data/
H A Dusb-musb-ux500.h20 void ux500_add_usb(struct device *parent, resource_size_t base,
/include/linux/mfd/
H A Dcore.h51 * These resources can be specified relative to the parent device.
109 extern int mfd_add_devices(struct device *parent, int id,
114 extern void mfd_remove_devices(struct device *parent);
H A Dsmsc.h45 struct smsc *smsc = dev_get_drvdata(child->parent);
53 struct smsc *smsc = dev_get_drvdata(child->parent);
/include/linux/uwb/
H A Dumc.h102 struct umc_dev *umc_device_create(struct device *parent, int n);
127 * umc_parent_pci_dev - return the UMC's parent PCI device or NULL if none
128 * @umc_dev: UMC device whose parent PCI device we are looking for
133 * the correct type of umc_dev->parent (so that for example, we can
146 if (dev_is_pci(umc_dev->dev.parent))
147 pci_dev = to_pci_dev(umc_dev->dev.parent);
155 * NOTE: we are assuming in this whole scheme that the parent device
157 * time by the parent's subsystem.
/include/crypto/
H A Dif_alg.h31 struct sock *parent; member in struct:alg_sock
85 sock_put(alg_sk(sk)->parent);

Completed in 270 milliseconds

123456