Home
last modified time | relevance | path

Searched refs:profile (Results 551 – 567 of 567) sorted by relevance

1...<<212223

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5161 + int profile;
6089 + p_sys->profile = -1;
6385 + if( p_context->profile != FF_PROFILE_UNKNOWN )
6386 + p_dec->fmt_in.i_profile = p_context->profile;
10088 +// No profile
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1351 if self.cooker.configuration.profile:
/openbmc/linux/drivers/md/
H A Ddm-integrity.c3667 bi.profile = &dm_integrity_profile; in dm_integrity_set()
/openbmc/linux/init/
H A DKconfig1844 used to profile the code that runs on that CPU.
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c318 hip->hbq_index, hip->profile, hip->rn, in lpfc_debugfs_hbqinfo_data()
/openbmc/qemu/
H A Dqemu-options.hx5053 DEF("enable-sync-profile", 0, QEMU_OPTION_enable_sync_profile,
5054 "-enable-sync-profile\n"
5058 ``-enable-sync-profile``
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c4607 if (dev->profile != &raw_eth_profile) in mlx5_ib_modify_qp_allowed()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7732 u8 profile; member
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.txt2554 0 = /dev/profile Profiling control device
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt246 -rw-r--r-- root root 984 ./etc/profile
247 drwxr-xr-x root root 4096 ./etc/profile.d
248 -rw-r--r-- root root 729 ./etc/profile.d/bash_completion.sh
249 -rw-r--r-- root root 1107 ./etc/profile.d/gawk.csh
250 -rw-r--r-- root root 757 ./etc/profile.d/gawk.sh
333 -rwxr-xr-x root root 241 ./etc/skel/.profile
8662 -rw-r--r-- root root 3489 ./usr/share/mime/application/x-profile.xml
H A Dbuildhistory_filelist1.txt246 -rw-r--r-- root root 984 ./etc/profile
247 drwxr-xr-x root root 4096 ./etc/profile.d
248 -rw-r--r-- root root 729 ./etc/profile.d/bash_completion.sh
249 -rw-r--r-- root root 1107 ./etc/profile.d/gawk.csh
250 -rw-r--r-- root root 757 ./etc/profile.d/gawk.sh
333 -rwxr-xr-x root root 241 ./etc/skel/.profile
8659 -rw-r--r-- root root 3489 ./usr/share/mime/application/x-profile.xml
/openbmc/linux/Documentation/
H A Dmemory-barriers.txt2963 ARM Architecture Reference Manual (ARMv8, for ARMv8-A architecture profile)
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h4585 u8 profile[0x10]; member
/openbmc/linux/
H A DMAINTAINERS29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
5733 P: Documentation/mm/damon/maintainer-profile.rst
6258 P: Documentation/doc-guide/maintainer-profile.rst
12047 P: Documentation/nvdimm/maintainer-entry-profile.rst
12057 P: Documentation/nvdimm/maintainer-entry-profile.rst
12076 P: Documentation/nvdimm/maintainer-entry-profile.rst
23669 P: Documentation/filesystems/xfs-maintainer-entry-profile.rst
/openbmc/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt3090 ARM Architecture Reference Manual (ARMv8, for ARMv8-A architecture profile)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch19301 avctx->profile = ps->sps->ptl.general_ptl.profile_idc;
24700 + av_log(avctx, AV_LOG_DEBUG, "Main profile bitstream\n");
24702 + av_log(avctx, AV_LOG_DEBUG, "Main 10 profile bitstream\n");
24704 + av_log(avctx, AV_LOG_DEBUG, "Main Still Picture profile bitstream\n");
24706 + av_log(avctx, AV_LOG_DEBUG, "Range Extension profile bitstream\n");
33953 + avctx->profile = sps->ptl.general_ptl.profile_idc;
34793 + // * Not main profile & untested due to no conform streams
45193 +// Add profile flags to all QPU requests - generates output in "vcdbg log msg"
45556 +// Wait abstractions - mostly so we can easily add profile code
67678 + print "No v3d profile records found"
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst8913 OpenEmbedded build system which toolchain profile to use. By default,

1...<<212223