| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | ig3rdma_if.c | 11 struct irdma_pci_f *rf = auxiliary_get_drvdata(cdev_info->adev); in ig3rdma_idc_core_event_handler() local 36 static int ig3rdma_vchnl_init(struct irdma_pci_f *rf, in ig3rdma_vchnl_init() 71 static void ig3rdma_request_reset(struct irdma_pci_f *rf) in ig3rdma_request_reset() 123 static void ig3rdma_decfg_rf(struct irdma_pci_f *rf) in ig3rdma_decfg_rf() 134 static int ig3rdma_cfg_rf(struct irdma_pci_f *rf, in ig3rdma_cfg_rf() 174 struct irdma_pci_f *rf; in ig3rdma_core_probe() local 212 struct irdma_pci_f *rf = auxiliary_get_drvdata(aux_dev); in ig3rdma_core_remove() local
|
| H A D | utils.c | 13 int irdma_arp_table(struct irdma_pci_f *rf, u32 *ip_addr, bool ipv4, in irdma_arp_table() 80 int irdma_add_arp(struct irdma_pci_f *rf, u32 *ip, bool ipv4, const u8 *mac) in irdma_add_arp() 547 void irdma_cleanup_pending_cqp_op(struct irdma_pci_f *rf) in irdma_cleanup_pending_cqp_op() 601 static int irdma_wait_event(struct irdma_pci_f *rf, in irdma_wait_event() 746 int irdma_handle_cqp_op(struct irdma_pci_f *rf, in irdma_handle_cqp_op() 888 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_sds_cmd() local 920 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_suspend_resume() local 1032 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_cq_create_cmd() local 1061 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_create_cmd() local 1092 static void irdma_dealloc_push_page(struct irdma_pci_f *rf, in irdma_dealloc_push_page() [all …]
|
| H A D | icrdma_if.c | 159 static void icrdma_request_reset(struct irdma_pci_f *rf) in icrdma_request_reset() 165 static int icrdma_init_interrupts(struct irdma_pci_f *rf, struct iidc_rdma_core_dev_info *cdev) in icrdma_init_interrupts() 191 static void icrdma_deinit_interrupts(struct irdma_pci_f *rf, struct iidc_rdma_core_dev_info *cdev) in icrdma_deinit_interrupts() 205 struct irdma_pci_f *rf = iwdev->rf; in icrdma_fill_device_info() local 250 struct irdma_pci_f *rf; in icrdma_probe() local
|
| H A D | i40iw_if.c | 66 static void i40iw_request_reset(struct irdma_pci_f *rf) in i40iw_request_reset() 75 struct irdma_pci_f *rf = iwdev->rf; in i40iw_fill_device_info() local 113 struct irdma_pci_f *rf; in i40iw_open() local
|
| H A D | verbs.c | 16 struct irdma_pci_f *rf = iwdev->rf; in irdma_query_device() local 402 struct irdma_pci_f *rf = iwdev->rf; irdma_alloc_pd() local 766 struct irdma_pci_f *rf = iwqp->iwdev->rf; irdma_cqp_create_qp_cmd() local 904 struct irdma_pci_f *rf = iwdev->rf; irdma_setup_gsi_qp_rsrc() local 957 struct irdma_pci_f *rf = iwdev->rf; irdma_create_qp() local 1885 irdma_srq_free_rsrc(struct irdma_pci_f * rf,struct irdma_srq * iwsrq) irdma_srq_free_rsrc() argument 1903 irdma_cq_free_rsrc(struct irdma_pci_f * rf,struct irdma_cq * iwcq) irdma_cq_free_rsrc() argument 2032 struct irdma_pci_f *rf; irdma_resize_cq() local 2206 struct irdma_pci_f *rf = iwdev->rf; irdma_modify_srq() local 2340 struct irdma_pci_f *rf = iwdev->rf; irdma_create_srq() local 2482 struct irdma_pci_f *rf = iwdev->rf; irdma_create_cq() local 2871 irdma_setup_pbles(struct irdma_pci_f * rf,struct irdma_mr * iwmr,u8 lvl) irdma_setup_pbles() argument 4786 mcast_list_add(struct irdma_pci_f * rf,struct mc_table_list * new_elem) mcast_list_add() argument 4807 mcast_list_lookup_ip(struct irdma_pci_f * rf,u32 * ip_mcast) mcast_list_lookup_ip() argument 4897 struct irdma_pci_f *rf = iwdev->rf; irdma_attach_mcast() local 5037 struct irdma_pci_f *rf = iwdev->rf; irdma_detach_mcast() local 5101 struct irdma_pci_f *rf = iwdev->rf; irdma_create_hw_ah() local 5146 struct irdma_pci_f *rf = iwdev->rf; irdma_setup_ah() local [all...] |
| /linux/drivers/iio/light/ |
| H A D | apds9306.c | 180 struct apds9306_regfields rf; member 389 struct apds9306_regfields *rf = &data->rf; in apds9306_regfield_init() local 446 struct apds9306_regfields *rf = &data->rf; in apds9306_power_state() local 466 struct apds9306_regfields *rf = &data->rf; in apds9306_read_data() local 545 struct apds9306_regfields *rf = &data->rf; in apds9306_intg_time_get() local 564 struct apds9306_regfields *rf = &data->rf; in apds9306_intg_time_set() local 628 struct apds9306_regfields *rf = &data->rf; in apds9306_sampling_freq_get() local 647 struct apds9306_regfields *rf = &data->rf; in apds9306_sampling_freq_set() local 661 struct apds9306_regfields *rf = &data->rf; in apds9306_scale_get() local 685 struct apds9306_regfields *rf = &data->rf; in apds9306_scale_set() local [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | rmap_repair.c | 322 struct xrep_rmap_ifork *rf) in xrep_rmap_stash_accumulated() argument 339 struct xrep_rmap_ifork *rf = priv; in xrep_rmap_visit_bmbt() local 384 struct xrep_rmap_ifork *rf = priv; xrep_rmap_visit_iroot_btree_block() local 407 xrep_rmap_scan_iroot_btree(struct xrep_rmap_ifork * rf,struct xfs_btree_cur * cur) xrep_rmap_scan_iroot_btree() argument 442 xrep_rmap_scan_bmbt(struct xrep_rmap_ifork * rf,struct xfs_inode * ip,bool * mappings_done) xrep_rmap_scan_bmbt() argument 484 xrep_rmap_scan_iext(struct xrep_rmap_ifork * rf,struct xfs_ifork * ifp) xrep_rmap_scan_iext() argument 504 xrep_rmap_scan_meta_btree(struct xrep_rmap_ifork * rf,struct xfs_inode * ip) xrep_rmap_scan_meta_btree() argument 572 struct xrep_rmap_ifork rf = { xrep_rmap_scan_ifork() local [all...] |
| H A D | rtrmap_repair.c | 205 struct xrep_rtrmap_ifork *rf) in xrep_rtrmap_stash_accumulated() argument 222 struct xrep_rtrmap_ifork *rf = priv; in xrep_rtrmap_visit_bmbt() local 265 xrep_rtrmap_scan_bmbt(struct xrep_rtrmap_ifork * rf,struct xfs_inode * ip,bool * mappings_done) xrep_rtrmap_scan_bmbt() argument 302 xrep_rtrmap_scan_iext(struct xrep_rtrmap_ifork * rf,struct xfs_ifork * ifp) xrep_rtrmap_scan_iext() argument 326 struct xrep_rtrmap_ifork rf = { xrep_rtrmap_scan_dfork() local [all...] |
| /linux/arch/parisc/kernel/ |
| H A 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()
|
| /linux/kernel/sched/ |
| H A D | core.c | 717 ___task_rq_lock(struct task_struct * p,struct rq_flags * rf) ___task_rq_lock() argument 740 _task_rq_lock(struct task_struct * p,struct rq_flags * rf) _task_rq_lock() argument 895 struct rq_flags rf; hrtick() local 933 struct rq_flags rf; __hrtick_start() local 1909 struct rq_flags rf; uclamp_update_active() local 2306 struct rq_flags rf; wait_task_inactive() local 2506 move_queued_task(struct rq * rq,struct rq_flags * rf,struct task_struct * p,int new_cpu) move_queued_task() argument 2553 __migrate_task(struct rq * rq,struct rq_flags * rf,struct task_struct * p,int dest_cpu) __migrate_task() argument 2578 struct rq_flags rf; migration_cpu_stop() local 2919 affine_move_task(struct rq * rq,struct task_struct * p,struct rq_flags * rf,int dest_cpu,unsigned int flags) affine_move_task() argument 3075 __set_cpus_allowed_ptr_locked(struct task_struct * p,struct affinity_context * ctx,struct rq * rq,struct rq_flags * rf) __set_cpus_allowed_ptr_locked() argument 3159 struct rq_flags rf; __set_cpus_allowed_ptr() local 3203 struct rq_flags rf; restrict_cpus_allowed_ptr() local 3706 ttwu_do_activate(struct rq * rq,struct task_struct * p,int wake_flags,struct rq_flags * rf) ttwu_do_activate() argument 3768 struct rq_flags rf; ttwu_runnable() local 3797 struct rq_flags rf; sched_ttwu_pending() local 3971 struct rq_flags rf; ttwu_queue() local 4360 struct rq_flags rf; task_call_func() local 4410 struct rq_flags rf; cpu_curr_snapshot() local 4827 struct rq_flags rf; wake_up_new_task() local 5070 __balance_callbacks(struct rq * rq,struct rq_flags * rf) __balance_callbacks() argument 5091 prepare_lock_switch(struct rq * rq,struct task_struct * next,struct rq_flags * rf) prepare_lock_switch() argument 5330 context_switch(struct rq * rq,struct task_struct * prev,struct task_struct * next,struct rq_flags * rf) context_switch() argument 5550 struct rq_flags rf; task_sched_runtime() local 5642 struct rq_flags rf; sched_tick() local 5976 prev_balance(struct rq * rq,struct task_struct * prev,struct rq_flags * rf) prev_balance() argument 5999 __pick_next_task(struct rq * rq,struct task_struct * prev,struct rq_flags * rf) __pick_next_task() argument 6079 pick_task(struct rq * rq,struct rq_flags * rf) pick_task() argument 6100 pick_next_task(struct rq * rq,struct task_struct * prev,struct rq_flags * rf) pick_next_task() argument 6555 pick_next_task(struct rq * rq,struct task_struct * prev,struct rq_flags * rf) pick_next_task() argument 6673 proxy_release_rq_lock(struct rq * rq,struct rq_flags * rf) proxy_release_rq_lock() argument 6693 proxy_reacquire_rq_lock(struct rq * rq,struct rq_flags * rf) proxy_reacquire_rq_lock() argument 6713 proxy_migrate_task(struct rq * rq,struct rq_flags * rf,struct task_struct * p,int target_cpu) proxy_migrate_task() argument 6744 proxy_force_return(struct rq * rq,struct rq_flags * rf,struct task_struct * p) proxy_force_return() argument 6826 find_proxy_task(struct rq * rq,struct task_struct * donor,struct rq_flags * rf) find_proxy_task() argument 6971 find_proxy_task(struct rq * rq,struct task_struct * donor,struct rq_flags * rf) find_proxy_task() argument 7028 struct rq_flags rf; __schedule() local 7589 struct rq_flags rf; rt_mutex_setprio() local 8363 struct rq_flags rf; __balance_push_cpu_stop() local 8462 struct rq_flags rf; balance_push_set() local 8538 struct rq_flags rf; sched_set_rq_online() local 8550 struct rq_flags rf; sched_set_rq_offline() local 8794 struct rq_flags rf; sched_cpu_dying() local [all...] |
| H A D | deadline.c | 1120 static void __push_dl_task(struct rq *rq, struct rq_flags *rf) in __push_dl_task() argument 1146 struct rq_flags *rf = &scope.rf; in dl_server_timer() local 1216 struct rq_flags rf; in dl_task_timer() local 1963 struct rq_flags rf; inactive_task_timer() local 2458 struct rq_flags rf; migrate_task_rq_dl() local 2509 balance_dl(struct rq * rq,struct task_struct * p,struct rq_flags * rf) balance_dl() argument 2603 __pick_task_dl(struct rq * rq,struct rq_flags * rf) __pick_task_dl() argument 2630 pick_task_dl(struct rq * rq,struct rq_flags * rf) pick_task_dl() argument 3209 struct rq_flags rf; dl_add_task_root_domain() local [all...] |
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| H A D | rf_common.c | 163 u8 index, u8 rf, u8 pwr_diff_limit[4]) in _rtl92d_get_pwr_diff_limit() 196 u32 writeval = 0, customer_limit, rf; in _rtl92d_get_txpower_writeval_by_regulatory() local 295 u8 i, rf, pwr_val[4]; in _rtl92d_write_ofdm_power_reg() local
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A 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
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A 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
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | rf.c | 166 u32 writeval, customer_limit, rf; in _rtl92c_get_txpower_writeval_by_regulatory() local 296 u8 i, rf, pwr_val[4]; in _rtl92c_write_ofdm_power_reg() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A 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
|
| /linux/fs/dlm/ |
| H A D | rcom.c | 111 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config() 124 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config() local 507 struct rcom_config *rf; in dlm_send_ls_not_ready() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | rf.c | 168 u32 writeval, customer_limit, rf; in get_txpower_writeval_by_regulatory() local 317 u8 i, rf, pwr_val[4]; in _rtl8821ae_write_ofdm_power_reg() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | rf.c | 187 u32 writeval, customer_limit, rf; in _rtl8723be_get_txpower_writeval_by_regulatory() local 340 u8 i, rf, pwr_val[4]; in _rtl8723be_write_ofdm_power_reg() local
|