Searched refs:chosen (Results 1 – 25 of 1241) sorted by relevance
12345678910>>...50
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | chosen.txt | 1 The chosen node 4 The chosen node does not represent a real device, but serves as a place 6 arguments. Data in the chosen node does not represent the hardware. 21 chosen { 35 with a stdout-path property under /chosen, as described in the Devicetree 39 chosen { 93 chosen { 115 chosen { 133 chosen {
|
| /f-stack/freebsd/contrib/device-tree/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
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_machdep.c | 188 phandle_t chosen; in platform_start() local 232 chosen = OF_finddevice("/chosen"); in platform_start() 233 if (OF_getprop(chosen, "bootargs", buf, sizeof(buf)) != -1) in platform_start()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fbd.c | 226 phandle_t chosen; in bcm_fb_attach() local 234 chosen = OF_finddevice("/chosen"); in bcm_fb_attach() 235 if (chosen != -1 && in bcm_fb_attach() 236 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) { in bcm_fb_attach()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_machdep.c | 219 phandle_t chosen; in platform_start() local 255 chosen = OF_finddevice("/chosen"); in platform_start() 256 if (OF_getprop(chosen, "bsdbootargs", buf, sizeof(buf)) != -1) in platform_start()
|
| /f-stack/freebsd/contrib/device-tree/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 {
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_machdep.c | 274 phandle_t chosen; in xlp_bootargs_init() local 292 chosen = OF_finddevice("/chosen"); in xlp_bootargs_init() 293 if (OF_getprop(chosen, "cpumask", &mask, sizeof(mask)) != -1) { in xlp_bootargs_init() 297 if (OF_getprop(chosen, "bootargs", buf, sizeof(buf)) != -1) in xlp_bootargs_init()
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ralink/ |
| H A D | vocore2.dts | 14 chosen {
|
| H A D | omega2p.dts | 14 chosen {
|
| H A D | rt3883_eval.dts | 15 chosen {
|
| H A D | mt7620a_eval.dts | 15 chosen {
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8996-mtp.dtsi | 13 chosen {
|
| H A D | sdm630-sony-xperia-nile-voyager.dts | 14 chosen {
|
| H A D | msm8916-mtp.dtsi | 15 chosen {
|
| /f-stack/freebsd/contrib/device-tree/src/mips/brcm/ |
| H A D | bcm3368-netgear-cvg834g.dts | 15 chosen {
|
| H A D | bcm9ejtagprb.dts | 15 chosen {
|
| H A D | bcm93384wvg.dts | 10 chosen {
|
| H A D | bcm6362-neufbox6-sercomm.dts | 15 chosen {
|
| H A D | bcm93384wvg_viper.dts | 10 chosen {
|
| /f-stack/freebsd/contrib/device-tree/src/riscv/kendryte/ |
| H A D | k210.dts | 14 chosen {
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | qcom-apq8084-mtp.dts | 14 chosen {
|
| H A D | infinity3-msc313e-breadbee.dts | 18 chosen {
|
| H A D | infinity-msc313-breadbee_crust.dts | 18 chosen {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | fixed-regulator.yaml | 45 the compatible is chosen to regulator-fixed-clock. The clock binding 46 is mandatory if compatible is chosen to regulator-fixed-clock.
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | s32v234-evb.dts | 14 chosen {
|
12345678910>>...50