Home
last modified time | relevance | path

Searched refs:in (Results 12976 – 13000 of 17375) sorted by relevance

1...<<511512513514515516517518519520>>...695

/openbmc/linux/Documentation/filesystems/ext4/
H A Dspecial_inodes.rst37 …st non-reserved inode. Usually this is the lost+found directory. See s_first_ino in the superblock.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-devfreq-event5 Provide a place in sysfs for the devfreq-event objects.
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp43x-kixrp435.dts26 /* 16 MB of Flash mapped in at CS0 */
/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h70 s64 in; member
/openbmc/linux/net/bridge/netfilter/
H A Debtable_broute.c58 NFPROTO_BRIDGE, s->in, NULL, NULL, in ebt_broute()
/openbmc/linux/arch/loongarch/
H A DKconfig.debug17 useful in many cases.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0024-corstone1000-adjust-boot-bank-and-kernel-location.patch6 Adjust in the env boot script the address of the
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-volk_1.3.280.0.bb27 # These recipes need to be updated in lockstep with each other:
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0006-Platform-Corstone1000-skip-the-first-nv-counter.patch7 update since the tfm bl1 does not sync metadata and nv counters in OTP during
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.28.bb4 trying hard to rescue data in case of read errors."
/openbmc/openbmc/poky/meta/recipes-support/diffoscope/
H A Ddiffoscope_260.bb1 SUMMARY = "in-depth comparison of files, archives, and directories"
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A Dinterp.patch4 Subject: [PATCH] tcl: fix race in interp.test
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cython_3.0.9.bb23 for f in ${PKGD}${TARGET_DBGSRC_DIR}/Cython/Compiler/FlowControl.c \
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/
H A Dgptfdisk_1.0.10.bb26 for f in cgdisk sgdisk; do
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend38 for s in ${SERVICE_LIST}
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst13 based on examples. It potentially can be used in audio video bridging
22 in dual_emac mode.
201 // coming to interface Eth1 to separate queue in order to not mix it
204 // Here hw 0, so here still default configuration for eth1 in hw
277 // run your listener on workstation (should be in same vlan)
557 // run your listener on workstation (should be in same vlan)
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvvk.c.inc11 * This program is distributed in the hope it will be useful, but WITHOUT
255 /* save opcode for unwinding in case we throw an exception */ \
331 /* save opcode for unwinding in case we throw an exception */ \
401 /* save opcode for unwinding in case we throw an exception */ \
455 /* save opcode for unwinding in case we throw an exception */
489 /* save opcode for unwinding in case we throw an exception */
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c105 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() argument
110 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
113 cpacf_km(sctx->fc, &sctx->key, out, in, AES_BLOCK_SIZE); in crypto_aes_encrypt()
116 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt() argument
121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
125 &sctx->key, out, in, AES_BLOCK_SIZE); in crypto_aes_decrypt()
/openbmc/linux/net/9p/
H A Dtrans_fd.c959 int rc, count, in[4]; in valid_ipaddr4() local
961 rc = sscanf(buf, "%d.%d.%d.%d", &in[0], &in[1], &in[2], &in[3]); in valid_ipaddr4()
965 if (in[count] > 255) in valid_ipaddr4()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c831 unsigned in, out, count; in xen_convert_trap_info() local
836 for (in = out = 0; in < count; in++) { in xen_convert_trap_info()
837 gate_desc *entry = (gate_desc *)(desc->address) + in; in xen_convert_trap_info()
839 if (cvt_gate_to_trap(in, entry, &traps[out]) || full) in xen_convert_trap_info()
/openbmc/linux/arch/m68k/
H A DKconfig.cpu52 being available as a stand alone CPU was also used in many
328 At some point in the future, this will cause floating-point math
354 needs to be executed whether a floating-point instruction in the
411 For systems that have holes in their physical address space this
422 Copyback caching means that memory writes will be held in an on-chip
484 Define the CPU clock frequency in use. This is the core clock
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_pci.c906 struct pex_inbound_window *in; in fsl_pci_immrbar_base() local
910 in = pcie->cfg_type0 + PEX_RC_INWIN_BASE; in fsl_pci_immrbar_base()
913 if (!(in_le32(&in[i].ar) & PEX_RCIWARn_EN)) in fsl_pci_immrbar_base()
916 if (get_immrbase() == in_le32(&in[i].tar)) in fsl_pci_immrbar_base()
917 return (u64)in_le32(&in[i].barh) << 32 | in fsl_pci_immrbar_base()
918 in_le32(&in[i].barl); in fsl_pci_immrbar_base()
/openbmc/linux/drivers/cxl/core/
H A Dmbox.c407 .size_in = send_cmd->in.size, in cxl_to_mem_cmd_raw()
429 if (send_cmd->in.rsvd || send_cmd->out.rsvd) in cxl_to_mem_cmd()
442 (info->size_in != send_cmd->in.size)) in cxl_to_mem_cmd()
454 .size_in = send_cmd->in.size, in cxl_to_mem_cmd()
495 if (send_cmd->in.size > mds->payload_size) in cxl_validate_cmd_from_user()
510 send_cmd->in.payload); in cxl_validate_cmd_from_user()
/openbmc/linux/sound/soc/codecs/
H A DKconfig3 # modular, meaning we can't build the codec driver in with I2C support.
524 supported in this mode.
625 This allows to have an IIO device present in the audio path and
969 Enable support for the internal CODEC found in the JZ4740 SoC
981 Enable support for the internal CODEC found in the JZ4725B SoC
1005 Enable support for the internal CODEC found in the JZ4770 SoC
1092 This enables HD-Audio codec support in ASoC subsystem. Compared
1499 bool # force RT5514_SPI to be built-in to avoid link errors
1998 The WCD9340/9341 is a audio codec IC Integrated in
2015 The WCD9380/9385 is a audio codec IC Integrated in
[all …]
/openbmc/linux/drivers/vhost/
H A Dscsi.c229 unsigned int out, in; member
456 unsigned out, in; in vhost_scsi_do_evt_work() local
467 ARRAY_SIZE(vq->iov), &out, &in, in vhost_scsi_do_evt_work()
941 ARRAY_SIZE(vq->iov), &vc->out, &vc->in, in vhost_scsi_get_desc()
945 vc->head, vc->out, vc->in); in vhost_scsi_get_desc()
965 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
1129 iov_iter_init(&in_iter, ITER_DEST, &vq->iov[vc.out], vc.in, in vhost_scsi_handle_vq()
1205 for (i = 0; i < vc.in ; i++) in vhost_scsi_handle_vq()
1207 cmd->tvc_in_iovs = vc.in; in vhost_scsi_handle_vq()
1328 tmf->in_iovs = vc->in; in vhost_scsi_handle_tmf()
[all …]

1...<<511512513514515516517518519520>>...695