Home
last modified time | relevance | path

Searched defs:sram_channel (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821.h325 struct sram_channel { struct
326 char *name;
327 u32 i;
328 u32 cmds_start;
329 u32 ctrl_start;
330 u32 cdt;
331 u32 fifo_start;
332 u32 fifo_size;
333 u32 ptr1_reg;
334 u32 ptr2_reg;
[all …]
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885.h488 struct sram_channel { struct
489 char *name;
490 u32 cmds_start;
491 u32 ctrl_start;
492 u32 cdt;
493 u32 fifo_start;
517 extern int cx23885_sram_channel_setup(struct cx23885_dev *dev, argument
518 struct sram_channel *ch, argument
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88.h131 struct sram_channel { struct
144 extern const struct sram_channel cx88_sram_channels[]; argument