Searched refs:map_count (Results 1 - 8 of 8) sorted by relevance

/drivers/misc/mic/host/
H A Dmic_smpt.h63 * @map_count: Number of SMPT mappings created (for debug).
71 s64 map_count; member in struct:mic_smpt_info
H A Dmic_smpt.c139 smpt_info->map_count++;
383 smpt_info->map_count = 0;
406 smpt_info->map_count, smpt_info->unmap_count);
/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h64 atomic_t map_count; member in struct:omapfb2_mem_region
H A Domapfb-main.c1081 atomic_inc(&rg->map_count);
1090 atomic_dec(&rg->map_count);
1125 atomic_inc(&rg->map_count);
1322 WARN_ON(atomic_read(&rg->map_count));
H A Domapfb-sysfs.c467 if (atomic_read(&rg->map_count)) {
H A Domapfb-ioctl.c235 if (atomic_read(&rg->map_count)) {
/drivers/pinctrl/
H A Dpinctrl-adi2.c118 * @map_count: No more than 2 GPIO banks can be mapped to this PINT device.
131 int map_count; member in struct:gpio_pint
813 if (pint->map_count > 1)
816 pint->map_count++;
/drivers/media/platform/
H A Dvino.c222 unsigned int map_count; member in struct:vino_framebuffer
1399 if (q->buffer[i]->map_count > 0) {
3405 if (fb->map_count > 0)
3841 fb->map_count++;
3842 dprintk("vino_vm_open(): count = %d\n", fb->map_count);
3849 fb->map_count--;
3850 dprintk("vino_vm_close(): count = %d\n", fb->map_count);
3949 fb->map_count = 1;

Completed in 136 milliseconds