Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 200 of 260) sorted by relevance

12

/linux-4.4.14/drivers/md/
Dmultipath.c34 static int multipath_map (struct mpconf *conf) in multipath_map()
62 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local
78 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local
88 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() local
110 struct mpconf *conf = mddev->private; in multipath_make_request() local
146 struct mpconf *conf = mddev->private; in multipath_status() local
160 struct mpconf *conf = mddev->private; in multipath_congested() local
185 struct mpconf *conf = mddev->private; in multipath_error() local
218 static void print_multipath_conf (struct mpconf *conf) in print_multipath_conf()
243 struct mpconf *conf = mddev->private; in multipath_add_disk() local
[all …]
Draid10.c110 struct r10conf *conf = data; in r10bio_pool_alloc() local
140 struct r10conf *conf = data; in r10buf_pool_alloc() local
221 struct r10conf *conf = data; in r10buf_pool_free() local
241 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
259 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local
267 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local
278 struct r10conf *conf = mddev->private; in reschedule_retry() local
300 struct r10conf *conf = r10_bio->mddev->private; in raid_end_bio_io() local
328 struct r10conf *conf = r10_bio->mddev->private; in update_head_pos() local
337 static int find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, in find_bio_disk()
[all …]
Draid5.c87 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash()
98 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock()
104 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock()
110 static inline void lock_all_device_hash_locks_irq(struct r5conf *conf) in lock_all_device_hash_locks_irq()
120 static inline void unlock_all_device_hash_locks_irq(struct r5conf *conf) in unlock_all_device_hash_locks_irq()
248 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() local
289 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe()
324 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe()
338 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list()
381 static int release_stripe_list(struct r5conf *conf, in release_stripe_list()
[all …]
Draid1.c181 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
195 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local
203 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local
221 struct r1conf *conf = mddev->private; in reschedule_retry() local
241 struct r1conf *conf = r1_bio->mddev->private; in call_bio_endio() local
293 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local
305 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local
323 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_read_request() local
407 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_write_request() local
513 static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) in read_balance()
[all …]
Dfaulty.c94 static int check_mode(struct faulty_conf *conf, int mode) in check_mode()
109 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector()
133 static void add_sector(struct faulty_conf *conf, sector_t start, int mode) in add_sector()
175 struct faulty_conf *conf = mddev->private; in make_request() local
231 struct faulty_conf *conf = mddev->private; in status() local
266 struct faulty_conf *conf = mddev->private; in reshape() local
306 struct faulty_conf *conf; in run() local
337 struct faulty_conf *conf = priv; in faulty_free() local
Dlinear.c33 struct linear_conf *conf; in which_dev() local
57 struct linear_conf *conf; in linear_congested() local
72 struct linear_conf *conf; in linear_size() local
85 struct linear_conf *conf; in linear_conf() local
155 struct linear_conf *conf; in linear_run() local
212 struct linear_conf *conf = priv; in linear_free() local
Draid0.c30 struct r0conf *conf = mddev->private; in raid0_congested() local
52 struct r0conf *conf = mddev->private; in dump_zones() local
85 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in create_strip_zones() local
284 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone()
309 struct r0conf *conf = mddev->private; in map_sector() local
356 struct r0conf *conf; in raid0_run() local
431 struct r0conf *conf = priv; in raid0_free() local
Draid5-cache.c762 struct r5conf *conf = mddev->private; in r5l_reclaim_thread() local
807 bool r5l_log_disk_error(struct r5conf *conf) in r5l_log_disk_error()
859 struct r5conf *conf = log->rdev->mddev->private; in r5l_recovery_flush_one_stripe() local
953 struct r5conf *conf = log->rdev->mddev->private; in r5l_recovery_flush_one_meta() local
1134 int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev) in r5l_init_log()
Ddm-raid.c1508 struct r5conf *conf = rs->md.private; in raid_status() local
1618 struct r5conf *conf = rs->md.private; in raid_io_hints() local
/linux-4.4.14/include/linux/
Dtextsearch.h104 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next()
123 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find()
134 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern()
143 static inline unsigned int textsearch_get_pattern_len(struct ts_config *conf) in textsearch_get_pattern_len()
164 struct ts_config *conf; in alloc_ts_config() local
173 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c464 static void sptlrpc_conf_free_rsets(struct sptlrpc_conf *conf) in sptlrpc_conf_free_rsets()
482 static void sptlrpc_conf_free(struct sptlrpc_conf *conf) in sptlrpc_conf_free()
492 struct sptlrpc_conf_tgt *sptlrpc_conf_get_tgt(struct sptlrpc_conf *conf, in sptlrpc_conf_get_tgt()
520 struct sptlrpc_conf *conf; in sptlrpc_conf_get() local
546 static int sptlrpc_conf_merge_rule(struct sptlrpc_conf *conf, in sptlrpc_conf_merge_rule()
575 struct sptlrpc_conf *conf) in __sptlrpc_process_config()
656 struct sptlrpc_conf *conf; in sptlrpc_conf_log_update_begin() local
682 struct sptlrpc_conf *conf; in sptlrpc_conf_log_update_end() local
721 struct sptlrpc_conf *conf; in sptlrpc_conf_log_stop() local
766 struct sptlrpc_conf *conf; in sptlrpc_conf_choose_flavor() local
[all …]
Dservice.c345 struct ptlrpc_service_conf *conf) in ptlrpc_server_nthreads_check()
539 ptlrpc_register_service(struct ptlrpc_service_conf *conf, in ptlrpc_register_service()
Dnrs.c1114 static int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf) in ptlrpc_nrs_policy_register()
/linux-4.4.14/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
1631 struct dsp_conf *conf; local
Ddsp.h192 struct dsp_conf *conf; member
/linux-4.4.14/lib/
Dtextsearch.c203 struct ts_config *conf, in get_linear_data()
229 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous()
265 struct ts_config *conf; in textsearch_prepare() local
311 void textsearch_destroy(struct ts_config *conf) in textsearch_destroy()
Dts_kmp.c46 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
98 struct ts_config *conf; in kmp_init() local
122 static void *kmp_get_pattern(struct ts_config *conf) in kmp_get_pattern()
128 static unsigned int kmp_get_pattern_len(struct ts_config *conf) in kmp_get_pattern_len()
Dts_fsm.c138 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
263 struct ts_config *conf; in fsm_init() local
306 static void *fsm_get_pattern(struct ts_config *conf) in fsm_get_pattern()
312 static unsigned int fsm_get_pattern_len(struct ts_config *conf) in fsm_get_pattern_len()
Dts_bm.c62 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
148 struct ts_config *conf; in bm_init() local
172 static void *bm_get_pattern(struct ts_config *conf) in bm_get_pattern()
178 static unsigned int bm_get_pattern_len(struct ts_config *conf) in bm_get_pattern_len()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c56 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta()
129 struct ath_beacon_config *conf) in ath9k_cmn_beacon_config_adhoc()
159 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_ap()
Dantenna.c90 static inline bool ath_ant_div_comb_alt_check(struct ath_hw_antcomb_conf *conf, in ath_ant_div_comb_alt_check()
194 struct ath_hw_antcomb_conf *conf) in ath_ant_set_alt_ratio()
590 struct ath_hw_antcomb_conf *conf, in ath_ant_try_scan()
Dhtc_drv_beacon.c69 struct ath_beacon_config *conf, in ath9k_htc_beacon_init()
112 struct ath_beacon_config *conf) in ath9k_htc_beacon_config_ap()
122 struct ath_beacon_config *conf) in ath9k_htc_beacon_config_adhoc()
Dbeacon.c465 struct ath_beacon_config *conf) in ath9k_beacon_config_ap()
474 struct ath_beacon_config *conf) in ath9k_beacon_config_sta()
490 struct ath_beacon_config *conf) in ath9k_beacon_config_adhoc()
Dmain.c1393 struct ieee80211_conf *conf = &hw->conf; in ath9k_config() local
2378 struct ieee80211_chanctx_conf *conf) in ath9k_add_chanctx()
2413 struct ieee80211_chanctx_conf *conf) in ath9k_remove_chanctx()
2433 struct ieee80211_chanctx_conf *conf, in ath9k_change_chanctx()
2450 struct ieee80211_chanctx_conf *conf) in ath9k_assign_vif_chanctx()
2481 struct ieee80211_chanctx_conf *conf) in ath9k_unassign_vif_chanctx()
Dar5008_phy.c1216 struct ath_hw_radar_conf *conf) in ar5008_hw_set_radar_params()
1251 struct ath_hw_radar_conf *conf = &ah->radar_conf; in ar5008_hw_set_radar_conf() local
Dar9003_phy.c1466 struct ath_hw_radar_conf *conf) in ar9003_hw_set_radar_params()
1507 struct ath_hw_radar_conf *conf = &ah->radar_conf; in ar9003_hw_set_radar_conf() local
Dhtc_drv_main.c246 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_htc_set_channel() local
1182 struct ieee80211_conf *conf = &hw->conf; in ath9k_htc_config() local
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00config.c35 struct rt2x00intf_conf conf; in rt2x00lib_config_intf() local
176 struct ieee80211_conf *conf) in rt2x00ht_center_channel()
204 struct ieee80211_conf *conf, in rt2x00lib_config()
Drt2800lib.c1522 struct rt2x00intf_conf *conf, const unsigned int flags) in rt2800_config_intf()
1944 struct ieee80211_conf *conf, in rt2800_config_channel_rf2xxx()
2009 struct ieee80211_conf *conf, in rt2800_config_channel_rf3xxx()
2085 struct ieee80211_conf *conf, in rt2800_config_channel_rf3052()
2255 struct ieee80211_conf *conf, in rt2800_config_channel_rf3053()
2555 struct ieee80211_conf *conf, in rt2800_config_channel_rf3290()
2592 struct ieee80211_conf *conf, in rt2800_config_channel_rf3322()
2640 struct ieee80211_conf *conf, in rt2800_config_channel_rf53xx()
2733 struct ieee80211_conf *conf, in rt2800_config_channel_rf55xx()
3126 struct ieee80211_conf *conf, in rt2800_config_channel()
[all …]
Drt2800mmio.c163 struct ieee80211_conf conf = { .flags = 0 }; in rt2800mmio_wakeup() local
Drt2x00mac.c305 struct ieee80211_conf *conf = &hw->conf; in rt2x00mac_config() local
Drt2500usb.c449 struct rt2x00intf_conf *conf, in rt2500usb_config_intf()
Drt2400pci.c285 struct rt2x00intf_conf *conf, in rt2400pci_config_intf()
Drt2500pci.c289 struct rt2x00intf_conf *conf, in rt2500pci_config_intf()
Drt73usb.c497 struct rt2x00intf_conf *conf, in rt73usb_config_intf()
/linux-4.4.14/net/netfilter/
Dxt_string.c28 const struct xt_string_info *conf = par->matchinfo; in string_mt() local
42 struct xt_string_info *conf = par->matchinfo; in string_mt_check() local
/linux-4.4.14/drivers/ide/
Dit821x.c118 u8 conf; in it821x_program() local
144 u8 unit = drive->dn & 1, conf; in it821x_program_udma() local
286 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_mwdma() local
323 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_udma() local
537 u8 conf; in init_hwif_it821x() local
610 u8 conf; in init_chipset_it821x() local
Dpdc202xx_new.c290 u8 conf; in apple_kiwi_init() local
/linux-4.4.14/sound/soc/jz4740/
Djz4740-i2s.c135 uint32_t conf, ctrl; in jz4740_i2s_startup() local
157 uint32_t conf; in jz4740_i2s_shutdown() local
209 uint32_t conf; in jz4740_i2s_set_fmt() local
336 uint32_t conf; in jz4740_i2s_suspend() local
354 uint32_t conf; in jz4740_i2s_resume() local
389 uint32_t conf; in jz4740_i2s_dai_probe() local
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-st.c127 #define ST_PINCONF_UNPACK(conf, param)\ argument
131 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ argument
139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) argument
140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) argument
146 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) argument
147 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) argument
153 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) argument
154 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) argument
159 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT) argument
160 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) argument
[all …]
Dpinctrl-at91-pio4.c381 unsigned pin_id, u32 conf) in atmel_pin_config_write()
623 u32 conf; in atmel_pmx_set_mux() local
701 u32 mask, conf = 0; in atmel_conf_pin_config_group_set() local
788 u32 conf; in atmel_conf_pin_config_dbg_show() local
Dpinctrl-lantiq.h30 #define LTQ_PINCONF_UNPACK_PARAM(conf) ((conf) >> 16) argument
31 #define LTQ_PINCONF_UNPACK_ARG(conf) ((conf) & 0xffff) argument
Dpinctrl-single.c111 struct pcs_conf_vals *conf; member
986 static void add_config(struct pcs_conf_vals **conf, enum pin_config_param param, in add_config()
1008 struct pcs_conf_vals **conf, unsigned long **settings) in pcs_add_conf2()
1027 struct pcs_conf_vals **conf, unsigned long **settings) in pcs_add_conf4()
1058 struct pcs_conf_vals *conf = NULL; in pcs_parse_pinconf() local
Dpinctrl-coh901.c548 const struct u300_gpio_confdata *conf) in u300_gpio_init_pin()
585 const struct u300_gpio_confdata *conf; in u300_gpio_init_coh901571() local
/linux-4.4.14/drivers/ata/
Dpata_piccolo.c37 u16 conf; in tosh_set_piomode() local
47 u32 conf; in tosh_set_dmamode() local
Dpata_it821x.c131 u8 conf; in it821x_program() local
160 u8 conf; in it821x_program_udma() local
296 u8 conf; in it821x_passthru_set_dmamode() local
739 u8 conf; in it821x_port_start() local
874 u8 conf; in it821x_init_one() local
Dpata_ep93xx.c651 struct dma_slave_config conf; in ep93xx_pata_dma_init() local
/linux-4.4.14/net/mac80211/
Dchan.c70 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_get_chanctx() local
246 struct ieee80211_chanctx_conf *conf) in ieee80211_get_chanctx_max_required_bw()
421 struct ieee80211_chanctx_conf *conf = &ctx->conf; in ieee80211_chanctx_radar_required() local
568 struct ieee80211_chanctx_conf *conf = &ctx->conf; in ieee80211_recalc_chanctx_chantype() local
643 struct ieee80211_chanctx_conf *conf; in ieee80211_assign_vif_chanctx() local
792 struct ieee80211_chanctx_conf *conf; in __ieee80211_vif_copy_chanctx_to_vlans() local
1517 struct ieee80211_chanctx_conf *conf; in __ieee80211_vif_release_channel() local
1680 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_change_bandwidth() local
1762 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_vlan_copy_chanctx() local
Dkey.h130 struct ieee80211_key_conf conf; member
Dcfg.c1607 struct mesh_config *conf) in ieee80211_get_mesh_config()
1672 struct mesh_config *conf; in ieee80211_update_mesh_config() local
1780 const struct mesh_config *conf, in ieee80211_join_mesh()
3166 struct ieee80211_chanctx_conf *conf; in __ieee80211_channel_switch() local
Dmlme.c1133 struct ieee80211_chanctx_conf *conf; in ieee80211_sta_process_chanswitch() local
1412 struct ieee80211_conf *conf = &local->hw.conf; in ieee80211_enable_ps() local
1440 struct ieee80211_conf *conf = &local->hw.conf; in ieee80211_change_ps() local
/linux-4.4.14/net/openvswitch/
Dvport-vxlan.c65 struct vxlan_config *conf) in vxlan_configure_exts()
91 struct vxlan_config conf = { in vxlan_tnl_create() local
/linux-4.4.14/net/sched/
Dem_text.c51 struct tcf_em_text *conf = data; in em_text_change() local
111 struct tcf_em_text conf; in em_text_dump() local
Dem_canid.c126 struct can_filter *conf = data; /* Array with rules */ in em_canid_change() local
Dsch_generic.c956 const struct tc_ratespec *conf, in psched_ratecfg_precompute()
/linux-4.4.14/drivers/media/platform/omap3isp/
Disphist.c37 struct omap3isp_hist_config *conf = hist->priv; in hist_reset_mem() local
69 struct omap3isp_hist_config *conf = priv; in hist_setup_regs() local
297 static u32 hist_get_buf_size(struct omap3isp_hist_config *conf) in hist_get_buf_size()
Disph3a_aewb.c30 struct omap3isp_h3a_aewb_config *conf = priv; in h3a_aewb_setup_regs() local
100 static u32 h3a_aewb_get_buf_size(struct omap3isp_h3a_aewb_config *conf) in h3a_aewb_get_buf_size()
Disph3a_af.c31 struct omap3isp_h3a_af_config *conf = priv; in h3a_af_setup_regs() local
150 static u32 h3a_af_get_buf_size(struct omap3isp_h3a_af_config *conf) in h3a_af_get_buf_size()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_object.c99 const struct cl_object_conf *conf, in lov_init_empty()
114 const struct cl_object_conf *conf) in lov_sub_find()
196 const struct cl_object_conf *conf, in lov_init_raid0()
267 const struct cl_object_conf *conf, in lov_init_released()
654 const struct cl_object_conf *conf) in lov_layout_change()
720 const struct lu_object_conf *conf) in lov_object_init()
745 const struct cl_object_conf *conf) in lov_conf_set()
Dlovsub_object.c56 const struct lu_object_conf *conf) in lovsub_object_init()
/linux-4.4.14/drivers/misc/
Dad525x_dpot.h18 #define DPOT_UID(conf) (conf & 0x3F) argument
19 #define DPOT_MAX_POS(conf) ((conf >> 6) & 0xF) argument
20 #define DPOT_WIPERS(conf) ((conf >> 10) & 0xFF) argument
21 #define DPOT_FEAT(conf) (conf >> 18) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf119.c133 exec_clkcmp(struct nv50_disp *disp, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
243 const u32 conf = nvkm_rd32(device, 0x660404 + (head * 0x300)); in gf119_disp_intr_unk2_2_tu() local
304 u32 conf, addr, data; in gf119_disp_intr_unk2_2() local
357 u32 conf; in gf119_disp_intr_unk4_0() local
Dnv50.c344 exec_clkcmp(struct nv50_disp *disp, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
613 u32 mask, conf; in nv50_disp_intr_unk20_2() local
719 u32 conf; in nv50_disp_intr_unk40_0() local
Ddport.c42 u8 conf[4]; member
/linux-4.4.14/net/wireless/
Dmesh.c99 const struct mesh_config *conf) in __cfg80211_join_mesh()
194 const struct mesh_config *conf) in cfg80211_join_mesh()
Drdev-ops.h308 struct net_device *dev, struct mesh_config *conf) in rdev_get_mesh_config()
331 const struct mesh_config *conf, in rdev_join_mesh()
/linux-4.4.14/drivers/staging/vt6656/
Dpower.c132 struct ieee80211_conf *conf = &hw->conf; in vnt_next_tbtt_wakeup() local
Dkey.c124 struct ieee80211_bss_conf *conf = &vif->bss_conf; in vnt_set_keys() local
Dmain_usb.c652 struct ieee80211_conf *conf = &hw->conf; in vnt_config() local
692 struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, in vnt_bss_info_changed()
Drxtx.c1103 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
/linux-4.4.14/sound/oss/
Dsb_card.h12 struct address_info conf; member
Dtrix.c275 unsigned char conf; in probe_trix_sb() local
332 unsigned char conf; in probe_trix_mpu() local
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c142 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_alloc() local
476 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_get_userptr() local
674 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_attach_dmabuf() local
726 struct vb2_dc_conf *conf; in vb2_dma_contig_init_ctx() local
Dvideobuf2-dma-sg.c105 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_alloc() local
233 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_get_userptr() local
622 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_attach_dmabuf() local
677 struct vb2_dma_sg_conf *conf; in vb2_dma_sg_init_ctx() local
/linux-4.4.14/firmware/av7110/
DBoot.S51 conf: .word 0xa5a55a5a label
/linux-4.4.14/drivers/staging/vt6655/
Dpower.c157 struct ieee80211_conf *conf = &hw->conf; in PSbIsNextTBTTWakeUp() local
Dkey.c116 struct ieee80211_bss_conf *conf = &vif->bss_conf; in vnt_set_keys() local
Ddevice_main.c1274 struct ieee80211_conf *conf = &hw->conf; in vnt_config() local
1314 struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, in vnt_bss_info_changed()
Drxtx.c1508 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
/linux-4.4.14/drivers/hwmon/
Dds620.c81 u16 conf, new_conf; in ds620_init_client() local
185 u16 conf, new_conf; in show_alarm() local
Dlm77.c255 int i, cur, conf, hyst, crit, min, max; in lm77_detect() local
325 int conf = lm77_read_value(client, LM77_REG_CONF); in lm77_init_client() local
Dtc74.c116 s32 conf; in tc74_probe() local
Dds1621.c130 u8 conf; /* Register encoding, combined */ member
157 u8 conf, new_conf, sreg, resol; in ds1621_init_client() local
Dad7414.c184 int conf; in ad7414_probe() local
Dlm73.c240 int id, ctrl, conf; in lm73_detect() local
Dlm92.c272 u8 conf; in max6635_check() local
Dlm75.c365 int conf, hyst, os; in lm75_detect() local
Df75375s.c467 u8 conf; in set_pwm_mode() local
773 u8 conf, mode; in f75375_init() local
Ddell-smm-hwmon.c1000 const struct i8k_config_data *conf = id->driver_data; in i8k_probe() local
Dadm9240.c683 u8 conf = i2c_smbus_read_byte_data(client, ADM9240_REG_CONFIG); in adm9240_init_client() local
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965-rs.c1174 struct ieee80211_conf *conf, in il4965_rs_switch_to_mimo2()
1228 struct ieee80211_conf *conf, struct ieee80211_sta *sta, in il4965_rs_switch_to_siso()
1275 struct ieee80211_conf *conf, in il4965_rs_move_legacy_other()
1394 struct ieee80211_conf *conf, in il4965_rs_move_siso_to_other()
1517 struct ieee80211_conf *conf, in il4965_rs_move_mimo2_to_other()
1745 struct ieee80211_conf *conf = &hw->conf; in il4965_rs_rate_scale_perform() local
2147 il4965_rs_initialize_lq(struct il_priv *il, struct ieee80211_conf *conf, in il4965_rs_initialize_lq()
2294 struct ieee80211_conf *conf = &il->hw->conf; in il4965_rs_rate_init() local
D3945-rs.c337 struct ieee80211_conf *conf = &il->hw->conf; in il3945_rs_rate_init() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drs.c1261 struct ieee80211_conf *conf, in rs_switch_to_mimo2()
1316 struct ieee80211_conf *conf, in rs_switch_to_mimo3()
1372 struct ieee80211_conf *conf, in rs_switch_to_siso()
1421 struct ieee80211_conf *conf, in rs_move_legacy_other()
1594 struct ieee80211_conf *conf, in rs_move_siso_to_other()
1764 struct ieee80211_conf *conf, in rs_move_mimo2_to_other()
1932 struct ieee80211_conf *conf, in rs_move_mimo3_to_other()
2209 struct ieee80211_conf *conf = &hw->conf; in rs_rate_scale_perform() local
2798 struct ieee80211_conf *conf = &priv->hw->conf; in iwl_rs_rate_init() local
Drxon.c297 struct ieee80211_conf *conf = NULL; in iwl_send_rxon_timing() local
1159 void iwlagn_config_ht40(struct ieee80211_conf *conf, in iwlagn_config_ht40()
1181 struct ieee80211_conf *conf = &hw->conf; in iwlagn_mac_config() local
Dmac80211.c961 struct ieee80211_conf *conf = &hw->conf; in iwlagn_mac_channel_switch() local
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup_tx3927.c34 unsigned int conf; in tx3927_setup() local
Dsetup.c185 unsigned int conf = read_c0_config(); in early_flush_dcache() local
202 unsigned int conf; in txx9_cache_fixup() local
233 unsigned int conf = read_c0_config(); in early_flush_dcache() local
249 unsigned int conf; in txx9_cache_fixup() local
/linux-4.4.14/arch/sh/include/asm/
Dtlb_64.h67 #define sh64_setup_tlb_slot(conf, virt, asid, phys) do { } while (0) argument
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dcn66xx_device.h44 struct octeon_config *conf; member
Docteon_device.c507 static int __verify_octeon_config_info(struct octeon_device *oct, void *conf) in __verify_octeon_config_info()
523 void *conf = NULL; in oct_get_config_info() local
Drequest_manager.c75 struct octeon_iq_config *conf = NULL; in octeon_init_instr_queue() local
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c148 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_detect() local
639 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_create_resources() local
691 struct drm_mode_config *conf = &encoder->dev->mode_config; in nv17_tv_set_property() local
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c121 struct most_channel_config *conf; member
316 struct most_channel_config *conf = &mdev->conf[channel]; in hdm_add_padding() local
355 struct most_channel_config *const conf = &mdev->conf[channel]; in hdm_remove_padding() local
633 struct most_channel_config *conf; in hdm_enqueue() local
729 struct most_channel_config *conf) in hdm_configure_channel()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_pkt.c130 struct ieee80211_conf *conf = &hw->conf; in rsi_send_mgmt_pkt() local
Drsi_91x_mgmt.c312 struct ieee80211_conf *conf = &hw->conf; in rsi_load_radio_caps() local
626 struct ieee80211_conf *conf = &hw->conf; in rsi_set_vap_capabilities() local
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_drv.c251 struct drm_mode_config *conf = &dev->mode_config; in ch7006_encoder_create_resources() local
287 struct drm_mode_config *conf = &encoder->dev->mode_config; in ch7006_encoder_set_property() local
/linux-4.4.14/drivers/gpu/drm/i915/
Ddvo_ns2501.c206 uint8_t conf; /* configuration register 8 */ member
381 const struct ns2501_configuration *conf; member
552 const struct ns2501_configuration *conf; in ns2501_mode_set() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c198 const struct lu_object_conf *conf) in lu_object_alloc()
578 const struct lu_object_conf *conf) in lu_object_find()
586 const struct lu_object_conf *conf) in lu_object_new()
609 const struct lu_object_conf *conf, in lu_object_find_try()
683 const struct lu_object_conf *conf) in lu_object_find_at()
710 const struct lu_object_conf *conf) in lu_object_find_slice()
Dcl_object.c301 const struct cl_object_conf *conf) in cl_conf_set()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
Dmax2820.c93 struct ieee80211_conf *conf) in max2820_rf_set_channel()
Dgrf5101.c81 struct ieee80211_conf *conf) in grf5101_rf_set_channel()
Dsa2400.c104 struct ieee80211_conf *conf) in sa2400_rf_set_channel()
Drtl8225se.c452 struct ieee80211_conf *conf) in rtl8225se_rf_set_channel()
Drtl8225.c719 struct ieee80211_conf *conf) in rtl8225_rf_set_channel()
Ddev.c1364 struct ieee80211_conf *conf = &dev->conf; in rtl8180_config() local
/linux-4.4.14/arch/mips/txx9/jmr3927/
Dsetup.c76 unsigned int conf; in jmr3927_mem_setup() local
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c157 struct libusb_config_descriptor *conf; in main() local
/linux-4.4.14/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c157 struct libusb_config_descriptor *conf; in main() local
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c603 static bool wl1251_can_do_pm(struct ieee80211_conf *conf, struct wl1251 *wl) in wl1251_can_do_pm()
611 struct ieee80211_conf *conf = &hw->conf; in wl1251_op_config() local
1349 struct ieee80211_conf *conf = &hw->conf; in wl1251_op_get_survey() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_object.c123 const struct cl_object_conf *conf) in vvp_conf_set()
Dnamei.c237 struct cl_object_conf conf = { in ll_md_blocking_ast() local
Dllite_lib.c1998 struct cl_object_conf conf; in ll_prep_inode() local
/linux-4.4.14/sound/soc/sh/rcar/
Dgen.c147 #define rsnd_gen_regmap_init(priv, id_size, reg_id, name, conf) \ argument
153 struct rsnd_regmap_field_conf *conf, in _rsnd_gen_regmap_init()
/linux-4.4.14/drivers/net/wireless/libertas_tf/
Dmain.c412 struct ieee80211_conf *conf = &hw->conf; in lbtf_op_config() local
532 struct ieee80211_conf *conf = &hw->conf; in lbtf_op_get_survey() local
/linux-4.4.14/arch/mips/netlogic/xlr/
Dfmn.c45 #define COP2_CC_INIT_CPU_DEST(dest, conf) \ argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dgpio.c134 u8 conf = nvbios_rd08(bios, data - 5); in dcb_gpio_match() local
Ddcb.c142 u32 conf = nvbios_rd32(bios, dcb + 0x04); in dcb_outp_parse() local
Dinit.c627 u8 conf, i; in init_io_restrict_prog() local
691 u8 conf, i; in init_io_restrict_pll() local
952 u8 conf, i; in init_io_restrict_pll2() local
/linux-4.4.14/sound/soc/tegra/
Dtegra30_ahub.c687 struct tegra30_ahub_cif_conf *conf) in tegra30_ahub_set_cif()
719 struct tegra30_ahub_cif_conf *conf) in tegra124_ahub_set_cif()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c198 struct ieee80211_conf *conf = &hw->conf; in ath5k_config() local
653 struct ieee80211_conf *conf = &hw->conf; in ath5k_get_survey() local
/linux-4.4.14/arch/blackfin/kernel/
Dbfin_dma.c408 static void __dma_memcpy(u32 daddr, s16 dmod, u32 saddr, s16 smod, size_t cnt, u32 conf) in __dma_memcpy()
484 u32 conf, shift; in _dma_memcpy() local
/linux-4.4.14/drivers/net/wireless/cw1200/
Dsta.c331 struct ieee80211_conf *conf = &dev->conf; in cw1200_config() local
1216 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_do_join() local
2322 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_start_ap() local
2377 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_update_beaconing() local
/linux-4.4.14/arch/um/drivers/
Dssl.c68 static char *conf[NR_PORTS]; variable
Dline.c432 int line_setup(char **conf, unsigned int num, char **def, in line_setup()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dacx.c259 struct conf_ap_sleep_settings *conf = &priv->conf.ap_sleep; in wl18xx_acx_ap_sleep() local
Dwl18xx.h52 struct wl18xx_priv_conf conf; member
Dmain.c1386 static int wl18xx_load_conf_file(struct device *dev, struct wlcore_conf *conf, in wl18xx_load_conf_file()
/linux-4.4.14/drivers/watchdog/
Dvia_wdt.c161 unsigned char conf; in wdt_probe() local
Dsmsc37b787_wdt.c175 static inline void wdt_timer_conf(unsigned char conf) in wdt_timer_conf()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_lvds_pll.c41 } conf[32]; member
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dhdmiphy_drv.c180 const struct hdmiphy_conf *conf) in hdmiphy_find_conf()
Dhdmi_drv.c253 const struct hdmi_timings *conf = hdmi_dev->cur_conf; in hdmi_conf_apply() local
/linux-4.4.14/drivers/clk/meson/
Dclk-pll.c50 struct pll_conf *conf; member
Dclkc.h112 } conf; member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_object.c73 const struct lu_object_conf *conf) in osc_object_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1398 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb20_entry()
1540 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb15_entry()
1643 apply_dcb_encoder_quirks(struct drm_device *dev, int idx, u32 *conn, u32 *conf) in apply_dcb_encoder_quirks()
1785 u32 conf = (dcb->version >= 0x20) ? ROM32(outp[4]) : ROM32(outp[6]); in parse_dcb_entry() local
/linux-4.4.14/arch/tile/kernel/
Dsysfs.c76 #define HV_CONF_ATTR(name, conf) \ argument
/linux-4.4.14/drivers/net/irda/
Dsmsc-ircc2.c2528 smsc_ircc_subsystem_configuration in preconfigure_smsc_chip()
2629 smsc_ircc_subsystem_configuration in preconfigure_through_82801()
2822 smsc_ircc_subsystem_configuration in preconfigure_through_ali()
2845 struct smsc_ircc_subsystem_configuration *conf; in smsc_ircc_preconfigure_subsystems() local
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c349 const struct cl_object_conf *conf) in ccc_object_init0()
358 const struct lu_object_conf *conf) in ccc_object_init()
1015 struct cl_object_conf conf = { in cl_file_inode_init() local
/linux-4.4.14/scripts/kconfig/
Dconf.c354 static void conf(struct menu *menu) in conf() function
Dmconf.c645 static void conf(struct menu *menu, struct menu *active_menu) in conf() function
Dnconf.c1066 static void conf(struct menu *menu) in conf() function
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8960.c51 } conf[32]; member
/linux-4.4.14/include/uapi/linux/
Dlightnvm.h94 struct nvm_ioctl_create_conf conf; member
/linux-4.4.14/drivers/net/wan/
Ddlci.c202 static int dlci_config(struct net_device *dev, struct dlci_conf __user *conf, int get) in dlci_config()
Dsdla.c1100 static int sdla_config(struct net_device *dev, struct frad_conf __user *conf, int get) in sdla_config()
/linux-4.4.14/drivers/tty/serial/
Dmax3100.c106 int conf; /* configuration for the MAX31000 member
266 int conf, cconf, rts, crts; in max3100_work() local
Dmsm_serial.c135 struct dma_slave_config conf; in msm_request_tx_dma() local
178 struct dma_slave_config conf; in msm_request_rx_dma() local
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c298 const struct ti_bandgap_data *conf = bgp->conf; in ti_bandgap_adc_to_mcelsius() local
324 const struct ti_bandgap_data *conf = bgp->conf; in ti_bandgap_mcelsius_to_adc() local
Dti-bandgap.h242 const struct ti_bandgap_data *conf; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8225.c904 struct ieee80211_conf *conf) in rtl8225_rf_set_channel()
Ddev.c1159 struct ieee80211_conf *conf = &dev->conf; in rtl8187_config() local
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dwl12xx.h77 struct wl12xx_priv_conf conf; member
/linux-4.4.14/drivers/w1/masters/
Dds2482.c139 static inline u8 ds2482_calculate_config(u8 conf) in ds2482_calculate_config()
/linux-4.4.14/drivers/crypto/ux500/hash/
Dhash_core.c125 struct dma_slave_config conf = { in hash_dma_setup_channel() local
1491 struct hash_config conf; member
/linux-4.4.14/drivers/net/wireless/
Dadm8211.c1298 struct ieee80211_conf *conf = &dev->conf; in adm8211_config() local
1312 struct ieee80211_bss_conf *conf, in adm8211_bss_info_changed()
/linux-4.4.14/drivers/media/dvb-frontends/
Dtda10021.c228 u8 conf, agcref, lthr, mseth, aref; member
/linux-4.4.14/tools/lguest/
Dlguest.c2431 static void set_device_config(struct device *dev, const void *conf, size_t len) in set_device_config()
2658 struct virtio_console_config conf; in setup_console() local
2846 struct virtio_net_config conf; in setup_tun_net() local
3037 struct virtio_blk_config conf; in setup_block_file() local
/linux-4.4.14/drivers/atm/
Didt77252.c2968 u32 conf; in idt77252_dev_open() local
3012 u32 conf; in idt77252_dev_close() local
3269 u32 conf; in init_card() local
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dacx.c1665 struct conf_rate_policy_settings *conf = &wl->conf.rate; in wl12xx_acx_set_rate_mgmt_params() local
1707 struct conf_hangover_settings *conf = &wl->conf.hangover; in wl12xx_acx_config_hangover() local
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c4992 struct atlas7_pad_config *conf, in __atlas7_pmx_pin_ad_sel()
5014 struct atlas7_pad_config *conf, u32 bank) in __atlas7_pmx_pin_analog_enable()
5024 struct atlas7_pad_config *conf, u32 bank) in __atlas7_pmx_pin_digital_enable()
5036 struct atlas7_pad_config *conf; in __atlas7_pmx_pin_enable() local
5146 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in altas7_pinctrl_set_pull_sel() local
5172 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in __altas7_pinctrl_set_drive_strength_sel() local
5199 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in altas7_pinctrl_set_drive_strength_sel() local
5443 struct atlas7_pad_config *conf; in atlas7_pinmux_suspend_noirq() local
5503 struct atlas7_pad_config *conf; in atlas7_pinmux_resume_noirq() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c572 struct ieee80211_chanctx_conf *conf; in ath10k_mac_vif_chan() local
588 struct ieee80211_chanctx_conf *conf, in ath10k_mac_num_chanctxs_iter()
609 struct ieee80211_chanctx_conf *conf, in ath10k_mac_get_any_chandef_iter()
1190 struct ieee80211_chanctx_conf *conf, in ath10k_mac_has_radar_iter()
1711 struct ieee80211_conf *conf = &ar->hw->conf; in ath10k_mac_vif_setup_ps() local
4207 struct ieee80211_conf *conf = &hw->conf; in ath10k_config() local
/linux-4.4.14/drivers/net/wireless/p54/
Dmain.c323 struct ieee80211_conf *conf = &dev->conf; in p54_config() local
/linux-4.4.14/arch/arm/mach-orion5x/
Dpci.c269 u32 conf = readl(PCI_P2P_CONF); in orion5x_pci_local_bus_nr() local
/linux-4.4.14/sound/pci/ctxfi/
Dctdaio.c394 unsigned int conf; in dao_rsc_init() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c410 const struct cl_object_conf *conf) in echo_conf_set()
431 const struct lu_object_conf *conf) in echo_object_init()
940 struct echo_object_conf *conf; in cl_echo_object_find() local
/linux-4.4.14/include/net/
Dmac80211.h2046 struct ieee80211_conf conf; member
5263 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20()
5269 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus()
5276 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus()
5283 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40()
5289 conf_is_ht(struct ieee80211_conf *conf) in conf_is_ht()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1517 struct ieee80211_key_conf conf; in iwl_mvm_setup_connection_keep() member
1519 } conf = { in iwl_mvm_setup_connection_keep() local
/linux-4.4.14/drivers/usb/musb/
Dtusb6010.c557 u32 conf, prcm, timer; in tusb_musb_set_vbus() local
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c687 #define is_hdmi_cfg(conf) \ argument
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c913 static struct ptlrpc_service_conf conf; in ldlm_setup() local
/linux-4.4.14/drivers/pinctrl/meson/
Dpinctrl-meson.c363 int ret, conf; in meson_pinconf_get_pull() local
/linux-4.4.14/drivers/regulator/
Dda9055-regulator.c73 struct da9055_conf_reg conf; member
/linux-4.4.14/drivers/net/
Dvxlan.c2770 struct vxlan_config *conf) in vxlan_dev_configure()
2882 u8 name_assign_type, struct vxlan_config *conf) in vxlan_dev_create()
2908 struct vxlan_config conf; in vxlan_newlink() local
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c2700 struct ieee80211_conf *conf = &hw->conf; in b43legacy_op_dev_config() local
2839 struct ieee80211_bss_conf *conf, in b43legacy_op_bss_info_changed()
3553 struct ieee80211_conf *conf = &hw->conf; in b43legacy_op_get_survey() local
/linux-4.4.14/drivers/staging/iio/adc/
Dad7192.c143 u32 conf; member
/linux-4.4.14/drivers/spi/
Dspi-ep93xx.c437 struct dma_slave_config conf; in ep93xx_spi_dma_prepare() local
/linux-4.4.14/drivers/video/fbdev/
Dcg6.c614 u32 conf; in cg6_init_fix() local
672 u32 rev, conf, mode; in cg6_chip_init() local
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hdmi.c213 u32 conf; in hdmi_config() local
/linux-4.4.14/drivers/iio/adc/
Dad7793.c159 u16 conf; member
/linux-4.4.14/drivers/block/paride/
Dpf.c725 int *conf = *drives[unit]; in pf_detect() local
Dpcd.c713 int *conf = *drives[unit]; in pcd_detect() local
/linux-4.4.14/fs/nfsd/
Dnfs4state.c2350 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local
2609 struct nfs4_client *conf, *unconf; in nfsd4_create_session() local
3030 struct nfs4_client *conf, *unconf; in nfsd4_destroy_clientid() local
3111 struct nfs4_client *conf, *new; in nfsd4_setclientid() local
3168 struct nfs4_client *conf, *unconf; in nfsd4_setclientid_confirm() local
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c3996 struct ieee80211_conf *conf = &hw->conf; in b43_op_config() local
4115 struct ieee80211_bss_conf *conf, in b43_op_bss_info_changed()
5193 struct ieee80211_conf *conf = &hw->conf; in b43_op_get_survey() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c600 struct ieee80211_conf *conf = &hw->conf; in rtl_op_config() local
/linux-4.4.14/drivers/scsi/
Daha152x.h330 char *conf; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c920 struct iwl_fw_dbg_conf_tlv *conf = (void *)tlv_data; in iwl_parse_tlv_firmware() local
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_mac.c1154 struct ieee80211_conf *conf = &hw->conf; in zd_op_config() local
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c140 u8 conf[32]; member
/linux-4.4.14/drivers/mmc/host/
Djz4740_mmc.c276 struct dma_slave_config conf = { in jz4740_mmc_start_dma_transfer() local

12