/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | i2c_write_byte.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed… 13 | value | yes | string | Byte value to write expressed in hexadecimal. Must be prefixed wit… 14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
|
H A D | i2c_compare_byte.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed… 13 | value | yes | string | Expected byte value expressed in hexadecimal. Must be prefixed wit… 14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
|
H A D | i2c_write_bytes.md | 18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro… 19 … more byte values to write expressed in hexadecimal. Each value must be prefixed with 0x and surro… 20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
|
H A D | i2c_compare_bytes.md | 18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro… 19 … more expected byte values expressed in hexadecimal. Each value must be prefixed with 0x and surro… 20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
|
H A D | i2c_write_bit.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
|
H A D | i2c_interface.md | 18 …ing | 7-bit I2C address of the device expressed in hexadecimal. Must be prefixed with 0x and surro…
|
H A D | i2c_compare_bit.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
|
H A D | i2c_capture_bytes.md | 30 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | core.c | 197 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() local 198 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd() 209 if (prefixed) { in i3c_hci_send_ccc_cmd() 218 for (i = 0; i < nxfers - prefixed; i++) { in i3c_hci_send_ccc_cmd() 232 if (prefixed) in i3c_hci_send_ccc_cmd() 243 for (i = prefixed; i < nxfers; i++) { in i3c_hci_send_ccc_cmd() 245 ccc->dests[i - prefixed].payload.len = in i3c_hci_send_ccc_cmd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 209 + }, { /* 1: l-prefixed */ 216 + }, { /* 2: ll-prefixed */ 221 + }, { /* 3: h-prefixed */ 227 + }, { /* 4: hh-prefixed */ 232 + }, { /* 5: L-prefixed */ 236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 241 + }, { /* 7: j-prefixed */
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 224 + }, { /* 1: l-prefixed */ 231 + }, { /* 2: ll-prefixed */ 236 + }, { /* 3: h-prefixed */ 242 + }, { /* 4: hh-prefixed */ 247 + }, { /* 5: L-prefixed */ 251 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 256 + }, { /* 7: j-prefixed */
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0005-add-fallback-parse_printf_format-implementation.patch | 209 + }, { /* 1: l-prefixed */ 216 + }, { /* 2: ll-prefixed */ 221 + }, { /* 3: h-prefixed */ 227 + }, { /* 4: hh-prefixed */ 232 + }, { /* 5: L-prefixed */ 236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 241 + }, { /* 7: j-prefixed */
|
/openbmc/linux/Documentation/mm/ |
H A D | page_frags.rst | 30 called. The "netdev" prefixed functions are usable in any context as these 31 functions will disable interrupts, while the "napi" prefixed functions are
|
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/ |
H A D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|
/openbmc/u-boot/tools/scripts/ |
H A D | define2mk.sed | 9 # Only process values prefixed with #define CONFIG_
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 105 specifications must be prefixed with either `pldm_` or `PLDM_` as 112 implementation must be prefixed with `libpldm_` or `LIBPLDM_` 114 - [ ] All `pldm_`-prefixed symbols must also name the related specification. For 118 - [ ] All enum members must be prefixed with the type name
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-5.2.rst | 61 - :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,adau1701.txt | 22 to be prefixed with '/bits/ 8'.
|
/openbmc/linux/Documentation/ |
H A D | atomic_bitops.txt | 33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | index.rst | 12 new APIs prefixed by ``devl_*``. The older APIs handle all the locking
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.config | 7 # Device offset must be prefixed with 0x to be parsed as a hexadecimal value.
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 33 into VGA and non-VGA variants. The VGA ones are prefixed with virtio-vga 34 or vhost-user-vga while the non-VGA ones are prefixed with virtio-gpu or
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-gsmi | 34 requirement is that the blob be prefixed with a
|
/openbmc/linux/Documentation/input/devices/ |
H A D | cs461x.rst | 39 inspect cs461x: prefixed messages to determine possible card detection
|
/openbmc/linux/Documentation/driver-api/ |
H A D | hsi.rst | 18 commonly prefixed by AC for signals going from the application die to the
|