Searched refs:arg_ (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/ |
| H A D | basic_chset.hpp | 32 basic_chset(basic_chset const& arg_) in basic_chset() 33 : rr(arg_.rr) {} in basic_chset() 145 basic_chset_8bit(basic_chset_8bit const& arg_) in basic_chset_8bit() 146 : bset(arg_.bset) {} in basic_chset_8bit()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0016-target-ppc-Introduce-TRANS-FLAGS-macros.patch | 34 static bool trans_##NAME(DisasContext *ctx, arg_##NAME *a) \ 37 + static bool trans_##NAME(DisasContext *ctx, arg_##NAME *a) \ 43 + static bool trans_##NAME(DisasContext *ctx, arg_##NAME *a) \ 50 static bool trans_##NAME(DisasContext *ctx, arg_##NAME *a) \ 53 + static bool trans_##NAME(DisasContext *ctx, arg_##NAME *a) \
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | rk_cryptodev.h | 98 rk_cryptodev_ioctl(struct fcrypt *fcr, unsigned int cmd, unsigned long arg_); 101 rk_compat_cryptodev_ioctl(struct fcrypt *fcr, unsigned int cmd, unsigned long arg_);
|
| H A D | ioctl.c | 926 cryptodev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg_) in cryptodev_ioctl() argument 928 void __user *arg = (void __user *)arg_; in cryptodev_ioctl() 1037 return rk_cryptodev_ioctl(fcr, cmd, arg_); in cryptodev_ioctl() 1131 cryptodev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg_) in cryptodev_compat_ioctl() argument 1133 void __user *arg = (void __user *)arg_; in cryptodev_compat_ioctl() 1152 return cryptodev_ioctl(file, cmd, arg_); in cryptodev_compat_ioctl() 1210 return rk_compat_cryptodev_ioctl(fcr, cmd, arg_); in cryptodev_compat_ioctl()
|
| H A D | rk_cryptodev.c | 1124 rk_cryptodev_ioctl(struct fcrypt *fcr, unsigned int cmd, unsigned long arg_) in rk_cryptodev_ioctl() argument 1130 void __user *arg = (void __user *)arg_; in rk_cryptodev_ioctl() 1336 rk_compat_cryptodev_ioctl(struct fcrypt *fcr, unsigned int cmd, unsigned long arg_) in rk_compat_cryptodev_ioctl() argument 1340 void __user *arg = (void __user *)arg_; in rk_compat_cryptodev_ioctl() 1411 return rk_cryptodev_ioctl(fcr, cmd, arg_); in rk_compat_cryptodev_ioctl()
|