Lines Matching refs:strflags
314 * @strflags: integer string
315 * @flags: if strflags NULL, use this flag value
318 * Create and add one dev_info entry for @vendor, @model, @strflags or
326 char *strflags, blist_flags_t flags)
329 strflags, flags,
338 * @strflags: integer string
339 * @flags: if strflags NULL, use this flag value
344 * @strflags or @flag in list specified by @key. If @compatible,
352 char *strflags, blist_flags_t flags,
373 if (strflags) {
375 int ret = kstrtoull(strflags, 0, &val);
528 char *vendor, *model, *strflags, *next;
549 strflags = NULL;
552 strflags = strsep(&next, next_check);
553 if (!model || !strflags) {
556 strflags);
560 model, strflags, 0);