Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/scripts/dtc/
Dchecks.c201 char *propname = c->data; in check_is_string() local
212 #define WARNING_IF_NOT_STRING(nm, propname) WARNING(nm, check_is_string, (propname)) argument
213 #define ERROR_IF_NOT_STRING(nm, propname) ERROR(nm, check_is_string, (propname)) argument
219 char *propname = c->data; in check_is_string_list() local
239 #define WARNING_IF_NOT_STRING_LIST(nm, propname) WARNING(nm, check_is_string_list, (propname)) argument
240 #define ERROR_IF_NOT_STRING_LIST(nm, propname) ERROR(nm, check_is_string_list, (propname)) argument
245 char *propname = c->data; in check_is_cell() local
256 #define WARNING_IF_NOT_CELL(nm, propname) WARNING(nm, check_is_cell, (propname)) argument
257 #define ERROR_IF_NOT_CELL(nm, propname) ERROR(nm, check_is_cell, (propname)) argument
451 …t check_phandle_prop(struct check *c, struct dt_info *dti, struct node *node, const char *propname) in check_phandle_prop()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
Dgpiolib-of.c64 char propname[32]; in of_gpio_get_count() local
135 static void of_gpio_flags_quirks(struct device_node *np, const char *propname, enum of_gpio_flags *… in of_gpio_flags_quirks()
233 static struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np, const char *propname, int… in of_get_named_gpiod_flags()
298 struct gpio_desc *gpiod_get_from_of_node(struct device_node *node, const char *propname, int index, in gpiod_get_from_of_node()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_platform.c97 int osal_of_property_read_u32(const void *np, const char *propname, unsigned int *value) in osal_of_property_read_u32()
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
Dpower_supply_core.c747 char *propname; in power_supply_get_battery_info() local