Searched refs:pass_through (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/media/pci/zoran/
H A Dzoran_device.h48 extern int pass_through;
H A Dzoran_card.c65 int pass_through; variable
66 module_param(pass_through, int, 0644);
67 MODULE_PARM_DESC(pass_through,
1051 if (!pass_through) {
H A Dzoran_driver.c919 if (!pass_through) { /* Switch to color bar */
/linux-master/scripts/
H A Dheaderdep.pl17 &Getopt::Long::Configure(qw(bundling pass_through));
/linux-master/sound/soc/uniphier/
H A Daio.h249 int pass_through; member in struct:uniphier_aio_sub
329 int aio_port_set_param(struct uniphier_aio_sub *sub, int pass_through,
334 int aio_if_set_param(struct uniphier_aio_sub *sub, int pass_through);
H A Daio-compress.c87 sub->pass_through = 1;
201 ret = aio_port_set_param(sub, sub->pass_through, &sub->params);
209 ret = aio_if_set_param(sub, sub->pass_through);
H A Daio-cpu.c261 sub->pass_through = 0;
333 ret = aio_port_set_param(sub, sub->pass_through, &sub->params);
341 ret = aio_if_set_param(sub, sub->pass_through);
H A Daio-core.c604 * @pass_through: Zero if sound data is LPCM, otherwise if data is not LPCM.
613 int aio_port_set_param(struct uniphier_aio_sub *sub, int pass_through, argument
621 if (!pass_through) {
647 if (pass_through)
778 * @pass_through: Zero if sound data is LPCM, otherwise if data is not LPCM.
786 int aio_if_set_param(struct uniphier_aio_sub *sub, int pass_through) argument
792 if (pass_through) {
/linux-master/drivers/iommu/intel/
H A Dcap_audit.c68 CHECK_FEATURE_MISMATCH(a, b, ecap, pass_through, ECAP_PT_MASK);
114 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, ecap, pass_through, ECAP_PT_MASK);
/linux-master/drivers/media/i2c/
H A Dadv7175.c48 static char *inputs[] = { "pass_through", "play_back", "color_bar" };
112 static void set_subcarrier_freq(struct v4l2_subdev *sd, int pass_through) argument
114 /* for some reason pass_through NTSC needs
116 if (pass_through)
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.h140 int scb_child_type, int pass_through);
H A Ddsp_spos_scb_lib.c591 int pass_through)
669 if (pass_through) {
1229 int i, pcm_index = -1, insert_point, src_index = -1, pass_through = 0; local
1257 pass_through = 1;
1332 pass_through);
585 cs46xx_dsp_create_src_task_scb(struct snd_cs46xx * chip, char * scb_name, int rate, u16 src_buffer_addr, u16 src_delay_buffer_addr, u32 dest, struct dsp_scb_descriptor * parent_scb, int scb_child_type, int pass_through) argument
/linux-master/include/rdma/
H A Dopa_port_info.h211 /* pass_through.res_drctl */
330 } pass_through; member in struct:opa_port_info
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c523 static DEVICE_ATTR_RW(pass_through);

Completed in 173 milliseconds