Searched refs:child (Results 176 - 200 of 840) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/
H A Dsram.c175 struct device_node *np = sram->dev->of_node, *child; local
197 for_each_available_child_of_node(np, child) {
200 ret = of_address_to_resource(child, 0, &child_res);
204 child);
211 child);
221 block->export = of_property_read_bool(child, "export");
222 block->pool = of_property_read_bool(child, "pool");
223 block->protect_exec = of_property_read_bool(child, "protect-exec");
230 ret = of_property_read_string(child, "label", &label);
234 child);
[all...]
/linux-master/arch/parisc/kernel/
H A Dptrace.c122 long arch_ptrace(struct task_struct *child, long request, argument
143 tmp = *(unsigned long *) ((char *) task_regs(child) + addr);
165 task_regs(child)->gr[0] &= ~USER_PSW_BITS;
166 task_regs(child)->gr[0] |= data;
181 *(unsigned long *) ((char *) task_regs(child) + addr) = data;
186 case PTRACE_GETREGS: /* Get all gp regs from the child. */
187 return copy_regset_to_user(child,
193 case PTRACE_SETREGS: /* Set all gp regs in the child. */
194 return copy_regset_from_user(child,
200 case PTRACE_GETFPREGS: /* Get the child FP
252 compat_arch_ptrace(struct task_struct *child, compat_long_t request, compat_ulong_t addr, compat_ulong_t data) argument
[all...]
/linux-master/net/sched/
H A Dsch_red.c74 struct Qdisc *child = q->qdisc; local
80 child->qstats.backlog);
131 ret = qdisc_enqueue(skb, child, to_free);
154 struct Qdisc *child = q->qdisc; local
156 skb = child->dequeue(child);
171 struct Qdisc *child = q->qdisc; local
173 return child->ops->peek(child);
237 struct Qdisc *old_child = NULL, *child local
[all...]
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c72 struct device_node *child; member in struct:imx_ldb_channel
201 int mux = drm_of_encoder_active_port_id(imx_ldb_ch->child, encoder);
263 int mux = drm_of_encoder_active_port_id(imx_ldb_ch->child, encoder);
453 ret = imx_drm_encoder_parse_of(drm, encoder, imx_ldb_ch->child);
553 struct imx_ldb_channel *channel, struct device_node *child)
559 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0);
575 edidp = of_get_property(child, "edid", &edid_len);
582 ret = of_get_drm_display_mode(child,
622 struct device_node *child; local
671 for_each_child_of_node(np, child) {
552 imx_ldb_panel_ddc(struct device *dev, struct imx_ldb_channel *channel, struct device_node *child) argument
[all...]
/linux-master/drivers/clk/
H A Dclk-scpi.c251 struct device_node *child, *np = dev->of_node; local
258 for_each_available_child_of_node(np, child)
266 struct device_node *child, *np = dev->of_node; local
272 for_each_available_child_of_node(np, child) {
273 match = of_match_node(scpi_clk_match, child);
276 ret = scpi_clk_add(dev, child, match);
279 of_node_put(child);
/linux-master/drivers/usb/host/
H A Dohci-exynos.c40 struct device_node *child; local
58 for_each_available_child_of_node(dev->of_node, child) {
59 ret = of_property_read_u32(child, "reg", &phy_number);
62 of_node_put(child);
68 of_node_put(child);
72 phy = devm_of_phy_optional_get(dev, child, NULL);
75 of_node_put(child);
/linux-master/drivers/phy/hisilicon/
H A Dphy-hisi-inno-usb2.c141 struct device_node *child; local
165 for_each_child_of_node(np, child) {
169 rst = of_reset_control_get_exclusive(child, NULL);
171 of_node_put(child);
178 phy = devm_phy_create(dev, child, &hisi_inno_phy_ops);
180 of_node_put(child);
190 of_node_put(child);
/linux-master/drivers/leds/
H A Dleds-tlc591xx.c149 struct device_node *np, *child; local
185 for_each_available_child_of_node(np, child) {
189 init_data.fwnode = of_fwnode_handle(child);
191 err = of_property_read_u32(child, "reg", &reg);
193 of_node_put(child);
198 of_node_put(child);
211 of_node_put(child);
H A Dleds-lm3697.c205 struct fwnode_handle *child = NULL; local
223 device_for_each_child_node(dev, child) {
226 ret = fwnode_property_read_u32(child, "reg", &control_bank);
240 ret = ti_lmu_common_get_brt_res(dev, child, &led->lmu_data);
254 led->num_leds = fwnode_property_count_u32(child, "led-sources");
260 ret = fwnode_property_read_u32_array(child, "led-sources",
272 ret = ti_lmu_common_get_ramp_params(dev, child, &led->lmu_data);
276 init_data.fwnode = child;
298 fwnode_handle_put(child);
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-gpio.c60 struct fwnode_handle *child; local
78 * In ACPI land the mux should be a direct child of the i2c
101 device_for_each_child_node(dev, child) {
102 if (is_of_node(child)) {
103 fwnode_property_read_u32(child, "reg", values + i);
104 } else if (is_acpi_node(child)) {
105 rc = acpi_get_local_address(ACPI_HANDLE_FWNODE(child), values + i);
107 fwnode_handle_put(child);
/linux-master/crypto/
H A Dlrw.c31 struct crypto_skcipher *child; member in struct:lrw_tfm_ctx
72 struct crypto_skcipher *child = ctx->child; local
78 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
79 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(parent) &
81 err = crypto_skcipher_setkey(child, key, keylen - bsize);
229 skcipher_request_set_tfm(subreq, ctx->child);
276 ctx->child = cipher;
290 crypto_free_skcipher(ctx->child);
H A Dcmac.c30 struct crypto_cipher *child; member in struct:cmac_tfm_ctx
60 err = crypto_cipher_setkey(ctx->child, inkey, keylen);
66 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);
121 struct crypto_cipher *tfm = tctx->child;
166 struct crypto_cipher *tfm = tctx->child;
206 ctx->child = cipher;
217 cipher = crypto_clone_cipher(octx->child);
221 ctx->child = cipher;
229 crypto_free_cipher(ctx->child);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c63 /* Wrapper for VBT child device config */
67 struct child_device_config child; member in struct:intel_bios_encoder_data
651 if (devdata && devdata->child.handle == DEVICE_HANDLE_LFP2)
654 drm_WARN_ON(&i915->drm, devdata && devdata->child.handle != DEVICE_HANDLE_LFP1);
1231 const struct child_device_config *child = &devdata->child; local
1234 if (child->slave_addr != SLAVE_ADDR1 &&
1235 child->slave_addr != SLAVE_ADDR2) {
1242 if (child->dvo_port != DEVICE_PORT_DVOB &&
1243 child
2148 const struct child_device_config *child = &devdata->child; local
2423 const struct child_device_config *child = &devdata->child; local
2626 const struct child_device_config *child = &devdata->child; local
2738 const struct child_device_config *child; local
2881 struct child_device_config *child; local
3282 const struct child_device_config *child = &devdata->child; local
3321 const struct child_device_config *child = &devdata->child; local
3372 const struct child_device_config *child = &devdata->child; local
3383 const struct child_device_config *child = &devdata->child; local
3416 const struct child_device_config *child = &devdata->child; local
3511 const struct child_device_config *child = &devdata->child; local
[all...]
/linux-master/fs/efs/
H A Dnamei.c110 struct dentry *efs_get_parent(struct dentry *child) argument
115 ino = efs_find_entry(d_inode(child), "..", 2);
117 parent = d_obtain_alias(efs_iget(child->d_sb, ino));
/linux-master/drivers/hwmon/
H A Dtmp421.c364 struct device_node *child,
373 err = of_property_read_u32(child, "reg", &i);
375 dev_err(dev, "missing reg property of %pOFn\n", child);
380 dev_err(dev, "invalid reg %d of %pOFn\n", i, child);
384 of_property_read_string(child, "label", &data->channel[i].label);
388 data->channel[i].enabled = of_device_is_available(child);
390 err = of_property_read_s32(child, "ti,n-factor", &val);
413 struct device_node *child; local
416 for_each_child_of_node(np, child) {
417 if (strcmp(child
363 tmp421_probe_child_from_dt(struct i2c_client *client, struct device_node *child, struct tmp421_data *data) argument
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c202 struct device_node *child)
215 rk_phy->np = child;
217 if (of_property_read_u32(child, "reg", &reg_offset)) {
219 child);
223 rk_phy->reset = of_reset_control_get(child, "phy-reset");
229 rk_phy->clk = of_clk_get_by_name(child, "phyclk");
272 err = of_clk_add_provider(child, of_clk_src_simple_get,
283 rk_phy->phy = devm_phy_create(base->dev, child, &ops);
460 struct device_node *child; local
486 for_each_available_child_of_node(dev->of_node, child) {
201 rockchip_usb_phy_init(struct rockchip_usb_phy_base *base, struct device_node *child) argument
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c254 struct coresight_device *child)
259 if (!parent || !child)
263 outconn = coresight_find_out_connection(csdev, child);
276 struct coresight_device *child)
280 if (!parent || !child)
284 outconn = coresight_find_out_connection(csdev, child);
343 struct coresight_device *csdev, *parent, *child; local
377 child = list_next_entry(nd, link)->csdev;
378 coresight_disable_link(csdev, parent, child);
420 struct coresight_device *csdev, *parent, *child; local
252 coresight_enable_link(struct coresight_device *csdev, struct coresight_device *parent, struct coresight_device *child) argument
274 coresight_disable_link(struct coresight_device *csdev, struct coresight_device *parent, struct coresight_device *child) argument
579 struct coresight_device *child; local
590 struct coresight_device *child; local
609 struct coresight_device *child; local
[all...]
/linux-master/arch/arm/kernel/
H A Dptrace.c36 * does not yet catch signals sent when the child dies.
192 void ptrace_disable(struct task_struct *child) argument
292 * Get the child iWMMXt state.
306 * Set the child iWMMXt state.
369 * This is required in order to prevent child processes from unregistering
725 long arch_ptrace(struct task_struct *child, long request, argument
733 ret = ptrace_read_user(child, addr, datap);
737 ret = ptrace_write_user(child, addr, data);
741 ret = copy_regset_to_user(child,
748 ret = copy_regset_from_user(child,
[all...]
/linux-master/fs/ceph/
H A Dexport.c319 struct dentry *child, u64 ino)
332 if (child) {
333 req->r_inode = d_inode(child);
334 ihold(d_inode(child));
364 static struct dentry *ceph_get_parent(struct dentry *child) argument
366 struct inode *inode = d_inode(child);
374 if (!d_is_dir(child)) {
404 dn = __get_parent(child->d_sb, child, 0);
407 doutc(cl, "child
318 __get_parent(struct super_block *sb, struct dentry *child, u64 ino) argument
440 __get_snap_name(struct dentry *parent, char *name, struct dentry *child) argument
537 ceph_get_name(struct dentry *parent, char *name, struct dentry *child) argument
[all...]
/linux-master/scripts/dtc/
H A Dlivetree.c92 struct node *child; local
100 for_each_child(new, child) {
101 child->parent = new;
190 /* Move the override child nodes into the primary node. If
193 /* Pop the child node off the list */
214 /* if no collision occurred, add child to the old node. */
298 void add_child(struct node *parent, struct node *child) argument
302 child->next_sibling = NULL;
303 child->parent = parent;
309 *p = child;
328 struct node *child; local
503 struct node *child; local
515 struct node *child; local
540 struct node *child, *node; local
560 struct node *child, *node; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c345 struct mlx5e_qos_node *node, *child; local
351 qos_dbg(htb->mdev, "TC_HTB_LEAF_TO_INNER classid %04x, upcoming child %04x, rate %llu, ceil %llu\n",
368 /* Intentionally reuse the qid for the upcoming first child. */
369 child = mlx5e_htb_node_create_leaf(htb, child_classid, node->qid, node);
370 if (IS_ERR(child)) {
371 err = PTR_ERR(child);
375 child->rate = rate;
376 mlx5e_htb_convert_rate(htb, rate, node, &child->bw_share);
377 mlx5e_htb_convert_ceil(htb, ceil, &child->max_average_bw);
379 err = mlx5_qos_create_leaf_node(htb->mdev, new_hw_id, child
625 struct mlx5e_qos_node *child; local
[all...]
/linux-master/drivers/input/keyboard/
H A Dgpio_keys.c509 struct fwnode_handle *child)
524 if (child) {
525 bdata->gpiod = devm_fwnode_gpiod_get(dev, child,
771 struct fwnode_handle *child; local
793 device_for_each_child_node(dev, child) {
794 if (is_of_node(child)) {
795 irq = of_irq_get_byname(to_of_node(child), "irq");
799 irq = of_irq_get_byname(to_of_node(child), "wakeup");
805 irq_of_parse_and_map(to_of_node(child), 0);
808 if (fwnode_property_read_u32(child, "linu
504 gpio_keys_setup_key(struct platform_device *pdev, struct input_dev *input, struct gpio_keys_drvdata *ddata, const struct gpio_keys_button *button, int idx, struct fwnode_handle *child) argument
855 struct fwnode_handle *child = NULL; local
[all...]
/linux-master/drivers/iio/temperature/
H A Dltc2983.c656 ltc2983_thermocouple_new(const struct fwnode_handle *child, struct ltc2983_data *st, argument
668 if (fwnode_property_read_bool(child, "adi,single-ended"))
671 ret = fwnode_property_read_u32(child, "adi,sensor-oc-current-microamp", &oc_current);
707 ref = fwnode_find_reference(child, "adi,cold-junction-handle", 0);
726 thermo->custom = __ltc2983_custom_sensor_new(st, child,
748 ltc2983_rtd_new(const struct fwnode_handle *child, struct ltc2983_data *st, argument
761 ref = fwnode_find_reference(child, "adi,rsense-handle", 0);
773 ret = fwnode_property_read_u32(child, "adi,number-of-wires", &n_wires);
796 if (fwnode_property_read_bool(child, "adi,rsense-share")) {
798 if (fwnode_property_read_bool(child, "ad
920 ltc2983_thermistor_new(const struct fwnode_handle *child, struct ltc2983_data *st, const struct ltc2983_sensor *sensor) argument
1064 ltc2983_diode_new(const struct fwnode_handle *child, const struct ltc2983_data *st, const struct ltc2983_sensor *sensor) argument
1128 ltc2983_r_sense_new(struct fwnode_handle *child, struct ltc2983_data *st, const struct ltc2983_sensor *sensor) argument
1166 ltc2983_adc_new(struct fwnode_handle *child, struct ltc2983_data *st, const struct ltc2983_sensor *sensor) argument
1192 ltc2983_temp_new(struct fwnode_handle *child, struct ltc2983_data *st, const struct ltc2983_sensor *sensor) argument
1353 struct fwnode_handle *child; local
[all...]
/linux-master/scripts/kconfig/
H A Dqconf.cc114 * depending whether it's at the view root or a child.
598 struct menu* child; local
616 for (child = menu->list; child; child = child->next) {
618 type = child->prompt ? child->prompt->type : P_UNKNOWN;
622 if (!(child->flags & MENU_ROOT))
626 if (child
663 struct menu* child; local
1862 struct menu *child; local
[all...]
/linux-master/arch/alpha/include/asm/
H A Dgct.h26 gct6_handle child; member in struct:__gct6_node

Completed in 348 milliseconds

1234567891011>>