| /linux-6.15/arch/powerpc/boot/ |
| H A D | main.c | 143 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 D | ps3.c | 34 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 D | planetcore.c | 108 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 D | oflib.c | 115 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 D | secure.txt | 56 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 D | qcom,usb-snps-femto-v2.yaml | 70 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 D | oom_kill.c | 347 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 D | fixed-regulator.yaml | 69 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 D | kaslr_early.c | 42 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 D | pi.h | 26 void init_feature_override(u64 boot_status, const void *fdt, int chosen); 27 u64 kaslr_early_init(void *fdt, int chosen);
|
| H A D | map_kernel.c | 240 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 D | idreg-override.c | 380 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 D | usage-model.rst | 149 这些数据大部分都包含在/chosen节点中,当启动Linux时,它看起来就像这样:: 151 chosen { 203 chosen { }; 261 类型的设备,甚至不能看出一个节点是否代表一个设备。/chosen、/aliases和
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | input-reset.txt | 11 The /chosen node should contain a 'linux,sysrq-reset-seq' child node to define 24 chosen {
|
| /linux-6.15/drivers/net/phy/ |
| H A D | dp83640.c | 144 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 D | rk3566-powkiddy-rgb20sx.dts | 14 chosen: chosen { label
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | init_64.c | 431 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 D | prom_init.c | 117 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 D | bcm2712-rpi-5-b.dts | 15 chosen: chosen { label
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | setup_64.c | 651 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 D | vocore2.dts | 14 chosen {
|
| H A D | omega2p.dts | 14 chosen {
|
| H A D | mt7620a_eval.dts | 15 chosen {
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | kconfig.rst | 33 | 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 D | jaguar2_common.dtsi | 9 chosen {
|