Searched refs:nr_chans (Results 1 – 13 of 13) sorted by relevance
/drivers/staging/media/solo6x10/ |
D | offsets.h | 37 (SOLO_EOSD_EXT_SIZE * __solo->nr_chans)) 52 (SOLO_CAP_EXT_SIZE * (__solo->nr_chans + 1))) 57 (SOLO_EREF_EXT_SIZE * __solo->nr_chans)) 58 #define SOLO_MP4E_EXT_SIZE(__solo) (0x00080000 * __solo->nr_chans) 66 (SOLO_DREF_EXT_SIZE * __solo->nr_chans)) 71 (SOLO_MP4D_EXT_SIZE * __solo->nr_chans)) 72 #define SOLO_JPEG_EXT_SIZE(__solo) (0x00080000 * __solo->nr_chans)
|
D | tw28.c | 200 if (solo_dev->nr_chans == 4) { in tw2865_setup() 203 } else if (solo_dev->nr_chans == 8) { in tw2865_setup() 207 } else if (solo_dev->nr_chans == 16) { in tw2865_setup() 247 if (solo_dev->nr_chans == 4) { in tw2864_setup() 250 } else if (solo_dev->nr_chans == 8) { in tw2864_setup() 256 } else if (solo_dev->nr_chans == 16) { in tw2864_setup() 273 if (solo_dev->nr_chans == 8) { in tw2864_setup() 277 } else if (solo_dev->nr_chans == 16) { in tw2864_setup() 400 if (solo_dev->nr_chans == 4) { in tw2815_setup() 403 } else if (solo_dev->nr_chans == 8) { in tw2815_setup() [all …]
|
D | enc.c | 40 solo_dev->nr_chans) | in solo_capture_config() 106 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_capture_config() 201 for (i = 0; i < solo_dev->nr_chans; i++) in solo_mp4e_config() 218 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_init() 234 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_exit()
|
D | disp.c | 142 solo_reg_write(solo_dev, SOLO_VI_CH_ENA, (1 << solo_dev->nr_chans) - 1); in solo_disp_config() 168 if (ch > solo_dev->nr_chans) in solo_set_motion_threshold() 184 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_config() 231 for (i = 0; i < solo_dev->nr_chans; i++) in solo_disp_init() 247 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_disp_exit()
|
D | v4l2.c | 88 if (ch >= solo_dev->nr_chans) in solo_win_setup() 107 if (ch >= solo_dev->nr_chans) in solo_v4l2_ch_ext_4up() 169 if (ch < solo_dev->nr_chans) { in solo_v4l2_ch() 177 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch() 180 ext_ch = ch - solo_dev->nr_chans; in solo_v4l2_ch() 192 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch() 598 if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext)) in solo_enum_ext_input() 609 dispnames[input->index - solo_dev->nr_chans]); in solo_enum_ext_input() 620 if (input->index >= solo_dev->nr_chans) { in solo_enum_input() 938 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init() [all …]
|
D | core.c | 169 solo_dev->nr_chans = 16; in solo_pci_probe() 173 solo_dev->nr_chans = 8; in solo_pci_probe() 181 solo_dev->nr_chans = 4; in solo_pci_probe() 240 sdram = (solo_dev->nr_chans >= 8) ? 2 : 1; in solo_pci_probe()
|
D | g723.c | 309 ret = snd_pcm_new(card, card->driver, 0, 0, solo_dev->nr_chans, in solo_snd_pcm_init() 370 kctl.count = solo_dev->nr_chans; in solo_g723_init()
|
D | v4l2-enc.c | 255 BUG_ON(ch >= solo_dev->nr_chans); in enc_reset_gop() 262 BUG_ON(ch >= solo_dev->nr_chans); in enc_gop_reset() 809 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_isr() 1794 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_v4l2_init() 1800 if (i != solo_dev->nr_chans) { in solo_enc_v4l2_init() 1812 solo_dev->v4l2_enc[solo_dev->nr_chans - 1]->vfd->num); in solo_enc_v4l2_init() 1823 for (i = 0; i < solo_dev->nr_chans; i++) in solo_enc_v4l2_exit()
|
D | solo6x10.h | 186 int nr_chans; member
|
/drivers/edac/ |
D | i82875p_edac.c | 41 #define I82875P_NR_CSROWS(nr_chans) (8/(nr_chans)) argument 389 u32 nr_chans; in i82875p_probe1() local 399 nr_chans = dual_channel_active(drc) + 1; in i82875p_probe1() 400 mci = edac_mc_alloc(sizeof(*pvt), I82875P_NR_CSROWS(nr_chans), in i82875p_probe1() 401 nr_chans, 0); in i82875p_probe1()
|
D | edac_mc.c | 155 unsigned nr_chans, int edac_index) in edac_mc_alloc() argument 173 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt); in edac_mc_alloc() 197 csrow->nr_channels = nr_chans; in edac_mc_alloc() 198 chp = &chi[row * nr_chans]; in edac_mc_alloc() 201 for (chn = 0; chn < nr_chans; chn++) { in edac_mc_alloc()
|
D | i82975x_edac.c | 32 #define I82975X_NR_CSROWS(nr_chans) (8/(nr_chans)) argument
|
D | edac_core.h | 451 unsigned nr_chans, int edac_index);
|