Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Dmemset.c35 void *memset(void *v_src, int c, __kernel_size_t n) in memset() argument
37 char *src = v_src; in memset()
46 return v_src; in memset()
49 void *memset(void *v_src, int c, __kernel_size_t n) in memset() argument
51 char *src = v_src; in memset()
93 return v_src; in memset()
H A Dmemmove.c35 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument
37 const char *src = v_src; in memmove()
44 if (v_dst <= v_src) in memmove()
45 return memcpy(v_dst, v_src, c); in memmove()
58 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument
60 const char *src = v_src; in memmove()
69 if (v_dst <= v_src) in memmove()
70 return memcpy(v_dst, v_src, c); in memmove()
H A Dmemcpy.c36 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument
38 const char *src = v_src; in memcpy()
48 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument
50 const char *src = v_src; in memcpy()
/kernel/linux/linux-6.6/arch/microblaze/lib/
H A Dmemset.c34 void *memset(void *v_src, int c, __kernel_size_t n) in memset() argument
36 char *src = v_src; in memset()
91 return v_src; in memset()
H A Dmemmove.c34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument
36 const char *src = v_src; in memmove()
45 if (v_dst <= v_src) in memmove()
46 return memcpy(v_dst, v_src, c); in memmove()
H A Dmemcpy.c35 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument
37 const char *src = v_src; in memcpy()
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local
1766 v_src = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt()
1767 v_src |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt()
1769 v_src = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt()
1770 v_src |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt()
1798 v_src <= v_add) { in cx25840_set_fmt()
1801 (unsigned int)h_src, (unsigned int)v_src); in cx25840_set_fmt()
1811 if (v_add * 8 >= v_src) in cx25840_set_fmt()
1812 fmt->height = clamp(fmt->height, (u32)1, v_src - v_add); in cx25840_set_fmt()
1814 fmt->height = clamp(fmt->height, (v_src in cx25840_set_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local
1766 v_src = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt()
1767 v_src |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt()
1769 v_src = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt()
1770 v_src |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt()
1798 v_src <= v_add) { in cx25840_set_fmt()
1801 (unsigned int)h_src, (unsigned int)v_src); in cx25840_set_fmt()
1811 if (v_add * 8 >= v_src) in cx25840_set_fmt()
1812 fmt->height = clamp(fmt->height, (u32)1, v_src - v_add); in cx25840_set_fmt()
1814 fmt->height = clamp(fmt->height, (v_src in cx25840_set_fmt()
[all...]

Completed in 7 milliseconds