Home
last modified time | relevance | path

Searched refs:vol_info (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_monitor.c312 monitor_cfg->vol_info, vol_trace, in aw_monitor_get_data()
738 struct aw_table_info *vol_info = in aw_monitor_parse_vol_data_v_0_1_1() local
739 &aw_dev->monitor_desc.monitor_cfg.vol_info; in aw_monitor_parse_vol_data_v_0_1_1()
742 if (vol_info->aw_table != NULL) { in aw_monitor_parse_vol_data_v_0_1_1()
743 devm_kfree(aw_dev->dev, vol_info->aw_table); in aw_monitor_parse_vol_data_v_0_1_1()
744 vol_info->aw_table = NULL; in aw_monitor_parse_vol_data_v_0_1_1()
747 vol_info->aw_table = devm_kzalloc(aw_dev->dev, in aw_monitor_parse_vol_data_v_0_1_1()
750 if (vol_info->aw_table == NULL) in aw_monitor_parse_vol_data_v_0_1_1()
753 vol_info->table_num = monitor_hdr->vol_num; in aw_monitor_parse_vol_data_v_0_1_1()
754 aw_monitor_write_data_to_table(aw_dev, vol_info, in aw_monitor_parse_vol_data_v_0_1_1()
[all …]
H A Daw_monitor.h114 struct aw_table_info vol_info; member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c49 struct vol_info { struct
585 static void __vol_release(struct vol_info *vi) in __vol_release()
595 struct vol_info *vi = container_of(kref, struct vol_info, refcnt); in vol_release()
605 struct vol_info *vi, *nvi; in free_vol_list()
1214 struct vol_info *vi; in dfs_cache_add_vol()
1253 static struct vol_info *find_vol(const char *fullpath) in find_vol()
1255 struct vol_info *vi; in find_vol()
1275 struct vol_info *vi; in dfs_cache_update_vol()
1309 struct vol_info *vi; in dfs_cache_del_vol()
1469 static struct cifs_ses *find_root_ses(struct vol_info *vi, in find_root_ses()
[all …]
H A Dconnect.c3817 struct cifs_sb_info *cifs_sb, struct smb_vol *vol_info) in reset_cifs_unix_caps() argument
3830 if (vol_info && vol_info->no_linux_ext) { in reset_cifs_unix_caps()
3835 } else if (vol_info) in reset_cifs_unix_caps()
3848 if (vol_info == NULL) { in reset_cifs_unix_caps()
3867 if (vol_info && vol_info->no_psx_acl) in reset_cifs_unix_caps()
3876 if (vol_info && vol_info->posix_paths == 0) in reset_cifs_unix_caps()
3907 if (vol_info == NULL) { in reset_cifs_unix_caps()
5105 struct smb_vol *vol_info; in cifs_construct_tcon() local
5107 vol_info = kzalloc(sizeof(*vol_info), GFP_KERNEL); in cifs_construct_tcon()
5108 if (vol_info == NULL) in cifs_construct_tcon()
[all …]
H A Dsmb2pdu.c5280 struct smb3_fs_vol_info *vol_info = (struct smb3_fs_vol_info *) in SMB2_QFS_attr() local
5282 tcon->vol_serial_number = vol_info->VolumeSerialNumber; in SMB2_QFS_attr()
5283 tcon->vol_create_time = vol_info->VolumeCreationTime; in SMB2_QFS_attr()
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dmaya44.c119 static const struct maya_vol_info vol_info[WM_NUM_VOLS] = { variable
161 const struct maya_vol_info *vol = &vol_info[idx]; in maya_vol_info()
192 const struct maya_vol_info *vol = &vol_info[idx]; in maya_vol_put()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.h404 } __packed vol_info; member
H A Ddasd_eckd.c1612 return private->vsq.vol_info.ese; in dasd_eckd_is_ese()