Home
last modified time | relevance | path

Searched defs:type (Results 301 – 325 of 10595) sorted by relevance

1...<<11121314151617181920>>...424

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_punit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
181 IPC_TYPE type; in intel_punit_ipc_command() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dgenerate_by_value.hpp22 typedef proto::expr<Tag, dst_args, 1> type; typedef
46 typedef proto::basic_expr<Tag, dst_args, 1> type; typedef
70 typedef proto::expr<Tag, dst_args, 2> type; typedef
94 typedef proto::basic_expr<Tag, dst_args, 2> type; typedef
118 typedef proto::expr<Tag, dst_args, 3> type; typedef
142 typedef proto::basic_expr<Tag, dst_args, 3> type; typedef
166 typedef proto::expr<Tag, dst_args, 4> type; typedef
190 typedef proto::basic_expr<Tag, dst_args, 4> type; typedef
214 typedef proto::expr<Tag, dst_args, 5> type; typedef
238 typedef proto::basic_expr<Tag, dst_args, 5> type; typedef
[all …]
/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/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/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/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-exception-store.c24 struct dm_exception_store_type *type; in __find_exception_store_type() local
35 struct dm_exception_store_type *type; in _get_exception_store_type() local
75 struct dm_exception_store_type *type; in get_type() local
103 static void put_type(struct dm_exception_store_type *type) in put_type()
110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp241 typedef typename Expr::proto_tag type; typedef
247 typedef typename Expr::proto_tag type; typedef
269 typedef typename Domain::template as_expr<T>::result_type type; typedef
277 typedef typename Domain::template as_child<T>::result_type type; typedef
312 typedef typename detail::term_traits<typename Expr::proto_child0>::value_type type; typedef
334 typedef typename detail::term_traits<typename Expr::proto_child0>::reference type; typedef
356 typedef typename detail::term_traits<typename Expr::proto_child0>::const_reference type; typedef
388 typedef proto::expr<proto::tag::terminal, term<T>, 0> type; typedef
426 typedef proto::expr<proto::tag::if_else_, list3<T, U, V>, 3> type; typedef
455 typedef proto::expr<Tag, term<T>, 0> type; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp79 template< bool C > struct assert { typedef void* type; }; typedef
80 template<> struct assert<false> { typedef AUX778076_ASSERT_ARG(assert) type; }; typedef
144 struct extract_assert_pred<void(Pred)> { typedef Pred type; }; typedef
153 >::type type; typedef
163 >::type type; typedef
171 template< bool > struct assert_arg_pred_impl { typedef int type; }; typedef
172 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; typedef
177 typedef typename assert_arg_pred_impl< p_type::value >::type type; typedef
184 typedef typename assert_arg_pred_impl<p>::type type; typedef
211 typedef mwcw83_wknd ************* type; typedef
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drequest.json7 "type": "json", string
13 "type": "string", string
20 "type": "string", string
36 "type": "custom", string
43 "type": "float", string
52 "type": "int", string
61 "type": "int", string
70 "type": "int", string
79 "type": "int", string
88 "type": "int", string
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dadd_pointer.hpp25 typedef T* type; typedef
30 typedef T* type; typedef
35 typedef T* type; typedef
40 typedef T* type; typedef
45 typedef T* type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_traits.hpp22 typedef typename boost::detail::iterator_traits<Iterator>::value_type type; typedef
28 typedef typename boost::detail::iterator_traits<Iterator>::reference type; typedef
35 typedef typename boost::detail::iterator_traits<Iterator>::pointer type; typedef
41 typedef typename boost::detail::iterator_traits<Iterator>::difference_type type; typedef
47 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type; typedef
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dioctl.h65 #define _IOC(dir,type,nr,size) \ argument
83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dmin_max.hpp29 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on>&>::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
35 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
44 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
71 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on>&>::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
77 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
86 …c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type in type() function in boost::multiprecision::boost::enable_if_c::multiprecision::detail::is_backend::value
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument
39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument
87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument
134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument
158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument
160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dbt1-pvt.c304 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
309 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
314 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
334 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
355 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
395 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
466 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
471 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
476 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
532 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/segment_iterator/
H A Diterator_type.hpp53 > type; typedef
63 > type; typedef
98 > type; typedef in boost::geometry::detail::segment_iterator::iterator_type
120 > type; typedef in boost::geometry::detail::segment_iterator::iterator_type
141 > type; typedef in boost::geometry::detail::segment_iterator::iterator_type
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/detail/preprocessed/
H A Dmake_vector10.hpp22 typedef vector0<> type; typedef
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type; typedef
52 …typedef vector2<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
68 …typedef vector3<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
84 …typedef vector4<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
100 …typedef vector5<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
116 …typedef vector6<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
132 …typedef vector7<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
148 …typedef vector8<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
164 …typedef vector9<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/plain/
H A Dvector30.hpp24 typedef vector21 type; typedef
72 > type; typedef
92 > type; typedef
114 > type; typedef
134 > type; typedef
141 typedef typename V::item21 type; typedef
154 typedef vector22 type; typedef
204 > type; typedef
225 > type; typedef
248 > type; typedef
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dinsn.c251 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask()
316 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate()
340 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate()
374 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register()
403 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register()
445 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size()
495 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
528 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm()
597 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg()
623 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send()
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send()
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send()
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
94 static inline bool icmpv6_is_err(int type) in icmpv6_is_err()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dcalculation_type.hpp36 typedef boost::long_long_type type; typedef
90 >::type type; typedef
117 >::type type; typedef
136 >::type type; typedef
168 >::type type; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp78 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
87 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
96 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
105 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
114 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp78 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
87 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
96 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
105 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
114 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
77 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
79 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument
81 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument
89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
94 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument

1...<<11121314151617181920>>...424