Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/lib/
H A Dbitfield_kunit.c13 u##tp _res; \
15 _res = u##tp##_encode_bits(v, field); \
16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \
18 (u64)_res); \
20 u##tp##_get_bits(_res, field) != v); \
26 __le##tp _res; \
28 _res = le##tp##_encode_bits(v, field); \
30 _res != cpu_to_le##tp(res), \
32 (u64)le##tp##_to_cpu(_res), \
35 le##tp##_get_bits(_res, field) != v);\
[all …]
H A Dkstrtox.c94 unsigned long long _res; in _kstrtoull() local
98 rv = _parse_integer(s, base, &_res); in _kstrtoull()
108 *res = _res; in _kstrtoull()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dcore.h17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument
20 .resources = (_res), \
21 .num_resources = MFD_RES_SIZE((_res)), \
31 #define OF_MFD_CELL_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument
32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL)
34 #define OF_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _compat) \ argument
35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL)
37 #define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \ argument
38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c470 unsigned long long _res; in __bpf_strtoll() local
474 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll()
478 if ((long long)-_res > 0) in __bpf_strtoll()
480 *res = -_res; in __bpf_strtoll()
482 if ((long long)_res < 0) in __bpf_strtoll()
484 *res = _res; in __bpf_strtoll()
492 long long _res; in BPF_CALL_4() local
495 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4()
498 if (_res != (long)_res) in BPF_CALL_4()
500 *res = _res; in BPF_CALL_4()
[all …]
/OK3568_Linux_fs/buildroot/package/libdrm/
H A D0002-modetest-Speed-up-dumping-info.patch46 #define free_resource(_res, type, Type) \
49 if (!(_res)->type##s) \
54 #define free_properties(_res, type) \
57 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
74 #define get_resource(_res, __res, type, Type) \
77 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
80 drmModeFreeResources(_res);
90 #define get_properties(_res, type, Type) \
93 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmain.h41 bool _res; \
46 _res = false; \
48 _res = true; \
50 _res; \
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl_pkey.c171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
188 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query()
189 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
H A Dinternal.h325 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Add-resolv_compat.h-for-musl-builds.patch54 + if (statp != &_res) {
55 + memcpy(statp, &_res, sizeof(*statp));
64 + if (statp != &_res) {
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0018-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch65 + if (statp != &_res) {
66 + memcpy(statp, &_res, sizeof(*statp));
75 + if (statp != &_res) {
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dstring.c297 unsigned long long _res; in _kstrtoull() local
301 rv = _parse_integer(s, base, &_res); in _kstrtoull()
311 *res = _res; in _kstrtoull()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0009-provide-res_ninit-and-nclose-APIs-on-non-glibc-linux.patch68 memset(&_res, 0, sizeof(_res));
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h618 u64 _res; \
619 (x) = div64_u64_rem(x, y, &_res); \
620 _res; \
/OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/
H A Dgettimeofday.c191 struct __kernel_old_timespec *_res) in clock_getres_fallback() argument
194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/
H A Doid_mgt.c512 void *cache, *_res = NULL; in mgt_get_request() local
543 _res = response->data; in mgt_get_request()
547 _res = cache; in mgt_get_request()
551 res->u = ret ? 0 : le32_to_cpu(*(u32 *) _res); in mgt_get_request()
558 memcpy(res->ptr, _res, reslen); in mgt_get_request()
/OK3568_Linux_fs/buildroot/package/php-gnupg/
H A D0001-Remove-inlining-_phpc_res_close.patch33 #define PHPC_RES_PZVAL(_res, _pzv) \
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dmr.c14 u64 _res; \
15 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \
16 _res; \
/OK3568_Linux_fs/kernel/drivers/net/
H A Dnet_failover.c156 static void net_failover_fold_stats(struct rtnl_link_stats64 *_res, in net_failover_fold_stats() argument
162 u64 *res = (u64 *)_res; in net_failover_fold_stats()
165 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in net_failover_fold_stats()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy.c302 static void devm_usb_phy_release2(struct device *dev, void *_res) in devm_usb_phy_release2() argument
304 struct phy_devm *res = _res; in devm_usb_phy_release2()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dresolv.h162 #define _res (*__res_state()) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dresolv.h162 #define _res (*__res_state()) macro
/OK3568_Linux_fs/kernel/drivers/net/can/mscan/
H A Dmscan.h131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsdp_basic.c678 #define CHECK_RESULT(_res, _exp, _action) \ argument
679 if ((_res) == (_exp)) { \
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Drockchip_saradc.c253 #define SARADC_CHANNEL(_index, _id, _res) { \ argument
263 .realbits = _res, \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c475 u32 _res = MLX5_CAP_ODP_MAX(dev, field); \ in handle_hca_cap_odp()
476 if (_res) { \ in handle_hca_cap_odp()
478 MLX5_SET(odp_cap, set_hca_cap, field, _res); \ in handle_hca_cap_odp()

12