Searched refs:IMGU_MAX_PIPE_NUM (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.h16 #define IMGU_MAX_PIPE_NUM 2 macro
159 struct imgu_css_pipe pipes[IMGU_MAX_PIPE_NUM];
163 DECLARE_BITMAP(enabled_pipes, IMGU_MAX_PIPE_NUM);
H A Dipu3.h125 struct imgu_media_pipe imgu_pipe[IMGU_MAX_PIPE_NUM];
H A Dipu3.c353 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) {
415 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) {
433 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM)
447 for (i = 0; i < IMGU_MAX_PIPE_NUM; i++)
463 for (j = 0; j < IMGU_MAX_PIPE_NUM; j++) {
483 for (j = 0; j < IMGU_MAX_PIPE_NUM; j++) {
581 for_each_set_bit(p, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM)
812 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) {
H A Dipu3-css.c1292 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1306 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1317 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1333 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1346 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1359 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1373 for_each_set_bit(pipe, css->enabled_pipes, IMGU_MAX_PIPE_NUM) {
1410 for (pipe = 0; pipe < IMGU_MAX_PIPE_NUM; pipe++)
1494 for (pipe = 0; pipe < IMGU_MAX_PIPE_NUM; pipe++)
1511 for (pipe = 0; pipe < IMGU_MAX_PIPE_NUM; pip
[all...]
H A Dipu3-v4l2.c437 for_each_set_bit(p, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) {
504 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) {
1305 for (i = 0; i < IMGU_MAX_PIPE_NUM; i++) {
1371 imgu_v4l2_cleanup_pipes(imgu, IMGU_MAX_PIPE_NUM);
1383 imgu_v4l2_cleanup_pipes(imgu, IMGU_MAX_PIPE_NUM);

Completed in 297 milliseconds