Searched refs:ssbd_options (Results 1 – 1 of 1) sorted by relevance
274 static const struct ssbd_options { struct277 } ssbd_options[] = { argument290 for (i = 0; i < ARRAY_SIZE(ssbd_options); i++) { in ssbd_cfg()291 int len = strlen(ssbd_options[i].str); in ssbd_cfg()293 if (strncmp(buf, ssbd_options[i].str, len)) in ssbd_cfg()296 ssbd_state = ssbd_options[i].state; in ssbd_cfg()