Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 1990) sorted by relevance

12345678910>>...80

/linux-6.15/arch/powerpc/boot/
H A Dmain.c143 setprop_val(chosen, "linux,initrd-start", (u32)(initrd_addr)); in prep_initrd()
196 static void prep_cmdline(void *chosen) in prep_cmdline() argument
203 n = getprop(chosen, "linux,cmdline-timeout", &v, sizeof(v)); in prep_cmdline()
219 setprop_str(chosen, "bootargs", cmdline); in prep_cmdline()
232 void *chosen; in start() local
250 chosen = finddevice("/chosen"); in start()
251 if (!chosen) in start()
252 chosen = create_node(NULL, "chosen"); in start()
255 initrd = prep_initrd(vmlinux, chosen, in start()
257 prep_esm_blob(vmlinux, chosen); in start()
[all …]
H A Dps3.c34 static void prep_cmdline(void *chosen) in prep_cmdline() argument
37 getprop(chosen, "bootargs", cmdline, BOOT_COMMAND_LINE_SIZE-1); in prep_cmdline()
39 setprop_str(chosen, "bootargs", cmdline); in prep_cmdline()
106 void *chosen; in platform_init() local
118 chosen = finddevice("/chosen"); in platform_init()
124 setprop_val(chosen, "linux,initrd-start", (u32)(_initrd_start)); in platform_init()
125 setprop_val(chosen, "linux,initrd-end", (u32)(_initrd_end)); in platform_init()
128 prep_cmdline(chosen); in platform_init()
H A Dplanetcore.c108 void *node, *chosen; in planetcore_set_stdout_path() local
123 chosen = finddevice("/chosen"); in planetcore_set_stdout_path()
124 if (!chosen) in planetcore_set_stdout_path()
125 chosen = create_node(NULL, "chosen"); in planetcore_set_stdout_path()
126 if (!chosen) in planetcore_set_stdout_path()
129 setprop_str(chosen, "linux,stdout-path", path); in planetcore_set_stdout_path()
H A Doflib.c115 phandle oprom, chosen; in check_of_version() local
128 chosen = of_finddevice("/chosen"); in check_of_version()
129 if (chosen == (phandle) -1) { in check_of_version()
130 chosen = of_finddevice("/chosen@0"); in check_of_version()
131 if (chosen == (phandle) -1) { in check_of_version()
136 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version()
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dsecure.txt56 The secure-chosen node
59 Similar to the /chosen node which serves as a place for passing data
60 between firmware and the operating system, the /secure-chosen node may
62 below may appear in the /secure-chosen node.
65 its console output. The syntax is the same as for /chosen/stdout-path.
66 If the /secure-chosen node exists but the stdout-path property is not
68 /secure-chosen does not exist, the Secure OS should use the value of
69 /chosen/stdout-path instead (that is, use the same device as the
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml70 provided input will be chosen as the override value for this param.
79 provided input will be chosen as the override value for this param.
87 provided input will be chosen as the override value for this param.
99 provided input will be chosen as the override value for this param.
111 provided input will be chosen as the override value for this param.
119 provided input will be chosen as the override value for this param.
128 provided input will be chosen as the override value for this param.
138 value closest to the provided input will be chosen as the override value
149 provided input will be chosen as the override value for this param.
/linux-6.15/mm/
H A Doom_kill.c347 if (oc->chosen) in oom_evaluate_task()
348 put_task_struct(oc->chosen); in oom_evaluate_task()
350 oc->chosen = task; in oom_evaluate_task()
355 if (oc->chosen) in oom_evaluate_task()
356 put_task_struct(oc->chosen); in oom_evaluate_task()
357 oc->chosen = (void *)-1UL; in oom_evaluate_task()
1019 struct task_struct *victim = oc->chosen; in oom_kill_process()
1159 oc->chosen = current; in out_of_memory()
1166 if (!oc->chosen) { in out_of_memory()
1177 if (oc->chosen && oc->chosen != (void *)-1UL) in out_of_memory()
[all …]
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dfixed-regulator.yaml69 the compatible is chosen to regulator-fixed-clock. The clock binding
70 is mandatory if compatible is chosen to regulator-fixed-clock.
77 available if the compatible is chosen to regulator-fixed-domain.
84 available if the compatible is chosen to regulator-fixed-domain. The
85 power-domain binding is mandatory if compatible is chosen to
/linux-6.15/arch/arm64/kernel/pi/
H A Dkaslr_early.c42 u64 __init kaslr_early_init(void *fdt, int chosen) in kaslr_early_init() argument
49 seed = get_kaslr_seed(fdt, chosen); in kaslr_early_init()
H A Dpi.h26 void init_feature_override(u64 boot_status, const void *fdt, int chosen);
27 u64 kaslr_early_init(void *fdt, int chosen);
H A Dmap_kernel.c240 int chosen; in early_map_kernel() local
248 chosen = fdt_path_offset(fdt, chosen_str); in early_map_kernel()
249 init_feature_override(boot_status, fdt, chosen); in early_map_kernel()
269 u64 kaslr_seed = kaslr_early_init(fdt, chosen); in early_map_kernel()
H A Didreg-override.c380 static __init void parse_cmdline(const void *fdt, int chosen) in parse_cmdline() argument
383 const u8 *prop = get_bootargs_cmdline(fdt, chosen); in parse_cmdline()
393 int chosen) in init_feature_override() argument
409 parse_cmdline(fdt, chosen); in init_feature_override()
/linux-6.15/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst149 这些数据大部分都包含在/chosen节点中,当启动Linux时,它看起来就像这样::
151 chosen {
203 chosen { };
261 类型的设备,甚至不能看出一个节点是否代表一个设备。/chosen、/aliases和
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dinput-reset.txt11 The /chosen node should contain a 'linux,sysrq-reset-seq' child node to define
24 chosen {
/linux-6.15/drivers/net/phy/
H A Ddp83640.c144 struct dp83640_private *chosen; member
307 struct dp83640_private *dp83640 = clock->chosen; in periodic_output()
378 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjfine()
411 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjtime()
433 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_gettime()
458 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_settime()
1024 if (chosen_phy == -1 && !clock->chosen) in choose_this_phy()
1462 clock->chosen = dp83640; in dp83640_probe()
1476 clock->chosen = NULL; in dp83640_probe()
1503 if (dp83640 == clock->chosen) { in dp83640_remove()
[all …]
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3566-powkiddy-rgb20sx.dts14 chosen: chosen { label
/linux-6.15/arch/powerpc/mm/
H A Dinit_64.c431 unsigned long root, chosen; in early_check_vec5() local
437 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in early_check_vec5()
438 if (chosen == -FDT_ERR_NOTFOUND) { in early_check_vec5()
442 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size); in early_check_vec5()
/linux-6.15/arch/powerpc/kernel/
H A Dprom_init.c117 phandle chosen; member
1348 int prop_len = prom_getproplen(prom.chosen, in prom_check_platform_support()
2225 prom.chosen = call_prom("finddevice", 1, 1, ADDR("/chosen")); in prom_init_client_services()
2226 if (!PHANDLE_VALID(prom.chosen)) in prom_init_client_services()
2263 prom_getprop(prom.chosen, "mmu", &prom.mmumap, in prom_find_mmu()
2289 prom_setprop(prom.chosen, "/chosen", "linux,stdout-path", in prom_init_stdout()
3164 prom_setprop(prom.chosen, "/chosen", "linux,initrd-start", in prom_check_initrd()
3167 prom_setprop(prom.chosen, "/chosen", "linux,initrd-end", in prom_check_initrd()
3361 prom_setprop(prom.chosen, "/chosen", "linux,memory-limit", in prom_init()
3366 prom_setprop(prom.chosen, "/chosen", "linux,iommu-off", in prom_init()
[all …]
/linux-6.15/arch/arm64/boot/dts/broadcom/
H A Dbcm2712-rpi-5-b.dts15 chosen: chosen { label
/linux-6.15/arch/sparc/kernel/
H A Dsetup_64.c651 phandle chosen = prom_finddevice("/chosen"); in setup_arch() local
654 cl = prom_getintdefault (chosen, "client-ip", 0); in setup_arch()
655 sv = prom_getintdefault (chosen, "server-ip", 0); in setup_arch()
656 gw = prom_getintdefault (chosen, "gateway-ip", 0); in setup_arch()
/linux-6.15/arch/mips/boot/dts/ralink/
H A Dvocore2.dts14 chosen {
H A Domega2p.dts14 chosen {
H A Dmt7620a_eval.dts15 chosen {
/linux-6.15/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst33 | mlx5e is the mlx5 ulp driver which provides netdevice kernel interface, when chosen, mlx5e wil…
169 - CONFIG_MLXFW: When chosen, mlx5 firmware flashing support will be enabled (via devlink and ethtoo…
170 - CONFIG_PTP_1588_CLOCK: When chosen, mlx5 ptp support will be enabled
171 - CONFIG_VXLAN: When chosen, mlx5 vxlan support will be enabled.
/linux-6.15/arch/mips/boot/dts/mscc/
H A Djaguar2_common.dtsi9 chosen {

12345678910>>...80