/openbmc/linux/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
|
/openbmc/linux/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 …]
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | Kconfig | 79 Value written to PLLC0 PLL Post-Divider Control Register 85 Value written to PLLC0 Divider 1 register 91 Value written to PLLC0 Divider 2 register 97 Value written to PLLC0 Divider 3 register 103 Value written to PLLC0 Divider 4 register 109 Value written to PLLC0 Divider 5 register 115 Value written to PLLC0 Divider 6 register 121 Value written to PLLC0 Divider 7 register 127 Value written to PLLC1 PLL Post-Divider Control Register 133 Value written to PLLC1 Divider 1 register [all …]
|
/openbmc/linux/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 | 50 MODULE_PARM_DESC(check, "if the written data should be checked"); 73 static void report_corrupt(unsigned char *read, unsigned char *written); 146 size_t written; in write_pattern() local 154 err = mtd_write(mtd, addr, len, &written, buf); in write_pattern() 156 pr_err("error %d while writing EB %d, written %zd" in write_pattern() 157 " bytes\n", err, ebnum, written); in write_pattern() 160 if (written != len) { in write_pattern() 161 pr_info("written only %zd bytes of %zd, but no error" in write_pattern() 162 " reported\n", written, len); in write_pattern() 364 static void print_bufs(unsigned char *read, unsigned char *written, int start, [all …]
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuswrite.cpp | 60 void DbusWritePercent::write(double value, bool force, int64_t* written) in write() argument 73 if (written) in write() 75 *written = oldValue; in write() 99 if (written) in write() 101 *written = oldValue; in write() 129 void DbusWrite::write(double value, bool force, int64_t* written) in write() argument 135 if (written) in write() 137 *written = oldValue; in write() 161 if (written) in write() 163 *written = oldValue; in write()
|
/openbmc/linux/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()
|
/openbmc/libpldm/include/libpldm/oem/ibm/ |
H A D | file_io.h | 121 uint32_t length; //!< Number of bytes read/written 133 * written to 148 * @param[in,out] msg - Message will be written to this 163 * @param[in] length - Number of bytes to be read/written 165 * written to 166 * @param[out] msg - Message will be written to this 180 * @param[out] length - Number of bytes to be read/written 240 * @param[in,out] msg - Message will be written to this 255 * @param[out] msg - Message will be written to this 308 uint32_t length; //!< Bytes to be written [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/tools/perf/ |
H A D | perf-read-vdso.c | 16 size_t size, written; in main() local 24 written = fwrite(start, 1, size, stdout); in main() 25 if (!written) in main() 27 start += written; in main() 28 size -= written; in main()
|
/openbmc/linux/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 …]
|
/openbmc/estoraged/src/erase/ |
H A D | zero.cpp | 35 size_t written = 0; in writeZero() local 37 while (written < writeSize) in writeZero() 39 written += fd.write({blockOfZeros.data() + written, in writeZero() 40 writeSize - written}) in writeZero() 42 if (written == writeSize) in writeZero() 46 if (written > writeSize) in writeZero()
|
H A D | pattern.cpp | 50 size_t written = 0; in writePattern() local 52 while (written < writeSize) in writePattern() 54 written += fd.write({randArr.data() + written, writeSize - written}) in writePattern() 56 if (written == writeSize) in writePattern() 60 if (written > writeSize) in writePattern()
|
/openbmc/openbmc/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)"
|
/openbmc/linux/kernel/events/ |
H A D | internal.h | 137 unsigned long size, written; \ 141 written = memcpy_func(__VA_ARGS__); \ 142 written = size - written; \ 144 len -= written; \ 145 handle->addr += written; \ 147 buf += written; \ 148 handle->size -= written; \ 157 } while (len && written == size); \
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-dcc | 23 is written to the file, all the previous addresses 70 The address to be written. 73 The value to be written at <addr>. 87 The address to be read and written. 90 The value to be written at <addr>. 107 total number of addresses to be written 123 by the user for the corresponding list is written
|
H A D | sysfs-class-mic | 49 a "boot" has to be written to this entry if 59 When written, this sysfs entry triggers different state change 101 boot the card OS. This entry can be written to change the 114 card can be found. The entry can be written to change the 124 OS boot can be found. The entry can be written to change 133 the card. This sysfs entry can be written with the following 147 OS log buffer can be read. This entry is written by the host 149 log buffer address to be written can be found in the System.map 161 length can be read. This entry is written by host configuration 163 buffer length address to be written can be found in the
|
/openbmc/linux/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. 77 not used and data sectors and integrity tags are written 81 data and integrity tags are written to the 83 either both data and tag or none of them are written. The 85 data have to be written twice. 86 B - bitmap mode - data and metadata are written without any 125 written. The journal is also written immediately if the FLUSH 156 that were written. From the sector numbers, the attacker can infer 157 the size of files that were written. To protect against this 266 be written) [all …]
|
/openbmc/linux/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
|
/openbmc/qemu/hw/audio/ |
H A D | adlib.c | 189 int samples, to_play, written; in adlib_callback() local 198 written = write_audio (s, to_play); in adlib_callback() 200 if (written) { in adlib_callback() 201 s->left -= written; in adlib_callback() 202 samples -= written; in adlib_callback() 203 to_play -= written; in adlib_callback() 204 s->pos = (s->pos + written) % s->samples; in adlib_callback() 219 written = write_audio (s, samples); in adlib_callback() 221 if (written) { in adlib_callback() 222 samples -= written; in adlib_callback() [all …]
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_hwi2c.c | 76 * length - Total number of bytes to be written to the device 77 * buf - The buffer that contains the data to be written to the 81 * Total number of bytes those are actually written. 105 /* Set the number of bytes to be written */ in hw_i2c_write_data() 126 /* Total byte written */ in hw_i2c_write_data() 225 * to be written 226 * registerIndex - Slave device's register to be written 227 * data - Data to be written to the register
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_write_vout_command_action.hpp | 50 * converted into linear format before being written. 59 * will be read from the device after it is written to ensure that it contains 62 * return all 16 bits of voltage data that were written to VOUT_COMMAND. 83 * @param format Data format of the volts value written to VOUT_COMMAND. 143 * Returns the data format of the value written to VOUT_COMMAND. 213 * Verifies the value written to VOUT_COMMAND. Reads the current value of 214 * VOUT_COMMAND and ensures that it matches the value written. 221 * @param valueWritten linear format volts value written to VOUT_COMMAND 232 * Data format of the volts value written to VOUT_COMMAND.
|