| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | page_pool.h | 17 s32 inflight, u32 hold, u32 release), 19 TP_ARGS(pool, inflight, hold, release), 24 __field(u32, hold) 32 __entry->hold = hold; 37 TP_printk("page_pool=%p inflight=%d hold=%u release=%u cnt=%llu", 38 __entry->pool, __entry->inflight, __entry->hold, 70 const struct page *page, u32 hold), 72 TP_ARGS(pool, page, hold), 77 __field(u32, hold) 84 __entry->hold = hold; [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inffast.c | 82 unsigned long hold; /* local strm->hold */ in inflate_fast() local 109 hold = state->hold; in inflate_fast() 120 hold += (unsigned long)(*in++) << bits; in inflate_fast() 122 hold += (unsigned long)(*in++) << bits; in inflate_fast() 125 this = lcode[hold & lmask]; in inflate_fast() 128 hold >>= op; in inflate_fast() 139 hold += (unsigned long)(*in++) << bits; in inflate_fast() 142 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 143 hold >>= op; in inflate_fast() 147 hold += (unsigned long)(*in++) << bits; in inflate_fast() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | glimits.h | 36 /* Minimum and maximum values a `signed char' can hold. */ 42 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 50 /* Minimum and maximum values a `char' can hold. */ 67 /* Minimum and maximum values a `signed short int' can hold. */ 73 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 81 /* Minimum and maximum values a `signed int' can hold. */ 87 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 91 /* Minimum and maximum values a `signed long int' can hold. 98 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 103 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | glimits.h | 36 /* Minimum and maximum values a `signed char' can hold. */ 42 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 50 /* Minimum and maximum values a `char' can hold. */ 67 /* Minimum and maximum values a `signed short int' can hold. */ 73 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 81 /* Minimum and maximum values a `signed int' can hold. */ 87 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 91 /* Minimum and maximum values a `signed long int' can hold. 98 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 103 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 85 unsigned long hold; /* local strm->hold */ in inflate_fast() local 120 hold = state->hold; in inflate_fast() 131 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 133 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 136 this = lcode[hold & lmask]; in inflate_fast() 139 hold >>= op; in inflate_fast() 153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 156 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 hold >>= op; in inflate_fast() 162 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() [all …]
|
| H A D | inflate.c | 25 state->hold = 0; in inflateReset() 184 hold = state->hold; \ 195 state->hold = hold; \ 202 hold = 0; \ 212 hold += (unsigned long)(*next++) << bits; \ 226 ((unsigned)hold & ((1U << (n)) - 1)) 231 hold >>= (n); \ 238 hold >>= bits & 7; \ 334 unsigned long hold; /* bit buffer */ in inflate() local 368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/ |
| H A D | limits.h | 71 /* Minimum and maximum values a `signed char' can hold. */ 77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 85 /* Minimum and maximum values a `char' can hold. */ 102 /* Minimum and maximum values a `signed short int' can hold. */ 108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 116 /* Minimum and maximum values a `signed int' can hold. */ 122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 126 /* Minimum and maximum values a `signed long int' can hold. 133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 138 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/include/ |
| H A D | limits.h | 71 /* Minimum and maximum values a `signed char' can hold. */ 77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 85 /* Minimum and maximum values a `char' can hold. */ 102 /* Minimum and maximum values a `signed short int' can hold. */ 108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 116 /* Minimum and maximum values a `signed int' can hold. */ 122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 126 /* Minimum and maximum values a `signed long int' can hold. 133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 138 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/ |
| H A D | limits.h | 71 /* Minimum and maximum values a `signed char' can hold. */ 77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 85 /* Minimum and maximum values a `char' can hold. */ 102 /* Minimum and maximum values a `signed short int' can hold. */ 108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 116 /* Minimum and maximum values a `signed int' can hold. */ 122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 126 /* Minimum and maximum values a `signed long int' can hold. 133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 138 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/include/ |
| H A D | limits.h | 71 /* Minimum and maximum values a `signed char' can hold. */ 77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */ 85 /* Minimum and maximum values a `char' can hold. */ 102 /* Minimum and maximum values a `signed short int' can hold. */ 108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */ 116 /* Minimum and maximum values a `signed int' can hold. */ 122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */ 126 /* Minimum and maximum values a `signed long int' can hold. 133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */ 138 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /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 D | limits.h | 56 /* Minimum and maximum values a `signed char' can hold. */ 60 /* Maximum value an `unsigned char' can hold. (Minimum is 0.) */ 63 /* Minimum and maximum values a `char' can hold. */ 72 /* Minimum and maximum values a `signed short int' can hold. */ 76 /* Maximum value an `unsigned short int' can hold. (Minimum is 0.) */ 79 /* Minimum and maximum values a `signed int' can hold. */ 83 /* Maximum value an `unsigned int' can hold. (Minimum is 0.) */ 86 /* Minimum and maximum values a `signed long int' can hold. */ 94 /* Maximum value an `unsigned long int' can hold. (Minimum is 0.) */ 103 /* Minimum and maximum values a `signed long long int' can hold. */ [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/ |
| H A D | limits.h | 56 /* Minimum and maximum values a `signed char' can hold. */ 60 /* Maximum value an `unsigned char' can hold. (Minimum is 0.) */ 63 /* Minimum and maximum values a `char' can hold. */ 72 /* Minimum and maximum values a `signed short int' can hold. */ 76 /* Maximum value an `unsigned short int' can hold. (Minimum is 0.) */ 79 /* Minimum and maximum values a `signed int' can hold. */ 83 /* Maximum value an `unsigned int' can hold. (Minimum is 0.) */ 86 /* Minimum and maximum values a `signed long int' can hold. */ 94 /* Maximum value an `unsigned long int' can hold. (Minimum is 0.) */ 103 /* Minimum and maximum values a `signed long long int' can hold. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js.h | 152 * - it must \em not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 153 * - it must \em not hold hwaccess_lock (as this will be obtained internally) 154 * - it must \em not hold kbasep_js_device_data::runpool_mutex (as this will be 156 * - it must \em not hold kbasep_jd_device_data::queue_mutex (again, it's used internally). 189 * - it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 209 * - it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 210 * - it must \em not hold the hwaccess_lock, (as this will be obtained 212 * - it must \em not hold kbasep_js_device_data::runpool_mutex (as this could be 230 * - it must \em not hold mmu_hw_mutex and hwaccess_lock, because they will be 263 * - it must \em not hold the hwaccess_lock, because it will be used internally. [all …]
|
| H A D | mali_kbase_jm.h | 31 * Caller must hold the hwaccess_lock and schedule_sem semaphore 42 * Caller must hold the hwaccess_lock and schedule_sem semaphore 55 * Context: Caller must hold hwaccess_lock 65 * Context: Caller must hold hwaccess_lock 83 * Caller must hold the hwaccess_lock
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | txx9ndfmc.c | 71 unsigned char hold; /* in gbusclock */ member 242 /* setup Hold Time, Strobe Pulse Width */ in txx9ndfmc_initialize() 243 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 283 int hold, spw; in txx9ndfmc_probe() local 297 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe() 300 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe() 303 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe() 305 hold = clamp(hold, 1, 15); in txx9ndfmc_probe() 306 drvdata->hold = hold; in txx9ndfmc_probe() 309 dev_info(&dev->dev, "CLK:%ldMHz HOLD:%d SPW:%d\n", in txx9ndfmc_probe() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | abituguru-datasheet.rst | 40 after a reboot uGuru will hold 0x00 here, but if the driver is removed and 41 later on attached again data-port will hold 0x08, more about this later. 44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also 46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 88 to hold 0x09, DATA should read 0x09 within 250 read cycles. 90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the 94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 95 for input. As above DATA will usually hold 0x08 the first read but not always. 103 First the uGuru must be in "ready" mode as described above, DATA should hold 107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/ |
| H A D | mali_kbase_jm_js.h | 194 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 195 * * it must not hold hwaccess_lock (as this will be obtained internally) 196 * * it must not hold kbasep_js_device_data::runpool_mutex (as this will be 198 * * it must not hold kbasep_jd_device_data::queue_mutex (again, it's used 239 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 264 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 265 * * it must not hold the hwaccess_lock, (as this will be obtained 267 * * it must not hold kbasep_js_device_data::runpool_mutex (as this could be 297 * the runpool and does not hold a Power Manager active refcount. Note that 302 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | max98504.txt | 20 applied during the "attack hold" and "timed hold" phase, the value must be 22 - maxim,brownout-attack-hold-ms - the brownout attack hold phase time in ms, 24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_dma.h | 23 #define FSL_DMA_MR_SAHE 0x00001000 /* Source addr hold enable */ 24 #define FSL_DMA_MR_DAHE 0x00002000 /* Dest addr hold enable */ 25 #define FSL_DMA_MR_SAHTS_MASK 0x0000c000 /* Source addr hold xfer size */ 26 #define FSL_DMA_MR_DAHTS_MASK 0x00030000 /* Dest addr hold xfer size */ 63 #define FSL_DMA_MR_SAHE 0x00001000 /* Source addr hold enable */ 64 #define FSL_DMA_MR_DAHE 0x00002000 /* Dest addr hold enable */ 65 #define FSL_DMA_MR_SAHTS_MASK 0x0000c000 /* Source addr hold xfer size */ 66 #define FSL_DMA_MR_DAHTS_MASK 0x00030000 /* Dest addr hold xfer size */
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_hid.rst | 193 int keyboard_fill_report(char report[8], char buf[BUF_LEN], int *hold) 204 if (strcmp(tok, "--hold") == 0) { 205 *hold = 1; 246 int mouse_fill_report(char report[8], char buf[BUF_LEN], int *hold) 256 if (strcmp(tok, "--hold") == 0) { 257 *hold = 1; 297 int joystick_fill_report(char report[8], char buf[BUF_LEN], int *hold) 303 *hold = 1; 342 " --hold\n"); 352 " --hold\n"); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | qcom,ebi2.txt | 82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles 84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS 96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we 97 shall hold the address for an extra cycle to meet hold time requirements 102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a 132 qcom,xmem-write-hold-cycles = <3>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | split.hpp | 27 Thus the result container must be able to hold copies 46 Thus the result container must be able to hold copies 52 \param Result A container that can hold copies of references to the substrings 78 output container. Thus the result container must be able to hold copies 86 \param Result A container that can hold copies of references to the substrings 120 Thus the result container must be able to hold copies 126 \param Result A container that can hold copies of references to the substrings
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ti-aemif.txt | 112 - ti,cs-read-hold-ns: read hold width, ns 129 - ti,cs-write-hold-ns: write hold width, ns 166 ti,cs-read-hold-ns = <7>; 169 ti,cs-write-hold-ns = <7>; 195 ti,cs-read-hold-ns = <8>; 198 ti,cs-write-hold-ns = <7>;
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | abilis_tb101_dvk.dts | 37 i2c-sda-hold-time-ns = <432>; 40 i2c-sda-hold-time-ns = <432>; 43 i2c-sda-hold-time-ns = <432>; 46 i2c-sda-hold-time-ns = <432>; 49 i2c-sda-hold-time-ns = <432>;
|
| H A D | abilis_tb100_dvk.dts | 37 i2c-sda-hold-time-ns = <432>; 40 i2c-sda-hold-time-ns = <432>; 43 i2c-sda-hold-time-ns = <432>; 46 i2c-sda-hold-time-ns = <432>; 49 i2c-sda-hold-time-ns = <432>;
|