Lines Matching full:create

425  * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value
426 * @name: a pointer to a string containing the name of the file to create.
461 …* debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
462 * @name: a pointer to a string containing the name of the file to create.
497 …* debugfs_create_u32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
498 * @name: a pointer to a string containing the name of the file to create.
534 …* debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
535 * @name: a pointer to a string containing the name of the file to create.
572 * debugfs_create_ulong - create a debugfs file that is used to read and write
574 * @name: a pointer to a string containing the name of the file to create.
624 …* debugfs_create_x{8,16,32,64} - create a debugfs file that is used to read and write an unsigned …
632 * debugfs_create_x8 - create a debugfs file that is used to read and write an unsigned 8-bit value
633 * @name: a pointer to a string containing the name of the file to create.
650 …* debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit val…
651 * @name: a pointer to a string containing the name of the file to create.
668 …* debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit val…
669 * @name: a pointer to a string containing the name of the file to create.
686 …* debugfs_create_x64 - create a debugfs file that is used to read and write an unsigned 64-bit val…
687 * @name: a pointer to a string containing the name of the file to create.
720 * debugfs_create_size_t - create a debugfs file that is used to read and write an size_t value
721 * @name: a pointer to a string containing the name of the file to create.
755 * debugfs_create_atomic_t - create a debugfs file that is used to read and
757 * @name: a pointer to a string containing the name of the file to create.
838 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
839 * @name: a pointer to a string containing the name of the file to create.
891 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
892 * @name: a pointer to a string containing the name of the file to create.
987 * debugfs_create_u32_array - create a debugfs file that is used to read u32
989 * @name: a pointer to a string containing the name of the file to create.
1014 * sequential file or create a debugfs file that only prints a regset32.
1076 * debugfs_create_regset32 - create a debugfs file that returns register values
1077 * @name: a pointer to a string containing the name of the file to create.
1121 * debugfs_create_devm_seqfile - create a debugfs file that is bound to device.