Searched refs:of_property_present (Results 26 - 50 of 122) sorted by relevance

12345

/linux-master/sound/soc/mxs/
H A Dmxs-sgtl5000.c152 if (of_property_present(np, "audio-routing")) {
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci-domain.c153 if (!of_property_present(node, "#power-domain-cells"))
/linux-master/arch/sparc/kernel/
H A Dof_device_32.c32 if (!of_property_present(np, "ranges"))
226 if (of_property_present(pp, "ranges"))
H A Dof_device_64.c61 if (!of_property_present(np, "ranges"))
81 if (!of_property_present(np, "ranges"))
286 if (of_property_present(pp, "ranges"))
H A Dtime_32.c279 if (!of_property_present(dp, "address"))
/linux-master/drivers/usb/host/
H A Dfsl-mph-dr-of.c204 if (of_property_present(np, "port0"))
207 if (of_property_present(np, "port1"))
/linux-master/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c224 return of_property_present(node, "bias-pull-up") ||
225 of_property_present(node, "bias-pull-down") ||
226 of_property_present(node, "bias-disable") ||
227 of_property_present(node, "allwinner,pull");
232 return of_property_present(node, "drive-strength") ||
233 of_property_present(node, "allwinner,drive");
241 if (of_property_present(node, "bias-pull-up"))
244 if (of_property_present(node, "bias-pull-down"))
247 if (of_property_present(node, "bias-disable"))
1427 if (!of_property_present(nod
[all...]
/linux-master/drivers/pci/hotplug/
H A Drpaphp_core.c281 if (of_property_present(dn->parent, "ibm,drc-info"))
443 if (of_property_present(dn, "ibm,drc-info"))
/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c233 if (of_property_present(dev->of_node, "nvmem-cells")) {
282 if (of_property_present(dev->of_node, "nvmem-cells")) {
H A Dscmi-cpufreq.c381 if (of_property_present(dev->of_node, "#clock-cells")) {
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vtc.c257 if (!of_property_present(np, "xlnx,vtc"))
/linux-master/arch/powerpc/sysdev/
H A Dmpic_msgr.c120 if (!of_property_present(aliases, buf))
/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c227 if (of_property_present(np, "#thermal-sensor-cells"))
/linux-master/sound/soc/rockchip/
H A Drk3288_hdmi_analog.c122 if (of_property_present(dev->of_node, "rockchip,hp-det-gpios")) {
/linux-master/sound/soc/ti/
H A Domap-twl4030.c155 if (of_property_present(card->dev->of_node, "ti,jack-det-gpio")) {
/linux-master/arch/riscv/kernel/
H A Dcpu.c82 if (!of_property_present(node, "riscv,isa-extensions"))
/linux-master/drivers/base/
H A Dcacheinfo.c248 if (of_property_present(np, "cache-size") ||
249 of_property_present(np, "i-cache-size") ||
250 of_property_present(np, "d-cache-size") ||
251 of_property_present(np, "cache-unified"))
/linux-master/drivers/dma/
H A Dof-dma.c267 if (!of_property_present(np, "dmas"))
/linux-master/drivers/hwmon/
H A Dibmpowernv.c459 if (of_property_present(np, "sensor-data-min"))
461 if (of_property_present(np, "sensor-data-max"))
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c316 if (of_property_present(remote, "fsl,companion-pxl2dpi"))
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c406 if (of_property_present(np, "ranges")) {
/linux-master/drivers/regulator/
H A Dfixed.c199 if (of_property_present(np, "vin-supply"))
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c176 if (of_property_present(np, "local-mac-address"))
/linux-master/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c159 if (of_property_present(dev->of_node, "extcon")) {
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c784 if (of_property_present(pdev->dev.of_node, "#clock-cells")) {
790 if (of_property_present(pdev->dev.of_node, "#reset-cells")) {
796 if (of_property_present(pdev->dev.of_node, "#power-domain-cells")) {

Completed in 276 milliseconds

12345