Home
last modified time | relevance | path

Searched full:take (Results 1 – 25 of 5014) sorted by relevance

12345678910>>...201

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Devent_trace.h81 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
93 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
94 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
97 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
98 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
100 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
101 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
102 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
105 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
106 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Devent_trace.h81 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
93 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
94 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
97 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
98 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
100 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
101 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
102 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
105 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
106 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Devent_trace.h81 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
93 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
94 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
97 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
98 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
100 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
101 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
102 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
105 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
106 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_trace.h80 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
92 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
93 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
96 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
97 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
99 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
100 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
101 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
104 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
105 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodedstream.h49 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in RAPIDJSON_DIAG_OFF()
73 if (static_cast<unsigned char>(is_.Peek()) == 0xEFu) is_.Take(); in EncodedInputStream()
74 if (static_cast<unsigned char>(is_.Peek()) == 0xBBu) is_.Take(); in EncodedInputStream()
75 if (static_cast<unsigned char>(is_.Peek()) == 0xBFu) is_.Take(); in EncodedInputStream()
78 Ch Take() { return is_.Take(); } in Take() function
115 Ch Take() { RAPIDJSON_ASSERT(false); return 0;} in Take() function
148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };
157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() function
185 … { type_ = kUTF32BE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take in DetectType()
186 …) { type_ = kUTF32LE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take in DetectType()
[all …]
H A Dencodings.h67 //! Take a character from input byte stream, skip BOM if exist.
71 //! Take a character from input byte stream.
73 static Ch Take(InputByteStream& is);
147 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | (static_cast<unsigned char>(c) & 0x3… in Decode()
150 typename InputStream::Ch c = is.Take(); in Decode()
180 #define COPY() os.Put(c = is.Take()) in Validate()
225 typename InputByteStream::Ch c = Take(is); in TakeBOM()
227 c = is.Take(); in TakeBOM()
229 c = is.Take(); in TakeBOM()
231 c = is.Take(); in TakeBOM()
[all …]
H A Dreader.h270 s.Take(); in SkipWhitespace()
574 is.Take(); in SkipWhitespaceAndComments()
578 while (is.Peek() != '\0' && is.Take() != '\n'); in SkipWhitespaceAndComments()
591 is.Take(); // Skip '{' in ParseObject()
631 is.Take(); in ParseObject()
636 is.Take(); in ParseObject()
648 is.Take(); in ParseObject()
659 is.Take(); // Skip '[' in ParseArray()
697 is.Take(); in ParseArray()
707 is.Take(); in ParseNull()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Devent_trace.h75 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
87 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
88 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
91 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
92 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
94 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
95 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
96 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
99 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
100 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Devent_trace.h75 #define TRACE_TAG_VENDOR_SPECIFIC 0 /* take a byte stream as parameter */
87 #define TRACE_TAG_TSF 11 /* take a 64 bits TSF value as parameter */
88 #define TRACE_TAG_IE 12 /* take one or more specific 802.11 IEs */
91 #define TRACE_TAG_INTERFACE 13 /* take interface name as parameter */
92 #define TRACE_TAG_REASON_CODE 14 /* take a reason code as per 802.11 */
94 #define TRACE_TAG_RATE_MBPS 15 /* take a wifi rate in 0.5 mbps */
95 #define TRACE_TAG_REQUEST_ID 16 /* take an integer as parameter */
96 #define TRACE_TAG_BUCKET_ID 17 /* take an integer as parameter */
99 #define TRACE_TAG_SCAN_ID 20 /* take an integer as parameter */
100 #define TRACE_TAG_RSSI 21 /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-hisi-sec7 Only available for PF, and take no other effect on SEC.
37 Only available for PF, and take no other effect on SEC.
44 Available for both PF and VF, and take no other effect on SEC.
50 Available for both PF and VF, and take no other effect on SEC.
56 Available for both PF and VF, and take no other effect on SEC.
62 Available for both PF and VF, and take no other effect on SEC.
68 Available for both PF and VF, and take no other effect on SEC.
75 Available for both PF and VF, and take no other effect on SEC.
81 Available for both PF and VF, and take no other effect on SEC.
87 Available for both PF and VF, and take no other effect on SEC.
[all …]
H A Ddebugfs-hisi-hpre64 Available for both PF and VF, and take no other effect on HPRE.
70 Available for both PF and VF, and take no other effect on HPRE.
76 Available for both PF and VF, and take no other effect on HPRE.
82 Available for both PF and VF, and take no other effect on HPRE.
88 Available for both PF and VF, and take no other effect on HPRE.
95 Available for both PF and VF, and take no other effect on HPRE.
101 Available for both PF and VF, and take no other effect on HPRE.
107 Available for both PF and VF, and take no other effect on HPRE.
114 Available for both PF and VF, and take no other effect on HPRE.
120 Available for both PF and VF, and take no other effect on HPRE.
[all …]
H A Ddebugfs-hisi-zip57 Available for both PF and VF, and take no other effect on ZIP.
63 Available for both PF and VF, and take no other effect on ZIP.
69 Available for both PF and VF, and take no other effect on ZIP.
75 Available for both PF and VF, and take no other effect on ZIP.
81 Available for both PF and VF, and take no other effect on ZIP.
88 Available for both PF and VF, and take no other effect on ZIP.
94 Available for both PF and VF, and take no other effect on ZIP.
100 Available for both PF and VF, and take no other effect on ZIP.
107 Available for both PF and VF, and take no other effect on ZIP.
114 Available for both PF and VF, and take no other effect on ZIP.
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A DKconfig.x8629 For details, take a look at:
49 For details, take a look at <file:Documentation/cpu-freq/>.
86 For details, take a look at <file:Documentation/cpu-freq/>.
96 For details, take a look at <file:Documentation/cpu-freq/>.
108 For details, take a look at <file:Documentation/cpu-freq/>.
118 For details, take a look at <file:Documentation/cpu-freq/>.
139 For details, take a look at <file:Documentation/cpu-freq/>.
165 For details, take a look at <file:Documentation/cpu-freq/>.
184 For details, take a look at <file:Documentation/cpu-freq/>.
207 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
H A DKconfig16 For details, take a look at <file:Documentation/cpu-freq>.
161 For details, take a look at <file:Documentation/cpu-freq/>.
179 For details, take a look at linux/Documentation/cpu-freq.
203 For details, take a look at linux/Documentation/cpu-freq.
241 For details, take a look at linux/Documentation/cpu-freq.
297 For details, take a look at <file:Documentation/cpu-freq/>.
322 For details, take a look at <file:Documentation/cpu-freq/>.
333 For details, take a look at <file:Documentation/cpu-freq/>.
344 For details, take a look at <file:Documentation/cpu-freq>.
353 For details, take a look at <file:Documentation/cpu-freq>.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp186 return QGeoRouteParserOsrmV4::tr("At the roundabout take the first exit."); in osrmInstructionText()
188 … return QGeoRouteParserOsrmV4::tr("At the roundabout take the first exit onto %1.").arg(wayname); in osrmInstructionText()
191 return QGeoRouteParserOsrmV4::tr("At the roundabout take the second exit."); in osrmInstructionText()
193 … return QGeoRouteParserOsrmV4::tr("At the roundabout take the second exit onto %1.").arg(wayname); in osrmInstructionText()
196 return QGeoRouteParserOsrmV4::tr("At the roundabout take the third exit."); in osrmInstructionText()
198 … return QGeoRouteParserOsrmV4::tr("At the roundabout take the third exit onto %1.").arg(wayname); in osrmInstructionText()
201 return QGeoRouteParserOsrmV4::tr("At the roundabout take the fourth exit."); in osrmInstructionText()
203 … return QGeoRouteParserOsrmV4::tr("At the roundabout take the fourth exit onto %1.").arg(wayname); in osrmInstructionText()
206 return QGeoRouteParserOsrmV4::tr("At the roundabout take the fifth exit."); in osrmInstructionText()
208 … return QGeoRouteParserOsrmV4::tr("At the roundabout take the fifth exit onto %1.").arg(wayname); in osrmInstructionText()
[all …]
H A Dqgeorouteparserosrmv5.cpp122 //: always used in " and take the %1 exit [onto <street name>]" in exitOrdinal()
157 static QString directionExit = QGeoRouteParserOsrmV5::tr(" and take the %1 exit"); in exitDirection()
158 static QString directionExitOnto = QGeoRouteParserOsrmV5::tr(" and take the %1 exit onto %2"); in exitDirection()
293 QString instruction = QGeoRouteParserOsrmV5::tr("Take the ferry"); in instructionFerry()
305 return QGeoRouteParserOsrmV5::tr("At the fork, take a sharp left"); in instructionFork()
307 … return QGeoRouteParserOsrmV5::tr("At the fork, take a sharp left onto %1").arg(wayName); in instructionFork()
321 return QGeoRouteParserOsrmV5::tr("At the fork, take a sharp right"); in instructionFork()
323 … return QGeoRouteParserOsrmV5::tr("At the fork, take a sharp right onto %1").arg(wayName); in instructionFork()
409 return QGeoRouteParserOsrmV5::tr("Take a sharp left"); in instructionNewName()
411 return QGeoRouteParserOsrmV5::tr("Take a sharp left onto %1").arg(wayName); in instructionNewName()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_debug.h196 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
207 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
209 /* take one or more specific 802.11 IEs parameter, IEs are in turn
212 WIFI_TAG_INTERFACE, /* take interface name as parameter */
213 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
214 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
215 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
216 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
219 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
222 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_debug.h196 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
207 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
209 /* take one or more specific 802.11 IEs parameter, IEs are in turn
212 WIFI_TAG_INTERFACE, /* take interface name as parameter */
213 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
214 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
215 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
216 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
219 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
222 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_debug.h196 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
207 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
209 /* take one or more specific 802.11 IEs parameter, IEs are in turn
212 WIFI_TAG_INTERFACE, /* take interface name as parameter */
213 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
214 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
215 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
216 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
219 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
222 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug.h200 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
211 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
213 /* take one or more specific 802.11 IEs parameter, IEs are in turn
216 WIFI_TAG_INTERFACE, /* take interface name as parameter */
217 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
218 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
219 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
220 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
223 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
226 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug.h207 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
218 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
220 /* take one or more specific 802.11 IEs parameter, IEs are in turn
223 WIFI_TAG_INTERFACE, /* take interface name as parameter */
224 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
225 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
226 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
227 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
230 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
233 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug.h200 WIFI_TAG_VENDOR_SPECIFIC = 0, /* take a byte stream as parameter */
211 WIFI_TAG_TSF, /* take a 64 bits TSF value as parameter */
213 /* take one or more specific 802.11 IEs parameter, IEs are in turn
216 WIFI_TAG_INTERFACE, /* take interface name as parameter */
217 WIFI_TAG_REASON_CODE, /* take a reason code as per 802.11 as parameter */
218 WIFI_TAG_RATE_MBPS, /* take a wifi rate in 0.5 mbps */
219 WIFI_TAG_REQUEST_ID, /* take an integer as parameter */
220 WIFI_TAG_BUCKET_ID, /* take an integer as parameter */
223 WIFI_TAG_SCAN_ID, /* take an integer as parameter */
226 WIFI_TAG_LINK_ID, /* take an integer as parameter */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_32.h67 li r10, MSR_KERNEL & ~(MSR_IR | MSR_RI) /* can take DTLB miss */
114 li r10, MSR_KERNEL & ~MSR_IR /* can take exceptions */
116 li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR) /* can take exceptions */
139 li r10, MSR_KERNEL & ~(MSR_IR | MSR_RI) /* can take DTLB miss */
171 LOAD_REG_IMMEDIATE(r10, MSR_KERNEL & ~MSR_IR) /* can take exceptions */
173 LOAD_REG_IMMEDIATE(r10, MSR_KERNEL & ~(MSR_IR|MSR_DR)) /* can take exceptions */
288 * Note2: once we have set r1 we are in a position to take exceptions
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modeset_lock.c81 * drm_modeset_lock_all - take all modeset locks
321 * drm_modeset_lock - take modeset lock
322 * @lock: lock to take
329 * to take any more locks without first calling drm_modeset_backoff().
350 * drm_modeset_lock_single_interruptible - take a single modeset lock
351 * @lock: lock to take
376 * drm_modeset_lock_all_ctx - take all modeset locks
383 * Unlike drm_modeset_lock_all(), it doesn't take the &drm_mode_config.mutex
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dconsole.rst16 the system driver. However, modular drivers cannot take over the console
19 of driver occupying the consoles.) They can only take over the console that is
21 released by the console, the system driver will take over.
124 to the console's internal list. It won't take over the
125 console. do_take_over_console(), as it name implies, will also take over (or

12345678910>>...201