Searched refs:proc_info (Results 1 – 5 of 5) sorted by relevance
635 static void copy_proc_from_rsdata(struct rtg_proc_data *proc_info, in copy_proc_from_rsdata() argument638 memset(proc_info, 0, sizeof(struct rtg_proc_data)); in copy_proc_from_rsdata()639 proc_info->type = VIP; in copy_proc_from_rsdata()640 proc_info->rtcnt = DEFAULT_MAX_RT_THREAD; in copy_proc_from_rsdata()642 proc_info->type = rs_data->grp_type; in copy_proc_from_rsdata()644 proc_info->rtcnt = rs_data->rt_cnt; in copy_proc_from_rsdata()648 const struct rtg_proc_data *proc_info) in init_frame_thread_info() argument651 int type = proc_info->type; in init_frame_thread_info()655 frame_thread_info->thread[i] = proc_info->thread[i]; in init_frame_thread_info()661 struct rtg_proc_data proc_info; in parse_create_rtg_grp() local[all …]
217 if (scb->proc_info) { in cs46xx_dsp_proc_free_scb_desc()218 struct proc_scb_info * scb_info = scb->proc_info->private_data; in cs46xx_dsp_proc_free_scb_desc()225 snd_info_free_entry(scb->proc_info); in cs46xx_dsp_proc_free_scb_desc()226 scb->proc_info = NULL; in cs46xx_dsp_proc_free_scb_desc()241 scb->proc_info == NULL) { in cs46xx_dsp_proc_register_scb_desc()259 scb->proc_info = entry; in cs46xx_dsp_proc_register_scb_desc()
104 struct snd_info_entry *proc_info; member
658 - proc_info - supports /proc/scsi/{driver_name}/{host_no}822 * Also if proc_info() is not supplied, the output of this function860 * proc_info - supports /proc/scsi/{driver_name}/{host_no}886 int proc_info(char * buffer, char ** start, off_t offset,
292 * Removed .proc_info and .proc_name from the driver template and740 * Decrease the amount of data in proc_info.915 "[PATCH] use scsi host private data in ->proc_info.