Home
last modified time | relevance | path

Searched refs:out (Results 676 – 700 of 11447) sorted by relevance

1...<<21222324252627282930>>...458

/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c135 out: in usb_ep_enable()
169 out: in usb_ep_disable()
302 out: in usb_ep_queue()
521 out: in usb_gadget_wakeup()
548 out: in usb_gadget_set_remote_wakeup()
575 out: in usb_gadget_set_selfpowered()
603 out: in usb_gadget_clear_selfpowered()
634 out: in usb_gadget_vbus_connect()
666 out: in usb_gadget_vbus_draw()
695 out: in usb_gadget_vbus_disconnect()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py156 out = ''
182 out += '\n '.join(list(diff)[2:])
183 out += '\n --'
200 out += '\n '.join(list(diff))
201 out += '\n --'
203 out = ''
207 return '%s%s' % (prefix, out) if out else ''
538 out = []
597 out.append('%s: %s' % (desc, line))
606 out.append('%s was added' % key)
[all …]
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c215 goto out; in if_sdio_handle_cmd()
230 out: in if_sdio_handle_cmd()
244 goto out; in if_sdio_handle_data()
261 out: in if_sdio_handle_data()
294 out: in if_sdio_handle_event()
390 out: in if_sdio_card_to_host()
529 out: in if_sdio_prog_helper()
661 out: in if_sdio_prog_real()
739 out: in if_sdio_prog_firmware()
972 out: in if_sdio_host_to_card()
[all …]
/openbmc/linux/sound/spi/
H A Dat73c213.c335 goto out; in snd_at73c213_pcm_new()
347 out: in snd_at73c213_pcm_new()
526 goto out; in snd_at73c213_stereo_put()
538 out: in snd_at73c213_stereo_put()
857 goto out; in snd_at73c213_chip_init()
861 out: in snd_at73c213_chip_init()
930 goto out; in snd_at73c213_dev_init()
937 out: in snd_at73c213_dev_init()
1000 goto out; in snd_at73c213_probe()
1006 out: in snd_at73c213_probe()
[all …]
/openbmc/linux/fs/ubifs/
H A Dreplay.c98 goto out; in set_bud_lprops()
143 goto out; in set_bud_lprops()
150 out: in set_bud_lprops()
653 out: in authenticate_sleb()
693 goto out; in replay_bud()
827 out: in replay_bud()
905 goto out; in add_replay_bud()
926 out: in add_replay_bud()
1122 out: in replay_log_leb()
1164 out: in take_ihead()
[all …]
/openbmc/linux/fs/ntfs3/
H A Dfrecord.c154 out: in ni_load_mi_ex()
238 out: in ni_find_attr()
506 out: in ni_ins_new_attr()
787 out: in ni_try_remove_attr_list()
929 out: in ni_create_attr_list()
1073 out: in ni_ins_attr_ext()
1236 out: in ni_insert_attr()
1363 out: in ni_expand_mft_list()
1432 out: in ni_expand_list()
1508 out: in ni_insert_nonresident()
[all …]
/openbmc/linux/arch/arm/boot/dts/hisilicon/
H A Dhip04.dtsi352 out-ports {
387 out-ports {
422 out-ports {
456 out-ports {
490 out-ports {
539 out-ports {
588 out-ports {
637 out-ports {
686 out-ports {
739 out-ports {
[all …]
/openbmc/linux/fs/ocfs2/
H A Dxattr.c800 out: in __ocfs2_remove_xattr_range()
847 out: in ocfs2_xattr_shrink_size()
1143 out: in ocfs2_xattr_get_value_outside()
1410 out: in __ocfs2_xattr_set_value_outside()
2037 out: in ocfs2_xa_remove()
2105 out: in ocfs2_xa_reuse_entry()
2184 out: in ocfs2_xa_prepare_entry()
2257 out: in ocfs2_xa_set()
2352 out: in ocfs2_lock_xattr_remove_allocators()
2544 out: in ocfs2_xattr_free_block()
[all …]
/openbmc/qemu/util/
H A Dcutils.c236 goto out; in do_strtosz()
310 goto out; in do_strtosz()
350 out: in do_strtosz()
825 goto out; in parse_uint()
832 goto out; in parse_uint()
837 goto out; in parse_uint()
847 goto out; in parse_uint()
850 out: in parse_uint()
902 *out = n; in uleb128_encode_small()
1185 goto out; in get_relocated_path()
[all …]
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c78 clock_update(pll->out, 0); in pll_update()
85 clock_update(pll->out, 0); in pll_update()
107 clock_update_hz(pll->out, freq); in pll_update()
177 clock_update(channel->out, 0); in pll_channel_update()
194 clock_update_hz(channel->out, freq); in pll_channel_update()
271 clock_update(mux->out, 0); in clock_mux_update()
278 clock_update_hz(mux->out, freq); in clock_mux_update()
299 clock_update(mux->out, 0); in clock_mux_update()
305 clock_update_hz(mux->out, freq); in clock_mux_update()
383 clock_update(s->out, clock_get(src)); in dsi0hsck_mux_update()
[all …]
/openbmc/linux/lib/842/
H A D842_compress.c92 u8 *out; member
171 u8 *out = p->out; in add_bits() local
191 o = *out & bmask[b]; in add_bits()
195 *out = o | d; in add_bits()
197 put_unaligned(cpu_to_be16(o << 8 | d), (__be16 *)out); in add_bits()
214 p->out += p->bit / 8; in add_bits()
478 u8 *out, unsigned int *olen, void *wmem) in sw842_compress() argument
495 p->out = out; in sw842_compress()
588 p->out++; in sw842_compress()
598 memset(p->out, 0, pad); in sw842_compress()
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5.c354 if (out->manager == NULL) { in hdmi_display_enable()
540 out->dev = &pdev->dev; in hdmi_init_output()
541 out->id = OMAP_DSS_OUTPUT_HDMI; in hdmi_init_output()
543 out->name = "hdmi.0"; in hdmi_init_output()
545 out->ops.hdmi = &hdmi_ops; in hdmi_init_output()
546 out->owner = THIS_MODULE; in hdmi_init_output()
548 omapdss_register_output(out); in hdmi_init_output()
591 goto out; in hdmi_audio_startup()
596 out: in hdmi_audio_startup()
658 goto out; in hdmi_audio_config()
[all …]
H A Dhdmi4.c324 if (out->manager == NULL) { in hdmi_display_enable()
508 out->dev = &pdev->dev; in hdmi_init_output()
509 out->id = OMAP_DSS_OUTPUT_HDMI; in hdmi_init_output()
511 out->name = "hdmi.0"; in hdmi_init_output()
513 out->ops.hdmi = &hdmi_ops; in hdmi_init_output()
514 out->owner = THIS_MODULE; in hdmi_init_output()
516 omapdss_register_output(out); in hdmi_init_output()
559 goto out; in hdmi_audio_startup()
564 out: in hdmi_audio_startup()
626 goto out; in hdmi_audio_config()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c414 fputc(' ', out); in print_match_error()
417 fputs("; ", out); in print_match_error()
431 fputc('\n', out); in print_match_error()
448 fputc('\n', out); in print_match_error()
753 goto out; in match_program()
768 goto out; in match_program()
776 goto out; in match_program()
782 goto out; in match_program()
794 out: in match_program()
907 goto out; in test_ctx_rewrite()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_nvm.c110 goto out; in igc_read_nvm_eerd()
125 out: in igc_read_nvm_eerd()
171 goto out; in igc_validate_nvm_checksum()
179 goto out; in igc_validate_nvm_checksum()
182 out: in igc_validate_nvm_checksum()
204 goto out; in igc_update_nvm_checksum()
213 out: in igc_update_nvm_checksum()
/openbmc/ibm-logging/
H A Dcreate_error_reports.py141 out = open(outfile, "w")
142 out.write("YAML errors not in policy table:\n\n")
146 out.write(" %s\n" % e)
148 out.write("\n%d total errors in the YAML\n\n" % len(yaml_errors))
149 out.write("Policy errors not in YAML:\n\n")
153 out.write(" %s\n" % e)
160 out.write(
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.c23 u32 out[MLX5_ST_SZ_DW(general_obj_out_cmd_hdr)] = {}; in mlx5_geneve_tlv_option_create() local
43 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out)); in mlx5_geneve_tlv_option_create()
47 obj_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5_geneve_tlv_option_create()
53 u32 out[MLX5_ST_SZ_DW(general_obj_out_cmd_hdr)] = {}; in mlx5_geneve_tlv_option_destroy() local
60 mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out)); in mlx5_geneve_tlv_option_destroy()
/openbmc/linux/scripts/
H A Dextract_xc3028.pl47 my ($chunklength, $buf, $rcount, $out);
57 $out .= $buf;
60 return $out;
105 my $out = get_hunk($offset, $length);
114 syswrite(OUTFILE, $out);
120 my $out = get_hunk($offset, $length);
131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1));
146 my $out;
912 my $out;
1689 my $out;
[all …]
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c40 goto out; in ieee80211_wx_set_freq()
61 goto out; in ieee80211_wx_set_freq()
67 goto out; in ieee80211_wx_set_freq()
80 out: in ieee80211_wx_set_freq()
151 goto out; in ieee80211_wx_set_wap()
156 goto out; in ieee80211_wx_set_wap()
174 out: in ieee80211_wx_set_wap()
208 out: in ieee80211_wx_get_essid()
294 out: in ieee80211_wx_set_mode()
377 out: in ieee80211_wx_set_scan()
[all …]
/openbmc/linux/fs/nfsd/
H A Dvfs.c176 out: in nfsd_cross_mnt()
334 out: in nfsd_lookup()
570 out: in nfsd_setattr()
806 out: in nfsd_access()
875 out: in __nfsd_open()
1261 out: in nfsd_write()
1484 out: in nfsd_create_locked()
1650 out: in nfsd_symlink()
1723 out: in nfsd_link()
1880 out: in nfsd_rename()
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.c38 goto out; in ubi_dump_flash()
44 out: in ubi_dump_flash()
281 goto out; in dfs_file_read()
286 goto out; in dfs_file_read()
291 goto out; in dfs_file_read()
295 goto out; in dfs_file_read()
307 out: in dfs_file_read()
332 goto out; in dfs_file_write()
338 goto out; in dfs_file_write()
374 out: in dfs_file_write()
[all …]
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c222 rep_xcrypt_ecb(tmp, out, key, cword, count); in ecb_crypt_copy()
225 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, in cbc_crypt_copy() argument
236 return rep_xcrypt_cbc(tmp, out, key, iv, cword, count); in cbc_crypt_copy()
246 ecb_crypt_copy(in, out, key, cword, count); in ecb_crypt()
250 rep_xcrypt_ecb(in, out, key, cword, count); in ecb_crypt()
258 return cbc_crypt_copy(in, out, key, iv, cword, count); in cbc_crypt()
260 return rep_xcrypt_cbc(in, out, key, iv, cword, count); in cbc_crypt()
311 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1); in padlock_aes_encrypt()
320 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1); in padlock_aes_decrypt()
513 out: in padlock_init()
[all …]
/openbmc/linux/drivers/net/usb/
H A Dmcs7830.c191 goto out; in mcs7830_read_phy()
202 goto out; in mcs7830_read_phy()
207 goto out; in mcs7830_read_phy()
211 out: in mcs7830_read_phy()
233 goto out; in mcs7830_write_phy()
238 goto out; in mcs7830_write_phy()
249 goto out; in mcs7830_write_phy()
254 out: in mcs7830_write_phy()
398 goto out; in mcs7830_apply_base_config()
413 out: in mcs7830_apply_base_config()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dtsc200x-core.c148 goto out; in tsc200x_irq_thread()
152 goto out; in tsc200x_irq_thread()
156 goto out; in tsc200x_irq_thread()
158 goto out; in tsc200x_irq_thread()
167 goto out; in tsc200x_irq_thread()
183 goto out; in tsc200x_irq_thread()
194 out: in tsc200x_irq_thread()
278 goto out; in tsc200x_selftest_show()
287 goto out; in tsc200x_selftest_show()
325 out: in tsc200x_selftest_show()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dimg,i2s-out.txt5 - compatible : Compatible list, must contain "img,i2s-out"
22 - img,i2s-channels : Number of I2S channels instantiated in the I2S out block
24 - resets: Contains a phandle to the I2S out reset signal
30 - interrupts : Contains the I2S out interrupts. Depending on
38 i2s_out: i2s-out@18100a00 {
39 compatible = "img,i2s-out";

1...<<21222324252627282930>>...458