Searched refs:ssbd_options (Results 1 – 1 of 1) sorted by relevance
247 static const struct ssbd_options { struct250 } ssbd_options[] = { variable263 for (i = 0; i < ARRAY_SIZE(ssbd_options); i++) { in ssbd_cfg()264 int len = strlen(ssbd_options[i].str); in ssbd_cfg()266 if (strncmp(buf, ssbd_options[i].str, len)) in ssbd_cfg()269 ssbd_state = ssbd_options[i].state; in ssbd_cfg()