Searched refs:property (Results 101 - 125 of 1021) sorted by relevance

1234567891011>>

/linux-master/include/linux/soc/ti/
H A Dk3-ringacc.h89 * of_k3_ringacc_get_by_phandle - find a RA by phandle property
91 * @propname: property name containing phandle on RA node
98 const char *property);
/linux-master/drivers/usb/host/
H A Dxhci-ext-caps.c9 #include <linux/property.h>
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S61 * Discard .note.gnu.property sections which are unused and have
65 *(.note.gnu.property)
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_spi.c13 #include <linux/property.h>
/linux-master/drivers/iio/adc/
H A Dltc2496.c18 #include <linux/property.h>
/linux-master/drivers/pinctrl/
H A Dpinctrl-lantiq.c71 struct property *pins = of_find_property(np, "lantiq,pins", NULL);
72 struct property *groups = of_find_property(np, "lantiq,groups", NULL);
75 struct property *prop;
106 info->params[i].property, &val);
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_hdmi.c152 struct drm_property *property,
157 if (!strcmp(property->name, "scaling mode") && encoder) {
177 property, &curValue))
184 property, value))
151 cdv_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
/linux-master/drivers/iio/proximity/
H A Dsx_common.h30 const char *property;
/linux-master/drivers/irqchip/
H A Dirq-sl28cpld.c13 #include <linux/property.h>
/linux-master/drivers/ata/
H A Dahci_platform.c17 #include <linux/property.h>
/linux-master/drivers/usb/misc/
H A Dusb3503.c170 const u32 *property; local
227 property = of_get_property(np, "disabled-ports", &len);
228 if (property && (len / sizeof(u32)) > 0) {
231 u32 port = be32_to_cpu(property[i]);
/linux-master/include/linux/usb/
H A Dtypec_mux.h6 #include <linux/property.h>
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S36 * Discard .note.gnu.property sections which are unused and have
40 *(.note.GNU-stack .note.gnu.property)
/linux-master/drivers/gpio/
H A Dgpio-altera-a10sr.c14 #include <linux/property.h>
H A Dgpio-ge.c24 #include <linux/property.h>
/linux-master/drivers/iio/trigger/
H A Dstm32-lptimer-trigger.c17 #include <linux/property.h>
/linux-master/drivers/misc/cxl/
H A Dbase.c100 struct property *new_prop)
/linux-master/arch/m68k/sun3x/
H A Dprom.c131 int prom_getintdefault(int node, char *property, int deflt) argument
/linux-master/drivers/mfd/
H A Dhi6421-pmic-core.c20 #include <linux/property.h>
/linux-master/arch/powerpc/platforms/pseries/
H A Dpseries.h50 extern void dlpar_free_cc_property(struct property *);
/linux-master/include/linux/pinctrl/
H A Dpinconf-generic.h189 const char * const property; member in struct:pinconf_generic_params
/linux-master/include/linux/
H A Dpower_supply.h783 const char *property);
785 struct device *dev, const char *property);
788 power_supply_get_by_phandle(struct device_node *np, const char *property) argument
791 devm_power_supply_get_by_phandle(struct device *dev, const char *property) argument
/linux-master/arch/riscv/include/asm/
H A Dcpufeature.h70 const char *property; member in struct:riscv_isa_ext_data
/linux-master/arch/riscv/kernel/pi/
H A DMakefile21 --remove-section=.note.gnu.property \
/linux-master/arch/arm64/kernel/pi/
H A DMakefile28 --remove-section=.note.gnu.property

Completed in 365 milliseconds

1234567891011>>