Home
last modified time | relevance | path

Searched refs:WARN_ON (Results 1 – 25 of 56) sorted by relevance

123

/include/linux/
Dgpio.h137 WARN_ON(1); in gpio_free()
145 WARN_ON(1); in gpio_free_array()
166 WARN_ON(1); in gpio_get_value()
173 WARN_ON(1); in gpio_set_value()
179 WARN_ON(1); in gpio_cansleep()
186 WARN_ON(1); in gpio_get_value_cansleep()
193 WARN_ON(1); in gpio_set_value_cansleep()
199 WARN_ON(1); in gpio_export()
207 WARN_ON(1); in gpio_export_link()
214 WARN_ON(1); in gpio_unexport()
[all …]
Drpmsg.h148 WARN_ON(1); in unregister_rpmsg_device()
155 WARN_ON(1); in __register_rpmsg_driver()
163 WARN_ON(1); in unregister_rpmsg_driver()
169 WARN_ON(1); in rpmsg_destroy_ept()
178 WARN_ON(1); in rpmsg_create_ept()
186 WARN_ON(1); in rpmsg_send()
195 WARN_ON(1); in rpmsg_sendto()
205 WARN_ON(1); in rpmsg_send_offchannel()
213 WARN_ON(1); in rpmsg_trysend()
222 WARN_ON(1); in rpmsg_trysendto()
[all …]
Dfsverity.h180 WARN_ON(1); in fsverity_verify_page()
186 WARN_ON(1); in fsverity_verify_bio()
191 WARN_ON(1); in fsverity_enqueue_verify_work()
Dratelimit.h83 WARN_ON(__rtn_cond && __ratelimit(state)); \
103 WARN_ON(condition)
Ddma-fence.h462 if (WARN_ON(f1->context != f2->context)) in dma_fence_is_later()
480 if (WARN_ON(f1->context != f2->context)) in dma_fence_later()
532 WARN_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in dma_fence_set_error()
533 WARN_ON(error >= 0 || error < -MAX_ERRNO); in dma_fence_set_error()
Dplist.h235 WARN_ON(plist_head_empty(head)); \
252 WARN_ON(plist_head_empty(head)); \
Dmmdebug.h40 #define VM_WARN_ON(cond) (void)WARN_ON(cond)
Dcontext_tracking.h93 #define CT_WARN_ON(cond) WARN_ON(context_tracking_is_enabled() && (cond))
Dseq_buf.h84 WARN_ON(s->len > s->size + 1); in seq_buf_get_buf()
Dlockdep.h391 WARN_ON(debug_locks && !lockdep_is_held(l)); \
395 WARN_ON(debug_locks && !lockdep_is_held_type(l, 0)); \
399 WARN_ON(debug_locks && !lockdep_is_held_type(l, 1)); \
Dktime.h171 WARN_ON(div < 0); in ktime_divns()
Dthunderbolt.h583 WARN_ON(ring->is_tx); in tb_ring_rx()
604 WARN_ON(!ring->is_tx); in tb_ring_tx()
/include/linux/clk/
Dtegra.h49 if (WARN_ON(!tegra_cpu_car_ops->wait_for_reset)) in tegra_wait_cpu_in_reset()
57 if (WARN_ON(!tegra_cpu_car_ops->put_in_reset)) in tegra_put_cpu_in_reset()
65 if (WARN_ON(!tegra_cpu_car_ops->out_of_reset)) in tegra_cpu_out_of_reset()
73 if (WARN_ON(!tegra_cpu_car_ops->enable_clock)) in tegra_enable_cpu_clock()
81 if (WARN_ON(!tegra_cpu_car_ops->disable_clock)) in tegra_disable_cpu_clock()
90 if (WARN_ON(!tegra_cpu_car_ops->rail_off_ready)) in tegra_cpu_rail_off_ready()
98 if (WARN_ON(!tegra_cpu_car_ops->suspend)) in tegra_cpu_clock_suspend()
106 if (WARN_ON(!tegra_cpu_car_ops->resume)) in tegra_cpu_clock_resume()
/include/linux/gpio/
Dconsumer.h240 WARN_ON(desc); in gpiod_put()
249 WARN_ON(desc); in devm_gpiod_unhinge()
257 WARN_ON(descs); in gpiod_put_array()
310 WARN_ON(desc); in devm_gpiod_put()
319 WARN_ON(descs); in devm_gpiod_put_array()
326 WARN_ON(desc); in gpiod_get_direction()
332 WARN_ON(desc); in gpiod_direction_input()
338 WARN_ON(desc); in gpiod_direction_output()
344 WARN_ON(desc); in gpiod_direction_output_raw()
352 WARN_ON(desc); in gpiod_get_value()
[all …]
Ddriver.h733 WARN_ON(1); in gpiod_to_chip()
740 WARN_ON(1); in gpiochip_lock_as_irq()
747 WARN_ON(1); in gpiochip_unlock_as_irq()
/include/asm-generic/
Dbug.h111 #ifndef WARN_ON
112 #define WARN_ON(condition) ({ \ macro
143 WARN_ON(1); \
181 #define WARN_ON(condition) ({ \ macro
195 #define WARN_ON_ONCE(condition) WARN_ON(condition)
226 # define WARN_ON_SMP(x) WARN_ON(x)
/include/linux/soc/qcom/
Dwcnss_ctrl.h19 WARN_ON(1); in qcom_wcnss_open_channel()
/include/media/
Dmedia-entity.h466 if (WARN_ON(entity->internal_idx >= ent_enum->idx_max)) in media_entity_enum_set()
481 if (WARN_ON(entity->internal_idx >= ent_enum->idx_max)) in media_entity_enum_clear()
498 if (WARN_ON(entity->internal_idx >= ent_enum->idx_max)) in media_entity_enum_test()
517 if (WARN_ON(entity->internal_idx >= ent_enum->idx_max)) in media_entity_enum_test_and_set()
548 WARN_ON(ent_enum1->idx_max != ent_enum2->idx_max); in media_entity_enum_intersects()
Dmedia-request.h116 if (!WARN_ON(!req->access_count)) in media_request_unlock_for_access()
164 WARN_ON(req->updating_count <= 0); in media_request_unlock_for_update()
Dv4l2-subdev.h938 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_format()
956 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_crop()
974 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_compose()
/include/net/caif/
Dcaif_layer.h31 WARN_ON(!(assert)); \
/include/drm/ttm/
Dttm_bo_driver.h664 if (WARN_ON(ticket)) in __ttm_bo_reserve()
730 WARN_ON(!kref_read(&bo->kref)); in ttm_bo_reserve()
755 WARN_ON(!kref_read(&bo->kref)); in ttm_bo_reserve_slowpath()
/include/drm/
Ddrm_modeset_lock.h105 WARN_ON(!list_empty(&lock->head)); in drm_modeset_lock_fini()
Ddrm_framebuffer.h289 for (WARN_ON(!mutex_is_locked(&(dev)->mode_config.fb_lock)), \
/include/scsi/
Dfc_frame.h161 WARN_ON(fr_len(fp) < sizeof(struct fc_frame_header)); in fc_frame_header_get()

123