Home
last modified time | relevance | path

Searched refs:out (Results 7826 – 7850 of 11469) sorted by relevance

1...<<311312313314315316317318319320>>...459

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c210 out: in svc_rdma_recv_ctxt_get()
218 goto out; in svc_rdma_recv_ctxt_get()
/openbmc/linux/Documentation/power/
H A Dpci.rst354 however, this functionality is limited to a few basic operations carried out
544 The resume phase is carried out asynchronously for PCI devices, like the
678 The complete phase is carried out in exactly the same way as during system
727 In addition to that the prepare() callback may carry out some operations
746 However, in some rare case it is convenient to carry out these operations in
758 carried out in this callback.
842 be invoked while resume_noirq() is running, so this callback can carry out
849 conditions if carried out by resume().
1016 out from using the direct-complete mechanism dynamically (whereas setting
1017 DPM_FLAG_NO_DIRECT_COMPLETE means permanent opt-out).
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c402 void tcg_gen_dup_i32(unsigned vece, TCGv_i32 out, TCGv_i32 in) in tcg_gen_dup_i32() argument
406 tcg_gen_ext8u_i32(out, in); in tcg_gen_dup_i32()
407 tcg_gen_muli_i32(out, out, 0x01010101); in tcg_gen_dup_i32()
410 tcg_gen_deposit_i32(out, in, in, 16, 16); in tcg_gen_dup_i32()
413 tcg_gen_mov_i32(out, in); in tcg_gen_dup_i32()
424 tcg_gen_ext8u_i64(out, in); in tcg_gen_dup_i64()
425 tcg_gen_muli_i64(out, out, 0x0101010101010101ull); in tcg_gen_dup_i64()
428 tcg_gen_ext16u_i64(out, in); in tcg_gen_dup_i64()
429 tcg_gen_muli_i64(out, out, 0x0001000100010001ull); in tcg_gen_dup_i64()
432 tcg_gen_deposit_i64(out, in, in, 32, 32); in tcg_gen_dup_i64()
[all …]
/openbmc/linux/mm/
H A Dslub.c1610 goto out; in setup_slub_debug()
1638 out: in setup_slub_debug()
2930 goto out; in free_debug_processing()
2963 out: in free_debug_processing()
3473 goto out; in slab_alloc_node()
3480 out: in slab_alloc_node()
4958 out: in slab_mem_going_online_callback()
5193 goto out; in validate_slab_node()
5205 out: in validate_slab_node()
6188 out: in sysfs_slab_add()
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4721 struct omap_dss_device *out = &dsi->output; in dsi_init_output() local
4726 out->dev = dsi->dev; in dsi_init_output()
4727 out->id = dsi->module_id == 0 ? in dsi_init_output()
4730 out->type = OMAP_DISPLAY_TYPE_DSI; in dsi_init_output()
4732 out->dispc_channel = dsi_get_dispc_channel(dsi); in dsi_init_output()
4733 out->dsi_ops = &dsi_ops; in dsi_init_output()
4734 out->of_port = 0; in dsi_init_output()
4745 omapdss_device_register(out); in dsi_init_output()
4752 struct omap_dss_device *out = &dsi->output; in dsi_uninit_output() local
4754 omapdss_device_unregister(out); in dsi_uninit_output()
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst23 help you figure out what might be going wrong. For information on how
56 tasks "out-of-order" when trying isolate build issues.
112 variables>` did not work out as expected.
355 You can also use BitBake to dump out the signature construction
373 Using BitBake with either of these options causes BitBake to dump out
456 it "out of date". See the
459 BitBake determines whether a task is "out of date".
464 out), then you can use the ``-f`` option.
594 logging to standard out (stdout).
628 bb.debug(2, "Starting to figure out the task list")
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1935 goto out; in amdgpu_device_parse_gpu_info_fw()
1999 goto out; in amdgpu_device_parse_gpu_info_fw()
2001 out: in amdgpu_device_parse_gpu_info_fw()
2608 goto out; in amdgpu_device_enable_mgpu_fan_boost()
2623 out: in amdgpu_device_enable_mgpu_fan_boost()
5014 goto out; in amdgpu_do_asic_reset()
5037 goto out; in amdgpu_do_asic_reset()
5088 out: in amdgpu_do_asic_reset()
5815 goto out; in amdgpu_pci_slot_reset()
5827 goto out; in amdgpu_pci_slot_reset()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2918 + cpy_2d(out->plane_info[i].mm_addr, out->plane_info[i].bytesperline,
2921 + set_buf_length(out, i, out->plane_info[i].bytesperline * h, out->plane_info[i].length);
2959 + set_buf_length(out, 0, offset, out->plane_info[0].length);
17560 + out = in;
21016 +// v24 U out
21018 +// v26 Y out
21020 +// v30 V out
21717 // test by ref -> src -> dst -> out & compare out against ref
21718 // ref & out are YV12
22719 +BUILDBASE=$FFSRC/out
[all …]
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c481 static int m1064_compute(void* out, struct my_timming* m) { in m1064_compute() argument
482 #define minfo ((struct matrox_fb_info*)out) in m1064_compute()
515 static int g450_compute(void* out, struct my_timming* m) { in g450_compute() argument
516 #define minfo ((struct matrox_fb_info*)out) in g450_compute()
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c1251 goto out; in sym_check_sym_deps()
1269 out: in sym_check_sym_deps()
1292 goto out; in sym_check_choice_deps()
1299 out: in sym_check_choice_deps()
/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c1071 goto out; in cmd_load()
1083 out: in cmd_load()
1263 goto out; in execf()
1273 out: in execf()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst185 where the data starts. This is used to provide out-of-place
190 forward reshaping, the out-of-place space will be allocated
197 N-1 other new stripes. This out-of-place scheme is used to change
320 raid parameter to support out-of-place reshaping).
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c523 NvdimmDsmFuncNoPayloadOut out = { in nvdimm_dsm_no_payload() local
524 .len = cpu_to_le32(sizeof(out)), in nvdimm_dsm_no_payload()
527 cpu_physical_memory_write(dsm_mem_addr, &out, sizeof(out)); in nvdimm_dsm_no_payload()
/openbmc/linux/sound/soc/codecs/
H A Dtlv320dac33.c1160 goto out; in dac33_dai_delay()
1228 goto out; in dac33_dai_delay()
1236 goto out; in dac33_dai_delay()
1277 out: in dac33_dai_delay()
/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c140 goto out; in hccs_register_pcc_channel()
173 out: in hccs_register_pcc_channel()
516 goto out; in hccs_get_all_port_info_on_die()
527 out: in hccs_get_all_port_info_on_die()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt208 …s means it will fail and store NULL if the string container has been paged out. You can specify 's…
239 In addition, you can use "!" for specifying filter-out rule. You also can give several rules combin…
243 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
295 ./perf probe -x /opt/test/a.out 'foo\+bar.c:4'
/openbmc/linux/drivers/media/i2c/
H A Dadv7180.c397 goto out; in adv7180_s_routing()
404 out: in adv7180_s_routing()
446 goto out; in adv7180_s_std()
451 out: in adv7180_s_std()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.c665 goto out; in dvb_demux_feed_add()
669 out: in dvb_demux_feed_add()
679 goto out; in dvb_demux_feed_del()
683 out: in dvb_demux_feed_del()
/openbmc/linux/drivers/crypto/
H A Domap-aes.c907 BUG_ON(_calc_walked(out) > dd->out_sg->length); in omap_aes_irq()
909 dst = sg_virt(dd->out_sg) + _calc_walked(out); in omap_aes_irq()
914 if (dd->out_sg->length == _calc_walked(out)) { in omap_aes_irq()
920 _calc_walked(out); in omap_aes_irq()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine.dtsi9 * appear things may "bubble down" out of this file. For things that are
239 * first regulator and comment it out here.
284 * first regulator and comment it out here.
305 * first regulator and comment it out here.
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c613 const u8 *data, unsigned int len, u8 *out) in aspeed_sham_shash_digest() argument
619 return crypto_shash_digest(shash, data, len, out); in aspeed_sham_shash_digest()
833 static int aspeed_sham_export(struct ahash_request *req, void *out) in aspeed_sham_export() argument
837 memcpy(out, rctx, sizeof(*rctx)); in aspeed_sham_export()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c729 goto out; in mtdchar_read_ioctl()
737 goto out; in mtdchar_read_ioctl()
746 goto out; in mtdchar_read_ioctl()
809 out: in mtdchar_read_ioctl()
/openbmc/linux/drivers/ptp/
H A Dptp_idt82p33.c1011 goto out; in idt82p33_adjwritephase()
1017 out: in idt82p33_adjwritephase()
1332 goto out; in idt82p33_load_firmware()
1336 out: in idt82p33_load_firmware()
/openbmc/linux/drivers/acpi/
H A Dproperty.c311 goto out; in acpi_init_of_compatible()
318 out: in acpi_init_of_compatible()
560 goto out; in acpi_init_properties()
579 out: in acpi_init_properties()
/openbmc/linux/fs/nilfs2/
H A Dinode.c91 goto out; in nilfs_get_block()
100 goto out; in nilfs_get_block()
118 goto out; in nilfs_get_block()
138 out: in nilfs_get_block()

1...<<311312313314315316317318319320>>...459