Searched refs:SUPPLY_SUFFIX (Results 1 – 2 of 2) sorted by relevance
321 #define SUPPLY_SUFFIX "-supply" macro356 p = strstr(prop->name, SUPPLY_SUFFIX); in simplefb_regulators_get()373 p = strstr(prop->name, SUPPLY_SUFFIX); in simplefb_regulators_get()378 strlen(prop->name) - strlen(SUPPLY_SUFFIX) + 1); in simplefb_regulators_get()
336 #define SUPPLY_SUFFIX "-supply" macro387 p = strstr(prop->name, SUPPLY_SUFFIX); in simpledrm_device_init_regulators()405 p = strstr(prop->name, SUPPLY_SUFFIX); in simpledrm_device_init_regulators()408 len = strlen(prop->name) - strlen(SUPPLY_SUFFIX) + 1; in simpledrm_device_init_regulators()
Completed in 14 milliseconds