Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/drivers/md/
Draid10.c83 #define cmd_before(conf, cmd) \ argument
88 #define cmd_after(conf) write_seqlock_irq(&(conf)->resync_lock) argument
90 #define wait_event_barrier_cmd(conf, cond, cmd) \ argument
94 #define wait_event_barrier(conf, cond) \ argument
108 struct r10conf *conf = data; in r10bio_pool_alloc() local
133 struct r10conf *conf = data; in r10buf_pool_alloc() local
231 struct r10conf *conf = data; in r10buf_pool_free() local
259 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
277 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local
285 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local
[all …]
Draid5-log.h47 static inline bool raid5_has_log(struct r5conf *conf) in raid5_has_log()
52 static inline bool raid5_has_ppl(struct r5conf *conf) in raid5_has_ppl()
59 struct r5conf *conf = sh->raid_conf; in log_stripe() local
80 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished() local
88 static inline void log_write_stripe_run(struct r5conf *conf) in log_write_stripe_run()
96 static inline void log_flush_stripe_to_raid(struct r5conf *conf) in log_flush_stripe_to_raid()
104 static inline int log_handle_flush_request(struct r5conf *conf, struct bio *bio) in log_handle_flush_request()
116 static inline void log_quiesce(struct r5conf *conf, int quiesce) in log_quiesce()
124 static inline void log_exit(struct r5conf *conf) in log_exit()
132 static inline int log_init(struct r5conf *conf, struct md_rdev *journal_dev, in log_init()
[all …]
Draid5.c73 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash()
79 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash()
84 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock()
91 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock()
98 static inline void lock_all_device_hash_locks_irq(struct r5conf *conf) in lock_all_device_hash_locks_irq()
108 static inline void unlock_all_device_hash_locks_irq(struct r5conf *conf) in unlock_all_device_hash_locks_irq()
176 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() local
220 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe()
306 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe()
321 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list()
[all …]
Draid1.c241 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
255 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local
263 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local
282 struct r1conf *conf = mddev->private; in reschedule_retry() local
315 struct r1conf *conf = r1_bio->mddev->private; in raid_end_bio_io() local
340 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local
352 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local
369 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_read_request() local
451 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_write_request() local
599 static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) in read_balance()
[all …]
Dmd-multipath.c26 static int multipath_map (struct mpconf *conf) in multipath_map()
55 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local
71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local
81 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() local
102 struct mpconf *conf = mddev->private; in multipath_make_request() local
136 struct mpconf *conf = mddev->private; in multipath_status() local
155 struct mpconf *conf = mddev->private; in multipath_error() local
184 static void print_multipath_conf (struct mpconf *conf) in print_multipath_conf()
208 struct mpconf *conf = mddev->private; in multipath_add_disk() local
245 struct mpconf *conf = mddev->private; in multipath_remove_disk() local
[all …]
Draid5-cache.c39 #define R5C_FULL_STRIPE_FLUSH_BATCH(conf) (conf->max_nr_stripes / 4) argument
195 static inline sector_t r5c_tree_index(struct r5conf *conf, in r5c_tree_index()
292 r5c_return_dev_pending_writes(struct r5conf *conf, struct r5dev *dev) in r5c_return_dev_pending_writes()
307 void r5c_handle_cached_data_endio(struct r5conf *conf, in r5c_handle_cached_data_endio()
327 void r5c_check_stripe_cache_usage(struct r5conf *conf) in r5c_check_stripe_cache_usage()
354 void r5c_check_cached_full_stripe(struct r5conf *conf) in r5c_check_cached_full_stripe()
397 static sector_t r5c_log_required_to_flush_cache(struct r5conf *conf) in r5c_log_required_to_flush_cache()
418 struct r5conf *conf = log->rdev->mddev->private; in r5c_update_log_state() local
451 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out() local
685 struct r5conf *conf = mddev->private; in r5c_disable_writeback_async() local
[all …]
Dmd-faulty.c85 static int check_mode(struct faulty_conf *conf, int mode) in check_mode()
100 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector()
124 static void add_sector(struct faulty_conf *conf, sector_t start, int mode) in add_sector()
166 struct faulty_conf *conf = mddev->private; in faulty_make_request() local
223 struct faulty_conf *conf = mddev->private; in faulty_status() local
258 struct faulty_conf *conf = mddev->private; in faulty_reshape() local
298 struct faulty_conf *conf; in faulty_run() local
329 struct faulty_conf *conf = priv; in faulty_free() local
Draid0.c40 struct r0conf *conf = mddev->private; in dump_zones() local
70 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in create_strip_zones() local
300 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone()
325 struct r0conf *conf = mddev->private; in map_sector() local
368 static void free_conf(struct mddev *mddev, struct r0conf *conf) in free_conf()
377 struct r0conf *conf = priv; in raid0_free() local
385 struct r0conf *conf; in raid0_run() local
462 struct r0conf *conf = mddev->private; in raid0_handle_discard() local
562 struct r0conf *conf = mddev->private; in raid0_map_submit_bio() local
Dmd-linear.c27 struct linear_conf *conf; in which_dev() local
51 struct linear_conf *conf; in linear_size() local
64 struct linear_conf *conf; in linear_conf() local
137 struct linear_conf *conf; in linear_run() local
202 struct linear_conf *conf = priv; in linear_free() local
Draid5-ppl.c275 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe() local
361 int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh) in ppl_write_stripe()
532 void ppl_write_stripe_run(struct r5conf *conf) in ppl_write_stripe_run()
551 struct r5conf *conf = ppl_conf->mddev->private; in ppl_io_unit_finished() local
586 struct r5conf *conf = ppl_conf->mddev->private; in ppl_flush_endio() local
612 struct r5conf *conf = ppl_conf->mddev->private; in ppl_do_flush() local
653 static inline bool ppl_no_io_unit_submitted(struct r5conf *conf, in ppl_no_io_unit_submitted()
664 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce()
791 struct r5conf *conf = mddev->private; in ppl_recover_entry() local
1245 void ppl_exit_log(struct r5conf *conf) in ppl_exit_log()
[all …]
/drivers/fpga/
Daltera-cvp.c96 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte()
103 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword()
110 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword()
119 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local
133 static void altera_cvp_write_data_iomem(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_iomem()
138 static void altera_cvp_write_data_config(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_config()
145 static void altera_cvp_dummy_write(struct altera_cvp_conf *conf) in altera_cvp_dummy_write()
160 static int altera_cvp_wait_status(struct altera_cvp_conf *conf, u32 status_mask, in altera_cvp_wait_status()
184 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_chk_error() local
204 static int altera_cvp_v2_clear_state(struct altera_cvp_conf *conf) in altera_cvp_v2_clear_state()
[all …]
Dxilinx-spi.c32 struct xilinx_spi_conf *conf = mgr->priv; in get_done_gpio() local
66 struct xilinx_spi_conf *conf = mgr->priv; in wait_for_init_b() local
98 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write_init() local
133 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write() local
156 static int xilinx_spi_apply_cclk_cycles(struct xilinx_spi_conf *conf) in xilinx_spi_apply_cclk_cycles()
172 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write_complete() local
225 struct xilinx_spi_conf *conf; in xilinx_spi_probe() local
Daltera-ps-spi.c90 struct altera_ps_conf *conf = mgr->priv; in altera_ps_state() local
110 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_init() local
178 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write() local
204 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_complete() local
258 struct altera_ps_conf *conf; in altera_ps_probe() local
/drivers/mfd/
Datmel-smc.c20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init()
93 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing()
135 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup()
174 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse()
213 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle()
246 const struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_apply()
267 int cs, const struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_apply()
287 struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_get()
308 int cs, struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_get()
/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c189 struct sparx5_port_config *conf, in sparx5_port_error()
213 struct sparx5_port_config *conf) in sparx5_port_verify_speed()
265 struct sparx5_port_config *conf) in sparx5_dev_change()
517 struct sparx5_port_config *conf) in sparx5_port_mux_set()
636 struct sparx5_port_config *conf) in sparx5_port_fc_setup()
672 static u16 sparx5_get_aneg_word(struct sparx5_port_config *conf) in sparx5_get_aneg_word()
682 struct sparx5_port_config *conf) in sparx5_serdes_set()
728 struct sparx5_port_config *conf) in sparx5_port_pcs_low_set()
788 struct sparx5_port_config *conf) in sparx5_port_pcs_high_set()
868 struct sparx5_port_config *conf) in sparx5_port_config_low_set()
[all …]
/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c250 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_parse_flow_fld()
291 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_fld()
335 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_hdr()
570 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_has_prof_conflict()
753 struct virtchnl_fdir_fltr_conf *conf, int tun) in ice_vc_fdir_config_input_set()
819 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_pattern()
1043 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_action()
1117 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_validate_fdir_fltr()
1180 ice_vc_fdir_is_dup_fltr(struct ice_vf *vf, struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_is_dup_fltr()
1209 struct virtchnl_fdir_fltr_conf *conf, u32 *id) in ice_vc_fdir_insert_entry()
[all …]
/drivers/isdn/mISDN/
Ddsp_cmx.c161 struct dsp_conf *conf; in dsp_cmx_debug() local
200 struct dsp_conf *conf; in dsp_cmx_search_conf() local
220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) in dsp_cmx_add_conf_member()
311 struct dsp_conf *conf; in dsp_cmx_new_conf() local
337 dsp_cmx_del_conf(struct dsp_conf *conf) in dsp_cmx_del_conf()
384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) in dsp_cmx_hardware()
1067 struct dsp_conf *conf; in dsp_cmx_conf() local
1311 struct dsp_conf *conf = dsp->conf; local
1630 struct dsp_conf *conf; local
/drivers/clk/
Dclk-sparx5.c59 const struct s5_pll_conf *conf) in s5_calc_freq()
78 struct s5_pll_conf *conf) in s5_search_fractional()
110 struct s5_pll_conf *conf) in s5_calc_params()
170 struct s5_pll_conf conf; in s5_pll_set_rate() local
196 struct s5_pll_conf conf; in s5_pll_recalc_rate() local
219 struct s5_pll_conf conf; in s5_pll_round_rate() local
/drivers/pinctrl/
Dpinctrl-st.c124 #define ST_PINCONF_UNPACK(conf, param)\ argument
128 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ argument
136 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) argument
137 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) argument
143 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) argument
144 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) argument
150 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) argument
151 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) argument
156 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT) argument
157 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) argument
[all …]
/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c42 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta()
115 struct ath_beacon_config *conf) in ath9k_cmn_beacon_config_adhoc()
145 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_ap()
/drivers/memory/
Datmel-ebi.c80 struct atmel_ebi_dev_config *conf) in at91sam9_ebi_get_config()
87 struct atmel_ebi_dev_config *conf) in sama5_ebi_get_config()
173 struct atmel_ebi_dev_config *conf) in atmel_ebi_xslate_smc_config()
283 struct atmel_ebi_dev_config *conf) in at91sam9_ebi_apply_config()
290 struct atmel_ebi_dev_config *conf) in sama5_ebi_apply_config()
300 struct atmel_ebi_dev_config conf = { }; in atmel_ebi_dev_setup() local
/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c24 struct rt2x00intf_conf conf; in rt2x00lib_config_intf() local
166 struct ieee80211_conf *conf) in rt2x00ht_center_channel()
194 struct ieee80211_conf *conf, in rt2x00lib_config()
/drivers/net/wireless/realtek/rtw88/
Dps.c187 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_leave_lps_core() local
231 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_enter_lps_core() local
248 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in __rtw_enter_lps() local
261 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in __rtw_leave_lps() local
/drivers/net/wireless/silabs/wfx/
Dsta.c156 struct ieee80211_conf *conf = &wvif->wdev->hw->conf; in wfx_get_ps_timeout() local
420 struct ieee80211_bss_conf *conf = &vif->bss_conf; in wfx_join() local
680 int wfx_add_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf) in wfx_add_chanctx()
685 void wfx_remove_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf) in wfx_remove_chanctx()
689 void wfx_change_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf, u32 changed) in wfx_change_chanctx()
695 struct ieee80211_chanctx_conf *conf) in wfx_assign_vif_chanctx()
708 struct ieee80211_chanctx_conf *conf) in wfx_unassign_vif_chanctx()
/drivers/usb/typec/altmodes/
Ddisplayport.c74 unsigned long conf; in dp_altmode_notify() local
89 u32 conf = DP_CONF_SIGNALING_DP; /* Only DP signaling supported */ in dp_altmode_configure() local
184 static int dp_altmode_configure_vdm(struct dp_altmode *dp, u32 conf) in dp_altmode_configure_vdm()
367 u32 conf; in configuration_store() local
466 u32 conf; in pin_assignment_store() local

12345678910>>...12