Searched refs:sub_buf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio.h | 319 #define sub_buf(bufnr, dec) QDIO_BUFNR((bufnr) - (dec)) macro 320 #define prev_buf(bufnr) sub_buf(bufnr, 1)
|
H A D | qdio_main.c | 1217 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 10247 + MMAL_BUFFER_HEADER_T * const sub_buf, 10256 + if (sub_buf == NULL) 10266 + const unsigned int seq = hw_mmal_vzc_buf_seq(sub_buf); 10269 + hw_mmal_vzc_buf_scale_dest_rect(sub_buf, scale_out, transform_out); 10271 + if (hw_mmal_vzc_buf_set_format(sub_buf, spe->port->format)) 10273 + MMAL_DISPLAYREGION_T * const dreg = hw_mmal_vzc_buf_region(sub_buf); 10347 + if ((err = port_send_replicated(spe->port, spe->pool, sub_buf, pts)) != MMAL_SUCCESS) 10380 + MMAL_BUFFER_HEADER_T * const sub_buf, 12110 + MMAL_BUFFER_HEADER_T * const sub_buf = !is_mmal_pic ? NULL : 12114 + sub_buf != NULL ? sub_buf : *psub_bufs2++,
|