Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DIRkAiqResourceTranslator.h34 virtual XCamReturn translateIspStats(const SmartPtr<VideoBuffer>& from, in translateIspStats()
43 virtual XCamReturn translateAecStats(const SmartPtr<VideoBuffer>& from, in translateAecStats()
47 virtual XCamReturn translateAwbStats(const SmartPtr<VideoBuffer>& from, in translateAwbStats()
51 virtual XCamReturn translateAfStats(const SmartPtr<VideoBuffer>& from, in translateAfStats()
55 virtual XCamReturn translateOrbStats(const SmartPtr<VideoBuffer>& from, in translateOrbStats()
59 virtual XCamReturn translateAtmoStats(const SmartPtr<VideoBuffer>& from, in translateAtmoStats()
63 virtual XCamReturn translateAdehazeStats(const SmartPtr<VideoBuffer>& from, in translateAdehazeStats()
68 virtual XCamReturn translatePdafStats (const SmartPtr<VideoBuffer> &from, in translatePdafStats()
73 virtual XCamReturn getParams(const SmartPtr<VideoBuffer>& from) { in getParams()
H A DRkAiqResourceTranslator.cpp45 const SmartPtr<VideoBuffer>& from, SmartPtr<RkAiqIspStatsIntProxy>& to, in translateIspStats()
76 RkAiqResourceTranslator::translateAecStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqAecSta… in translateAecStats()
400 RkAiqResourceTranslator::translateAwbStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqAwbSta… in translateAwbStats()
512 RkAiqResourceTranslator::translateAtmoStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqAtmoS… in translateAtmoStats()
554 RkAiqResourceTranslator::translateAdehazeStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqAd… in translateAdehazeStats()
593 RkAiqResourceTranslator::translateAfStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqAfStats… in translateAfStats()
673 RkAiqResourceTranslator::translatePdafStats (const SmartPtr<VideoBuffer> &from, SmartPtr<RkAiqPdafS… in translatePdafStats()
803 RkAiqResourceTranslator::translateOrbStats (const SmartPtr<VideoBuffer> &from, in translateOrbStats()
826 RkAiqResourceTranslator::getParams(const SmartPtr<VideoBuffer>& from) in getParams()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c520 SEventDeviceValuator(deviceValuator * from, deviceValuator * to) in SEventDeviceValuator()
535 SEventFocus(deviceFocus * from, deviceFocus * to) in SEventFocus()
544 SDeviceStateNotifyEvent(deviceStateNotify * from, deviceStateNotify * to) in SDeviceStateNotifyEvent()
559 SDeviceKeyStateNotifyEvent(deviceKeyStateNotify * from, in SDeviceKeyStateNotifyEvent()
567 SDeviceButtonStateNotifyEvent(deviceButtonStateNotify * from, in SDeviceButtonStateNotifyEvent()
575 SChangeDeviceNotifyEvent(changeDeviceNotify * from, changeDeviceNotify * to) in SChangeDeviceNotifyEvent()
583 SDeviceMappingNotifyEvent(deviceMappingNotify * from, deviceMappingNotify * to) in SDeviceMappingNotifyEvent()
591 SDevicePresenceNotifyEvent(devicePresenceNotify * from, in SDevicePresenceNotifyEvent()
601 SDevicePropertyNotifyEvent(devicePropertyNotify * from, in SDevicePropertyNotifyEvent()
611 SDeviceLeaveNotifyEvent(xXILeaveEvent * from, xXILeaveEvent * to) in SDeviceLeaveNotifyEvent()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c95 CARD32 *from, *to, *fromLast, *toLast; in CopySwap32Write() local
142 short *from, *to, *fromLast, *toLast; in CopySwap16Write() local
667 SErrorEvent(xError * from, xError * to) in SErrorEvent()
678 SKeyButtonPtrEvent(xEvent *from, xEvent *to) in SKeyButtonPtrEvent()
696 SEnterLeaveEvent(xEvent *from, xEvent *to) in SEnterLeaveEvent()
715 SFocusEvent(xEvent *from, xEvent *to) in SFocusEvent()
725 SExposeEvent(xEvent *from, xEvent *to) in SExposeEvent()
738 SGraphicsExposureEvent(xEvent *from, xEvent *to) in SGraphicsExposureEvent()
754 SNoExposureEvent(xEvent *from, xEvent *to) in SNoExposureEvent()
764 SVisibilityEvent(xEvent *from, xEvent *to) in SVisibilityEvent()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp19 inline To do_cast(const From & from) in do_cast()
24 inline To do_cast(const number<B, et>& from) in do_cast()
30 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*… in generic_interconvert()
78 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert()
126 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*… in generic_interconvert()
211 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert()
222 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert()
389 inline void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_poi… in generic_interconvert()
395 void generic_interconvert_float2rational(To& to, const From& from, const mpl::int_<2>& /*radix*/) in generic_interconvert_float2rational()
421 void generic_interconvert_float2rational(To& to, const From& from, const mpl::int_<Radix>& /*radix*… in generic_interconvert_float2rational()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Duaccess.h99 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic()
107 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
131 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic()
141 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
153 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
172 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
189 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
197 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
205 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
287 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
H A Dia_css_gc2.host.c40 const struct ia_css_cc_config *from, in ia_css_yuv2rgb_encode()
49 const struct ia_css_cc_config *from, in ia_css_rgb2yuv_encode()
58 const struct ia_css_rgb_gamma_table *from, in ia_css_r_gamma_vamem_encode()
68 const struct ia_css_rgb_gamma_table *from, in ia_css_g_gamma_vamem_encode()
78 const struct ia_css_rgb_gamma_table *from, in ia_css_b_gamma_vamem_encode()
/OK3568_Linux_fs/kernel/ipc/
H A Dcompat.c39 struct compat_ipc64_perm __user *from) in get_compat_ipc64_perm()
51 struct compat_ipc_perm __user *from) in get_compat_ipc_perm()
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm()
73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dmmx_32.c39 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy()
169 static void fast_copy_page(void *to, void *from) in fast_copy_page()
291 static void fast_copy_page(void *to, void *from) in fast_copy_page()
369 static void slow_copy_page(void *to, void *from) in slow_copy_page()
381 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
H A Dusercopy_32.c97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel()
201 const void __user *from, unsigned long size) in __copy_user_intel_nocache()
299 #define __copy_user(to, from, size) \ argument
332 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll()
344 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero()
H A Diomem.c5 #define movs(type,to,from) \ argument
9 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs()
25 void memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in memcpy_fromio()
43 void memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in memcpy_toio()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkup.h74 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access()
76 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access()
83 static inline void allow_read_from_user(const void __user *from, unsigned long size) in allow_read_from_user()
93 static inline void allow_read_write_user(void __user *to, const void __user *from, in allow_read_write_user()
99 static inline void prevent_read_from_user(const void __user *from, unsigned long size) in prevent_read_from_user()
109 static inline void prevent_read_write_user(void __user *to, const void __user *from, in prevent_read_write_user()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Duaccess.h193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
233 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
238 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user()
284 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
319 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user()
366 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
374 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c72 const void *from, size_t count) in pio_copy()
224 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes()
241 const void *from, unsigned int nbytes) in read_extra_bytes()
304 const void *from, size_t nbytes) in seg_pio_copy_start()
396 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix()
524 const void *from, size_t nbytes) in mid_copy_straight()
612 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duaccess.h519 #define __invoke_copy_from(func, to, from, n) \ argument
542 #define __invoke_copy_to(func, to, from, n) \ argument
560 #define __invoke_copy_from_kernel(to, from, n) \ argument
563 #define __invoke_copy_to_kernel(to, from, n) \ argument
566 #define ___invoke_copy_in_kernel(to, from, n) \ argument
570 #define __invoke_copy_from_user(to, from, n) \ argument
573 #define __invoke_copy_to_user(to, from, n) \ argument
576 #define ___invoke_copy_in_user(to, from, n) \ argument
593 #define __invoke_copy_from_user(to, from, n) \ argument
596 #define __invoke_copy_to_user(to, from, n) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile()
73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns()
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns()
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
143 int copyfile(const char *from, const char *to) in copyfile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp72 QVariant q_coordinateInterpolator(const QGeoCoordinate &from, const QGeoCoordinate &to, qreal progr… in q_coordinateInterpolator()
87 QVariant q_coordinateShortestInterpolator(const QGeoCoordinate &from, const QGeoCoordinate &to, qre… in q_coordinateShortestInterpolator()
124 QVariant q_coordinateWestInterpolator(const QGeoCoordinate &from, const QGeoCoordinate &to, qreal p… in q_coordinateWestInterpolator()
154 QVariant q_coordinateEastInterpolator(const QGeoCoordinate &from, const QGeoCoordinate &to, qreal p… in q_coordinateEastInterpolator()
202 QGeoCoordinate QQuickGeoCoordinateAnimation::from() const in from() function in QQuickGeoCoordinateAnimation
217 QGeoCoordinate from(*mercator); in setFrom() local
/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c116 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent * from, in SRRScreenChangeNotifyEvent()
135 SRRCrtcChangeNotifyEvent(xRRCrtcChangeNotifyEvent * from, in SRRCrtcChangeNotifyEvent()
154 SRROutputChangeNotifyEvent(xRROutputChangeNotifyEvent * from, in SRROutputChangeNotifyEvent()
172 SRROutputPropertyNotifyEvent(xRROutputPropertyNotifyEvent * from, in SRROutputPropertyNotifyEvent()
190 SRRProviderChangeNotifyEvent(xRRProviderChangeNotifyEvent * from, in SRRProviderChangeNotifyEvent()
202 SRRProviderPropertyNotifyEvent(xRRProviderPropertyNotifyEvent * from, in SRRProviderPropertyNotifyEvent()
220 SRRResourceChangeNotifyEvent(xRRResourceChangeNotifyEvent * from, in SRRResourceChangeNotifyEvent()
231 SRRLeaseNotifyEvent(xRRLeaseNotifyEvent * from, in SRRLeaseNotifyEvent()
244 SRRNotifyEvent(xEvent *from, xEvent *to) in SRRNotifyEvent()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal.c43 void __user *from) in copy_fpr_from_user()
70 void __user *from) in copy_vsx_from_user()
97 void __user *from) in copy_ckfpr_from_user()
124 void __user *from) in copy_ckvsx_from_user()
145 void __user *from) in copy_fpr_from_user()
160 void __user *from) in copy_ckfpr_from_user()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
30 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
/OK3568_Linux_fs/kernel/lib/
H A Dusercopy.c10 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
26 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
54 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user()
H A Diomap_copy.c20 const void *from, in __iowrite32_copy()
42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy()
64 const void *from, in __iowrite64_copy()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsearch.c166 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus()
271 struct pci_dev *from) in pci_get_dev_by_id()
306 struct pci_dev *from) in pci_get_subsys()
334 struct pci_dev *from) in pci_get_device()
354 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) in pci_get_class()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c47 const struct ia_css_output_config *from, in ia_css_output_encode()
58 const struct ia_css_output_configuration *from, in ia_css_output_config()
77 const struct ia_css_output0_configuration *from, in ia_css_output0_config()
87 const struct ia_css_output1_configuration *from, in ia_css_output1_config()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dioport.c65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm()
152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm()
206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument

12345678910>>...39