/Linux-v4.19/drivers/media/pci/solo6x10/ |
D | solo6x10-tw28.c | 238 if (solo_dev->nr_chans == 4) { in tw2865_setup() 241 } else if (solo_dev->nr_chans == 8) { in tw2865_setup() 245 } else if (solo_dev->nr_chans == 16) { in tw2865_setup() 290 if (solo_dev->nr_chans == 4) { in tw2864_setup() 293 } else if (solo_dev->nr_chans == 8) { in tw2864_setup() 299 } else if (solo_dev->nr_chans == 16) { in tw2864_setup() 316 if (solo_dev->nr_chans == 8) { in tw2864_setup() 320 } else if (solo_dev->nr_chans == 16) { in tw2864_setup() 429 if (solo_dev->nr_chans == 4) { in tw2815_setup() 432 } else if (solo_dev->nr_chans == 8) { in tw2815_setup() [all …]
|
D | solo6x10-offsets.h | 62 (SOLO_EREF_EXT_SIZE * __solo->nr_chans * 2) 64 #define __SOLO_JPEG_MIN_SIZE(__solo) (__solo->nr_chans * 0x00080000) 69 max((__solo->nr_chans * 0x00080000), \ 73 #define __SOLO_JPEG_MIN_SIZE(__solo) (__solo->nr_chans * 0x00080000)
|
D | solo6x10-v4l2.c | 74 if (ch >= solo_dev->nr_chans) in solo_win_setup() 93 if (ch >= solo_dev->nr_chans) in solo_v4l2_ch_ext_4up() 156 if (ch < solo_dev->nr_chans) { in solo_v4l2_ch() 164 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch() 167 ext_ch = ch - solo_dev->nr_chans; in solo_v4l2_ch() 179 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch() 399 int ext = input->index - solo_dev->nr_chans; in solo_enum_ext_input() 425 if (input->index >= solo_dev->nr_chans) { in solo_enum_input() 547 for (i = 0; i < solo_dev->nr_chans; i++) in solo_set_video_type() 556 for (i = 0; i < solo_dev->nr_chans; i++) in solo_set_video_type() [all …]
|
D | solo6x10-disp.c | 169 (1 << solo_dev->nr_chans) - 1); in solo_vout_config() 201 if (ch > solo_dev->nr_chans) in solo_set_motion_threshold() 240 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_config() 285 for (i = 0; i < solo_dev->nr_chans; i++) in solo_disp_init() 299 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_disp_exit()
|
D | solo6x10-enc.c | 124 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_capture_config() 299 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_mp4e_config() 311 for (i = 0; i < solo_dev->nr_chans; i++) in solo_mp4e_config() 324 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_init() 336 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_exit()
|
D | solo6x10-core.c | 317 for (i = 0; i < solo_dev->nr_chans; i++) { in intervals_show() 429 solo_dev->nr_chans); in solo_sysfs_init() 505 solo_dev->nr_chans = 16; in solo_pci_probe() 509 solo_dev->nr_chans = 8; in solo_pci_probe() 517 solo_dev->nr_chans = 4; in solo_pci_probe()
|
D | solo6x10-g723.c | 347 ret = snd_pcm_new(card, card->driver, 0, 0, solo_dev->nr_chans, in solo_snd_pcm_init() 409 kctl.count = solo_dev->nr_chans; in solo_g723_init()
|
D | solo6x10-v4l2-enc.c | 1372 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_v4l2_init() 1378 if (i != solo_dev->nr_chans) { in solo_enc_v4l2_init() 1396 solo_dev->v4l2_enc[solo_dev->nr_chans - 1]->vfd->num); in solo_enc_v4l2_init() 1407 for (i = 0; i < solo_dev->nr_chans; i++) in solo_enc_v4l2_exit()
|
D | solo6x10.h | 198 int nr_chans; member
|
/Linux-v4.19/drivers/edac/ |
D | i82875p_edac.c | 41 #define I82875P_NR_CSROWS(nr_chans) (I82875P_NR_DIMMS / (nr_chans)) argument 346 unsigned nr_chans = dual_channel_active(drc) + 1; in i82875p_init_csrows() local 376 for (j = 0; j < nr_chans; j++) { in i82875p_init_csrows() 379 dimm->nr_pages = nr_pages / nr_chans; in i82875p_init_csrows() 397 u32 nr_chans; in i82875p_probe1() local 405 nr_chans = dual_channel_active(drc) + 1; in i82875p_probe1() 408 layers[0].size = I82875P_NR_CSROWS(nr_chans); in i82875p_probe1() 411 layers[1].size = nr_chans; in i82875p_probe1()
|
D | i82975x_edac.c | 32 #define I82975X_NR_CSROWS(nr_chans) (I82975X_NR_DIMMS / (nr_chans)) argument
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | core.c | 201 if (WARN_ON_ONCE(master->nr_free < output->nr_chans)) in stm_output_claim() 205 ilog2(output->nr_chans)); in stm_output_claim() 207 master->nr_free -= output->nr_chans; in stm_output_claim() 219 ilog2(output->nr_chans)); in stm_output_disclaim() 221 output->nr_chans = 0; in stm_output_disclaim() 222 master->nr_free += output->nr_chans; in stm_output_disclaim() 309 if (WARN_ON_ONCE(output->nr_chans)) in stm_output_assign() 318 output->nr_chans = width; in stm_output_assign() 334 if (output->nr_chans) in stm_output_free() 461 if (!stmf->output.nr_chans) { in stm_char_write() [all …]
|
D | console.c | 24 .nr_chans = 1,
|
D | ftrace.c | 25 .nr_chans = STM_FTRACE_NR_CHANNELS,
|
D | stm.h | 55 unsigned int nr_chans; member
|
D | heartbeat.c | 78 stm_heartbeat[i].data.nr_chans = 1; in stm_heartbeat_init()
|
/Linux-v4.19/include/linux/ |
D | stm.h | 119 unsigned int nr_chans; member
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | sth.c | 139 unsigned int channel, unsigned int nr_chans) in sth_stm_mmio_addr() argument 149 offset_in_page(nr_chans * sizeof(struct intel_th_channel))) in sth_stm_mmio_addr()
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-stm.c | 358 unsigned int channel, unsigned int nr_chans) in stm_mmio_addr() argument 367 offset_in_page(nr_chans * BYTES_PER_CHANNEL)) in stm_mmio_addr() 376 unsigned int nr_chans, in stm_generic_set_options() argument
|
/Linux-v4.19/drivers/dma/ |
D | pxa_dma.c | 128 int nr_chans; member 315 seq_printf(s, "\tChannel number: %d\n", pdev->nr_chans); in dbg_show_state() 383 kmalloc_array(pdev->nr_chans, sizeof(*pdev->dbgfs_state), in pxad_init_debugfs() 392 for (i = 0; i < pdev->nr_chans; i++) { in pxad_init_debugfs() 435 for (i = 0; i < pdev->nr_chans; i++) { in lookup_phy() 1367 pdev->nr_chans = nr_phy_chans; in pxad_init_dmadev()
|