Lines Matching full:create
445 * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value
446 * @name: a pointer to a string containing the name of the file to create.
481 …* debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
482 * @name: a pointer to a string containing the name of the file to create.
517 …* debugfs_create_u32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
518 * @name: a pointer to a string containing the name of the file to create.
554 …* debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
555 * @name: a pointer to a string containing the name of the file to create.
592 * debugfs_create_ulong - create a debugfs file that is used to read and write
594 * @name: a pointer to a string containing the name of the file to create.
634 …* debugfs_create_x{8,16,32,64} - create a debugfs file that is used to read and write an unsigned …
642 * debugfs_create_x8 - create a debugfs file that is used to read and write an unsigned 8-bit value
643 * @name: a pointer to a string containing the name of the file to create.
660 …* debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
661 * @name: a pointer to a string containing the name of the file to create.
678 …* debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
679 * @name: a pointer to a string containing the name of the file to create.
696 …* debugfs_create_x64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
697 * @name: a pointer to a string containing the name of the file to create.
730 * debugfs_create_size_t - create a debugfs file that is used to read and write an size_t value
731 * @name: a pointer to a string containing the name of the file to create.
765 * debugfs_create_atomic_t - create a debugfs file that is used to read and
767 * @name: a pointer to a string containing the name of the file to create.
847 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
848 * @name: a pointer to a string containing the name of the file to create.
975 * debugfs_create_str - create a debugfs file that is used to read and write a string value
976 * @name: a pointer to a string containing the name of the file to create.
1018 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
1019 * @name: a pointer to a string containing the name of the file to create.
1115 * debugfs_create_u32_array - create a debugfs file that is used to read u32
1117 * @name: a pointer to a string containing the name of the file to create.
1142 * sequential file or create a debugfs file that only prints a regset32.
1194 * debugfs_create_regset32 - create a debugfs file that returns register values
1195 * @name: a pointer to a string containing the name of the file to create.
1239 * debugfs_create_devm_seqfile - create a debugfs file that is bound to device.