Searched refs:update_buf (Results 1 – 6 of 6) sorted by relevance
/drivers/media/platform/s5p-tv/ |
D | mixer_reg.c | 267 layer->shadow_buf = layer->update_buf; in mxr_irq_layer_handle() 271 layer->update_buf = NULL; in mxr_irq_layer_handle() 276 layer->update_buf = next; in mxr_irq_layer_handle() 279 layer->ops.buffer_set(layer, layer->update_buf); in mxr_irq_layer_handle()
|
D | mixer_video.c | 964 if (layer->update_buf == layer->shadow_buf) in mxr_watchdog() 965 layer->update_buf = NULL; in mxr_watchdog() 966 if (layer->update_buf) { in mxr_watchdog() 967 vb2_buffer_done(&layer->update_buf->vb.vb2_buf, in mxr_watchdog() 969 layer->update_buf = NULL; in mxr_watchdog()
|
D | mixer.h | 170 struct mxr_buffer *update_buf; member
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4436 LASSERTF((int)sizeof(struct update_buf) == 8, "found %lld\n", in lustre_assert_wire_constants() 4437 (long long)(int)sizeof(struct update_buf)); in lustre_assert_wire_constants() 4438 LASSERTF((int)offsetof(struct update_buf, ub_magic) == 0, "found %lld\n", in lustre_assert_wire_constants() 4439 (long long)(int)offsetof(struct update_buf, ub_magic)); in lustre_assert_wire_constants() 4440 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_magic) == 4, "found %lld\n", in lustre_assert_wire_constants() 4441 (long long)(int)sizeof(((struct update_buf *)0)->ub_magic)); in lustre_assert_wire_constants() 4442 LASSERTF((int)offsetof(struct update_buf, ub_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 4443 (long long)(int)offsetof(struct update_buf, ub_count)); in lustre_assert_wire_constants() 4444 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 4445 (long long)(int)sizeof(((struct update_buf *)0)->ub_count)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 2291 void lustre_swab_update_buf(struct update_buf *ub) in lustre_swab_update_buf()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3649 struct update_buf { struct 3662 void lustre_swab_update_buf(struct update_buf *ub); argument
|