/kernel/linux/linux-4.19/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_rf.c | 54 void zd_rf_init(struct zd_rf *rf) in zd_rf_init() 63 void zd_rf_clear(struct zd_rf *rf) in zd_rf_clear() 70 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw() 114 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size) in zd_rf_scnprint_id() 119 int zd_rf_set_channel(struct zd_rf *rf, u8 channel) in zd_rf_set_channel() 136 int zd_switch_radio_on(struct zd_rf *rf) in zd_switch_radio_on() 152 int zd_switch_radio_off(struct zd_rf *rf) in zd_switch_radio_off() 169 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel) in zd_rf_patch_6m_band_edge() 177 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel) in zd_rf_generic_patch_6m()
|
D | zd_rf_al7230b.c | 99 static int zd1211_al7230b_init_hw(struct zd_rf *rf) in zd1211_al7230b_init_hw() 204 static int zd1211b_al7230b_init_hw(struct zd_rf *rf) in zd1211b_al7230b_init_hw() 325 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel() 372 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel() 419 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211_al7230b_switch_radio_on() 430 static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211b_al7230b_switch_radio_on() 441 static int al7230b_switch_radio_off(struct zd_rf *rf) in al7230b_switch_radio_off() 454 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_patch_6m() 474 int zd_rf_init_al7230b(struct zd_rf *rf) in zd_rf_init_al7230b()
|
D | zd_rf_al2230.c | 104 static int zd1211_al2230_init_hw(struct zd_rf *rf) in zd1211_al2230_init_hw() 217 static int zd1211b_al2230_init_hw(struct zd_rf *rf) in zd1211b_al2230_init_hw() 359 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al2230_set_channel() 375 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al2230_set_channel() 393 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf) in zd1211_al2230_switch_radio_on() 404 static int zd1211b_al2230_switch_radio_on(struct zd_rf *rf) in zd1211b_al2230_switch_radio_on() 415 static int al2230_switch_radio_off(struct zd_rf *rf) in al2230_switch_radio_off() 426 int zd_rf_init_al2230(struct zd_rf *rf) in zd_rf_init_al2230()
|
D | zd_rf_rf2959.c | 148 static int rf2959_init_hw(struct zd_rf *rf) in rf2959_init_hw() 230 static int rf2959_set_channel(struct zd_rf *rf, u8 channel) in rf2959_set_channel() 244 static int rf2959_switch_radio_on(struct zd_rf *rf) in rf2959_switch_radio_on() 255 static int rf2959_switch_radio_off(struct zd_rf *rf) in rf2959_switch_radio_off() 266 int zd_rf_init_rf2959(struct zd_rf *rf) in zd_rf_init_rf2959()
|
D | zd_rf_uw2453.c | 252 #define UW2453_PRIV(rf) ((struct uw2453_priv *) (rf)->priv) argument 308 static int uw2453_init_hw(struct zd_rf *rf) in uw2453_init_hw() 440 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) in uw2453_set_channel() 481 static int uw2453_switch_radio_on(struct zd_rf *rf) in uw2453_switch_radio_on() 500 static int uw2453_switch_radio_off(struct zd_rf *rf) in uw2453_switch_radio_off() 517 static void uw2453_clear(struct zd_rf *rf) in uw2453_clear() 522 int zd_rf_init_uw2453(struct zd_rf *rf) in zd_rf_init_uw2453()
|
D | zd_rf.h | 90 static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf) in zd_rf_should_update_pwr_int() 95 static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf) in zd_rf_should_patch_cck_gain()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_rf.c | 42 void zd_rf_init(struct zd_rf *rf) in zd_rf_init() 51 void zd_rf_clear(struct zd_rf *rf) in zd_rf_clear() 58 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw() 102 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size) in zd_rf_scnprint_id() 107 int zd_rf_set_channel(struct zd_rf *rf, u8 channel) in zd_rf_set_channel() 124 int zd_switch_radio_on(struct zd_rf *rf) in zd_switch_radio_on() 140 int zd_switch_radio_off(struct zd_rf *rf) in zd_switch_radio_off() 157 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel) in zd_rf_patch_6m_band_edge() 165 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel) in zd_rf_generic_patch_6m()
|
D | zd_rf_al7230b.c | 87 static int zd1211_al7230b_init_hw(struct zd_rf *rf) in zd1211_al7230b_init_hw() 192 static int zd1211b_al7230b_init_hw(struct zd_rf *rf) in zd1211b_al7230b_init_hw() 313 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel() 360 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel() 407 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211_al7230b_switch_radio_on() 418 static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211b_al7230b_switch_radio_on() 429 static int al7230b_switch_radio_off(struct zd_rf *rf) in al7230b_switch_radio_off() 442 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_patch_6m() 462 int zd_rf_init_al7230b(struct zd_rf *rf) in zd_rf_init_al7230b()
|
D | zd_rf_al2230.c | 92 static int zd1211_al2230_init_hw(struct zd_rf *rf) in zd1211_al2230_init_hw() 205 static int zd1211b_al2230_init_hw(struct zd_rf *rf) in zd1211b_al2230_init_hw() 347 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al2230_set_channel() 363 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al2230_set_channel() 381 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf) in zd1211_al2230_switch_radio_on() 392 static int zd1211b_al2230_switch_radio_on(struct zd_rf *rf) in zd1211b_al2230_switch_radio_on() 403 static int al2230_switch_radio_off(struct zd_rf *rf) in al2230_switch_radio_off() 414 int zd_rf_init_al2230(struct zd_rf *rf) in zd_rf_init_al2230()
|
D | zd_rf_rf2959.c | 136 static int rf2959_init_hw(struct zd_rf *rf) in rf2959_init_hw() 218 static int rf2959_set_channel(struct zd_rf *rf, u8 channel) in rf2959_set_channel() 232 static int rf2959_switch_radio_on(struct zd_rf *rf) in rf2959_switch_radio_on() 243 static int rf2959_switch_radio_off(struct zd_rf *rf) in rf2959_switch_radio_off() 254 int zd_rf_init_rf2959(struct zd_rf *rf) in zd_rf_init_rf2959()
|
D | zd_rf_uw2453.c | 240 #define UW2453_PRIV(rf) ((struct uw2453_priv *) (rf)->priv) argument 296 static int uw2453_init_hw(struct zd_rf *rf) in uw2453_init_hw() 428 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) in uw2453_set_channel() 469 static int uw2453_switch_radio_on(struct zd_rf *rf) in uw2453_switch_radio_on() 488 static int uw2453_switch_radio_off(struct zd_rf *rf) in uw2453_switch_radio_off() 505 static void uw2453_clear(struct zd_rf *rf) in uw2453_clear() 510 int zd_rf_init_uw2453(struct zd_rf *rf) in zd_rf_init_uw2453()
|
D | zd_rf.h | 78 static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf) in zd_rf_should_update_pwr_int() 83 static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf) in zd_rf_should_patch_cck_gain()
|
/kernel/linux/linux-4.19/kernel/sched/ |
D | core.c | 66 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 90 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 227 struct rq_flags rf; in hrtick() local 254 struct rq_flags rf; in __hrtick_start() local 909 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 944 static struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 967 struct rq_flags rf; in migration_cpu_stop() local 1054 struct rq_flags rf; in __set_cpus_allowed_ptr() local 1318 struct rq_flags rf; in wait_task_inactive() local 1651 struct rq_flags *rf) in ttwu_do_wakeup() [all …]
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | signal32.c | 36 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() 115 setup_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in setup_sigcontext32()
|
/kernel/linux/linux-4.19/arch/parisc/kernel/ |
D | signal32.c | 50 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() 129 setup_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in setup_sigcontext32()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 184 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 208 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 353 struct rq_flags rf; in hrtick() local 381 struct rq_flags rf; in __hrtick_start() local 1028 struct rq_flags rf; in uclamp_update_util_min_rt_default() local 1307 struct rq_flags rf; in uclamp_update_active() local 1746 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 1788 static struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 1811 struct rq_flags rf; in migration_cpu_stop() local 1898 struct rq_flags rf; in __set_cpus_allowed_ptr() local [all …]
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
D | codec-v4l2-fwht.c | 94 static int prepare_raw_frame(struct fwht_raw_frame *rf, in prepare_raw_frame() 219 struct fwht_raw_frame rf; in v4l2_fwht_encode() local
|
/kernel/linux/linux-4.19/drivers/staging/rtl8188eu/hal/ |
D | rf.c | 149 u32 write_val, customer_limit, rf; in get_rx_power_val_by_reg() local 247 u8 i, rf, pwr_val[4]; in write_ofdm_pwr_reg() local
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
D | rf.c | 150 u32 write_val, customer_limit, rf; in get_rx_power_val_by_reg() local 237 u8 i, rf, pwr_val[4]; in write_ofdm_pwr_reg() local
|
/kernel/linux/linux-4.19/fs/dlm/ |
D | rcom.c | 84 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config() 97 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config() local 459 struct rcom_config *rf; in dlm_send_ls_not_ready() local
|
/kernel/linux/linux-5.10/fs/dlm/ |
D | rcom.c | 82 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config() 95 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config() local 457 struct rcom_config *rf; in dlm_send_ls_not_ready() local
|
/kernel/linux/linux-4.19/arch/powerpc/mm/ |
D | slb_low.S | 42 #define ASM_VSID_SCRAMBLE(rt, rx, rf, size) \ argument
|
/kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | rf.c | 197 u32 writeVal, customer_limit, rf; in _rtl92c_get_txpower_writeval_by_regulatory() local 344 u8 i, rf, pwr_val[4]; in _rtl92c_write_ofdm_power_reg() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | rf.c | 175 u32 writeval, customer_limit, rf; in _rtl92c_get_txpower_writeval_by_regulatory() local 322 u8 i, rf, pwr_val[4]; in _rtl92c_write_ofdm_power_reg() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | rf.c | 180 u32 writeval, customer_limit, rf; in get_txpower_writeval_by_reg() local 334 u8 i, rf, pwr_val[4]; in _rtl8723e_write_ofdm_power_reg() local
|