Searched refs:property (Results 201 - 225 of 1021) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c287 u32 ctrl, property; local
291 if (!of_property_read_u32(np, "spi-rx-bus-width", &property)) {
292 switch (property) {
/linux-master/drivers/power/supply/
H A Dpower_supply_sysfs.c291 "driver has no data for `%s' property\n",
295 "driver failed to report `%s' property: %zd\n",
379 int property = psy->desc->properties[i]; local
381 if (property == attrno) {
383 psy->desc->property_is_writeable(psy, property) > 0)
446 * send the uevent with at least the PRESENT=0 property
H A Dingenic-battery.c14 #include <linux/property.h>
/linux-master/drivers/clk/sunxi/
H A Dclk-simple-gates.c24 struct property *prop;
/linux-master/drivers/input/
H A Dmatrix-keymap.c18 #include <linux/property.h>
86 dev_err(dev, "missing or malformed property %s: %d\n",
103 dev_err(dev, "failed to read %s property: %d\n",
126 * @keymap_name: name of device tree property containing keymap (if device
139 * it will attempt load the keymap from property specified by @keymap_name
/linux-master/drivers/char/ipmi/
H A Dipmi_dmi.c14 #include <linux/property.h>
/linux-master/drivers/power/reset/
H A Dreboot-mode.c65 struct property *prop;
/linux-master/drivers/input/keyboard/
H A Dimx_sc_key.c17 #include <linux/property.h>
127 dev_err(&pdev->dev, "missing linux,keycodes property\n");
H A Dclps711x-keypad.c13 #include <linux/property.h>
/linux-master/drivers/dma/ti/
H A Dk3-udma.h131 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property);
/linux-master/drivers/leds/
H A Dleds-lm36274.c13 #include <linux/property.h>
85 /* for backwards compatibility when `label` property is not present */
97 dev_err(dev, "led-sources property missing\n");
/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c197 static struct property gic_frequency_prop = {
216 pr_err("error updating gic frequency property\n");
/linux-master/drivers/iio/potentiometer/
H A Dmax5481.c14 #include <linux/property.h>
H A Dmcp41010.c26 #include <linux/property.h>
/linux-master/arch/arm/mach-mvebu/
H A Dboard-v7.c125 struct property *new_compat;
H A Dcoherency.c184 * Add the PL310 property "arm,io-coherent". This makes sure the
191 struct property *p;
/linux-master/drivers/input/mouse/
H A Dgpio_mouse.c13 #include <linux/property.h>
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.c396 /* Attach the rotation property also to the crtc object */
462 struct drm_property *property,
467 if (property == priv->zorder_prop)
477 struct drm_property *property,
482 if (property == priv->zorder_prop)
460 omap_plane_atomic_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, u64 val) argument
475 omap_plane_atomic_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, u64 *val) argument
/linux-master/drivers/hwmon/
H A Diio_hwmon.c13 #include <linux/property.h>
/linux-master/drivers/video/backlight/
H A Dktd253-backlight.c18 #include <linux/property.h>
/linux-master/drivers/iio/adc/
H A Dti-adc128s052.c16 #include <linux/property.h>
/linux-master/drivers/input/misc/
H A Dstpmic1_onkey.c11 #include <linux/property.h>
/linux-master/drivers/regulator/
H A Drt4803.c12 #include <linux/property.h>
/linux-master/drivers/cpufreq/
H A Dspear-cpufreq.c174 const struct property *prop;
/linux-master/arch/arm/mach-versatile/
H A Dversatile.c127 struct property *newprop;

Completed in 338 milliseconds

1234567891011>>