/openbmc/linux/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 87 goto out; in bcm963xx_parse_imagetag_partitions() 97 goto out; in bcm963xx_parse_imagetag_partitions() 106 goto out; in bcm963xx_parse_imagetag_partitions() 115 goto out; in bcm963xx_parse_imagetag_partitions() 142 goto out; in bcm963xx_parse_imagetag_partitions() 156 goto out; in bcm963xx_parse_imagetag_partitions() 194 out: in bcm963xx_parse_imagetag_partitions()
|
/openbmc/linux/fs/verity/ |
H A D | hash_algs.c | 154 out: in fsverity_prepare_hash_state() 161 goto out; in fsverity_prepare_hash_state() 177 const struct inode *inode, const void *data, u8 *out) in fsverity_hash_block() argument 191 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block() 193 err = crypto_shash_digest(desc, data, params->block_size, out); in fsverity_hash_block() 210 const void *data, size_t size, u8 *out) in fsverity_hash_buffer() argument 212 return crypto_shash_tfm_digest(alg->tfm, data, size, out); in fsverity_hash_buffer()
|
/openbmc/linux/drivers/leds/ |
H A D | uleds.c | 89 goto out; in uleds_write() 94 goto out; in uleds_write() 100 goto out; in uleds_write() 107 goto out; in uleds_write() 112 goto out; in uleds_write() 119 goto out; in uleds_write() 125 out: in uleds_write()
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-b15-rac.c | 300 goto out; in b15_rac_init() 306 goto out; in b15_rac_init() 312 goto out; in b15_rac_init() 323 goto out; in b15_rac_init() 331 goto out; in b15_rac_init() 363 goto out; in b15_rac_init() 370 out: in b15_rac_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | mmconf-fam10h_64.c | 141 goto out; in get_fam10h_pci_mmconf_base() 147 goto out; in get_fam10h_pci_mmconf_base() 149 goto out; in get_fam10h_pci_mmconf_base() 154 goto out; in get_fam10h_pci_mmconf_base() 157 goto out; in get_fam10h_pci_mmconf_base() 163 goto out; in get_fam10h_pci_mmconf_base() 167 out: in get_fam10h_pci_mmconf_base()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 143 } QEMU_PACKED *out; in cmd_tunnel_management_cmd() local 152 out = (void *)payload_out; in cmd_tunnel_management_cmd() 221 out->ccimessage.rc = rc; in cmd_tunnel_management_cmd() 444 } QEMU_PACKED *out; in cmd_identify_switch_device() local 515 } QEMU_PACKED *out; in cmd_get_physical_port_state() local 525 if (sizeof(*out) + sizeof(*out->ports) * in->num_ports > cci->payload_max) { in cmd_get_physical_port_state() 592 pl_size = sizeof(*out) + sizeof(*out->ports) * in->num_ports; in cmd_get_physical_port_state() 1662 out_pl_len = sizeof(*out) + record_count * sizeof(out->records[0]); in cmd_media_get_poison_list() 2066 out_pl_len = sizeof(*out) + record_count * sizeof(out->records[0]); in cmd_media_get_scan_media_results() 2145 out_pl_len = sizeof(*out) + record_count * sizeof(out->records[0]); in cmd_dcd_get_dyn_cap_config() [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | g762.c | 204 goto out; in g762_update_client() 208 goto out; in g762_update_client() 213 goto out; in g762_update_client() 238 out: in g762_update_client() 293 out: in do_set_pwm_mode() 333 out: in do_set_fan_div() 369 out: in do_set_fan_gear_mode() 399 out: in do_set_fan_pulses() 440 out: in do_set_pwm_enable() 470 out: in do_set_pwm_polarity() [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 68 : "r"(out), "r"(f1) in add_scalar() 111 : "r"(out), "r"(f1) in fadd() 153 : "r"(out), "r"(f1), "r"(f2) in fsub() 285 : "r"(out) in fmul() 536 : "r"(out) in fmul2() 580 : "r"(out), "r"(f1) in fmul_scalar() 772 : "r"(out) in fsqr() 970 : "r"(out) in fsqr2() 1109 memcpy(out, p0, (u32)8U * sizeof(p0[0U])); in montgomery_ladder() 1253 encode_point(out, init1); in curve25519_ever64() [all …]
|
/openbmc/linux/drivers/target/ |
H A D | target_core_xcopy.c | 253 goto out; in target_xcopy_parse_target_descriptors() 284 goto out; in target_xcopy_parse_target_descriptors() 294 out: in target_xcopy_parse_target_descriptors() 382 out: in target_xcopy_parse_segment_descriptors() 600 goto out; in target_xcopy_read_source() 609 out: in target_xcopy_read_source() 645 goto out; in target_xcopy_write_destination() 651 out: in target_xcopy_write_destination() 765 out: in target_xcopy_do_work() 813 goto out; in target_parse_xcopy_cmd() [all …]
|
/openbmc/linux/drivers/vhost/ |
H A D | vsock.c | 101 goto out; in vhost_transport_do_send_pkt() 104 goto out; in vhost_transport_do_send_pkt() 145 if (out) { in vhost_transport_do_send_pkt() 249 out: in vhost_transport_do_send_pkt() 306 goto out; in vhost_transport_cancel_pkt() 320 out: in vhost_transport_cancel_pkt() 479 goto out; in vhost_vsock_handle_tx_kick() 482 goto out; in vhost_vsock_handle_tx_kick() 538 out: in vhost_vsock_handle_tx_kick() 655 goto out; in vhost_vsock_dev_open() [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | pci_iommu.c | 552 out->dma_length = size; in sg_fill() 564 out->dma_length = size; in sg_fill() 590 out->dma_length = size; in sg_fill() 638 struct scatterlist *start, *end, *out; in alpha_pci_map_sg() local 680 for (out = sg; sg < end; ++sg) { in alpha_pci_map_sg() 685 out++; in alpha_pci_map_sg() 689 if (out < end) in alpha_pci_map_sg() 690 out->dma_length = 0; in alpha_pci_map_sg() 692 if (out - start == 0) { in alpha_pci_map_sg() 698 return out - start; in alpha_pci_map_sg() [all …]
|
/openbmc/linux/drivers/base/power/ |
H A D | runtime.c | 532 out: in rpm_idle() 715 out: in rpm_suspend() 929 out: in rpm_resume() 981 out: in pm_runtime_work() 1045 out: in pm_schedule_suspend() 1328 out: in __pm_runtime_set_status() 1479 out: in __pm_runtime_disable() 1510 out: in pm_runtime_enable() 1555 out: in pm_runtime_forbid() 1581 out: in pm_runtime_allow() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ |
H A D | run-ptest | 4 bitwise --no-color -w b 0x42 > test.out 8 if ! cmp test.out ptest.out.expected; then
|
/openbmc/linux/sound/soc/img/ |
H A D | Kconfig | 20 Say Y or M if you want to add support for I2S out driver for 21 Imagination Technologies I2S out device. 28 Say Y or M if you want to add support for parallel out driver for 29 Imagination Technologies parallel out device. 44 Say Y or M if you want to add support for SPDIF out driver for 45 Imagination Technologies SPDIF out device.
|
/openbmc/u-boot/drivers/pinctrl/broadcom/ |
H A D | pinctrl-bcm6838.c | 98 goto out; in bcm6838_pinctrl_probe() 105 goto out; in bcm6838_pinctrl_probe() 112 goto out; in bcm6838_pinctrl_probe() 120 goto out; in bcm6838_pinctrl_probe() 128 goto out; in bcm6838_pinctrl_probe() 133 out: in bcm6838_pinctrl_probe()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | ezusb.c | 71 goto out; in ezusb_ihex_firmware_download() 76 goto out; in ezusb_ihex_firmware_download() 90 goto out; in ezusb_ihex_firmware_download() 97 goto out; in ezusb_ihex_firmware_download() 110 goto out; in ezusb_ihex_firmware_download() 115 out: in ezusb_ihex_firmware_download()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | kthread.c | 55 goto out; in ecryptfs_threadfn() 68 out: in ecryptfs_threadfn() 137 goto out; in ecryptfs_privileged_open() 140 goto out; in ecryptfs_privileged_open() 149 goto out; in ecryptfs_privileged_open() 157 out: in ecryptfs_privileged_open()
|
/openbmc/linux/security/apparmor/ |
H A D | path.c | 111 goto out; in d_namespace_path() 115 goto out; in d_namespace_path() 137 goto out; in d_namespace_path() 144 goto out; in d_namespace_path() 163 goto out; in d_namespace_path() 166 out: in d_namespace_path()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_adjust_frags.c | 28 goto out; in test_xdp_update_frags() 53 goto out; in test_xdp_update_frags() 107 goto out; in test_xdp_update_frags() 113 goto out; in test_xdp_update_frags() 121 goto out; in test_xdp_update_frags() 138 out: in test_xdp_update_frags()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | symlink.c | 50 goto out; in xchk_symlink() 58 goto out; in xchk_symlink() 64 goto out; in xchk_symlink() 67 out: in xchk_symlink()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_migrate.h | 33 struct i915_request **out); 43 struct i915_request **out); 53 struct i915_request **out); 61 struct i915_request **out);
|
/openbmc/linux/fs/overlayfs/ |
H A D | dir.c | 104 out: in ovl_whiteout() 131 out: in ovl_cleanup_and_whiteout() 219 out: in ovl_create_real() 429 out: in ovl_clear_empty() 538 out: in ovl_create_over_whiteout() 650 out: in ovl_create_object() 734 out: in ovl_link() 793 out: in ovl_remove_and_whiteout() 845 out: in ovl_remove_upper() 928 out: in ovl_do_remove() [all …]
|
/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 74 struct ge2d_frame out; member 162 return &ctx->out; in get_frame() 191 (ctx->out.pix_fmt.bytesperline + 7) >> 3); in ge2d_hw_start() 224 FIELD_PREP(GE2D_END, ctx->out.crop.top + ctx->out.crop.height - 1)); in ge2d_hw_start() 227 FIELD_PREP(GE2D_END, ctx->out.crop.left + ctx->out.crop.width - 1)); in ge2d_hw_start() 230 FIELD_PREP(GE2D_END, ctx->out.crop.top + ctx->out.crop.height - 1)); in ge2d_hw_start() 233 FIELD_PREP(GE2D_END, ctx->out.crop.left + ctx->out.crop.width - 1)); in ge2d_hw_start() 252 if (ctx->in.fmt->alpha && ctx->out.fmt->alpha) in ge2d_hw_start() 256 else if (!ctx->out.fmt->alpha) in ge2d_hw_start() 782 ctx->out.pix_fmt = fmt; in ge2d_s_ctrl() [all …]
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_exp.y | 468 static struct sock_filter out[BPF_MAXINSNS]; variable 483 out[curr_instr].code = code; in bpf_set_curr_instr() 484 out[curr_instr].jt = jt; in bpf_set_curr_instr() 485 out[curr_instr].jf = jf; in bpf_set_curr_instr() 486 out[curr_instr].k = k; in bpf_set_curr_instr() 543 out[i].k = (uint32_t) (off - i - 1); in bpf_reduce_k_jumps() 567 out[i].jt = bpf_encode_jt_jf_offset(off, i); in bpf_reduce_jt_jumps() 597 out[i].jt, out[i].jf, out[i].k); in bpf_pretty_print_c() 606 printf("%u %u %u %u,", out[i].code, in bpf_pretty_print() 607 out[i].jt, out[i].jf, out[i].k); in bpf_pretty_print() [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | option_ms.c | 52 goto out; in option_rezero() 70 out: in option_rezero() 98 goto out; in option_inquiry() 106 goto out; in option_inquiry() 119 out: in option_inquiry()
|