Searched refs:virtual_channel (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 223 u8 virtual_channel = 0; in send_short_pkg() local 236 FLD_VAL(virtual_channel, 7, 6) | FLD_VAL(data_type, 5, 0); in send_short_pkg() 252 u8 virtual_channel = 0; in send_long_pkg() local 299 val = FLD_VAL(len, 23, 8) | FLD_VAL(virtual_channel, 7, 6) | in send_long_pkg()
|
/Linux-v5.4/drivers/media/platform/ti-vpe/ |
D | cal.c | 305 unsigned int virtual_channel; member 655 set_field(&val, ctx->virtual_channel, CAL_CSI2_CTX_VC_MASK); in csi2_ctx_config() 1710 ctx->virtual_channel = endpoint->base.id; in of_cal_create_instance() 1713 ctx_dbg(3, ctx, "Virtual Channel=%d\n", ctx->virtual_channel); in of_cal_create_instance()
|
/Linux-v5.4/drivers/media/i2c/ |
D | ov5640.c | 147 static unsigned int virtual_channel; variable 148 module_param(virtual_channel, uint, 0444); 149 MODULE_PARM_DESC(virtual_channel, 1576 u8 temp, channel = virtual_channel; in ov5640_set_virtual_channel()
|
/Linux-v5.4/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 483 int virtual_channel, u32 playback_hw_addr, in cs46xx_dsp_create_pcm_reader_scb() argument 527 virtual_channel, /* Play DMA channel arbitrarily set to 0 */ in cs46xx_dsp_create_pcm_reader_scb()
|
/Linux-v5.4/drivers/staging/greybus/ |
D | camera.c | 595 streams[i].vc = cfg->virtual_channel; in gb_camera_configure_streams()
|
/Linux-v5.4/include/linux/greybus/ |
D | greybus_protocols.h | 1583 __u8 virtual_channel; member
|