| /linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ |
| H A D | ia_css_iterator.host.c | 32 int ia_css_iterator_configure(const struct ia_css_binary *binary, in ia_css_iterator_configure() argument 38 config.input_info = &binary->in_frame_info; in ia_css_iterator_configure() 39 config.internal_info = &binary->internal_frame_info; in ia_css_iterator_configure() 40 config.output_info = &binary->out_frame_info[0]; in ia_css_iterator_configure() 41 config.vf_info = &binary->vf_frame_info; in ia_css_iterator_configure() 42 config.dvs_envelope = &binary->dvs_envelope; in ia_css_iterator_configure() 50 if (binary->out_frame_info[0].res.width == 0) in ia_css_iterator_configure() 51 config.output_info = &binary->out_frame_info[1]; in ia_css_iterator_configure() 58 if (binary->info->sp.pipeline.mode == IA_CSS_BINARY_MODE_PREVIEW && in ia_css_iterator_configure() 59 binary->vf_downscale_log2 > 0) { in ia_css_iterator_configure() [all …]
|
| /linux/scripts/package/debian/ |
| H A D | rules | 30 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev) 38 mk-files = $(patsubst binary-%,debian/%.files,$1) 39 package = $($(@:binary-%=%-package)) 50 define binary 64 .PHONY: $(binary-targets) target 65 $(binary-targets): build-arch 67 $(if $(package),$(binary)) 69 .PHONY: binary binary 44 define binary global() macro [all...] |
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
| H A D | ia_css_yuv444_io.host.c | 19 int ia_css_yuv444_io_config(const struct ia_css_binary *binary, in ia_css_yuv444_io_config() argument 32 if (binary->info->mem_offsets.offsets.param) { in ia_css_yuv444_io_config() 33 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_yuv444_io_config() 34 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_yuv444_io_config() 39 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_yuv444_io_config() 61 if (binary->info->mem_offsets.offsets.param) { in ia_css_yuv444_io_config() 62 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config() 63 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config() 68 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_yuv444_io_config()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
| H A D | ia_css_bayer_io.host.c | 18 int ia_css_bayer_io_config(const struct ia_css_binary *binary, in ia_css_bayer_io_config() argument 31 if (binary->info->mem_offsets.offsets.param) { in ia_css_bayer_io_config() 32 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_bayer_io_config() 33 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_bayer_io_config() 38 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_bayer_io_config() 59 if (binary->info->mem_offsets.offsets.param) { in ia_css_bayer_io_config() 60 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config() 61 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config() 66 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_bayer_io_config()
|
| /linux/arch/powerpc/boot/ |
| H A D | README | 2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary: 4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz 5 objcopy -j .kernel:System.map -O binary zImage System.map.gz 6 objcopy -j .kernel:.config -O binary zImage config.gz 7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
|
| /linux/scripts/coccinelle/misc/ |
| H A D | minmax.cocci | 23 binary operator cmp = {>, >=}; 38 binary operator cmp = {>, >=}; 58 binary operator cmp = {<, <=}; 71 binary operator cmp = {<, <=}; 86 binary operator cmp = {<, <=}; 104 binary operator cmp = {>=, >}; 119 binary operator cmp = {>=, >}; 137 binary operator cmp = {<=, <}; 153 binary operator cmp = {<=, <};
|
| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | sysfs-pci.rst | 49 config PCI配置空间 (binary, rw) 56 resource0..N PCI资源N,如果存在的话 (binary, mmap, rw\ [1]_) 57 resource0_wc..N_wc PCI WC映射资源N,如果可预取的话 (binary, mmap) 59 rom PCI ROM资源,如果存在的话 (binary, ro) 72 binary - 文件包含二进制数据
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 7 (listed roughly in order of execution) to load the init binary. 12 2) **init binary doesn't exist on rootfs**: Make sure you have the correct 24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or 28 5) **Binary cannot be loaded**: Make sure the binary's architecture matches 30 hardware. In case you tried loading a non-binary file here (shell script?), 34 simple non-script binary such as ``/bin/sh`` and confirm its successful 39 (after all loading the init binary is a CRITICAL and hard transition step
|
| /linux/Documentation/virt/ |
| H A D | paravirt_ops.rst | 8 Historically, different binary kernels would be required in order to support 12 allows a single kernel binary to run on all supported execution environments 18 time by enabling binary patching of the low-level critical operations 27 - indirect call which allows optimization with binary patch
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-console.sh | 43 nerrs=`grep --binary-files=text '!!!' $file | 67 grep --binary-files=text 'torture:.*ver:' $file | 68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' | 111 echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version messages
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.c | 98 if (css->binary) { in imgu_css_fw_cleanup() 102 imgu_dmamap_free(imgu, &css->binary[i]); in imgu_css_fw_cleanup() 103 kfree(css->binary); in imgu_css_fw_cleanup() 108 css->binary = NULL; in imgu_css_fw_cleanup() 239 css->binary = kzalloc_objs(*css->binary, binary_nr); in imgu_css_fw_init() 240 if (!css->binary) { in imgu_css_fw_init() 250 if (!imgu_dmamap_alloc(imgu, &css->binary[i], size)) { in imgu_css_fw_init() 254 memcpy(css->binary[i].vaddr, blob, size); in imgu_css_fw_init()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | binfmt_script.py | 63 binary = dirpath + target 66 open(binary, "w").write(code) 67 os.chmod(binary, 0o755) 103 elements = binary.split('/') 104 os.unlink(binary)
|
| /linux/security/apparmor/ |
| H A D | mount.c | 229 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() argument 263 if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { in do_match_mnt() 309 unsigned long flags, void *data, bool binary, in match_mnt_path_str() argument 338 mntpnt, devname, type, flags, data, binary, &perms); in match_mnt_path_str() 370 bool binary) in match_mnt() argument 391 type, flags, data, binary, info); in match_mnt() 400 bool binary; in aa_remount() local 406 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount() 414 flags, data, binary)); in aa_remount() 541 bool binary = true; in aa_new_mount() local [all …]
|
| /linux/Documentation/PCI/controller/ |
| H A D | rcar-pcie-firmware.rst | 15 back to binary form. This can be achieved using the following example script: 23 Once the text content has been converted into a binary firmware file, verify 31 The resulting binary file called "rcar_gen4_pcie.bin" should be placed in the
|
| /linux/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 23 optionally a scalar binary. Note when digital zoom is disabled 24 (it is enabled by default) only the preview binary is loaded. 25 So in this case a single binary handles the entire pipeline. 30 element (in a single binary).
|
| /linux/Documentation/input/devices/ |
| H A D | walkera0701.rst | 104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary 109 absolute binary value. (10 bits per channel). Next nibble is checksum for 118 binary value can be sampled. This bit and magic number is not used in 127 calculated by sum of binary values in checked nibbles + sum of octal values
|
| /linux/Documentation/driver-api/pldmfw/ |
| H A D | index.rst | 27 ``pldmfw`` implements logic to parse the packed binary format of the PLDM 38 The PLDM file format uses packed binary data, with most multi-byte fields 44 To avoid proliferating access to the packed binary data, the ``pldmfw`` 68 5. For each component, send the binary data to the device firmware for
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | init.rst | 18 本文档提供了加载初始化二进制(init binary)失败的一些高层级原因(大致按执行 24 2) **初始化二进制不存在于根文件系统上init binary doesn't exist on rootfs** :
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-btf | 14 Read-only binary attribute exposing kernel's own BTF type 24 Read-only binary attribute exposing kernel module's BTF type
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | init.rst | 21 本文檔提供了加載初始化二進制(init binary)失敗的一些高層級原因(大致按執行 27 2) **初始化二進制不存在於根文件系統上init binary doesn't exist on rootfs** :
|
| /linux/Documentation/PCI/ |
| H A D | sysfs-pci.rst | 40 config PCI config space (binary, rw) 47 resource0..N PCI resource N, if present (binary, mmap, rw\ [1]_) 48 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap) 50 rom PCI ROM resource, if present (binary, ro) 63 binary - file contains binary data
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A D | firmware.txt | 14 firmware binary. It is a 64-bit number represented 16 - virtual-traps: The virtual traps, taken from the firmware binary.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_multi_test.c | 270 __test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts, in __test_attach_api() 282 binary, pattern, opts); in __test_attach_api() 288 binary, pattern, opts); in __test_attach_api() 294 binary, pattern, opts); in __test_attach_api() 300 pid, binary, pattern, opts); in __test_attach_api() 306 binary, pattern, opts); in __test_attach_api() 311 skel->links.usdt_pid = bpf_program__attach_usdt(skel->progs.usdt_pid, pid, binary, in __test_attach_api() 316 skel->links.usdt_extra = bpf_program__attach_usdt(skel->progs.usdt_extra, -1, binary, in __test_attach_api() 333 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) in test_attach_api() 340 __test_attach_api(binary, patter in test_attach_api() 269 __test_attach_api(const char * binary,const char * pattern,struct bpf_uprobe_multi_opts * opts,struct child * child) __test_attach_api() argument 332 test_attach_api(const char * binary,const char * pattern,struct bpf_uprobe_multi_opts * opts) test_attach_api() argument [all...] |
| /linux/arch/riscv/boot/ |
| H A D | Makefile | 17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S 18 OBJCOPYFLAGS_loader.bin :=-O binary
|
| /linux/arch/arm/boot/dts/amazon/ |
| H A D | alpine-db.dts | 8 * Alternatively, redistribution and use in source and binary forms, with or 15 * * Redistributions in binary form must reproduce the above copyright
|