Lines Matching +full:0 +full:pointer

22  * @seq: Pointer to the sequence file structure.
23 * @data: Pointer to the data.
25 * Return: 0 on success, -1 on failure.
57 return 0; in rsi_sdio_stats_read()
63 * @inode: Pointer to the inode structure.
64 * @file: Pointer to the file structure.
66 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
76 * @seq: Pointer to the sequence file structure.
77 * @data: Pointer to the data.
79 * Return: 0 on success, -1 on failure.
91 return 0; in rsi_version_read()
97 * @inode: Pointer to the inode structure.
98 * @file: Pointer to the file structure.
100 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
110 * @seq: Pointer to the sequence file structure.
111 * @data: Pointer to the data.
113 * Return: 0 on success, -1 on failure.
176 return 0; in rsi_stats_read()
182 * @inode: Pointer to the inode structure.
183 * @file: Pointer to the file structure.
185 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
195 * @seq: Pointer to the sequence file structure.
196 * @data: Pointer to the data.
198 * Return: 0 on success, -1 on failure.
205 return 0; in rsi_debug_zone_read()
211 * @inode: Pointer to the inode structure.
212 * @file: Pointer to the file structure.
214 * Return: Pointer to the opened file status: 0 on success, ENOMEM on failure.
225 * @filp: Pointer to the file structure.
226 * @buff: Pointer to the character buffer.
228 * @data: Pointer to the data.
241 return 0; in rsi_debug_zone_write()
276 * @adapter: Pointer to the adapter structure.
278 * Return: 0 on success, -1 on failure.
299 for (ii = 0; ii < adapter->num_debugfs_entries; ii++) { in rsi_init_dbgfs()
308 return 0; in rsi_init_dbgfs()
315 * @adapter: Pointer to the adapter structure.