Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/kernel/
Dbfin_gpio.c113 static struct str_ident { struct
115 } str_ident[MAX_RESOURCES]; argument
129 strncpy(str_ident[ident].name, label, in set_label()
131 str_ident[ident].name[RESOURCE_LABEL_SIZE - 1] = 0; in set_label()
137 return (*str_ident[ident].name ? str_ident[ident].name : "UNKNOWN"); in get_label()
148 return strcmp(str_ident[ident].name, label); in cmp_label()