Home
last modified time | relevance | path

Searched refs:ren (Results 1 – 6 of 6) sorted by relevance

/linux/io_uring/
H A Dfs.c52 struct io_rename *ren = io_kiocb_to_cmd(req, struct io_rename); in io_renameat_prep() local
60 ren->old_dfd = READ_ONCE(sqe->fd); in io_renameat_prep()
63 ren->new_dfd = READ_ONCE(sqe->len); in io_renameat_prep()
64 ren->flags = READ_ONCE(sqe->rename_flags); in io_renameat_prep()
66 ren->oldpath = getname(oldf); in io_renameat_prep()
67 if (IS_ERR(ren->oldpath)) in io_renameat_prep()
68 return PTR_ERR(ren->oldpath); in io_renameat_prep()
70 ren->newpath = getname(newf); in io_renameat_prep()
71 if (IS_ERR(ren->newpath)) { in io_renameat_prep()
72 putname(ren->oldpath); in io_renameat_prep()
[all …]
/linux/sound/soc/sh/rcar/
H A Ddvc.c40 struct rsnd_kctrl_cfg_s ren; /* Ramp Enable */ member
81 if (rsnd_kctrl_vals(dvc->ren)) in rsnd_dvc_volume_parameter()
110 if (rsnd_kctrl_vals(dvc->ren)) { in rsnd_dvc_volume_init()
155 if (rsnd_kctrl_vals(dvc->ren)) { in rsnd_dvc_volume_update()
253 &dvc->ren, 1); in rsnd_dvc_pcm_new()
H A Dmix.c44 struct rsnd_kctrl_cfg_s ren; /* Ramp Enable */ member
115 rsnd_mod_write(mod, MIX_MIXMR, rsnd_kctrl_vals(mix->ren)); in rsnd_mix_volume_init()
230 &mix->ren, 1); in rsnd_mix_pcm_new()
/linux/drivers/regulator/
H A Dda9055-regulator.c421 struct gpio_desc *ren; in da9055_gpio_init() local
427 ren = devm_gpiod_get_optional(dev, "regulator-enable", GPIOD_IN); in da9055_gpio_init()
428 if (IS_ERR(ren)) in da9055_gpio_init()
429 return PTR_ERR(ren); in da9055_gpio_init()
431 if (ren) { in da9055_gpio_init()
443 gpiod_set_consumer_name(ren, "DA9055 ren GPI"); in da9055_gpio_init()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c279 struct device_node *en, *ren; in rockchip_drm_encoder_set_crtc_endpoint_id() local
286 ren = of_graph_get_remote_endpoint(en); in rockchip_drm_encoder_set_crtc_endpoint_id()
287 if (!ren) in rockchip_drm_encoder_set_crtc_endpoint_id()
290 ret = of_graph_parse_endpoint(ren, &ep); in rockchip_drm_encoder_set_crtc_endpoint_id()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt352 mpp28 28 gpio, nand(ren)