Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dcore.c1395 #define REG_STR_SIZE 64 macro
1402 char buf[REG_STR_SIZE]; in create_regulator()
1417 size = snprintf(buf, REG_STR_SIZE, "%s-%s", in create_regulator()
1419 if (size >= REG_STR_SIZE) in create_regulator()