Searched refs:uni (Results 1 - 25 of 78) sorted by last modified time

1234

/linux-master/fs/ntfs3/
H A Dntfs_fs.h490 struct cpu_str *uni, u32 max_ulen,
492 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni,
552 const struct le_str *uni,
721 const struct cpu_str *uni, umode_t mode,
733 const struct cpu_str *uni);
H A Dinode.c1221 const struct cpu_str *uni, umode_t mode,
1397 err = fill_name_de(sbi, new_de, name, uni);
1219 ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const struct cpu_str *uni, umode_t mode, dev_t dev, const char *symname, u32 size, struct ntfs_fnd *fnd) argument
H A Ddir.c167 * @uni: Destination memory.
178 struct cpu_str *uni, u32 max_ulen,
184 u16 *uname = uni->name;
191 uni->len = ret;
226 uni->len = ret;
233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, argument
254 err = indx_find(&ni->dir, ni, NULL, uni, 0, sbi, &diff, &e, fnd);
264 inode = ntfs_iget5(sb, &e->ref, uni);
177 ntfs_nls_to_utf16(struct ntfs_sb_info *sbi, const u8 *name, u32 name_len, struct cpu_str *uni, u32 max_ulen, enum utf16_endian endian) argument
H A Dnamei.c21 const struct cpu_str *uni)
31 if (uni) {
33 int ulen = uni->len;
35 const u16 *name_cpu = uni->name;
40 memcpy(fname->name, uni->name, uni->len * sizeof(u16));
42 fname->name_len = uni->len;
71 struct cpu_str *uni = __getname(); local
75 if (!uni)
79 dentry->d_name.len, uni, NTFS_NAME_LE
20 fill_name_de(struct ntfs_sb_info *sbi, void *buf, const struct qstr *name, const struct cpu_str *uni) argument
374 struct cpu_str *uni = __getname(); local
481 struct cpu_str *uni; local
[all...]
H A Dfrecord.c1647 const struct le_str *uni,
1671 if (!uni)
1674 if (uni->len != fname->name_len)
1677 if (ntfs_cmp_names(uni->name, uni->len, fname->name, uni->len, NULL,
1646 ni_fname_name(struct ntfs_inode *ni, const struct le_str *uni, const struct MFT_REF *home_dir, struct mft_inode **mi, struct ATTR_LIST_ENTRY **le) argument
H A Dfsntfs.c2656 struct cpu_str *uni = __getname(); local
2658 if (!uni)
2661 err = ntfs_nls_to_utf16(sbi, label, len, uni, (PATH_MAX - 2) / 2,
2666 if (uni->len > max_ulen) {
2677 err = ni_insert_resident(ni, uni->len * sizeof(u16), ATTR_LABEL, NULL,
2683 memcpy(resident_data(attr), uni->name, uni->len * sizeof(u16));
2699 __putname(uni);
/linux-master/fs/vboxsf/
H A Dutils.c372 wchar_t uni; local
397 nb = sbi->nls->char2uni(path, path_len, &uni);
406 nb = utf32_to_utf8(uni, out, out_len);
455 unicode_t uni; local
457 nb = utf8_to_utf32(in, in_bound_len, &uni);
464 nb = sbi->nls->uni2char(uni, out, out_bound_len);
/linux-master/net/mac80211/
H A Dcfg.c758 int link_id, u8 key_idx, bool uni,
768 ieee80211_set_default_key(link, key_idx, uni, multi);
756 ieee80211_config_default_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool uni, bool multi) argument
H A Dkey.c348 int idx, bool uni, bool multi)
363 if (uni) {
377 bool uni, bool multi)
381 __ieee80211_set_default_key(link, idx, uni, multi);
347 __ieee80211_set_default_key(struct ieee80211_link_data *link, int idx, bool uni, bool multi) argument
376 ieee80211_set_default_key(struct ieee80211_link_data *link, int idx, bool uni, bool multi) argument
H A Dkey.h154 bool uni, bool multi);
/linux-master/fs/exfat/
H A Dnamei.c444 struct exfat_uni_name *uni)
446 return __exfat_resolve_path(inode, path, dir, uni, 0);
451 struct exfat_uni_name *uni)
453 return __exfat_resolve_path(inode, path, dir, uni, 1);
442 exfat_resolve_path(struct inode *inode, const unsigned char *path, struct exfat_chain *dir, struct exfat_uni_name *uni) argument
449 exfat_resolve_path_for_lookup(struct inode *inode, const unsigned char *path, struct exfat_chain *dir, struct exfat_uni_name *uni) argument
H A Dnls.c679 unsigned short uni = get_unaligned_le16(bh->b_data + i); local
682 index += uni;
684 } else if (uni == index) {
686 } else if (uni == 0xFFFF) {
688 } else { /* uni != index , uni != 0xFFFF */
689 upcase_table[index] = uni;
710 unsigned short uni = 0, *upcase_table; local
720 uni = uni_def_upcase[i];
722 index += uni;
[all...]
/linux-master/drivers/tty/vt/
H A DMakefile5 FONTMAPFILE = cp437.uni
H A Dconsolemap.c199 #define UNI_DIR(uni) FIELD_GET(UNI_DIR_BITS, (uni))
200 #define UNI_ROW(uni) FIELD_GET(UNI_ROW_BITS, (uni))
201 #define UNI_GLYPH(uni) FIELD_GET(UNI_GLYPH_BITS, (uni))
587 u16 uni = 0; local
604 uni += UNI_DIR_ROWS * UNI_ROW_GLYPHS;
612 uni += UNI_ROW_GLYPHS;
616 for (g = 0; g < UNI_ROW_GLYPHS; g++, uni
849 unsigned short uni = translations[USER_MAP][c]; local
853 conv_uni_to_8bit(u32 uni) argument
[all...]
/linux-master/fs/befs/
H A Dlinuxvfs.c510 unicode_t uni; local
533 utflen = utf8_to_utf32(&in[i], in_len - i, &uni);
538 if (uni > MAX_WCHAR_T)
540 unilen = nls->uni2char(uni, &result[o], in_len - o);
587 wchar_t uni; local
614 unilen = nls->char2uni(&in[i], in_len - i, &uni);
619 utflen = utf32_to_utf8(uni, &result[o], 3);
/linux-master/sound/soc/sti/
H A Dsti_uniperif.c80 { .compatible = "st,stih407-uni-player-hdmi",
83 { .compatible = "st,stih407-uni-player-pcm-out",
86 { .compatible = "st,stih407-uni-player-dac",
89 { .compatible = "st,stih407-uni-player-spdif",
92 { .compatible = "st,stih407-uni-reader-pcm_in",
95 { .compatible = "st,stih407-uni-reader-hdmi",
102 int sti_uniperiph_reset(struct uniperif *uni) argument
106 /* Reset uniperipheral uni */
107 SET_UNIPERIF_SOFT_RST_SOFT_RST(uni);
109 if (uni
129 struct uniperif *uni = priv->dai_data.uni; local
167 struct uniperif *uni = rule->private; local
182 struct uniperif *uni = rule->private; local
210 sti_uniperiph_get_tdm_word_pos(struct uniperif *uni, unsigned int *word_pos) argument
259 struct uniperif *uni = priv->dai_data.uni; local
287 struct uniperif *uni = priv->dai_data.uni; local
315 struct uniperif *uni = priv->dai_data.uni; local
337 struct uniperif *uni = priv->dai_data.uni; local
394 struct uniperif *uni; local
[all...]
H A Duniperif_reader.c190 struct uniperif *reader = priv->dai_data.uni;
341 struct uniperif *reader = priv->dai_data.uni;
357 struct uniperif *reader = priv->dai_data.uni;
388 struct uniperif *reader = priv->dai_data.uni;
H A Duniperif_player.c575 struct uniperif *player = priv->dai_data.uni;
592 struct uniperif *player = priv->dai_data.uni;
643 struct uniperif *player = priv->dai_data.uni;
657 struct uniperif *player = priv->dai_data.uni;
695 struct uniperif *player = priv->dai_data.uni;
728 struct uniperif *player = priv->dai_data.uni;
750 struct uniperif *player = priv->dai_data.uni;
980 struct uniperif *player = priv->dai_data.uni;
998 struct uniperif *player = priv->dai_data.uni;
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c682 int uni; member in struct:ts_ctl
2631 (slave->ts_ctl.uni ? TS_UNI_EN :
2976 slave->ts_ctl.uni = 1;
/linux-master/include/linux/
H A Dnls.h28 int (*uni2char) (wchar_t uni, unsigned char *out, int boundlen);
30 wchar_t *uni);
H A Dconsolemap.h29 int conv_uni_to_8bit(u32 uni);
54 static inline int conv_uni_to_8bit(u32 uni) argument
56 return uni & 0xff;
/linux-master/fs/nls/
H A Dnls_base.c498 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
501 unsigned char cl = uni & 0x00ff;
502 unsigned char ch = (uni & 0xff00) >> 8;
515 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
517 *uni = charset2uni[*rawstring];
518 if (*uni == 0x0000)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_validate.c841 uint32_t tex, uni; local
884 for (uni = 0;
885 uni < validated_shader->num_uniform_addr_offsets;
886 uni++) {
887 uint32_t o = validated_shader->uniform_addr_offsets[uni];
/linux-master/fs/fat/
H A Ddir.c142 const wchar_t *uni, int len, struct nls_table *nls)
150 ip = uni;
181 static inline int fat_uni_to_x8(struct super_block *sb, const wchar_t *uni, argument
186 return utf16s_to_utf8s(uni, FAT_MAX_UNI_CHARS,
189 return uni16_to_x8(sb, buf, uni, size, sbi->nls_io);
193 fat_short2uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) argument
197 charlen = t->char2uni(c, clen, uni);
199 *uni = 0x003f; /* a question mark */
207 int clen, wchar_t *uni)
214 *uni
141 uni16_to_x8(struct super_block *sb, unsigned char *ascii, const wchar_t *uni, int len, struct nls_table *nls) argument
206 fat_short2lower_uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) argument
[all...]
/linux-master/fs/isofs/
H A Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) argument
23 ip = uni;

Completed in 570 milliseconds

1234