Home
last modified time | relevance | path

Searched refs:fwnode_property_present (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dled-core.c379 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props()
386 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props()
397 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props()
407 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
H A Dleds-gpio.c176 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create()
178 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create()
180 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
H A Dleds-lm3532.c608 if (fwnode_property_present(child, "led-max-microamp") && in lm3532_parse_node()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Diqs269a.c522 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
525 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
528 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
531 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan()
562 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
566 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
593 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
633 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h53 bool fwnode_property_present(const struct fwnode_handle *fwnode,
185 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool()
410 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dmux.c42 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match()
210 match = fwnode_property_present(fwnode, "accessory"); in typec_mux_match()
/OK3568_Linux_fs/kernel/drivers/usb/roles/
H A Dclass.c95 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match()
109 if (!parent || !fwnode_property_present(parent, "usb-role-switch")) in usb_role_switch_is_parent()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c37 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
46 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function
58 EXPORT_SYMBOL_GPL(fwnode_property_present);
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c1166 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio()
1168 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio()
1170 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio()
1192 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Diqs62x-keys.c85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c264 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
H A Dcoresight-tmc-core.c373 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg()
H A Dcoresight-core.c1714 return fwnode_property_present(dev_fwnode(dev), in coresight_loses_context_with_cpu()
H A Dcoresight-etm4x-core.c1948 fwnode_property_present(dev_fwnode(dev), "qcom,skip-power-up")) in etm4_probe()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c218 if (fwnode_property_present(fwnode, "clock-noncontinuous")) { in v4l2_fwnode_endpoint_parse_csi2_bus()
324 if (fwnode_property_present(fwnode, "slave-mode")) { in v4l2_fwnode_endpoint_parse_parallel_bus()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c1143 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node()
1145 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
H A Dscan.c1609 (fwnode_property_present(&device->fwnode, "spiSclkPeriod") || in acpi_device_enumeration_by_parent()
1610 fwnode_property_present(&device->fwnode, "i2cAddress") || in acpi_device_enumeration_by_parent()
1611 fwnode_property_present(&device->fwnode, "baud"))) in acpi_device_enumeration_by_parent()
/OK3568_Linux_fs/kernel/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c510 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax2175.c1295 if (fwnode_property_present(fwnode, "maxim,am-hiz-filter")) in max2175_probe()
H A Dov7670.c1813 if (fwnode_property_present(fwnode, "ov7670,pclk-hb-disable")) in ov7670_parse_dt()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo562 fwnode_property_present
H A Dabi_gki_aarch64_db845c1744 fwnode_property_present
H A Dabi_gki_aarch64_imx396 fwnode_property_present
H A Dabi_gki_aarch64_qcom933 fwnode_property_present
H A Dabi_gki_aarch64_mtk807 fwnode_property_present

12