Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A Dowl-composite.c18 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_get_parent() local
25 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_set_parent() local
32 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_disable() local
40 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_enable() local
50 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_is_enabled() local
59 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_round_rate() local
68 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_recalc_rate() local
77 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_set_rate() local
86 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_round_rate() local
96 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_recalc_rate() local
[all …]
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzcomp.c47 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init()
62 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
75 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show()
104 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
110 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put()
151 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
166 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
174 static int zcomp_init(struct zcomp *comp) in zcomp_init()
192 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
209 struct zcomp *comp; in zcomp_create() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c91 struct mtk_ddp_comp *comp, unsigned int offset) in mtk_ddp_write()
103 struct mtk_ddp_comp *comp, in mtk_ddp_write_relaxed()
117 struct mtk_ddp_comp *comp, in mtk_ddp_write_mask()
136 void mtk_dither_set(struct mtk_ddp_comp *comp, unsigned int bpc, in mtk_dither_set()
161 static void mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_od_config()
170 static void mtk_od_start(struct mtk_ddp_comp *comp) in mtk_od_start()
175 static void mtk_ufoe_start(struct mtk_ddp_comp *comp) in mtk_ufoe_start()
180 static void mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_aal_config()
188 static void mtk_aal_start(struct mtk_ddp_comp *comp) in mtk_aal_start()
193 static void mtk_aal_stop(struct mtk_ddp_comp *comp) in mtk_aal_stop()
[all …]
H A Dmtk_drm_ddp_comp.h76 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
85 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
91 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
97 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ddp_comp_enable_vblank()
104 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank()
111 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations()
119 static inline unsigned int mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) in mtk_ddp_comp_layer_nr()
127 static inline int mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_check()
136 static inline void mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_config()
145 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set()
[all …]
H A Dmtk_disp_ovl.c77 static inline struct mtk_disp_ovl *comp_to_ovl(struct mtk_ddp_comp *comp) in comp_to_ovl()
98 static void mtk_ovl_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ovl_enable_vblank()
108 static void mtk_ovl_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ovl_disable_vblank()
116 static void mtk_ovl_start(struct mtk_ddp_comp *comp) in mtk_ovl_start()
121 static void mtk_ovl_stop(struct mtk_ddp_comp *comp) in mtk_ovl_stop()
126 static void mtk_ovl_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_ovl_config()
139 static unsigned int mtk_ovl_layer_nr(struct mtk_ddp_comp *comp) in mtk_ovl_layer_nr()
146 static unsigned int mtk_ovl_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ovl_supported_rotations()
152 static int mtk_ovl_layer_check(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_ovl_layer_check()
180 static void mtk_ovl_layer_on(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_ovl_layer_on()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp56 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element()
131 minmax_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in minmax_element()
213 BinaryPredicate comp) in basic_first_min_element()
226 BinaryPredicate comp) in basic_last_min_element()
239 BinaryPredicate comp) in basic_first_max_element()
252 BinaryPredicate comp) in basic_last_max_element()
274 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_min_element()
290 last_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in last_min_element()
306 first_max_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_max_element()
322 last_max_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in last_max_element()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dmerge.hpp110 (RandIt first, const RandIt last, const T& key, Compare comp) in lower_bound()
135 (RandIt first, const RandIt last, const T& key, Compare comp) in upper_bound()
164 , Compare comp in op_merge_left()
194 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in merge_left()
205 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in swap_merge_left()
212 (RandIt const first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp, Op op) in op_merge_right()
244 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
254 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
261 (BidirIt first, BidirIt middle, BidirIt last, Distance len1, Distance len2, Compare comp) in merge_bufferless_ONlogN_recursive()
348 void merge_bufferless_ONlogN(BidirIt first, BidirIt middle, BidirIt last, Compare comp) in merge_bufferless_ONlogN()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslhc.c96 struct slcompress *comp; in slhc_init() local
154 slhc_free(struct slcompress *comp) in slhc_free()
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
695 slhc_toss(struct slcompress *comp) in slhc_toss()
707 slhc_toss(struct slcompress *comp) in slhc_toss()
713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
[all …]
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmisc_decompress.c20 static void decomp_set_flags(u32 *flags, u8 comp) in decomp_set_flags()
28 void misc_decompress_async(u8 comp) in misc_decompress_async()
33 void misc_decompress_sync(u8 comp) in misc_decompress_sync()
80 static u64 misc_get_data_size(unsigned long src, unsigned long len, u32 comp) in misc_get_data_size()
102 static void misc_setup_default_sync(u32 comp) in misc_setup_default_sync()
110 static struct udevice *misc_decompress_get_device(u32 comp) in misc_decompress_get_device()
155 static int misc_decompress_data_size(struct udevice *dev, u64 *size, u32 comp) in misc_decompress_data_size()
170 static int misc_decompress_finish(struct udevice *dev, u32 comp) in misc_decompress_finish()
190 u32 comp; in misc_decompress_cleanup() local
224 unsigned long src_len, u32 comp, bool sync, in misc_decompress_process()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwcd-clsh-v2.c19 struct snd_soc_component *comp; member
109 struct snd_soc_component *comp = ctrl->comp; in wcd_enable_clsh_block() local
120 static inline bool wcd_clsh_enable_status(struct snd_soc_component *comp) in wcd_clsh_enable_status()
126 static inline void wcd_clsh_set_buck_mode(struct snd_soc_component *comp, in wcd_clsh_set_buck_mode()
140 static inline void wcd_clsh_set_flyback_mode(struct snd_soc_component *comp, in wcd_clsh_set_flyback_mode()
158 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_buck_ctrl() local
177 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_flyback_ctrl() local
197 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_gain_path() local
222 static void wcd_clsh_set_hph_mode(struct snd_soc_component *comp, in wcd_clsh_set_hph_mode()
267 static void wcd_clsh_set_flyback_current(struct snd_soc_component *comp, in wcd_clsh_set_flyback_current()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_debug.h94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
130 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
201 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
225 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_debug.h96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
132 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
147 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
175 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
203 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
219 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
227 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_debug.h96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
132 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
147 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
175 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
203 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
219 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
227 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_debug.h94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
130 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
201 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
225 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_debug.h94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
130 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
201 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
225 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_debug.h95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
202 #define PHYDM_PRINT_ADDR(p_dm, comp, title_str, ptr) \ argument
218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
226 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra210_dmic.c162 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_boost_gain() local
173 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_boost_gain() local
188 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_ch_select() local
199 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_ch_select() local
214 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_mono_to_stereo() local
225 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_mono_to_stereo() local
240 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_stereo_to_mono() local
251 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_stereo_to_mono() local
266 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_osr_val() local
277 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_osr_val() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/
H A Dhalrf_debug.h40 #define RF_DBG(dm, comp, fmt, args...) \ argument
50 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
76 #define RF_DBG(dm, comp, fmt, args...) \ argument
84 #define RF_DBG(dm, comp, fmt, args...) \ argument
97 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
118 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_debug.h41 #define RF_DBG(dm, comp, fmt, args...) \ argument
51 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
77 #define RF_DBG(dm, comp, fmt, args...) \ argument
85 #define RF_DBG(dm, comp, fmt, args...) \ argument
98 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
102 #define RF_DBG(dm, comp, fmt, args...) argument

12345678910>>...16