Lines Matching full:create
411 * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value
412 * @name: a pointer to a string containing the name of the file to create.
456 …* debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
457 * @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.
547 …* debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
548 * @name: a pointer to a string containing the name of the file to create.
594 * debugfs_create_ulong - create a debugfs file that is used to read and write
596 * @name: a pointer to a string containing the name of the file to create.
646 …* debugfs_create_x{8,16,32,64} - create a debugfs file that is used to read and write an unsigned …
654 * debugfs_create_x8 - create a debugfs file that is used to read and write an unsigned 8-bit value
655 * @name: a pointer to a string containing the name of the file to create.
672 …* debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
673 * @name: a pointer to a string containing the name of the file to create.
690 …* debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
691 * @name: a pointer to a string containing the name of the file to create.
708 …* debugfs_create_x64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
709 * @name: a pointer to a string containing the name of the file to create.
742 * debugfs_create_size_t - create a debugfs file that is used to read and write an size_t value
743 * @name: a pointer to a string containing the name of the file to create.
778 * debugfs_create_atomic_t - create a debugfs file that is used to read and
780 * @name: a pointer to a string containing the name of the file to create.
862 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
863 * @name: a pointer to a string containing the name of the file to create.
915 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
916 * @name: a pointer to a string containing the name of the file to create.
1016 * debugfs_create_u32_array - create a debugfs file that is used to read u32
1018 * @name: a pointer to a string containing the name of the file to create.
1051 * sequential file or create a debugfs file that only prints a regset32.
1106 * debugfs_create_regset32 - create a debugfs file that returns register values
1107 * @name: a pointer to a string containing the name of the file to create.
1160 * debugfs_create_devm_seqfile - create a debugfs file that is bound to device.