Searched refs:IS_ERR (Results 1 - 25 of 9767) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/amiga/
H A Dplatform.c146 if (IS_ERR(pdev))
155 if (IS_ERR(pdev))
164 if (IS_ERR(pdev))
171 if (IS_ERR(pdev))
179 if (IS_ERR(pdev))
187 if (IS_ERR(pdev))
198 if (IS_ERR(pdev))
211 if (IS_ERR(pdev))
218 if (IS_ERR(pdev))
225 if (IS_ERR(pde
[all...]
/linux-master/drivers/clk/sunxi/
H A Dclk-a10-codec.c21 if (IS_ERR(reg))
31 if (!IS_ERR(clk))
H A Dclk-sun8i-apb0.c39 if (IS_ERR(clk))
61 if (IS_ERR(reg)) {
74 if (IS_ERR(clk))
94 if (IS_ERR(reg))
/linux-master/arch/arm/mach-omap2/
H A Domap2-restart.c53 if (IS_ERR(reset_virt_prcm_set_ck))
57 if (IS_ERR(reset_sys_ck))
/linux-master/drivers/hv/
H A Dhv_debugfs.c66 if (IS_ERR(buffer_file)) {
74 if (IS_ERR(message_file)) {
93 if (IS_ERR(test_state)) {
116 if (!IS_ERR(hv_debug_root)) {
118 if (IS_ERR(dev_root)) {
127 if (IS_ERR(delay)) {
143 if (!IS_ERR(hv_debug_root))
173 if (IS_ERR(hv_debug_root)) {
/linux-master/tools/include/linux/
H A Derr.h45 static inline bool __must_check IS_ERR(__force const void *ptr) function
57 if (IS_ERR(ptr))
/linux-master/include/linux/
H A Derr.h26 * Like IS_ERR(), but does not generate a compiler warning if result is unused.
55 * IS_ERR - Detect an error pointer.
59 static inline bool __must_check IS_ERR(__force const void *ptr) function
68 * Like IS_ERR(), but also returns true for a null pointer.
98 * if (IS_ERR(ptr))
107 if (IS_ERR(ptr))
/linux-master/arch/s390/hypfs/
H A Dhypfs_vm_fs.c24 if (IS_ERR(rc)) \
43 if (IS_ERR(guest_dir))
49 if (IS_ERR(cpus_dir))
66 if (IS_ERR(mem_dir))
75 if (IS_ERR(samples_dir))
94 if (IS_ERR(data))
99 if (IS_ERR(dir)) {
104 if (IS_ERR(file)) {
111 if (IS_ERR(dir)) {
116 if (IS_ERR(fil
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dnokia.c156 if (!IS_ERR(fi_phonet)) {
158 if (IS_ERR(f_phonet))
162 if (!IS_ERR(fi_obex1)) {
164 if (IS_ERR(f_obex1))
168 if (!IS_ERR(fi_obex2)) {
170 if (IS_ERR(f_obex2))
175 if (IS_ERR(f_acm)) {
181 if (IS_ERR(f_ecm)) {
187 if (IS_ERR(f_msg)) {
289 if (IS_ERR(fi_phone
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Ddebug.c20 if (IS_ERR(intel_th_dbg))
/linux-master/tools/virtio/linux/
H A Derr.h18 static inline long __must_check IS_ERR(const void *ptr) function
/linux-master/arch/mips/loongson32/common/
H A Dtime.c19 if (IS_ERR(clk))
/linux-master/drivers/clk/at91/
H A Dsama5d4.c152 if (IS_ERR(regmap))
163 if (IS_ERR(hw))
170 if (IS_ERR(hw))
176 if (IS_ERR(hw))
181 if (IS_ERR(hw))
185 if (IS_ERR(hw))
191 if (IS_ERR(hw))
204 if (IS_ERR(hw))
212 if (IS_ERR(hw))
218 if (IS_ERR(h
[all...]
H A Dat91sam9rl.c89 if (IS_ERR(regmap))
99 if (IS_ERR(hw))
107 if (IS_ERR(hw))
113 if (IS_ERR(hw))
127 if (IS_ERR(hw))
135 if (IS_ERR(hw))
154 if (IS_ERR(hw))
164 if (IS_ERR(hw))
175 if (IS_ERR(hw))
H A Dsama5d3.c137 if (IS_ERR(regmap))
148 if (IS_ERR(hw))
155 if (IS_ERR(hw))
161 if (IS_ERR(hw))
166 if (IS_ERR(hw))
170 if (IS_ERR(hw))
176 if (IS_ERR(hw))
189 if (IS_ERR(hw))
197 if (IS_ERR(hw))
205 if (IS_ERR(h
[all...]
H A Dat91sam9n12.c135 if (IS_ERR(regmap))
145 if (IS_ERR(hw))
152 if (IS_ERR(hw))
158 if (IS_ERR(hw))
165 if (IS_ERR(hw))
169 if (IS_ERR(hw))
176 if (IS_ERR(hw))
190 if (IS_ERR(hw))
199 if (IS_ERR(hw))
205 if (IS_ERR(h
[all...]
H A Dsama5d2.c188 if (IS_ERR(regmap))
200 if (IS_ERR(hw))
207 if (IS_ERR(hw))
213 if (IS_ERR(hw))
220 if (IS_ERR(hw))
224 if (IS_ERR(hw))
231 if (IS_ERR(hw))
236 if (IS_ERR(hw))
243 if (IS_ERR(hw))
249 if (IS_ERR(regmap_sf
[all...]
H A Dat91sam9x5.c157 if (IS_ERR(regmap))
167 if (IS_ERR(hw))
174 if (IS_ERR(hw))
180 if (IS_ERR(hw))
187 if (IS_ERR(hw))
191 if (IS_ERR(hw))
197 if (IS_ERR(hw))
210 if (IS_ERR(hw))
218 if (IS_ERR(hw))
226 if (IS_ERR(h
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_debugfs.c19 if (IS_ERR(root)) {
/linux-master/drivers/base/
H A Dpinctrl.c33 if (IS_ERR(dev->pins->p)) {
41 if (IS_ERR(dev->pins->default_state)) {
49 if (IS_ERR(dev->pins->init_state)) {
72 if (IS_ERR(dev->pins->sleep_state))
78 if (IS_ERR(dev->pins->idle_state))
/linux-master/drivers/mfd/
H A Dbcm2835-pm.c35 if (IS_ERR(pm->base))
41 if (IS_ERR(pm->asb))
49 if (IS_ERR(pm->rpivid_asb))
58 if (IS_ERR(pm->base))
62 if (IS_ERR(pm->asb))
66 if (IS_ERR(pm->rpivid_asb))
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c24 if (IS_ERR(obj))
29 if (IS_ERR(dmabuf)) {
48 if (IS_ERR(obj))
52 if (IS_ERR(dmabuf)) {
60 if (IS_ERR(import)) {
107 if (IS_ERR(obj)) {
115 if (IS_ERR(dmabuf)) {
127 if (!IS_ERR(import)) {
160 if (IS_ERR(file))
164 if (IS_ERR(ct
[all...]
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-core.c57 if (!IS_ERR(priv->clk))
97 if (IS_ERR(priv->reg_base))
102 if (IS_ERR(priv->clk))
107 if (IS_ERR(priv->sys_clk))
114 if (!IS_ERR(priv->sys_clk)) {
150 if (!IS_ERR(priv->sys_clk))
163 if (!IS_ERR(priv->clk))
165 if (!IS_ERR(priv->sys_clk))
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_nomadik.c22 if (IS_ERR(pmu_regmap))
/linux-master/drivers/clk/
H A Dclk-moxart.c38 if (IS_ERR(ref_clk)) {
44 if (IS_ERR(hw)) {
82 if (IS_ERR(pll_clk)) {
88 if (IS_ERR(hw)) {

Completed in 521 milliseconds

1234567891011>>