Home
last modified time | relevance | path

Searched refs:ERR_PTR (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/linux-4.19.296/include/linux/
Ddebugfs.h178 return ERR_PTR(-ENODEV); in debugfs_lookup()
185 return ERR_PTR(-ENODEV); in debugfs_create_file()
193 return ERR_PTR(-ENODEV); in debugfs_create_file_unsafe()
201 return ERR_PTR(-ENODEV); in debugfs_create_file_size()
207 return ERR_PTR(-ENODEV); in debugfs_create_dir()
214 return ERR_PTR(-ENODEV); in debugfs_create_symlink()
222 return ERR_PTR(-ENODEV); in debugfs_create_automount()
268 return ERR_PTR(-ENODEV); in debugfs_rename()
275 return ERR_PTR(-ENODEV); in debugfs_create_u8()
282 return ERR_PTR(-ENODEV); in debugfs_create_u16()
[all …]
Dnvmem-consumer.h63 return ERR_PTR(-ENOSYS); in nvmem_cell_get()
69 return ERR_PTR(-ENOSYS); in devm_nvmem_cell_get()
83 return ERR_PTR(-ENOSYS); in nvmem_cell_read()
101 return ERR_PTR(-ENOSYS); in nvmem_device_get()
107 return ERR_PTR(-ENOSYS); in devm_nvmem_device_get()
157 return ERR_PTR(-ENOSYS); in of_nvmem_cell_get()
163 return ERR_PTR(-ENOSYS); in of_nvmem_device_get()
Dpm_opp.h136 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_get_opp_table()
184 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_find_freq_exact()
190 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_find_freq_floor()
196 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_find_freq_ceil()
235 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_set_supported_hw()
243 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_register_set_opp_helper()
250 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_set_prop_name()
257 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_set_regulators()
264 return ERR_PTR(-ENOTSUPP); in dev_pm_opp_set_clkname()
/linux-4.19.296/fs/proc/
Dself.c24 return ERR_PTR(-EOPNOTSUPP); in proc_self_get_link()
27 return ERR_PTR(-ENOENT); in proc_self_get_link()
31 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_self_get_link()
63 self = ERR_PTR(-ENOMEM); in proc_setup_self()
66 self = ERR_PTR(-ENOMEM); in proc_setup_self()
Dthread_self.c21 return ERR_PTR(-ENOENT); in proc_thread_self_get_link()
24 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_thread_self_get_link()
56 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()
59 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()
/linux-4.19.296/include/linux/mfd/
Dsyscon.h33 return ERR_PTR(-ENOTSUPP); in syscon_node_to_regmap()
38 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_compatible()
43 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_pdevname()
50 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_phandle()
/linux-4.19.296/drivers/reset/
Dcore.c420 return ERR_PTR(-EBUSY); in __reset_control_get_internal()
429 return ERR_PTR(-ENOMEM); in __reset_control_get_internal()
433 return ERR_PTR(-ENODEV); in __reset_control_get_internal()
476 return ERR_PTR(-EINVAL); in __of_reset_control_get()
482 return ERR_PTR(index); in __of_reset_control_get()
484 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get()
490 return ERR_PTR(ret); in __of_reset_control_get()
492 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get()
504 rstc = ERR_PTR(-EPROBE_DEFER); in __of_reset_control_get()
509 rstc = ERR_PTR(-EINVAL); in __of_reset_control_get()
[all …]
/linux-4.19.296/drivers/bluetooth/
Dh4_recv.h81 return ERR_PTR(-ENOMEM); in h4_recv_buf()
90 return ERR_PTR(-EILSEQ); in h4_recv_buf()
113 return ERR_PTR(-EILSEQ); in h4_recv_buf()
131 return ERR_PTR(-EMSGSIZE); in h4_recv_buf()
142 return ERR_PTR(-EMSGSIZE); in h4_recv_buf()
148 return ERR_PTR(-EILSEQ); in h4_recv_buf()
/linux-4.19.296/fs/ext2/
Dacl.c29 return ERR_PTR(-EINVAL); in ext2_acl_from_disk()
32 return ERR_PTR(-EINVAL); in ext2_acl_from_disk()
36 return ERR_PTR(-EINVAL); in ext2_acl_from_disk()
41 return ERR_PTR(-ENOMEM); in ext2_acl_from_disk()
85 return ERR_PTR(-EINVAL); in ext2_acl_from_disk()
102 return ERR_PTR(-ENOMEM); in ext2_acl_to_disk()
137 return ERR_PTR(-EINVAL); in ext2_acl_to_disk()
165 return ERR_PTR(-ENOMEM); in ext2_get_acl()
173 acl = ERR_PTR(retval); in ext2_get_acl()
/linux-4.19.296/fs/fuse/
Dacl.c23 return ERR_PTR(-EIO); in fuse_get_acl()
33 return ERR_PTR(-EOPNOTSUPP); in fuse_get_acl()
37 return ERR_PTR(-ENOMEM); in fuse_get_acl()
45 acl = ERR_PTR(-E2BIG); in fuse_get_acl()
47 acl = ERR_PTR(size); in fuse_get_acl()
/linux-4.19.296/include/linux/phy/
Dphy.h317 return ERR_PTR(-ENOSYS); in phy_get()
323 return ERR_PTR(-ENOSYS); in phy_optional_get()
328 return ERR_PTR(-ENOSYS); in devm_phy_get()
341 return ERR_PTR(-ENOSYS); in devm_of_phy_get()
348 return ERR_PTR(-ENOSYS); in devm_of_phy_get_by_index()
361 return ERR_PTR(-ENOSYS); in of_phy_get()
367 return ERR_PTR(-ENOSYS); in of_phy_simple_xlate()
374 return ERR_PTR(-ENOSYS); in phy_create()
381 return ERR_PTR(-ENOSYS); in devm_phy_create()
397 return ERR_PTR(-ENOSYS); in __of_phy_provider_register()
[all …]
/linux-4.19.296/fs/squashfs/
Dxattr_id.c93 return ERR_PTR(-EINVAL); in squashfs_read_xattr_id_table()
106 return ERR_PTR(-EINVAL); in squashfs_read_xattr_id_table()
128 return ERR_PTR(-EINVAL); in squashfs_read_xattr_id_table()
136 return ERR_PTR(-EINVAL); in squashfs_read_xattr_id_table()
141 return ERR_PTR(-EINVAL); in squashfs_read_xattr_id_table()
Did.c88 return ERR_PTR(-EINVAL); in squashfs_read_id_index_table()
95 return ERR_PTR(-EINVAL); in squashfs_read_id_index_table()
116 return ERR_PTR(-EINVAL); in squashfs_read_id_index_table()
124 return ERR_PTR(-EINVAL); in squashfs_read_id_index_table()
Dexport.c83 struct dentry *dentry = ERR_PTR(-ENOENT); in squashfs_export_iget()
143 return ERR_PTR(-EINVAL); in squashfs_read_inode_lookup_table()
150 return ERR_PTR(-EINVAL); in squashfs_read_inode_lookup_table()
172 return ERR_PTR(-EINVAL); in squashfs_read_inode_lookup_table()
181 return ERR_PTR(-EINVAL); in squashfs_read_inode_lookup_table()
/linux-4.19.296/fs/nfs/
Dsymlink.c54 err = ERR_PTR(nfs_revalidate_mapping_rcu(inode)); in nfs_get_link()
59 return ERR_PTR(-ECHILD); in nfs_get_link()
62 return ERR_PTR(-ECHILD); in nfs_get_link()
65 err = ERR_PTR(nfs_revalidate_mapping(inode, inode->i_mapping)); in nfs_get_link()
/linux-4.19.296/fs/reiserfs/
Dxattr_acl.c74 return ERR_PTR(-EINVAL); in reiserfs_posix_acl_from_disk()
77 return ERR_PTR(-EINVAL); in reiserfs_posix_acl_from_disk()
81 return ERR_PTR(-EINVAL); in reiserfs_posix_acl_from_disk()
86 return ERR_PTR(-ENOMEM); in reiserfs_posix_acl_from_disk()
129 return ERR_PTR(-EINVAL); in reiserfs_posix_acl_from_disk()
147 return ERR_PTR(-ENOMEM); in reiserfs_posix_acl_to_disk()
182 return ERR_PTR(-EINVAL); in reiserfs_posix_acl_to_disk()
213 return ERR_PTR(size); in reiserfs_get_acl()
218 return ERR_PTR(-ENOMEM); in reiserfs_get_acl()
228 acl = ERR_PTR(retval); in reiserfs_get_acl()
/linux-4.19.296/fs/ext4/
Dacl.c27 return ERR_PTR(-EINVAL); in ext4_acl_from_disk()
30 return ERR_PTR(-EINVAL); in ext4_acl_from_disk()
34 return ERR_PTR(-EINVAL); in ext4_acl_from_disk()
39 return ERR_PTR(-ENOMEM); in ext4_acl_from_disk()
84 return ERR_PTR(-EINVAL); in ext4_acl_from_disk()
101 return ERR_PTR(-ENOMEM); in ext4_acl_to_disk()
136 return ERR_PTR(-EINVAL); in ext4_acl_to_disk()
166 return ERR_PTR(-ENOMEM); in ext4_get_acl()
174 acl = ERR_PTR(retval); in ext4_get_acl()
/linux-4.19.296/fs/jffs2/
Dacl.c67 return ERR_PTR(-EINVAL); in jffs2_acl_from_medium()
71 return ERR_PTR(-EINVAL); in jffs2_acl_from_medium()
77 return ERR_PTR(-EINVAL); in jffs2_acl_from_medium()
83 return ERR_PTR(-ENOMEM); in jffs2_acl_from_medium()
125 return ERR_PTR(-EINVAL); in jffs2_acl_from_medium()
139 return ERR_PTR(-ENOMEM); in jffs2_acl_to_medium()
173 return ERR_PTR(-EINVAL); in jffs2_acl_to_medium()
196 return ERR_PTR(-ENOMEM); in jffs2_get_acl()
204 acl = ERR_PTR(rc); in jffs2_get_acl()
/linux-4.19.296/fs/ocfs2/
Dexport.c62 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
116 result = ERR_PTR(status); in ocfs2_get_dentry()
132 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
159 parent = ERR_PTR(status); in ocfs2_get_parent()
167 parent = ERR_PTR(status); in ocfs2_get_parent()
173 parent = ERR_PTR(-ENOENT); in ocfs2_get_parent()
183 parent = ERR_PTR(status); in ocfs2_get_parent()
190 parent = ERR_PTR(status); in ocfs2_get_parent()
/linux-4.19.296/drivers/gpio/
Dgpiolib-of.c51 return ERR_PTR(-EINVAL); in of_xlate_and_get_gpiod_flags()
55 return ERR_PTR(ret); in of_xlate_and_get_gpiod_flags()
121 return ERR_PTR(ret); in of_get_named_gpiod_flags()
126 desc = ERR_PTR(-EPROBE_DEFER); in of_get_named_gpiod_flags()
178 return ERR_PTR(-ENOENT); in of_find_spi_gpio()
182 return ERR_PTR(-ENOENT); in of_find_spi_gpio()
210 return ERR_PTR(-ENOENT); in of_find_regulator_gpio()
213 return ERR_PTR(-ENOENT); in of_find_regulator_gpio()
217 return ERR_PTR(-ENOENT); in of_find_regulator_gpio()
316 return ERR_PTR(-EINVAL); in of_parse_own_gpio()
[all …]
/linux-4.19.296/fs/isofs/
Dexport.c28 return ERR_PTR(-ESTALE); in isofs_export_iget()
34 return ERR_PTR(-ESTALE); in isofs_export_iget()
58 rv = ERR_PTR(-EACCES); in isofs_export_get_parent()
68 rv = ERR_PTR(-EACCES); in isofs_export_get_parent()
80 rv = ERR_PTR(-EACCES); in isofs_export_get_parent()
95 rv = ERR_PTR(-EACCES); in isofs_export_get_parent()
/linux-4.19.296/drivers/mux/
Dcore.c86 return ERR_PTR(-EINVAL); in mux_chip_alloc()
92 return ERR_PTR(-ENOMEM); in mux_chip_alloc()
107 return ERR_PTR(err); in mux_chip_alloc()
227 return ERR_PTR(-ENOMEM); in devm_mux_chip_alloc()
445 return ERR_PTR(index); in mux_control_get()
455 return ERR_PTR(ret); in mux_control_get()
461 return ERR_PTR(-EPROBE_DEFER); in mux_control_get()
468 return ERR_PTR(-EINVAL); in mux_control_get()
479 return ERR_PTR(-EINVAL); in mux_control_get()
520 return ERR_PTR(-ENOMEM); in devm_mux_control_get()
/linux-4.19.296/fs/crypto/
Dhooks.c234 return ERR_PTR(-EINVAL); in fscrypt_get_symlink()
242 return ERR_PTR(err); in fscrypt_get_symlink()
250 return ERR_PTR(-EUCLEAN); in fscrypt_get_symlink()
256 return ERR_PTR(-EUCLEAN); in fscrypt_get_symlink()
259 return ERR_PTR(-EUCLEAN); in fscrypt_get_symlink()
263 return ERR_PTR(err); in fscrypt_get_symlink()
279 return ERR_PTR(err); in fscrypt_get_symlink()
/linux-4.19.296/fs/cifs/
Dcifs_dfs_ref.c75 return ERR_PTR(-EINVAL); in cifs_build_devname()
95 return ERR_PTR(-ENOMEM); in cifs_build_devname()
152 return ERR_PTR(-EINVAL); in cifs_compose_mount_options()
236 mountdata = ERR_PTR(rc); in cifs_compose_mount_options()
305 mnt = ERR_PTR(-ENOMEM); in cifs_dfs_do_automount()
328 mnt = ERR_PTR(-ENOENT); in cifs_dfs_do_automount()
337 mnt = ERR_PTR(-EINVAL); in cifs_dfs_do_automount()
351 mnt = ERR_PTR(rc); in cifs_dfs_do_automount()
/linux-4.19.296/drivers/clk/at91/
Dclk-main.c147 return ERR_PTR(-EINVAL); in at91_clk_register_main_osc()
151 return ERR_PTR(-ENOMEM); in at91_clk_register_main_osc()
172 hw = ERR_PTR(ret); in at91_clk_register_main_osc()
293 return ERR_PTR(-EINVAL); in at91_clk_register_main_rc_osc()
297 return ERR_PTR(-ENOMEM); in at91_clk_register_main_rc_osc()
314 hw = ERR_PTR(ret); in at91_clk_register_main_rc_osc()
424 return ERR_PTR(-EINVAL); in at91_clk_register_rm9200_main()
427 return ERR_PTR(-EINVAL); in at91_clk_register_rm9200_main()
431 return ERR_PTR(-ENOMEM); in at91_clk_register_rm9200_main()
446 hw = ERR_PTR(ret); in at91_clk_register_rm9200_main()
[all …]

12345678910>>...36