Searched refs:ullval (Results 1 – 1 of 1) sorted by relevance
342 debugfs_bool_get(void *data, uint64_t *ullval) in debugfs_bool_get() argument347 *ullval = 1; in debugfs_bool_get()349 *ullval = 0; in debugfs_bool_get()355 debugfs_bool_set(void *data, uint64_t ullval) in debugfs_bool_set() argument359 if (ullval) in debugfs_bool_set()