Symbol: DEFINE_SIMPLE_PROP
drivers/of/property.c
1395
DEFINE_SIMPLE_PROP(interconnects, "interconnects", "#interconnect-cells")
drivers/of/property.c
1396
DEFINE_SIMPLE_PROP(iommus, "iommus", "#iommu-cells")
drivers/of/property.c
1397
DEFINE_SIMPLE_PROP(mboxes, "mboxes", "#mbox-cells")
drivers/of/property.c
1398
DEFINE_SIMPLE_PROP(io_channels, "io-channels", "#io-channel-cells")
drivers/of/property.c
1399
DEFINE_SIMPLE_PROP(io_backends, "io-backends", "#io-backend-cells")
drivers/of/property.c
1400
DEFINE_SIMPLE_PROP(dmas, "dmas", "#dma-cells")
drivers/of/property.c
1401
DEFINE_SIMPLE_PROP(power_domains, "power-domains", "#power-domain-cells")
drivers/of/property.c
1402
DEFINE_SIMPLE_PROP(hwlocks, "hwlocks", "#hwlock-cells")
drivers/of/property.c
1403
DEFINE_SIMPLE_PROP(extcon, "extcon", NULL)
drivers/of/property.c
1404
DEFINE_SIMPLE_PROP(nvmem_cells, "nvmem-cells", "#nvmem-cell-cells")
drivers/of/property.c
1405
DEFINE_SIMPLE_PROP(phys, "phys", "#phy-cells")
drivers/of/property.c
1406
DEFINE_SIMPLE_PROP(wakeup_parent, "wakeup-parent", NULL)
drivers/of/property.c
1407
DEFINE_SIMPLE_PROP(pwms, "pwms", "#pwm-cells")
drivers/of/property.c
1408
DEFINE_SIMPLE_PROP(resets, "resets", "#reset-cells")
drivers/of/property.c
1409
DEFINE_SIMPLE_PROP(leds, "leds", NULL)
drivers/of/property.c
1410
DEFINE_SIMPLE_PROP(backlight, "backlight", NULL)
drivers/of/property.c
1411
DEFINE_SIMPLE_PROP(panel, "panel", NULL)
drivers/of/property.c
1412
DEFINE_SIMPLE_PROP(msi_parent, "msi-parent", "#msi-cells")
drivers/of/property.c
1413
DEFINE_SIMPLE_PROP(post_init_providers, "post-init-providers", NULL)
drivers/of/property.c
1414
DEFINE_SIMPLE_PROP(access_controllers, "access-controllers", "#access-controller-cells")
drivers/of/property.c
1415
DEFINE_SIMPLE_PROP(pses, "pses", "#pse-cells")
drivers/of/property.c
1416
DEFINE_SIMPLE_PROP(power_supplies, "power-supplies", NULL)
drivers/of/property.c
1417
DEFINE_SIMPLE_PROP(mmc_pwrseq, "mmc-pwrseq", NULL)