| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/ |
| H A D | mali_kbase_debug_ktrace_jm.c | 28 void kbasep_ktrace_backend_format_header(char *buffer, int sz, s32 *written) in kbasep_ktrace_backend_format_header() argument 30 *written += MAX(snprintf(buffer + *written, MAX(sz - *written, 0), in kbasep_ktrace_backend_format_header() 35 char *buffer, int sz, s32 *written) in kbasep_ktrace_backend_format_msg() argument 39 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 40 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 48 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 49 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 53 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 54 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 59 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() [all …]
|
| H A D | mali_kbase_debug_ktrace_csf.c | 28 void kbasep_ktrace_backend_format_header(char *buffer, int sz, s32 *written) in kbasep_ktrace_backend_format_header() argument 30 *written += MAX(snprintf(buffer + *written, MAX(sz - *written, 0), in kbasep_ktrace_backend_format_header() 35 char *buffer, int sz, s32 *written) in kbasep_ktrace_backend_format_msg() argument 46 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 47 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 52 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 53 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 57 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() 58 MAX(sz - *written, 0), in kbasep_ktrace_backend_format_msg() 62 *written += MAX(snprintf(buffer + *written, in kbasep_ktrace_backend_format_msg() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-ryos | 4 Description: When written, this file lets one select which data from which 16 When written, the device activates the set profile immediately. 24 Description: When written, this file lets one set the default of all keys for 25 a specific profile. Profile index is included in written data. 27 Before reading this file, control has to be written to select 34 Description: When written, this file lets one set the function of the 36 in written data. The data has to be 95 bytes long. 37 Before reading this file, control has to be written to select 44 Description: When written, this file lets one set the function of the macro 46 written data. The data has to be 35 bytes long. [all …]
|
| H A D | sysfs-driver-hid-roccat-isku | 8 When written, this file sets the number of the startup profile 23 Description: When written, this file lets one deactivate certain keys like 26 written data. The data has to be 6 bytes long. 27 Before reading this file, control has to be written to select 34 Description: When written, this file lets one set the function of the 36 in written data. The data has to be 6 bytes long. 37 Before reading this file, control has to be written to select 44 Description: When written, this file lets one set the function of the 46 in written data. The data has to be 65 bytes long. 47 Before reading this file, control has to be written to select [all …]
|
| H A D | sysfs-driver-hid-roccat-savu | 7 button layout. When written, this file lets one write the 13 Before reading this file, control has to be written to select 20 Description: When written, this file lets one select which data from which 32 When written, this file lets one write the respective profile 44 When written, the device can be reset. 51 Description: When written, this file lets one store macros with max 500 53 Button and profile numbers are included in written data. 55 Before reading this file, control has to be written to select 66 When written, the mouse activates the set profile immediately.
|
| H A D | sysfs-driver-hid-roccat-konepure | 8 When written, the mouse activates the set profile immediately. 16 Description: When written, this file lets one select which data from which 25 When written, the device can be reset. 34 When written, this file lets one set the sequence for a specific 36 included in written data. The data has to be 2082 bytes long. 46 When written, this file lets one write the respective profile 51 Before reading this file, control has to be written to select 62 When written, this file lets one write the respective profile 67 Before reading this file, control has to be written to select 91 Description: When written a calibration process for the tracking control unit
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/man/ |
| H A D | acpidump.8 | 74 Acpi table [DSDT] - 15974 bytes written to DSDT.dat 75 Acpi table [FACS] - 64 bytes written to FACS.dat 76 Acpi table [FACP] - 116 bytes written to FACP.dat 77 Acpi table [APIC] - 120 bytes written to APIC.dat 78 Acpi table [MCFG] - 60 bytes written to MCFG.dat 79 Acpi table [SSDT] - 444 bytes written to SSDT1.dat 80 Acpi table [SSDT] - 439 bytes written to SSDT2.dat 81 Acpi table [SSDT] - 439 bytes written to SSDT3.dat 82 Acpi table [SSDT] - 439 bytes written to SSDT4.dat 83 Acpi table [SSDT] - 439 bytes written to SSDT5.dat [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/ |
| H A D | mali_kbase_debug_ktrace.c | 68 static void kbasep_ktrace_format_header(char *buffer, int sz, s32 written) in kbasep_ktrace_format_header() argument 70 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_header() 73 kbasep_ktrace_backend_format_header(buffer, sz, &written); in kbasep_ktrace_format_header() 75 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_header() 86 s32 written = 0; in kbasep_ktrace_format_msg() local 92 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_msg() 102 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_msg() 107 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_msg() 112 &written); in kbasep_ktrace_format_msg() 121 written += MAX(snprintf(buffer + written, MAX(sz - written, 0), in kbasep_ktrace_format_msg()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | subpagetest.c | 45 size_t written; in write_eraseblock() local 50 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock() 51 if (unlikely(err || written != subpgsize)) { in write_eraseblock() 54 if (written != subpgsize) { in write_eraseblock() 56 pr_err(" written: %#zx\n", written); in write_eraseblock() 64 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock() 65 if (unlikely(err || written != subpgsize)) { in write_eraseblock() 68 if (written != subpgsize) { in write_eraseblock() 70 pr_err(" written: %#zx\n", written); in write_eraseblock() 80 size_t written; in write_eraseblock2() local [all …]
|
| H A D | torturetest.c | 51 MODULE_PARM_DESC(check, "if the written data should be checked"); 80 static void report_corrupt(unsigned char *read, unsigned char *written); 153 size_t written; in write_pattern() local 161 err = mtd_write(mtd, addr, len, &written, buf); in write_pattern() 163 pr_err("error %d while writing EB %d, written %zd" in write_pattern() 164 " bytes\n", err, ebnum, written); in write_pattern() 167 if (written != len) { in write_pattern() 168 pr_info("written only %zd bytes of %zd, but no error" in write_pattern() 169 " reported\n", written, len); in write_pattern() 389 static void print_bufs(unsigned char *read, unsigned char *written, int start, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_device.c | 306 * write offset 0 means never written. in kbase_device_trace_buffer_install() 399 s32 written = 0; in kbasep_trace_format_msg() local 402 …written += MAX(snprintf(buffer + written, MAX(len - written, 0), "%d.%.6d,%d,%d,%s,%p,", (int)trac… in kbasep_trace_format_msg() 405 …written += MAX(snprintf(buffer + written, MAX(len - written, 0), "atom %d (ud: 0x%llx 0x%llx)", tr… in kbasep_trace_format_msg() 407 …written += MAX(snprintf(buffer + written, MAX(len - written, 0), ",%.8llx,", trace_msg->gpu_addr),… in kbasep_trace_format_msg() 412 written += MAX(snprintf(buffer + written, MAX(len - written, 0), "%d", trace_msg->jobslot), 0); in kbasep_trace_format_msg() 414 written += MAX(snprintf(buffer + written, MAX(len - written, 0), ","), 0); in kbasep_trace_format_msg() 418 written += MAX(snprintf(buffer + written, MAX(len - written, 0), "%d", trace_msg->refcount), 0); in kbasep_trace_format_msg() 420 written += MAX(snprintf(buffer + written, MAX(len - written, 0), ","), 0); in kbasep_trace_format_msg() 423 …written += MAX(snprintf(buffer + written, MAX(len - written, 0), "0x%.8lx", trace_msg->info_val), … in kbasep_trace_format_msg()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | asn1write.h | 43 * \return the length written or a negative error code 55 * \return the length written or a negative error code 69 * \return the length written or a negative error code 83 * \return the length written or a negative error code 95 * \return the length written or a negative error code 108 * \return the length written or a negative error code 121 * \param par_len length of parameters, which must be already written. 124 * \return the length written or a negative error code 138 * \return the length written or a negative error code 150 * \return the length written or a negative error code [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | asn1write.h | 57 * \return The number of bytes written to \p p on success. 71 * \return The number of bytes written to \p p on success. 87 * \return The number of bytes written to \p p on success. 105 * \return The number of bytes written to \p p on success. 121 * \return The number of bytes written to \p p on success. 137 * \return The number of bytes written to \p p on success. 152 * \param par_len The length of the parameters, which must be already written. 155 * \return The number of bytes written to \p p on success. 173 * \return The number of bytes written to \p p on success. 190 * \return The number of bytes written to \p p on success. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | asn1write.h | 57 * \return The number of bytes written to \p p on success. 71 * \return The number of bytes written to \p p on success. 87 * \return The number of bytes written to \p p on success. 105 * \return The number of bytes written to \p p on success. 121 * \return The number of bytes written to \p p on success. 137 * \return The number of bytes written to \p p on success. 152 * \param par_len The length of the parameters, which must be already written. 155 * \return The number of bytes written to \p p on success. 173 * \return The number of bytes written to \p p on success. 190 * \return The number of bytes written to \p p on success. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | asn1write.h | 57 * \return The number of bytes written to \p p on success. 71 * \return The number of bytes written to \p p on success. 87 * \return The number of bytes written to \p p on success. 105 * \return The number of bytes written to \p p on success. 121 * \return The number of bytes written to \p p on success. 137 * \return The number of bytes written to \p p on success. 152 * \param par_len The length of the parameters, which must be already written. 155 * \return The number of bytes written to \p p on success. 173 * \return The number of bytes written to \p p on success. 190 * \return The number of bytes written to \p p on success. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | asn1write.h | 57 * \return The number of bytes written to \p p on success. 71 * \return The number of bytes written to \p p on success. 87 * \return The number of bytes written to \p p on success. 105 * \return The number of bytes written to \p p on success. 121 * \return The number of bytes written to \p p on success. 137 * \return The number of bytes written to \p p on success. 152 * \param par_len The length of the parameters, which must be already written. 155 * \return The number of bytes written to \p p on success. 173 * \return The number of bytes written to \p p on success. 190 * \return The number of bytes written to \p p on success. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_writer.hpp | 53 // A pointer to a string buffer holding the data already written to the 69 // parent to the position where the data of the submessage is written to. 162 // of the submessage has already been written correctly. 246 * @param tag Tag (field number) of the field that will be written 324 * @param value Value to be written 337 * @param value Value to be written 347 * @param value Value to be written 357 * @param value Value to be written 367 * @param value Value to be written 377 * @param value Value to be written [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | bcm47xxsflash.c | 132 int written = 0; in bcm47xxsflash_write_st() local 144 return 1; /* 1B written */ in bcm47xxsflash_write_st() 151 written++; in bcm47xxsflash_write_st() 161 written++; in bcm47xxsflash_write_st() 170 return written; in bcm47xxsflash_write_st() 180 int written = 0; in bcm47xxsflash_write_at() local 206 written++; in bcm47xxsflash_write_at() 213 return written; in bcm47xxsflash_write_at() 220 int written; in bcm47xxsflash_write() local 228 written = bcm47xxsflash_write_st(mtd, to, len, buf); in bcm47xxsflash_write() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-integrity.rst | 10 crash, either both sector and integrity tag or none of them is written. 68 not used and data sectors and integrity tags are written 72 data and integrity tags are written to the 74 either both data and tag or none of them are written. The 76 data have to be written twice. 77 B - bitmap mode - data and metadata are written without any 120 written. The journal is also written immediatelly if the FLUSH 151 that were written. From the sector numbers, the attacker can infer 152 the size of files that were written. To protect against this 245 be written) [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/common/ |
| H A D | cfe_console.c | 16 int i, last, written; in cfe_console_write() local 24 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write() 25 if (written < 0) in cfe_console_write() 27 last += written; in cfe_console_write() 35 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write() 36 if (written < 0) in cfe_console_write() 38 last += written; in cfe_console_write()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | atchannel.c | 496 ssize_t written; in writeline() local 518 written = write (s_fd, s + cur, len - cur); in writeline() 519 } while (written < 0 && errno == EINTR); in writeline() 521 if (written < 0) { in writeline() 525 cur += written; in writeline() 537 written = write (s_fd, "\r" , 1); in writeline() 538 } while ((written < 0 && errno == EINTR) || (written == 0)); in writeline() 540 if (written < 0) { in writeline() 550 ssize_t written; in writeCtrlZ() local 563 written = write (s_fd, s + cur, len - cur); in writeCtrlZ() [all …]
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | apply.c | 29 loff_t written = 0, ret; in iomap_apply() local 50 written = -EIO; in iomap_apply() 54 written = -EIO; in iomap_apply() 84 written = actor(inode, pos, length, data, &iomap, in iomap_apply() 94 written > 0 ? written : 0, in iomap_apply() 98 return written ? written : ret; in iomap_apply()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OpenSSL | 26 prior written permission. For written permission, please contact 30 nor may "OpenSSL" appear in their names without prior written 52 This product includes cryptographic software written by Eric Young 53 (eay@cryptsoft.com). This product includes software written by Tim 63 This package is an SSL implementation written 65 The implementation was written so as to conform with Netscapes SSL. 91 "This product includes cryptographic software written by 97 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| H A D | sp_public.h | 53 \param value[in] The data to be written 66 \param value[in] The data to be written 117 \param data[in] The data to be written 118 \param size[in] The size(in bytes) of the data to be written 147 \param data[in] The data to be written 148 \param size[in] The size(in bytes) of the data to be written 161 \param data[in] The data to be written 162 \param size[in] The size(in bytes) of the data to be written 175 \param data[in] The data to be written 176 \param size[in] The size(in bytes) of the data to be written
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | srm_puts.c | 12 long remaining, written; in srm_puts() local 17 for (remaining = len; remaining > 0; remaining -= written) in srm_puts() 19 written = callback_puts(0, str, remaining); in srm_puts() 20 written &= 0xffffffff; in srm_puts() 21 str += written; in srm_puts()
|