Lines Matching refs:strflags
312 * @strflags: integer string
313 * @flags: if strflags NULL, use this flag value
316 * Create and add one dev_info entry for @vendor, @model, @strflags or
324 char *strflags, blist_flags_t flags)
327 strflags, flags,
336 * @strflags: integer string
337 * @flags: if strflags NULL, use this flag value
342 * @strflags or @flag in list specified by @key. If @compatible,
350 char *strflags, blist_flags_t flags,
371 if (strflags) {
373 int ret = kstrtoull(strflags, 0, &val);
526 char *vendor, *model, *strflags, *next;
547 strflags = NULL;
550 strflags = strsep(&next, next_check);
551 if (!model || !strflags) {
554 strflags);
558 model, strflags, 0);