Home
last modified time | relevance | path

Searched refs:str_ident (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/blackfin/kernel/
Dbfin_gpio.c101 static struct str_ident { struct
103 } str_ident[MAX_RESOURCES]; variable
120 strncpy(str_ident[ident].name, label, in set_label()
122 str_ident[ident].name[RESOURCE_LABEL_SIZE - 1] = 0; in set_label()
128 return (*str_ident[ident].name ? str_ident[ident].name : "UNKNOWN"); in get_label()
139 return strcmp(str_ident[ident].name, label); in cmp_label()