Searched refs:virtual_channel (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 221 u8 virtual_channel = 0; in send_short_pkg() local 234 FLD_VAL(virtual_channel, 7, 6) | FLD_VAL(data_type, 5, 0); in send_short_pkg() 250 u8 virtual_channel = 0; in send_long_pkg() local 297 val = FLD_VAL(len, 23, 8) | FLD_VAL(virtual_channel, 7, 6) | in send_long_pkg()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov5640.c | 136 static unsigned int virtual_channel; variable 137 module_param(virtual_channel, uint, 0444); 138 MODULE_PARM_DESC(virtual_channel, 1370 u8 temp, channel = virtual_channel; in ov5640_set_virtual_channel()
|
/Linux-v4.19/drivers/media/platform/ti-vpe/ |
D | cal.c | 309 unsigned int virtual_channel; member 659 set_field(&val, ctx->virtual_channel, CAL_CSI2_CTX_VC_MASK); in csi2_ctx_config() 1721 ctx->virtual_channel = endpoint->base.id; in of_cal_create_instance() 1724 ctx_dbg(3, ctx, "Virtual Channel=%d\n", ctx->virtual_channel); in of_cal_create_instance()
|
/Linux-v4.19/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 506 int virtual_channel, u32 playback_hw_addr, in cs46xx_dsp_create_pcm_reader_scb() argument 550 virtual_channel, /* Play DMA channel arbitrarily set to 0 */ in cs46xx_dsp_create_pcm_reader_scb()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | camera.c | 595 streams[i].vc = cfg->virtual_channel; in gb_camera_configure_streams()
|
D | greybus_protocols.h | 1627 __u8 virtual_channel; member
|