/linux-6.14.4/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1768 int __kvm_device_attr_get(int dev_fd, uint32_t group, uint64_t attr, void *val) in __kvm_device_attr_get() 1780 int __kvm_device_attr_set(int dev_fd, uint32_t group, uint64_t attr, void *val) in __kvm_device_attr_set() 1878 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in vm_dump()
|
/linux-6.14.4/sound/soc/sunxi/ |
D | sun8i-codec.c | 519 u8 val; member 821 int stream = w->id == snd_soc_dapm_aif_out; in sun8i_codec_aif_event() local
|
/linux-6.14.4/sound/soc/stm/ |
D | stm32_i2s.c | 1127 static void stm32_i2s_dai_init(struct snd_soc_pcm_stream *stream, in stm32_i2s_dai_init() 1274 u32 val; in stm32_i2s_probe() local
|
/linux-6.14.4/sound/pci/rme9652/ |
D | hdsp.c | 636 static void hdsp_write(struct hdsp *hdsp, int reg, int val) in hdsp_write() 1267 static void snd_hdsp_midi_write_byte (struct hdsp *hdsp, int id, int val) in snd_hdsp_midi_write_byte() 1540 u32 val = 0; in snd_hdsp_convert_from_aes() local 1550 static void snd_hdsp_convert_to_aes(struct snd_aes_iec958 *aes, u32 val) in snd_hdsp_convert_to_aes() 1579 u32 val; in snd_hdsp_control_spdif_put() local 1608 u32 val; in snd_hdsp_control_spdif_stream_put() local 1677 unsigned int val; in snd_hdsp_put_spdif_in() local 1735 unsigned int val; in snd_hdsp_put_toggle_setting() local 2037 int val; in snd_hdsp_put_clock_source() local 2143 int val; in snd_hdsp_put_da_gain() local [all …]
|
/linux-6.14.4/lib/zstd/decompress/ |
D | huf_decompress.c | 247 …emainingDStream(BIT_DStream_t* bit, HUF_DecompressAsmArgs const* args, int stream, BYTE* segmentEn… in HUF_initRemainingDStream() 479 size_t const val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX1() local 845 U32 const val = HUF_buildDEltX2U32(symbol, nbBits, baseSeq, level); in HUF_buildDEltX2() local 1137 size_t const val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local 1146 size_t const val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX2() local
|
/linux-6.14.4/sound/soc/codecs/ |
D | wcd938x.c | 322 u8 val = 0; in wcd938x_set_swr_clk_rate() local 1144 static int wcd938x_get_adc_mode(int val) in wcd938x_get_adc_mode() 1936 u8 val; in wcd938x_mbhc_micb_en_status() local 2089 int val, val1; in wcd938x_mbhc_get_result_params() local 3335 void *stream, int direction) in wcd938x_codec_set_sdw_stream()
|
D | wcd939x.c | 334 u8 val = 0; in wcd939x_set_swr_clk_rate() local 1053 static int wcd939x_get_adc_mode(int val) in wcd939x_get_adc_mode() 1870 u8 val; in wcd939x_mbhc_micb_en_status() local 2053 int val; in wcd939x_mbhc_get_result_params() local 3323 void *stream, int direction) in wcd939x_codec_set_sdw_stream()
|
D | wsa884x.c | 1804 static int wsa884x_mute_stream(struct snd_soc_dai *dai, int mute, int stream) in wsa884x_mute_stream() 1829 void *stream, int direction) in wsa884x_set_stream() 1868 long val; in wsa884x_get_temp() local
|
D | lpass-rx-macro.c | 1689 unsigned int val; in rx_macro_int_dem_inp_mux_put() local 1847 u16 val, mask = 0, cnt = 0, temp; in rx_macro_get_channel_map() local 1903 static int rx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream) in rx_macro_digital_mute() 2171 u8 pcm_rate, val; in rx_macro_config_compander() local 3102 u16 val, ec_hq_reg; in rx_macro_enable_echo() local 3702 int ret, val; in swclk_gate_is_enabled() local
|
/linux-6.14.4/tools/perf/ |
D | builtin-diff.c | 47 bool stream; member 613 struct stats *stats, u64 val) in update_spark_value() 637 u64 val; in compute_cycles_diff() local
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed.h | 99 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 656 struct z_stream_s *stream; member 960 #define REG_WR(cdev, offset, val) writel((u32)val, REG_ADDR(cdev, offset)) argument 961 #define REG_WR16(cdev, offset, val) writew((u16)val, REG_ADDR(cdev, offset)) argument 963 #define DOORBELL(cdev, db_addr, val) \ argument
|
/linux-6.14.4/drivers/usb/cdns3/ |
D | cdnsp-gadget.h | 542 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) argument 543 #define DB_VALUE_EP0_OUT(ep, stream) ((ep) & 0xff) argument 1479 static inline void cdnsp_write_64(const u64 val, __le64 __iomem *regs) in cdnsp_write_64()
|
/linux-6.14.4/drivers/usb/fotg210/ |
D | fotg210-hcd.h | 562 struct fotg210_iso_stream *stream; /* endpoint's queue */ member 657 const unsigned int val, __u32 __iomem *regs) in fotg210_writel()
|
/linux-6.14.4/include/sound/ |
D | soc.h | 509 int stream) in snd_soc_runtime_activate() 514 int stream) in snd_soc_runtime_deactivate() 1330 unsigned int val) in snd_soc_enum_val_to_item()
|
/linux-6.14.4/sound/pci/hda/ |
D | patch_ca0132.c | 683 unsigned int val; member 776 unsigned int val; member 1545 hda_nid_t nid, unsigned char stream, in codec_set_converter_stream_channel() 1783 unsigned int val; in chipio_set_control_flag() local 1799 int val; in chipio_set_control_param() local 1825 int val; in chipio_set_control_param_no_mutex() local 2901 u8 val; in dsp_allocate_router_ports() local 4624 bool val) in ca0132_alt_surround_set_bass_redirection() 4942 static int ca0132_set_vipsource(struct hda_codec *codec, int val) in ca0132_set_vipsource() 4980 static int ca0132_alt_set_vipsource(struct hda_codec *codec, int val) in ca0132_alt_set_vipsource() [all …]
|
D | patch_hdmi.c | 439 int val; in hdmi_get_dip_index() local 452 int val; in hdmi_set_dip_index() local 460 unsigned char val) in hdmi_write_dip_byte() 655 u8 val; in hdmi_infoframe_uptodate() local 2625 unsigned int val = use_acomp ? 0 : (AC_USRSP_EN | tbl->tag); in reprogram_jack_detect() local 3998 struct hda_pcm_stream *stream; in tegra_hdmi_build_pcms() local
|
/linux-6.14.4/drivers/usb/host/ |
D | xhci.h | 303 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) argument 1756 const u64 val, __le64 __iomem *regs) in xhci_write_64() 2452 u16 stream; in xhci_decode_doorbell() local
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 160 #define dmub_memset(dest, val, bytes) memset((dest), (val), (bytes)) argument 2082 struct dmub_fams2_stream_static_state stream; //v0 member
|