/linux-4.1.27/drivers/md/ |
D | multipath.c | 34 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 …]
|
D | raid10.c | 109 struct r10conf *conf = data; in r10bio_pool_alloc() local 139 struct r10conf *conf = data; in r10buf_pool_alloc() local 220 struct r10conf *conf = data; in r10buf_pool_free() local 240 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios() 258 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local 266 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local 277 struct r10conf *conf = mddev->private; in reschedule_retry() local 299 struct r10conf *conf = r10_bio->mddev->private; in raid_end_bio_io() local 327 struct r10conf *conf = r10_bio->mddev->private; in update_head_pos() local 336 static int find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, in find_bio_disk() [all …]
|
D | raid1.c | 179 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios() 193 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local 201 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local 219 struct r1conf *conf = mddev->private; in reschedule_retry() local 239 struct r1conf *conf = r1_bio->mddev->private; in call_bio_endio() local 290 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local 302 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local 320 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_read_request() local 405 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_write_request() local 511 static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) in read_balance() [all …]
|
D | raid5.c | 87 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() 252 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() local 293 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe() 328 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe() 342 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list() 383 static int release_stripe_list(struct r5conf *conf, in release_stripe_list() [all …]
|
D | faulty.c | 94 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
|
D | linear.c | 33 struct linear_conf *conf; in which_dev() local 99 struct linear_conf *conf; in linear_congested() local 114 struct linear_conf *conf; in linear_size() local 127 struct linear_conf *conf; in linear_conf() local 197 struct linear_conf *conf; in linear_run() local 254 struct linear_conf *conf = priv; in linear_free() local
|
D | raid0.c | 30 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 287 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone() 312 struct r0conf *conf = mddev->private; in map_sector() local 352 struct r0conf *conf = mddev->private; in raid0_mergeable_bvec() local 411 struct r0conf *conf; in raid0_run() local 486 struct r0conf *conf = priv; in raid0_free() local
|
D | dm-raid.c | 1496 struct r5conf *conf = rs->md.private; in raid_status() local 1606 struct r5conf *conf = rs->md.private; in raid_io_hints() local
|
/linux-4.1.27/include/linux/ |
D | textsearch.h | 104 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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 502 static void sptlrpc_conf_free_rsets(struct sptlrpc_conf *conf) in sptlrpc_conf_free_rsets() 520 static void sptlrpc_conf_free(struct sptlrpc_conf *conf) in sptlrpc_conf_free() 530 struct sptlrpc_conf_tgt *sptlrpc_conf_get_tgt(struct sptlrpc_conf *conf, in sptlrpc_conf_get_tgt() 558 struct sptlrpc_conf *conf; in sptlrpc_conf_get() local 584 static int sptlrpc_conf_merge_rule(struct sptlrpc_conf *conf, in sptlrpc_conf_merge_rule() 613 struct sptlrpc_conf *conf) in __sptlrpc_process_config() 694 struct sptlrpc_conf *conf; in sptlrpc_conf_log_update_begin() local 720 struct sptlrpc_conf *conf; in sptlrpc_conf_log_update_end() local 759 struct sptlrpc_conf *conf; in sptlrpc_conf_log_stop() local 804 struct sptlrpc_conf *conf; in sptlrpc_conf_choose_flavor() local [all …]
|
D | nrs.c | 1114 int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf) in ptlrpc_nrs_policy_register() 1266 int ptlrpc_nrs_policy_unregister(struct ptlrpc_nrs_pol_conf *conf) in ptlrpc_nrs_policy_unregister()
|
D | service.c | 488 struct ptlrpc_service_conf *conf) in ptlrpc_server_nthreads_check() 683 ptlrpc_register_service(struct ptlrpc_service_conf *conf, in ptlrpc_register_service()
|
/linux-4.1.27/lib/ |
D | textsearch.c | 203 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()
|
D | ts_kmp.c | 46 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()
|
D | ts_fsm.c | 138 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()
|
D | ts_bm.c | 62 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.1.27/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 161 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
|
D | dsp.h | 192 struct dsp_conf *conf; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | common-beacon.c | 56 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()
|
D | antenna.c | 90 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()
|
D | htc_drv_beacon.c | 69 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()
|
D | beacon.c | 465 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()
|
D | main.c | 1388 struct ieee80211_conf *conf = &hw->conf; in ath9k_config() local 2368 struct ieee80211_chanctx_conf *conf) in ath9k_add_chanctx() 2403 struct ieee80211_chanctx_conf *conf) in ath9k_remove_chanctx() 2423 struct ieee80211_chanctx_conf *conf, in ath9k_change_chanctx() 2440 struct ieee80211_chanctx_conf *conf) in ath9k_assign_vif_chanctx() 2471 struct ieee80211_chanctx_conf *conf) in ath9k_unassign_vif_chanctx()
|
D | ar5008_phy.c | 1207 struct ath_hw_radar_conf *conf) in ar5008_hw_set_radar_params() 1242 struct ath_hw_radar_conf *conf = &ah->radar_conf; in ar5008_hw_set_radar_conf() local
|
D | ar9003_phy.c | 1467 struct ath_hw_radar_conf *conf) in ar9003_hw_set_radar_params() 1508 struct ath_hw_radar_conf *conf = &ah->radar_conf; in ar9003_hw_set_radar_conf() local
|
D | htc_drv_main.c | 246 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_htc_set_channel() local 1172 struct ieee80211_conf *conf = &hw->conf; in ath9k_htc_config() local
|
D | debug.c | 953 struct ieee80211_conf *conf = &common->hw->conf; in read_file_dump_nfcal() local
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00config.c | 35 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()
|
D | rt2800lib.c | 1546 struct rt2x00intf_conf *conf, const unsigned int flags) in rt2800_config_intf() 1968 struct ieee80211_conf *conf, in rt2800_config_channel_rf2xxx() 2033 struct ieee80211_conf *conf, in rt2800_config_channel_rf3xxx() 2109 struct ieee80211_conf *conf, in rt2800_config_channel_rf3052() 2279 struct ieee80211_conf *conf, in rt2800_config_channel_rf3053() 2579 struct ieee80211_conf *conf, in rt2800_config_channel_rf3290() 2616 struct ieee80211_conf *conf, in rt2800_config_channel_rf3322() 2664 struct ieee80211_conf *conf, in rt2800_config_channel_rf53xx() 2757 struct ieee80211_conf *conf, in rt2800_config_channel_rf55xx() 3150 struct ieee80211_conf *conf, in rt2800_config_channel() [all …]
|
D | rt2800mmio.c | 163 struct ieee80211_conf conf = { .flags = 0 }; in rt2800mmio_wakeup() local
|
D | rt2x00mac.c | 305 struct ieee80211_conf *conf = &hw->conf; in rt2x00mac_config() local
|
D | rt2500usb.c | 451 struct rt2x00intf_conf *conf, in rt2500usb_config_intf()
|
D | rt2500pci.c | 291 struct rt2x00intf_conf *conf, in rt2500pci_config_intf()
|
D | rt2400pci.c | 287 struct rt2x00intf_conf *conf, in rt2400pci_config_intf()
|
D | rt73usb.c | 499 struct rt2x00intf_conf *conf, in rt73usb_config_intf()
|
/linux-4.1.27/net/netfilter/ |
D | xt_string.c | 28 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.1.27/drivers/ide/ |
D | it821x.c | 118 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
|
D | pdc202xx_new.c | 290 u8 conf; in apple_kiwi_init() local
|
/linux-4.1.27/sound/soc/jz4740/ |
D | jz4740-i2s.c | 135 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.1.27/drivers/ata/ |
D | pata_piccolo.c | 37 u16 conf; in tosh_set_piomode() local 47 u32 conf; in tosh_set_dmamode() local
|
D | pata_it821x.c | 131 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
|
D | pata_ep93xx.c | 651 struct dma_slave_config conf; in ep93xx_pata_dma_init() local
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 127 #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 …]
|
D | pinctrl-lantiq.h | 30 #define LTQ_PINCONF_UNPACK_PARAM(conf) ((conf) >> 16) argument 31 #define LTQ_PINCONF_UNPACK_ARG(conf) ((conf) & 0xffff) argument
|
D | pinctrl-single.c | 111 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
|
D | pinctrl-coh901.c | 565 const struct u300_gpio_confdata *conf) in u300_gpio_init_pin() 602 const struct u300_gpio_confdata *conf; in u300_gpio_init_coh901571() local
|
/linux-4.1.27/net/mac80211/ |
D | chan.c | 70 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_get_chanctx() local 246 struct ieee80211_chanctx_conf *conf) in ieee80211_get_chanctx_max_required_bw() 413 struct ieee80211_chanctx_conf *conf = &ctx->conf; in ieee80211_chanctx_radar_required() local 560 struct ieee80211_chanctx_conf *conf = &ctx->conf; in ieee80211_recalc_chanctx_chantype() local 620 struct ieee80211_chanctx_conf *conf; in ieee80211_assign_vif_chanctx() local 767 struct ieee80211_chanctx_conf *conf; in __ieee80211_vif_copy_chanctx_to_vlans() local 1484 struct ieee80211_chanctx_conf *conf; in __ieee80211_vif_release_channel() local 1647 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_change_bandwidth() local 1729 struct ieee80211_chanctx_conf *conf; in ieee80211_vif_vlan_copy_chanctx() local
|
D | key.h | 138 struct ieee80211_key_conf conf; member
|
D | cfg.c | 1626 struct mesh_config *conf) in ieee80211_get_mesh_config() 1691 struct mesh_config *conf; in ieee80211_update_mesh_config() local 1799 const struct mesh_config *conf, in ieee80211_join_mesh() 3144 struct ieee80211_chanctx_conf *conf; in __ieee80211_channel_switch() local
|
D | mlme.c | 1110 struct ieee80211_chanctx_conf *conf; in ieee80211_sta_process_chanswitch() local 1376 struct ieee80211_conf *conf = &local->hw.conf; in ieee80211_enable_ps() local 1404 struct ieee80211_conf *conf = &local->hw.conf; in ieee80211_change_ps() local
|
/linux-4.1.27/net/sched/ |
D | em_text.c | 51 struct tcf_em_text *conf = data; in em_text_change() local 111 struct tcf_em_text conf; in em_text_dump() local
|
D | em_canid.c | 126 struct can_filter *conf = data; /* Array with rules */ in em_canid_change() local
|
D | sch_generic.c | 959 const struct tc_ratespec *conf, in psched_ratecfg_precompute()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isphist.c | 37 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()
|
D | isph3a_aewb.c | 30 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()
|
D | isph3a_af.c | 31 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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 100 const struct cl_object_conf *conf, in lov_init_empty() 115 const struct cl_object_conf *conf) in lov_sub_find() 197 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()
|
D | lovsub_object.c | 56 const struct lu_object_conf *conf) in lovsub_object_init()
|
/linux-4.1.27/drivers/misc/ |
D | ad525x_dpot.h | 18 #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.1.27/drivers/staging/vt6656/ |
D | power.c | 134 struct ieee80211_conf *conf = &hw->conf; in vnt_next_tbtt_wakeup() local
|
D | key.c | 124 struct ieee80211_bss_conf *conf = &vif->bss_conf; in vnt_set_keys() local
|
D | main_usb.c | 657 struct ieee80211_conf *conf = &hw->conf; in vnt_config() local 697 struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, in vnt_bss_info_changed()
|
D | rxtx.c | 1097 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
|
/linux-4.1.27/net/wireless/ |
D | mesh.c | 99 const struct mesh_config *conf) in __cfg80211_join_mesh() 194 const struct mesh_config *conf) in cfg80211_join_mesh()
|
D | rdev-ops.h | 308 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.1.27/sound/oss/ |
D | sb_card.h | 12 struct address_info conf; member
|
D | trix.c | 275 unsigned char conf; in probe_trix_sb() local 332 unsigned char conf; in probe_trix_mpu() local
|
/linux-4.1.27/firmware/av7110/ |
D | Boot.S | 51 conf: .word 0xa5a55a5a label
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | power.c | 157 struct ieee80211_conf *conf = &hw->conf; in PSbIsNextTBTTWakeUp() local
|
D | key.c | 116 struct ieee80211_bss_conf *conf = &vif->bss_conf; in vnt_set_keys() local
|
D | device_main.c | 1377 struct ieee80211_conf *conf = &hw->conf; in vnt_config() local 1417 struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, in vnt_bss_info_changed()
|
D | rxtx.c | 1511 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dma-sg.c | 105 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_alloc() local 236 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_get_userptr() local 678 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_attach_dmabuf() local 733 struct vb2_dma_sg_conf *conf; in vb2_dma_sg_init_ctx() local
|
D | videobuf2-dma-contig.c | 161 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_alloc() local 573 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_get_userptr() local 812 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_attach_dmabuf() local 864 struct vb2_dc_conf *conf; in vb2_dma_contig_init_ctx() local
|
/linux-4.1.27/drivers/hwmon/ |
D | ds620.c | 81 u16 conf, new_conf; in ds620_init_client() local 185 u16 conf, new_conf; in show_alarm() local
|
D | lm77.c | 255 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
|
D | ds1621.c | 130 u8 conf; /* Register encoding, combined */ member 157 u8 conf, new_conf, sreg, resol; in ds1621_init_client() local
|
D | ad7414.c | 184 int conf; in ad7414_probe() local
|
D | lm73.c | 240 int id, ctrl, conf; in lm73_detect() local
|
D | lm92.c | 272 u8 conf; in max6635_check() local
|
D | lm75.c | 358 int conf, hyst, os; in lm75_detect() local
|
D | f75375s.c | 467 u8 conf; in set_pwm_mode() local 773 u8 conf, mode; in f75375_init() local
|
D | adm9240.c | 683 u8 conf = i2c_smbus_read_byte_data(client, ADM9240_REG_CONFIG); in adm9240_init_client() local
|
D | gl520sm.c | 844 u8 oldconf, conf; in gl520_init_client() local
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup_tx3927.c | 34 unsigned int conf; in tx3927_setup() local
|
D | setup.c | 201 unsigned int conf = read_c0_config(); in early_flush_dcache() local 218 unsigned int conf; in txx9_cache_fixup() local 249 unsigned int conf = read_c0_config(); in early_flush_dcache() local 265 unsigned int conf; in txx9_cache_fixup() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 1174 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
|
D | 3945-rs.c | 337 struct ieee80211_conf *conf = &il->hw->conf; in il3945_rs_rate_init() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 1261 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() 1596 struct ieee80211_conf *conf, in rs_move_siso_to_other() 1768 struct ieee80211_conf *conf, in rs_move_mimo2_to_other() 1938 struct ieee80211_conf *conf, in rs_move_mimo3_to_other() 2218 struct ieee80211_conf *conf = &hw->conf; in rs_rate_scale_perform() local 2807 struct ieee80211_conf *conf = &priv->hw->conf; in iwl_rs_rate_init() local
|
D | rxon.c | 296 struct ieee80211_conf *conf = NULL; in iwl_send_rxon_timing() local 1158 void iwlagn_config_ht40(struct ieee80211_conf *conf, in iwlagn_config_ht40() 1180 struct ieee80211_conf *conf = &hw->conf; in iwlagn_mac_config() local
|
D | mac80211.c | 948 struct ieee80211_conf *conf = &hw->conf; in iwlagn_mac_channel_switch() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | tlb_64.h | 67 #define sh64_setup_tlb_slot(conf, virt, asid, phys) do { } while (0) argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 156 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_detect() local 647 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_create_resources() local 699 struct drm_mode_config *conf = &encoder->dev->mode_config; in nv17_tv_set_property() local
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_pkt.c | 130 struct ieee80211_conf *conf = &hw->conf; in rsi_send_mgmt_pkt() local
|
D | rsi_91x_mgmt.c | 312 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.1.27/drivers/gpu/drm/i2c/ |
D | ch7006_drv.c | 251 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.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | grf5101.c | 81 struct ieee80211_conf *conf) in grf5101_rf_set_channel()
|
D | max2820.c | 93 struct ieee80211_conf *conf) in max2820_rf_set_channel()
|
D | sa2400.c | 104 struct ieee80211_conf *conf) in sa2400_rf_set_channel()
|
D | rtl8225se.c | 452 struct ieee80211_conf *conf) in rtl8225se_rf_set_channel()
|
D | rtl8225.c | 719 struct ieee80211_conf *conf) in rtl8225_rf_set_channel()
|
D | dev.c | 1364 struct ieee80211_conf *conf = &dev->conf; in rtl8180_config() local
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 157 struct libusb_config_descriptor *conf; in main() local
|
/linux-4.1.27/arch/mips/txx9/jmr3927/ |
D | setup.c | 76 unsigned int conf; in jmr3927_mem_setup() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf110.c | 872 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp() 977 const u32 conf = nv_rd32(priv, 0x660404 + (head * 0x300)); in gf110_disp_intr_unk2_2_tu() local 1037 u32 conf, addr, data; in gf110_disp_intr_unk2_2() local 1089 u32 conf; in gf110_disp_intr_unk4_0() local
|
D | dport.c | 42 u8 conf[4]; member
|
D | nv50.c | 1499 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp() 1761 u32 mask, conf; in nv50_disp_intr_unk20_2() local 1865 u32 conf; in nv50_disp_intr_unk40_0() local
|
/linux-4.1.27/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 157 struct libusb_config_descriptor *conf; in main() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 198 const struct lu_object_conf *conf) in lu_object_alloc() 588 const struct lu_object_conf *conf) in lu_object_find() 597 const struct lu_object_conf *conf) in lu_object_new() 623 const struct lu_object_conf *conf, in lu_object_find_try() 701 const struct lu_object_conf *conf) in lu_object_find_at() 728 const struct lu_object_conf *conf) in lu_object_find_slice() 2105 const struct lu_object_conf *conf) in lu_object_anon()
|
D | cl_object.c | 311 const struct cl_object_conf *conf) in cl_conf_set()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 124 const struct cl_object_conf *conf) in vvp_conf_set()
|
D | namei.c | 239 struct cl_object_conf conf = { in ll_md_blocking_ast() local
|
D | llite_lib.c | 2060 struct cl_object_conf conf; in ll_prep_inode() local
|
D | file.c | 3292 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf) in ll_layout_conf() 3409 struct cl_object_conf conf; in ll_layout_lock_set() local
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | main.c | 603 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 1354 struct ieee80211_conf *conf = &hw->conf; in wl1251_op_get_survey() local
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | gen.c | 129 #define rsnd_gen_regmap_init(priv, id_size, reg_id, name, conf) \ argument 135 struct rsnd_regmap_field_conf *conf, in _rsnd_gen_regmap_init()
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
D | main.c | 412 struct ieee80211_conf *conf = &hw->conf; in lbtf_op_config() local 535 struct ieee80211_conf *conf = &hw->conf; in lbtf_op_get_survey() local
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | fmn.c | 45 #define COP2_CC_INIT_CPU_DEST(dest, conf) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | gpio.c | 134 u8 conf = nv_ro08(bios, data - 5); in dcb_gpio_match() local
|
D | dcb.c | 143 u32 conf = nv_ro32(bios, dcb + 0x04); in dcb_outp_parse() local
|
D | init.c | 620 u8 conf, i; in init_io_restrict_prog() local 684 u8 conf, i; in init_io_restrict_pll() local 945 u8 conf, i; in init_io_restrict_pll2() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 198 struct ieee80211_conf *conf = &hw->conf; in ath5k_config() local 664 struct ieee80211_conf *conf = &hw->conf; in ath5k_get_survey() local
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra30_ahub.c | 733 struct tegra30_ahub_cif_conf *conf) in tegra30_ahub_set_cif() 765 struct tegra30_ahub_cif_conf *conf) in tegra124_ahub_set_cif()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 259 struct conf_ap_sleep_settings *conf = &priv->conf.ap_sleep; in wl18xx_acx_ap_sleep() local
|
D | wl18xx.h | 52 struct wl18xx_priv_conf conf; member
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_dma.c | 408 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.1.27/arch/um/drivers/ |
D | ssl.c | 68 static char *conf[NR_PORTS]; variable
|
D | line.c | 432 int line_setup(char **conf, unsigned int num, char **def, in line_setup()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | sta.c | 331 struct ieee80211_conf *conf = &dev->conf; in cw1200_config() local 1220 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_do_join() local 2326 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_start_ap() local 2381 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf; in cw1200_update_beaconing() local
|
/linux-4.1.27/drivers/watchdog/ |
D | via_wdt.c | 161 unsigned char conf; in wdt_probe() local
|
D | smsc37b787_wdt.c | 175 static inline void wdt_timer_conf(unsigned char conf) in wdt_timer_conf()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lvds_pll.c | 41 } conf[32]; member
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | hdmiphy_drv.c | 180 const struct hdmiphy_conf *conf) in hdmiphy_find_conf()
|
D | hdmi_drv.c | 253 const struct hdmi_timings *conf = hdmi_dev->cur_conf; in hdmi_conf_apply() local
|
D | mixer_video.c | 93 struct mxr_output_conf *conf = &output_conf[i]; in mxr_acquire_video() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 350 const struct cl_object_conf *conf) in ccc_object_init0() 359 const struct lu_object_conf *conf) in ccc_object_init() 436 const struct cl_object_conf *conf) in ccc_conf_set() 1096 struct cl_object_conf conf = { in cl_file_inode_init() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 73 const struct lu_object_conf *conf) in osc_object_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1397 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb20_entry() 1541 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb15_entry() 1644 apply_dcb_encoder_quirks(struct drm_device *dev, int idx, u32 *conn, u32 *conf) in apply_dcb_encoder_quirks() 1786 u32 conf = (dcb->version >= 0x20) ? ROM32(outp[4]) : ROM32(outp[6]); in parse_dcb_entry() local
|
/linux-4.1.27/arch/tile/kernel/ |
D | sysfs.c | 76 #define HV_CONF_ATTR(name, conf) \ argument
|
/linux-4.1.27/drivers/net/irda/ |
D | smsc-ircc2.c | 2528 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.1.27/scripts/kconfig/ |
D | conf.c | 354 static void conf(struct menu *menu) in conf() function
|
D | mconf.c | 645 static void conf(struct menu *menu, struct menu *active_menu) in conf() function
|
D | nconf.c | 1066 static void conf(struct menu *menu) in conf() function
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8960.c | 51 } conf[32]; member
|
/linux-4.1.27/drivers/net/wan/ |
D | dlci.c | 202 static int dlci_config(struct net_device *dev, struct dlci_conf __user *conf, int get) in dlci_config()
|
D | sdla.c | 1100 static int sdla_config(struct net_device *dev, struct frad_conf __user *conf, int get) in sdla_config()
|
/linux-4.1.27/drivers/tty/serial/ |
D | max3100.c | 106 int conf; /* configuration for the MAX31000 member 266 int conf, cconf, rts, crts; in max3100_work() local
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 300 const struct ti_bandgap_data *conf = bgp->conf; in ti_bandgap_adc_to_mcelsius() local 331 const struct ti_bandgap_data *conf = bgp->conf; in ti_bandgap_mcelsius_to_adc() local
|
D | ti-bandgap.h | 242 const struct ti_bandgap_data *conf; member
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | rtl8225.c | 904 struct ieee80211_conf *conf) in rtl8225_rf_set_channel()
|
D | dev.c | 1159 struct ieee80211_conf *conf = &dev->conf; in rtl8187_config() local
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | wl12xx.h | 77 struct wl12xx_priv_conf conf; member
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds2482.c | 139 static inline u8 ds2482_calculate_config(u8 conf) in ds2482_calculate_config()
|
/linux-4.1.27/drivers/net/wireless/ |
D | adm8211.c | 1294 struct ieee80211_conf *conf = &dev->conf; in adm8211_config() local 1308 struct ieee80211_bss_conf *conf, in adm8211_bss_info_changed()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | tda10021.c | 228 u8 conf, agcref, lthr, mseth, aref; member
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | unioxx5.c | 111 int chan_a, chan_b, conf, channel_offset; in __unioxx5_analog_config() local
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 125 struct dma_slave_config conf = { in hash_dma_setup_channel() local 1491 struct hash_config conf; member
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 2427 static void set_device_config(struct device *dev, const void *conf, size_t len) in set_device_config() 2654 struct virtio_console_config conf; in setup_console() local 2842 struct virtio_net_config conf; in setup_tun_net() local 3033 struct virtio_blk_config conf; in setup_block_file() local
|
/linux-4.1.27/drivers/atm/ |
D | idt77252.c | 2968 u32 conf; in idt77252_dev_open() local 3012 u32 conf; in idt77252_dev_close() local 3269 u32 conf; in init_card() local
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 1665 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
|
D | main.c | 3087 struct ieee80211_conf *conf, u32 changed) in wl12xx_config_vif() 3106 struct ieee80211_conf *conf = &hw->conf; in wl1271_op_config() local 4917 struct ieee80211_conf *conf = &hw->conf; in wl1271_op_get_survey() local
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 1965 struct ieee80211_conf conf; member 5188 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() 5194 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() 5201 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() 5208 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40() 5214 conf_is_ht(struct ieee80211_conf *conf) in conf_is_ht()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctdaio.c | 394 unsigned int conf; in dao_rsc_init() local
|
D | ctatc.c | 463 struct src_node_conf_t *conf, int *n_srcc) in setup_src_node_conf()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | main.c | 323 struct ieee80211_conf *conf = &dev->conf; in p54_config() local
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | pci.c | 269 u32 conf = readl(PCI_P2P_CONF); in orion5x_pci_local_bus_nr() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 410 const struct cl_object_conf *conf) in echo_conf_set() 430 const struct lu_object_conf *conf) in echo_object_init() 937 struct echo_object_conf *conf; in cl_echo_object_find() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 1514 struct ieee80211_key_conf conf; in iwl_mvm_setup_connection_keep() member 1516 } conf = { in iwl_mvm_setup_connection_keep() local
|
/linux-4.1.27/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 363 int ret, conf; in meson_pinconf_get_pull() local
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.c | 687 #define is_hdmi_cfg(conf) \ argument
|
/linux-4.1.27/drivers/usb/musb/ |
D | tusb6010.c | 557 u32 conf, prcm, timer; in tusb_musb_set_vbus() local
|
/linux-4.1.27/drivers/regulator/ |
D | da9055-regulator.c | 73 struct da9055_conf_reg conf; member
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 2702 struct ieee80211_conf *conf = &hw->conf; in b43legacy_op_dev_config() local 2841 struct ieee80211_bss_conf *conf, in b43legacy_op_bss_info_changed() 3557 struct ieee80211_conf *conf = &hw->conf; in b43legacy_op_get_survey() local
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | ad7192.c | 144 u32 conf; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 1007 static struct ptlrpc_service_conf conf; in ldlm_setup() local
|
/linux-4.1.27/drivers/char/ |
D | i8k.c | 960 const struct i8k_config_data *conf = id->driver_data; in i8k_probe() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-ep93xx.c | 437 struct dma_slave_config conf; in ep93xx_spi_dma_prepare() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | cg6.c | 614 u32 conf; in cg6_init_fix() local 672 u32 rev, conf, mode; in cg6_chip_init() local
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_hdmi.c | 213 u32 conf; in hdmi_config() local
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 180 } conf; member 223 u8 conf[32]; member
|
/linux-4.1.27/drivers/iio/adc/ |
D | ad7793.c | 159 u16 conf; member
|
D | xilinx-xadc-core.c | 1057 unsigned int *conf) in xadc_parse_dt()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 882 struct iwl_fw_dbg_conf_tlv *conf = (void *)tlv_data; in iwl_parse_tlv_firmware() local
|
/linux-4.1.27/drivers/block/paride/ |
D | pcd.c | 706 int *conf = *drives[unit]; in pcd_detect() local
|
D | pf.c | 719 int *conf = *drives[unit]; in pf_detect() local
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 558 struct Vmxnet3_TxQueueConf conf; member 569 struct Vmxnet3_RxQueueConf conf; member
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 2324 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local 2583 struct nfs4_client *conf, *unconf; in nfsd4_create_session() local 3006 struct nfs4_client *conf, *unconf; in nfsd4_destroy_clientid() local 3087 struct nfs4_client *conf, *new; in nfsd4_setclientid() local 3143 struct nfs4_client *conf, *unconf; in nfsd4_setclientid_confirm() local
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 3998 struct ieee80211_conf *conf = &hw->conf; in b43_op_config() local 4117 struct ieee80211_bss_conf *conf, in b43_op_bss_info_changed() 5197 struct ieee80211_conf *conf = &hw->conf; in b43_op_get_survey() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | core.c | 600 struct ieee80211_conf *conf = &hw->conf; in rtl_op_config() local
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | mx3_camera.c | 463 u32 conf; in mx3_camera_activate() local
|
/linux-4.1.27/drivers/scsi/ |
D | aha152x.h | 330 char *conf; member
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 1154 struct ieee80211_conf *conf = &hw->conf; in zd_op_config() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | jz4740_mmc.c | 276 struct dma_slave_config conf = { in jz4740_mmc_start_dma_transfer() local
|
D | mmci.c | 571 struct dma_slave_config conf = { in __mmci_dma_prep_data() local
|
D | s3cmci.c | 1090 struct dma_slave_config conf = { in s3cmci_prepare_dma() local
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 527 struct ieee80211_conf *conf = &hw->conf; in brcms_ops_config() local
|
/linux-4.1.27/drivers/iio/accel/ |
D | mma9553.c | 185 struct mma9553_conf_regs conf; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 378 struct brcmf_cfg80211_conf *conf; member
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 452 struct ieee80211_conf *conf = &ar->hw->conf; in ar5523_set_chan() local
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | hwa742.c | 938 u8 rev, conf; in hwa742_init() local
|