Home
last modified time | relevance | path

Searched refs:KUNIT_STATIC_STUB_REDIRECT (Results 1 – 13 of 13) sorted by relevance

/linux/include/kunit/
H A Dstatic_stub.h14 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) do {} while (0) macro
59 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) \ macro
/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst48 1. Add the KUNIT_STATIC_STUB_REDIRECT() macro to the start of the "real"
52 declarations. KUNIT_STATIC_STUB_REDIRECT() takes the name of the
61 KUNIT_STATIC_STUB_REDIRECT(send_data_to_hardware, str);
133 KUNIT_STATIC_STUB_REDIRECT(send_data_to_hardware, str);
/linux/sound/soc/codecs/
H A Dcs-amp-lib.c83 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_write_cal_coeff()
110 KUNIT_STATIC_STUB_REDIRECT(cs_amp_read_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_read_cal_coeff()
267 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_efi_variable, name, guid, in cs_amp_get_efi_variable()
282 KUNIT_STATIC_STUB_REDIRECT(cs_amp_set_efi_variable, name, guid, attr, size, buf); in cs_amp_set_efi_variable()
719 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_vendor_spkid, dev); in cs_amp_create_debugfs()
811 KUNIT_STATIC_STUB_REDIRECT(cs_amp_devm_get_vendor_specific_variant_id,
H A Dcs35l56-shared.c1657 KUNIT_STATIC_STUB_REDIRECT(cs35l56_configure_onchip_spkid_pads, cs35l56_base); in cs35l56_configure_onchip_spkid_pads()
1709 KUNIT_STATIC_STUB_REDIRECT(cs35l56_read_onchip_spkid, cs35l56_base); in cs35l56_read_onchip_spkid()
/linux/lib/kunit/
H A Dstring-stream.c174 KUNIT_STATIC_STUB_REDIRECT(string_stream_destroy, stream); in string_stream_destroy()
H A Dkunit-example-test.c158 KUNIT_STATIC_STUB_REDIRECT(add_one, i); in add_one()
/linux/fs/ext4/
H A Dballoc.c276 KUNIT_STATIC_STUB_REDIRECT(ext4_get_group_desc, in ext4_get_group_desc()
473 KUNIT_STATIC_STUB_REDIRECT(ext4_read_block_bitmap_nowait, in ext4_read_block_bitmap_nowait()
572 KUNIT_STATIC_STUB_REDIRECT(ext4_wait_block_bitmap, in ext4_wait_block_bitmap()
H A Dextents.c193 KUNIT_STATIC_STUB_REDIRECT(__ext4_ext_dirty, where, line, handle, inode, in __ext4_ext_dirty()
531 KUNIT_STATIC_STUB_REDIRECT(ext4_cache_extents, inode, eh); in ext4_cache_extents()
895 KUNIT_STATIC_STUB_REDIRECT(ext4_find_extent, inode, block, path, flags); in ext4_find_extent()
2003 KUNIT_STATIC_STUB_REDIRECT(ext4_ext_insert_extent, handle, inode, path, in ext4_ext_insert_extent()
3167 KUNIT_STATIC_STUB_REDIRECT(ext4_ext_zeroout, inode, ex); in ext4_ext_zeroout()
H A Dinode.c417 KUNIT_STATIC_STUB_REDIRECT(ext4_issue_zeroout, inode, lblk, pblk, len); in ext4_issue_zeroout()
H A Dmballoc.c4099 KUNIT_STATIC_STUB_REDIRECT(ext4_mb_mark_context, in ext4_mb_mark_context()
/linux/net/mctp/
H A Droute.c1139 KUNIT_STATIC_STUB_REDIRECT(mctp_local_output, sk, dst, skb, daddr, in mctp_local_output()
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c40 KUNIT_STATIC_STUB_REDIRECT(cs_dsp_can_emit_message); in cs_dsp_can_emit_message()
/linux/net/mac80211/
H A Dmlme.c4762 KUNIT_STATIC_STUB_REDIRECT(ieee80211_connection_loss, vif); in ieee80211_connection_loss()