Searched refs:pass_through (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/sound/soc/uniphier/ |
D | aio.h | 249 int pass_through; member 328 int aio_port_set_param(struct uniphier_aio_sub *sub, int pass_through, 333 int aio_if_set_param(struct uniphier_aio_sub *sub, int pass_through);
|
D | aio-compress.c | 84 sub->pass_through = 1; in uniphier_aio_compr_open() 198 ret = aio_port_set_param(sub, sub->pass_through, &sub->params); in uniphier_aio_compr_prepare() 206 ret = aio_if_set_param(sub, sub->pass_through); in uniphier_aio_compr_prepare()
|
D | aio-cpu.c | 262 sub->pass_through = 0; in uniphier_aio_startup() 338 ret = aio_port_set_param(sub, sub->pass_through, &sub->params); in uniphier_aio_prepare() 346 ret = aio_if_set_param(sub, sub->pass_through); in uniphier_aio_prepare()
|
D | aio-core.c | 613 int aio_port_set_param(struct uniphier_aio_sub *sub, int pass_through, in aio_port_set_param() argument 621 if (!pass_through) { in aio_port_set_param() 647 if (pass_through) in aio_port_set_param() 786 int aio_if_set_param(struct uniphier_aio_sub *sub, int pass_through) in aio_if_set_param() argument 792 if (pass_through) { in aio_if_set_param()
|
/Linux-v4.19/drivers/staging/media/zoran/ |
D | zoran_device.h | 83 extern int pass_through;
|
D | zoran_card.c | 112 int pass_through = 0; /* 1=Pass through TV signal when device is not used */ variable 114 module_param(pass_through, int, 0644); 115 MODULE_PARM_DESC(pass_through, 1065 if (!pass_through) { in zr36057_init()
|
D | zoran_driver.c | 1027 if (!pass_through) { /* Switch to color bar */ in zoran_close()
|
/Linux-v4.19/drivers/media/i2c/ |
D | adv7175.c | 121 static void set_subcarrier_freq(struct v4l2_subdev *sd, int pass_through) in set_subcarrier_freq() argument 125 if (pass_through) in set_subcarrier_freq()
|
/Linux-v4.19/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 614 int pass_through) in cs46xx_dsp_create_src_task_scb() argument 692 if (pass_through) { in cs46xx_dsp_create_src_task_scb() 1252 int i, pcm_index = -1, insert_point, src_index = -1, pass_through = 0; in cs46xx_dsp_create_pcm_channel() local 1280 pass_through = 1; in cs46xx_dsp_create_pcm_channel() 1355 pass_through); in cs46xx_dsp_create_pcm_channel()
|
D | cs46xx_lib.h | 155 int scb_child_type, int pass_through);
|
/Linux-v4.19/include/rdma/ |
D | opa_port_info.h | 363 } pass_through; member
|