Lines Matching defs:sma1303_priv
59 struct sma1303_priv { struct
60 enum sma1303_type devtype;
61 struct attribute_group *attr_grp;
62 struct delayed_work check_fault_work;
63 struct device *dev;
64 struct kobject *kobj;
65 struct regmap *regmap;
66 struct sma1303_pll_match *pll_matches;
67 bool amp_power_status;
68 bool force_mute_status;
69 int num_of_pll_matches;
70 int retry_cnt;
71 unsigned int amp_mode;
72 unsigned int cur_vol;
73 unsigned int format;
74 unsigned int frame_size;
75 unsigned int init_vol;
76 unsigned int last_bclk;
77 unsigned int last_ocp_val;
78 unsigned int last_over_temp;
79 unsigned int rev_num;
80 unsigned int sys_clk_id;
81 unsigned int tdm_slot_rx;
82 unsigned int tdm_slot_tx;
83 unsigned int tsdw_cnt;
84 long check_fault_period;
85 long check_fault_status;