Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/base/
H A Dproperty.c44 bool device_property_present(const struct device *dev, const char *propname) in device_property_present()
58 const char *propname) in fwnode_property_present()
82 bool device_property_read_bool(const struct device *dev, const char *propname) in device_property_read_bool()
96 const char *propname) in fwnode_property_read_bool()
132 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array()
160 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array()
188 int device_property_read_u32_array(const struct device *dev, const char *propname, in device_property_read_u32_array()
216 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array()
244 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array()
266 int device_property_read_string(const struct device *dev, const char *propname, in device_property_read_string()
[all …]
H A Dswnode.c142 const char *propname, size_t length) in property_entry_find()
160 const char *propname, size_t length) in property_entry_count_elems_of_size()
197 const char *propname, in property_entry_read_string_array()
394 const char *propname) in software_node_property_present()
402 const char *propname, in software_node_read_int_array()
413 const char *propname, in software_node_read_string_array()
505 const char *propname, const char *nargs_prop, in software_node_get_reference_args()
H A Dcacheinfo.c123 const char *propname; in cache_size() local
144 const char *propname; in cache_get_line_size() local
157 const char *propname; in cache_nr_sets() local
/linux/include/linux/
H A Dproperty.h132 const char *propname, in device_property_match_property_string()
239 const char *propname, u8 *val) in device_property_read_u8()
245 const char *propname, u16 *val) in device_property_read_u16()
251 const char *propname, u32 *val) in device_property_read_u32()
257 const char *propname, u64 *val) in device_property_read_u64()
262 static inline int device_property_count_u8(const struct device *dev, const char *propname) in device_property_count_u8()
267 static inline int device_property_count_u16(const struct device *dev, const char *propname) in device_property_count_u16()
272 static inline int device_property_count_u32(const struct device *dev, const char *propname) in device_property_count_u32()
277 static inline int device_property_count_u64(const struct device *dev, const char *propname) in device_property_count_u64()
283 const char *propname) in device_property_string_array_count()
[all …]
H A Dof_gpio.h31 const char *propname, int index) in of_get_named_gpio()
H A Dgenalloc.h217 const char *propname, int index) in of_gen_pool_get()
/linux/drivers/gpio/
H A Dgpiolib-of.c67 const char *propname) in of_gpio_named_count()
107 char propname[32]; in of_gpio_count() local
180 const char *propname, in of_gpio_try_fixup_polarity()
185 const char *propname; in of_gpio_try_fixup_polarity() member
257 const char *propname, in of_gpio_set_polarity_by_property()
336 const char *propname, in of_gpio_flags_quirks()
410 const char *propname, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags()
461 int of_get_named_gpio(const struct device_node *np, const char *propname, in of_get_named_gpio()
710 char propname[32]; /* 32 is max size of property name */ in of_find_gpio() local
H A Dgpiolib-swnode.c49 const char *propname, unsigned int idx, in swnode_gpio_get_reference()
66 char propname[32]; /* 32 is max size of property name */ in swnode_find_gpio() local
116 char propname[32]; in swnode_gpio_count() local
H A Dgpiolib-acpi-core.c758 static int acpi_gpio_property_lookup(struct fwnode_handle *fwnode, const char *propname, in acpi_gpio_property_lookup()
821 static int acpi_get_gpiod_by_index(struct acpi_device *adev, const char *propname, in acpi_get_gpiod_by_index()
862 static int acpi_get_gpiod_from_data(struct fwnode_handle *fwnode, const char *propname, in acpi_get_gpiod_from_data()
901 char propname[32]; in __acpi_find_gpio() local
1380 char propname[32]; in acpi_gpio_count() local
/linux/drivers/acpi/
H A Dproperty.c679 const union acpi_object *propname, *propvalue; in acpi_data_get_property() local
736 const char *propname, void **valptr) in acpi_node_prop_get()
922 const char *propname, size_t index, size_t num_args, in __acpi_node_get_property_reference()
1045 const char *propname, in acpi_data_prop_read_single()
1139 const char *propname, in acpi_data_prop_read()
1239 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read()
1519 const char *propname) in acpi_fwnode_property_present()
1526 const char *propname, in acpi_fwnode_property_read_int_array()
1554 const char *propname, const char **val, in acpi_fwnode_property_read_string_array()
/linux/scripts/dtc/
H A Dchecks.c211 const char *propname = c->data; in check_is_string() local
220 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
222 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
230 const char *propname = c->data; in check_is_string_list() local
249 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
251 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
258 const char *propname = c->data; in check_is_cell() local
267 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
269 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
487 struct node *node, const char *propname) in check_phandle_prop()
[all …]
/linux/include/linux/soc/samsung/
H A Dexynos-pmu.h34 const char *propname) in exynos_get_pmu_regmap_by_phandle()
/linux/drivers/input/
H A Dmatrix-keymap.c69 static int matrix_keypad_parse_keymap(const char *propname, in matrix_keypad_parse_keymap()
/linux/arch/powerpc/boot/
H A Dops.h145 const char *propname, in find_node_by_prop_value()
156 const char *propname, in find_node_by_prop_value_str()
/linux/arch/powerpc/kernel/
H A Dcacheinfo.c210 const char *propname; in cache_size() local
243 const char *propname; in cache_get_line_size() local
260 const char *propname; in cache_nr_sets() local
/linux/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.c231 const char *propname, struct snd_soc_dai_link *pre_dai_links, in mtk_sof_dailink_parse_of()
/linux/include/uapi/linux/
H A Dfsl_hypervisor.h179 __u64 propname; member
/linux/sound/soc/
H A Dsoc-core.c2950 const char *propname) in snd_soc_of_parse_card_name()
2987 const char *propname) in snd_soc_of_parse_audio_simple_widgets()
3176 const char *propname) in snd_soc_of_parse_node_prefix()
3193 const char *propname) in snd_soc_of_parse_audio_routing()
3243 int snd_soc_of_parse_aux_devs(struct snd_soc_card *card, const char *propname) in snd_soc_of_parse_aux_devs()
/linux/sound/soc/meson/
H A Dmeson-card-utils.c229 const char *propname, in meson_card_parse_of_optional()
H A Daxg-card.c161 char propname[32]; in axg_card_parse_cpu_tdm_slots() local
/linux/sound/soc/codecs/
H A Dtlv320adc3xxx.c1115 const char *propname, unsigned int *cfg) in adc3xxx_parse_dt_gpio()
1134 const char *propname, in adc3xxx_parse_dt_micbias_gpo()
1145 const char *propname, unsigned int *vg) in adc3xxx_parse_dt_micbias_vg()
/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c529 const char *propname, int propnamelen, in fdt_path_getprop_namelen()
684 const char *propname, in fdt_node_offset_by_prop_value()
/linux/drivers/memory/
H A Dbt1-l2-ctl.c182 const char *propname) in l2_ctl_of_parse_property()
/linux/drivers/soc/samsung/
H A Dexynos-pmu.c301 const char *propname) in exynos_get_pmu_regmap_by_phandle()
/linux/drivers/iio/temperature/
H A Dltc2983.c419 const char *propname, const bool is_steinhart, in __ltc2983_custom_sensor_new()
721 const char *propname = "adi,custom-thermocouple"; in ltc2983_thermocouple_new() local
932 const char *propname; in ltc2983_thermistor_new() local

12