Searched defs:parent (Results 1 - 25 of 66) sorted by relevance

123

/include/linux/
H A Dgpio-i2cmux.h19 * @parent: Parent I2C bus adapter number
29 int parent; member in struct:gpio_i2cmux_platform_data
H A Dof_platform.h81 struct device *parent);
88 struct device *parent);
92 struct device *parent);
96 struct device *parent);
106 struct device *parent)
103 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 Dclk-private.h32 struct clk *parent; member in struct:clk
179 * parent and rate and sets them both.
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 Dpid_namespace.h27 struct pid_namespace *parent; member in struct:pid_namespace
H A Dres_counter.h53 struct res_counter *parent; member in struct:res_counter
101 void res_counter_init(struct res_counter *counter, struct res_counter *parent);
H A Dclk-provider.h37 #define CLK_SET_PARENT_GATE BIT(1) /* must be gated across re-parent */
40 #define CLK_IS_ROOT BIT(4) /* root clk, has no parent */
66 * parent rate is an input parameter. It is up to the caller to
74 * @get_parent: Queries the hardware to determine the parent of a clock. The
76 * the parent clock. This index can be applied to either the
78 * translates the parent value read from hardware into an array
85 * possible parents specify a new parent by passing in the index
86 * as a u8 corresponding to the parent in either the .parent_names
93 * parent clock (which may propagate again if the parent cloc
178 char *parent[1]; member in struct:clk_gate
215 char *parent[1]; member in struct:clk_divider
[all...]
H A Dinet_lro.h48 struct sk_buff *parent; member in struct:net_lro_desc
H A Dprio_tree.h17 struct prio_tree_node *parent; member in struct:raw_prio_tree_node
23 struct prio_tree_node *parent; member in struct:prio_tree_node
70 (ptr)->left = (ptr)->right = (ptr)->parent = (ptr); \
91 return node->parent == node;
H A Drbtree.h59 struct rb_node * parent = NULL;
64 parent = *p;
65 page = rb_entry(parent, struct page, rb_page_cache);
75 rb_link_node(node, parent, p);
168 static inline void rb_link_node(struct rb_node * node, struct rb_node * parent, argument
171 node->rb_parent_color = (unsigned long )parent;
H A Dbsg.h69 struct device *parent; member in struct:bsg_class_device
77 struct device *parent, const char *name,
82 struct device *parent, const char *name,
81 bsg_register_queue(struct request_queue *q, struct device *parent, const char *name, void (*release)(struct device *)) argument
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
108 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
115 debugfs_create_dir(const char *name, struct dentry *parent) argument
121 debugfs_create_symlink(const char *name, struct dentry *parent, const char *dest) argument
140 debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, u8 *value) argument
147 debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, u16 *value) argument
154 debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
161 debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, u64 *value) argument
168 debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, u8 *value) argument
175 debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, u16 *value) argument
182 debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
189 debugfs_create_size_t(const char *name, umode_t mode, struct dentry *parent, size_t *value) argument
196 debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, u32 *value) argument
203 debugfs_create_blob(const char *name, umode_t mode, struct dentry *parent, struct debugfs_blob_wrapper *blob) argument
210 debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset) argument
[all...]
H A Ddlm_device.h38 __u32 parent; member in struct:dlm_lock_params
H A Dkobject.h63 struct kobject *parent; member in struct:kobject
87 int kobject_add(struct kobject *kobj, struct kobject *parent,
91 struct kobj_type *ktype, struct kobject *parent,
98 struct kobject *parent);
H A Dmiscdevice.h55 struct device *parent; member in struct:miscdevice
H A Dplatform_device.h53 struct device *parent; member in struct:platform_device_info
72 * @parent: parent device for the device we're adding
83 struct device *parent, const char *name, int id,
88 .parent = parent,
133 * @parent: parent device for the device we're adding
148 struct device *parent, const char *name, int id,
151 return platform_device_register_resndata(parent, nam
82 platform_device_register_resndata( struct device *parent, const char *name, int id, const struct resource *res, unsigned int num, const void *data, size_t size) argument
147 platform_device_register_data( struct device *parent, const char *name, int id, const void *data, size_t size) argument
[all...]
H A Drelay.h72 struct dentry *parent; /* parent dentry passed to open */ member in struct:rchan
126 * @parent: the parent of the file to create
134 * created outside of relay, the parent must also exist in
147 struct dentry *parent,
170 struct dentry *parent,
177 struct dentry *parent);
H A Drfkill.h155 * @parent: device that has rf switch on it
164 struct device *parent,
302 struct device *parent,
301 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) argument
H A Dsh_clk.h30 int (*set_parent)(struct clk *clk, struct clk *parent);
36 struct clk *parent; member in struct:clk
68 int clk_reparent(struct clk *child, struct clk *parent);
107 .parent = _parent, \
117 .parent = _parent, \
149 .parent = _parent, \
H A Dsync.h112 * @parent: sync_timeline to which this sync_pt belongs
123 struct sync_timeline *parent; member in struct:sync_pt
132 /* protected by parent->active_list_lock */
229 * @parent: sync_pt's parent sync_timeline
232 * Creates a new sync_pt as a chiled of @parent. @size bytes will be
236 struct sync_pt *sync_pt_create(struct sync_timeline *parent, int size);
354 * @obj_name: name of parent sync_timeline
355 * @driver_name: name of driver implmenting the parent
/include/crypto/
H A Dif_alg.h31 struct sock *parent; member in struct:alg_sock
85 sock_put(alg_sk(sk)->parent);
/include/media/
H A Dmedia-devnode.h55 * @parent: parent device
61 * The @parent is a physical device. It must be set by core or device drivers
71 struct device *parent; /* device parent */ member in struct:media_devnode
H A Dmedia-entity.h53 struct media_device *parent; /* Media device this entity belongs to*/ member in struct:media_entity
54 u32 id; /* Entity ID, unique in the parent media
/include/sound/
H A Djack.h74 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent);
89 struct device *parent)
88 snd_jack_set_parent(struct snd_jack *jack, struct device *parent) argument
/include/drm/
H A Ddrm_mm.h111 static inline struct drm_mm_node *drm_mm_get_block(struct drm_mm_node *parent, argument
115 return drm_mm_get_block_generic(parent, size, alignment, 0);
117 static inline struct drm_mm_node *drm_mm_get_block_atomic(struct drm_mm_node *parent, argument
121 return drm_mm_get_block_generic(parent, size, alignment, 1);
124 struct drm_mm_node *parent,
130 return drm_mm_get_block_range_generic(parent, size, alignment,
134 struct drm_mm_node *parent,
140 return drm_mm_get_block_range_generic(parent, size, alignment,
123 drm_mm_get_block_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument
133 drm_mm_get_block_atomic_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument

Completed in 9688 milliseconds

123