Lines Matching full:create

429  * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value
430 * @name: a pointer to a string containing the name of the file to create.
465 …* debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
466 * @name: a pointer to a string containing the name of the file to create.
501 …* debugfs_create_u32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
502 * @name: a pointer to a string containing the name of the file to create.
538 …* debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
539 * @name: a pointer to a string containing the name of the file to create.
576 * debugfs_create_ulong - create a debugfs file that is used to read and write
578 * @name: a pointer to a string containing the name of the file to create.
618 …* debugfs_create_x{8,16,32,64} - create a debugfs file that is used to read and write an unsigned …
626 * debugfs_create_x8 - create a debugfs file that is used to read and write an unsigned 8-bit value
627 * @name: a pointer to a string containing the name of the file to create.
644 …* debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
645 * @name: a pointer to a string containing the name of the file to create.
662 …* debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
663 * @name: a pointer to a string containing the name of the file to create.
680 …* debugfs_create_x64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
681 * @name: a pointer to a string containing the name of the file to create.
714 * debugfs_create_size_t - create a debugfs file that is used to read and write an size_t value
715 * @name: a pointer to a string containing the name of the file to create.
749 * debugfs_create_atomic_t - create a debugfs file that is used to read and
751 * @name: a pointer to a string containing the name of the file to create.
831 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
832 * @name: a pointer to a string containing the name of the file to create.
914 * debugfs_create_str - create a debugfs file that is used to read and write a string value
915 * @name: a pointer to a string containing the name of the file to create.
966 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
967 * @name: a pointer to a string containing the name of the file to create.
1063 * debugfs_create_u32_array - create a debugfs file that is used to read u32
1065 * @name: a pointer to a string containing the name of the file to create.
1090 * sequential file or create a debugfs file that only prints a regset32.
1152 * debugfs_create_regset32 - create a debugfs file that returns register values
1153 * @name: a pointer to a string containing the name of the file to create.
1197 * debugfs_create_devm_seqfile - create a debugfs file that is bound to device.