Lines Matching defs:cfg
325 bool *cfg)
329 if (kstrtobool(buf, cfg) < 0)
338 bool *cfg)
343 ret = __test_dev_config_update_bool(buf, size, cfg);
357 size_t *cfg)
366 *(size_t *)cfg = new;
382 static int __test_dev_config_update_u8(const char *buf, size_t size, u8 *cfg)
391 *(u8 *)cfg = val;
397 static int test_dev_config_update_u8(const char *buf, size_t size, u8 *cfg)
402 ret = __test_dev_config_update_u8(buf, size, cfg);