Home
last modified time | relevance | path

Searched refs:astr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Dunicode.c123 char *astr, int *len_p) in hfsplus_uni2asc() argument
132 op = astr; in hfsplus_uni2asc()
247 *len_p = (char *)op - astr; in hfsplus_uni2asc()
255 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() argument
258 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()
300 const char *astr, int len) in hfsplus_asc2uni() argument
308 size = asc2unichar(sb, astr, len, &c); in hfsplus_asc2uni()
323 astr += size; in hfsplus_asc2uni()
340 const char *astr; in hfsplus_hash_dentry() local
350 astr = str->name; in hfsplus_hash_dentry()
[all …]
Dhfsplus_fs.h518 char *astr, int *len_p);
520 int max_unistr_len, const char *astr, int len);
/linux-4.4.14/sound/ppc/
Dpmac.c218 struct pmac_stream *astr; in snd_pmac_pcm_prepare() local
227 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_prepare()
228 if (! astr) in snd_pmac_pcm_prepare()
230 astr->cur_freqs = 1 << rate_index; in snd_pmac_pcm_prepare()
231 astr->cur_formats = 1 << runtime->format; in snd_pmac_pcm_prepare()
637 struct pmac_stream *astr; in snd_pmac_pcm_close() local
641 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_close()
642 if (! astr) in snd_pmac_pcm_close()
646 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close()
647 astr->cur_formats = chip->formats_ok; in snd_pmac_pcm_close()