Home
last modified time | relevance | path

Searched refs:ucount (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/cx18/
Dcx18-fileops.c260 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user() argument
266 if (len > ucount) in cx18_copy_buf_to_user()
267 len = ucount; in cx18_copy_buf_to_user()
364 struct cx18_mdl *mdl, char __user *ubuf, size_t ucount) in cx18_copy_mdl_to_user() argument
390 ucount - tot_written, &stop); in cx18_copy_mdl_to_user()
397 tot_written >= ucount || /* Reader request satisfied */ in cx18_copy_mdl_to_user()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c1829 uint32_t ucount; in vega12_get_sclks() local
1837 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_sclks()
1840 for (i = 0; i < ucount; i++) { in vega12_get_sclks()
1847 clocks->num_levels = ucount; in vega12_get_sclks()
1862 uint32_t ucount; in vega12_get_memclocks() local
1869 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_memclocks()
1872 for (i = 0; i < ucount; i++) { in vega12_get_memclocks()
1880 clocks->num_levels = data->mclk_latency_table.count = ucount; in vega12_get_memclocks()
1889 uint32_t ucount; in vega12_get_dcefclocks() local
1898 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_dcefclocks()
[all …]
/drivers/media/pci/ivtv/
Divtv-fileops.c287 char __user *ubuf, size_t ucount) in ivtv_copy_buf_to_user() argument
292 if (len > ucount) len = ucount; in ivtv_copy_buf_to_user()