Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 4981) sorted by relevance

12345678910>>...200

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_cmdline_parser.c22 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_e_only() local
42 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_not_digital() local
66 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_hdmi() local
90 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_dvi() local
110 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_d_only() local
130 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_margin_only() local
141 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_interlace_only() local
152 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res() local
176 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res_missing_x() local
187 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res_missing_y() local
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/brocade/bna/
Dbna.h122 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
124 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
126 #define xxx_enable(mode, bitmask, xxx) \ argument
132 #define xxx_disable(mode, bitmask, xxx) \ argument
138 #define xxx_inactive(mode, bitmask, xxx) \ argument
144 #define is_promisc_enable(mode, bitmask) \ argument
147 #define is_promisc_disable(mode, bitmask) \ argument
150 #define promisc_enable(mode, bitmask) \ argument
153 #define promisc_disable(mode, bitmask) \ argument
156 #define promisc_inactive(mode, bitmask) \ argument
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbna.h114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
118 #define xxx_enable(mode, bitmask, xxx) \ argument
124 #define xxx_disable(mode, bitmask, xxx) \ argument
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
136 #define is_promisc_enable(mode, bitmask) \ argument
139 #define is_promisc_disable(mode, bitmask) \ argument
142 #define promisc_enable(mode, bitmask) \ argument
145 #define promisc_disable(mode, bitmask) \ argument
148 #define promisc_inactive(mode, bitmask) \ argument
[all …]
/kernel/linux/linux-4.19/lib/xz/
Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 # define DEC_IS_MULTI(mode) (false) argument
/kernel/linux/linux-5.10/lib/xz/
Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 # define DEC_IS_MULTI(mode) (false) argument
/kernel/linux/linux-4.19/include/linux/
Dproc_fs.h34 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
36 #define proc_create_seq(name, mode, parent, ops) \ argument
41 #define proc_create_single(name, mode, parent, show) \ argument
61 #define proc_create_net(name, mode, parent, state_size, ops) \ argument
93 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
95 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
96 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
97 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument
98 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
99 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument
[all …]
Ddebugfs.h170 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file()
178 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe()
185 static inline struct dentry *debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size()
249 static inline struct dentry *debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8()
256 static inline struct dentry *debugfs_create_u16(const char *name, umode_t mode, in debugfs_create_u16()
263 static inline struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32()
270 static inline struct dentry *debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64()
278 umode_t mode, in debugfs_create_ulong()
285 static inline struct dentry *debugfs_create_x8(const char *name, umode_t mode, in debugfs_create_x8()
292 static inline struct dentry *debugfs_create_x16(const char *name, umode_t mode, in debugfs_create_x16()
[all …]
/kernel/linux/linux-4.19/kernel/sched/
Dwait_bit.c20 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
41 wait_bit_action_f *action, unsigned mode) in __wait_on_bit()
58 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit()
69 unsigned mode, unsigned long timeout) in out_of_line_wait_on_bit_timeout()
82 wait_bit_action_f *action, unsigned mode) in __wait_on_bit_lock()
111 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit_lock()
159 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
195 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
205 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
215 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
[all …]
Dwait.c65 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common()
109 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock()
142 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up()
152 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
158 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
165 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark()
188 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key()
206 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive) in __wake_up_sync()
373 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
409 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken()
[all …]
/kernel/linux/linux-5.10/kernel/sched/
Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
42 wait_bit_action_f *action, unsigned mode) in __wait_on_bit()
59 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit()
70 unsigned mode, unsigned long timeout) in out_of_line_wait_on_bit_timeout()
83 wait_bit_action_f *action, unsigned mode) in __wait_on_bit_lock()
112 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit_lock()
160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
[all …]
Dwait.c66 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common()
110 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock()
139 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up()
149 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
155 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
162 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark()
184 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key()
211 unsigned int mode, void *key) in __wake_up_locked_sync_key()
220 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync()
399 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddebugfs.h175 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file()
183 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe()
190 static inline void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size()
252 static inline void debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8()
255 static inline void debugfs_create_u16(const char *name, umode_t mode, in debugfs_create_u16()
258 static inline void debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32()
261 static inline void debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64()
265 umode_t mode, in debugfs_create_ulong()
272 static inline void debugfs_create_x8(const char *name, umode_t mode, in debugfs_create_x8()
275 static inline void debugfs_create_x16(const char *name, umode_t mode, in debugfs_create_x16()
[all …]
Dproc_fs.h94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
96 #define proc_create_seq(name, mode, parent, ops) \ argument
101 #define proc_create_single(name, mode, parent, show) \ argument
121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
166 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir()
172 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
174 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
175 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
176 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument
177 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath5k/
Deeprom.c41 unsigned int mode) in ath5k_eeprom_bin2freq()
190 unsigned int mode) in ath5k_eeprom_read_ants()
250 unsigned int mode) in ath5k_eeprom_read_modes()
471 unsigned int mode; in ath5k_eeprom_init_modes() local
511 struct ath5k_chan_pcal_info *pc, unsigned int mode) in ath5k_eeprom_read_freq_list()
601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413()
667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info()
714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111()
793 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111()
902 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5112()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Deeprom.c41 unsigned int mode) in ath5k_eeprom_bin2freq()
190 unsigned int mode) in ath5k_eeprom_read_ants()
250 unsigned int mode) in ath5k_eeprom_read_modes()
471 unsigned int mode; in ath5k_eeprom_init_modes() local
511 struct ath5k_chan_pcal_info *pc, unsigned int mode) in ath5k_eeprom_read_freq_list()
601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413()
667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info()
714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111()
793 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111()
902 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5112()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dchip.c1392 int mode, u64 value) in read_write_csr()
1412 void *context, int vl, int mode, u64 data) in dev_access_u32_csr()
1429 void *context, int idx, int mode, u64 data) in access_sde_err_cnt()
1439 void *context, int idx, int mode, u64 data) in access_sde_int_cnt()
1449 void *context, int idx, int mode, u64 data) in access_sde_idle_int_cnt()
1459 void *context, int idx, int mode, in access_sde_progress_int_cnt()
1470 int vl, int mode, u64 data) in dev_access_u64_csr()
1491 int vl, int mode, u64 data) in dc_access_lcb_cntr()
1515 int vl, int mode, u64 data) in port_access_u32_csr()
1525 void *context, int vl, int mode, u64 data) in port_access_u64_csr()
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/hw/hfi1/
Dchip.c1376 int mode, u64 value) in read_write_csr()
1396 void *context, int vl, int mode, u64 data) in dev_access_u32_csr()
1413 void *context, int idx, int mode, u64 data) in access_sde_err_cnt()
1423 void *context, int idx, int mode, u64 data) in access_sde_int_cnt()
1433 void *context, int idx, int mode, u64 data) in access_sde_idle_int_cnt()
1443 void *context, int idx, int mode, in access_sde_progress_int_cnt()
1454 int vl, int mode, u64 data) in dev_access_u64_csr()
1475 int vl, int mode, u64 data) in dc_access_lcb_cntr()
1499 int vl, int mode, u64 data) in port_access_u32_csr()
1509 void *context, int vl, int mode, u64 data) in port_access_u64_csr()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwcd-clsh-v2.c14 int mode; member
127 int mode) in wcd_clsh_set_buck_mode()
141 int mode) in wcd_clsh_set_flyback_mode()
155 int mode, in wcd_clsh_buck_ctrl()
174 int mode, in wcd_clsh_flyback_ctrl()
195 static void wcd_clsh_set_gain_path(struct wcd_clsh_ctrl *ctrl, int mode) in wcd_clsh_set_gain_path()
223 int mode) in wcd_clsh_set_hph_mode()
268 int mode) in wcd_clsh_set_flyback_current()
280 int mode) in wcd_clsh_set_buck_regulator_mode()
293 bool is_enable, int mode) in wcd_clsh_state_lo()
[all …]
/kernel/liteos_a/kernel/base/ipc/
Dlos_event.c59 LITE_OS_SEC_TEXT STATIC UINT32 OsEventParamCheck(const VOID *ptr, UINT32 eventMask, UINT32 mode) in OsEventParamCheck()
81 LITE_OS_SEC_TEXT UINT32 OsEventPoll(UINT32 *eventID, UINT32 eventMask, UINT32 mode) in OsEventPoll()
105 …S_SEC_TEXT STATIC UINT32 OsEventReadCheck(const PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode) in OsEventReadCheck()
126 LITE_OS_SEC_TEXT STATIC UINT32 OsEventReadImp(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, in OsEventReadImp()
160 LITE_OS_SEC_TEXT STATIC UINT32 OsEventRead(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT… in OsEventRead()
244 LITE_OS_SEC_TEXT UINT32 LOS_EventPoll(UINT32 *eventID, UINT32 eventMask, UINT32 mode) in LOS_EventPoll()
260 LITE_OS_SEC_TEXT UINT32 LOS_EventRead(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 ti… in LOS_EventRead()
270 LITE_OS_SEC_TEXT_MINOR UINT32 OsEventReadOnce(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, in OsEventReadOnce()
319 UINT32 eventMask, UINT32 mode, UINT32 timeout) in OsEventReadWithCond()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_modes.c54 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline()
89 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy()
108 struct drm_display_mode *mode) in drm_mode_probed_add()
740 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name()
758 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh()
788 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing()
907 const struct drm_display_mode *mode) in drm_mode_duplicate()
1078 drm_mode_validate_basic(const struct drm_display_mode *mode) in drm_mode_validate_basic()
1121 const struct drm_display_mode *mode) in drm_mode_validate_driver()
1151 drm_mode_validate_size(const struct drm_display_mode *mode, in drm_mode_validate_size()
[all …]
/kernel/linux/linux-4.19/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface()
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface()
195 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb()
311 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, in cvmx_spi_calendar_setup_cb()
430 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb()
508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb()
577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb()
633 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface()
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface()
195 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb()
311 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, in cvmx_spi_calendar_setup_cb()
430 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb()
508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb()
577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb()
633 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
Dcheck_tags_inclusion.c22 static int verify_mte_pointer_validity(char *ptr, int mode) in verify_mte_pointer_validity()
43 static int check_single_included_tags(int mem_type, int mode) in check_single_included_tags()
73 static int check_multiple_included_tags(int mem_type, int mode) in check_multiple_included_tags()
105 static int check_all_included_tags(int mem_type, int mode) in check_all_included_tags()
129 static int check_none_included_tags(int mem_type, int mode) in check_none_included_tags()
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_modes.c50 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline()
90 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy()
111 struct drm_display_mode *mode) in drm_mode_probed_add()
736 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name()
754 int drm_mode_hsync(const struct drm_display_mode *mode) in drm_mode_hsync()
780 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh()
814 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing()
935 const struct drm_display_mode *mode) in drm_mode_duplicate()
1106 drm_mode_validate_basic(const struct drm_display_mode *mode) in drm_mode_validate_basic()
1149 const struct drm_display_mode *mode) in drm_mode_validate_driver()
[all …]
/kernel/linux/linux-4.19/drivers/soc/fsl/qe/
Ducc.c124 enum comm_dir mode) in ucc_set_qe_mux_rxtx()
493 static int ucc_get_tdm_rxtx_clk(enum comm_dir mode, u32 tdm_num, in ucc_get_tdm_rxtx_clk()
508 static u32 ucc_get_tdm_clk_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_clk_shift()
522 enum comm_dir mode) in ucc_set_tdm_rxtx_clk()
554 enum comm_dir mode) in ucc_get_tdm_sync_source()
625 static u32 ucc_get_tdm_sync_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_sync_shift()
636 enum comm_dir mode) in ucc_set_tdm_rxtx_sync()

12345678910>>...200