Home
last modified time | relevance | path

Searched defs:source (Results 751 - 775 of 2631) sorted by relevance

1...<<31323334353637383940>>...106

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm5102.c1750 wm5102_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int Fref, unsigned int Fout) wm5102_set_fll() argument
H A Dwm8997.c926 wm8997_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int Fref, unsigned int Fout) wm8997_set_fll() argument
H A Dad193x.c102 static int ad193x_check_pll(struct snd_soc_dapm_widget *source, in ad193x_check_pll() argument
H A Dcs47l90.c2145 cs47l90_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int fref, unsigned int fout) cs47l90_set_fll() argument
H A Dcs47l92.c1676 cs47l92_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int fref, unsigned int fout) cs47l92_set_fll() argument
H A Dcs47l35.c1334 cs47l35_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int fref, unsigned int fout) cs47l35_set_fll() argument
H A Dcs47l24.c934 cs47l24_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int Fref, unsigned int Fout) cs47l24_set_fll() argument
H A Dwm8998.c1258 wm8998_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int Fref, unsigned int Fout) wm8998_set_fll() argument
H A Drt1016.c175 static int rt1016_is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in rt1016_is_sys_clk_from_pll() argument
418 rt1016_set_component_sysclk(struct snd_soc_component *component, int clk_id, int source, unsigned int freq, int dir) rt1016_set_component_sysclk() argument
453 rt1016_set_component_pll(struct snd_soc_component *component, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) rt1016_set_component_pll() argument
H A Dcs35l32.c202 cs35l32_component_set_sysclk(struct snd_soc_component *component, int clk_id, int source, unsigned int freq, int dir) cs35l32_component_set_sysclk() argument
H A Dcs47l15.c1126 cs47l15_set_fll(struct snd_soc_component *component, int fll_id, int source, unsigned int fref, unsigned int fout) cs47l15_set_fll() argument
H A Drk817_codec.c54 rk817_set_component_pll(struct snd_soc_component *component, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) rk817_set_component_pll() argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Ddns_resolver.h61 __u8 source; member
70 __u8 source; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/xen/
H A Dgntdev.h64 } source, dest; member
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-pcm.c168 unsigned int source; in pcm_open() local
H A Ddice-transaction.c62 snd_dice_transaction_get_clock_source(struct snd_dice *dice, unsigned int *source) snd_dice_transaction_get_clock_source() argument
132 dice_notification(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) dice_notification() argument
/kernel/linux/linux-6.6/sound/firewire/
H A Dfcp.c338 fcp_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) fcp_response() argument
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_transaction.c165 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
226 efw_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) efw_response() argument
/kernel/uniproton/src/fs/
H A Dfs.c199 int mount(const char *source, const char *target, in mount() argument
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H A Dvxp_ops.c558 static void vxp_set_clock_source(struct vx_core *_chip, int source) in vxp_set_clock_source() argument
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_decompress.c460 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe() argument
478 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast() argument
488 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k() argument
498 static int LZ4_decompress_safe_withSmallPrefix(const char *source, cha argument
510 LZ4_decompress_safe_forceExtDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_forceExtDict() argument
521 LZ4_decompress_fast_extDict(const char *source, char *dest, int originalSize, const void *dictStart, size_t dictSize) LZ4_decompress_fast_extDict() argument
538 LZ4_decompress_safe_doubleDict(const char *source, char *dest, int compressedSize, int maxOutputSize, size_t prefixSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_doubleDict() argument
551 LZ4_decompress_fast_doubleDict(const char *source, char *dest, int originalSize, size_t prefixSize, const void *dictStart, size_t dictSize) LZ4_decompress_fast_doubleDict() argument
587 LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, const char *source, char *dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_continue() argument
640 LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode, const char *source, char *dest, int originalSize) LZ4_decompress_fast_continue() argument
679 LZ4_decompress_safe_usingDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const char *dictStart, int dictSize) LZ4_decompress_safe_usingDict() argument
697 LZ4_decompress_fast_usingDict(const char *source, char *dest, int originalSize, const char *dictStart, int dictSize) LZ4_decompress_fast_usingDict() argument
[all...]
/kernel/linux/linux-6.6/net/mctp/
H A Dneigh.c24 mctp_neigh_add(struct mctp_dev *mdev, mctp_eid_t eid, enum mctp_neigh_source source, size_t lladdr_len, const void *lladdr) mctp_neigh_add() argument
88 mctp_neigh_remove(struct mctp_dev *mdev, mctp_eid_t eid, enum mctp_neigh_source source) mctp_neigh_remove() argument
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-src.c481 static int mtk_afe_src_en_connect(struct snd_soc_dapm_widget *source, in mtk_afe_src_en_connect() argument
/kernel/linux/linux-6.6/sound/soc/pxa/
H A Dmmp-sspa.c133 mmp_sspa_set_dai_pll(struct snd_soc_dai *cpu_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) mmp_sspa_set_dai_pll() argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Ddns_resolver.h61 __u8 source; member
70 __u8 source; member

Completed in 27 milliseconds

1...<<31323334353637383940>>...106