/linux-4.4.14/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 | 110 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 …]
|
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() 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 …]
|
D | raid1.c | 181 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 …]
|
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 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
|
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 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
|
D | raid5-cache.c | 762 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()
|
D | dm-raid.c | 1508 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/ |
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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 464 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 …]
|
D | service.c | 345 struct ptlrpc_service_conf *conf) in ptlrpc_server_nthreads_check() 539 ptlrpc_register_service(struct ptlrpc_service_conf *conf, in ptlrpc_register_service()
|
D | nrs.c | 1114 static int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf) in ptlrpc_nrs_policy_register()
|
/linux-4.4.14/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.4.14/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.4.14/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 | 1393 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()
|
D | ar5008_phy.c | 1216 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
|
D | ar9003_phy.c | 1466 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
|
D | htc_drv_main.c | 246 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/ |
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 | 1522 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 …]
|
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 | 449 struct rt2x00intf_conf *conf, in rt2500usb_config_intf()
|
D | rt2400pci.c | 285 struct rt2x00intf_conf *conf, in rt2400pci_config_intf()
|
D | rt2500pci.c | 289 struct rt2x00intf_conf *conf, in rt2500pci_config_intf()
|
D | rt73usb.c | 497 struct rt2x00intf_conf *conf, in rt73usb_config_intf()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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-at91-pio4.c | 381 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
|
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 | 548 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/ |
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.4.14/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() 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
|
D | key.h | 130 struct ieee80211_key_conf conf; member
|
D | cfg.c | 1607 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
|
D | mlme.c | 1133 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/ |
D | vport-vxlan.c | 65 struct vxlan_config *conf) in vxlan_configure_exts() 91 struct vxlan_config conf = { in vxlan_tnl_create() local
|
/linux-4.4.14/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 | 956 const struct tc_ratespec *conf, in psched_ratecfg_precompute()
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 99 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()
|
D | lovsub_object.c | 56 const struct lu_object_conf *conf) in lovsub_object_init()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf119.c | 133 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
|
D | nv50.c | 344 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
|
D | dport.c | 42 u8 conf[4]; member
|
/linux-4.4.14/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.4.14/drivers/staging/vt6656/ |
D | power.c | 132 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 | 652 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()
|
D | rxtx.c | 1103 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
|
/linux-4.4.14/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.4.14/drivers/media/v4l2-core/ |
D | videobuf2-dma-contig.c | 142 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
|
D | videobuf2-dma-sg.c | 105 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/ |
D | Boot.S | 51 conf: .word 0xa5a55a5a label
|
/linux-4.4.14/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 | 1274 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()
|
D | rxtx.c | 1508 struct ieee80211_bss_conf *conf) in vnt_beacon_enable()
|
/linux-4.4.14/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 | tc74.c | 116 s32 conf; in tc74_probe() 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 | 365 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 | dell-smm-hwmon.c | 1000 const struct i8k_config_data *conf = id->driver_data; in i8k_probe() local
|
D | adm9240.c | 683 u8 conf = i2c_smbus_read_byte_data(client, ADM9240_REG_CONFIG); in adm9240_init_client() local
|
/linux-4.4.14/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.4.14/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() 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
|
D | rxon.c | 297 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
|
D | mac80211.c | 961 struct ieee80211_conf *conf = &hw->conf; in iwlagn_mac_channel_switch() local
|
/linux-4.4.14/arch/mips/txx9/generic/ |
D | setup_tx3927.c | 34 unsigned int conf; in tx3927_setup() local
|
D | setup.c | 185 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/ |
D | tlb_64.h | 67 #define sh64_setup_tlb_slot(conf, virt, asid, phys) do { } while (0) argument
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | cn66xx_device.h | 44 struct octeon_config *conf; member
|
D | octeon_device.c | 507 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
|
D | request_manager.c | 75 struct octeon_iq_config *conf = NULL; in octeon_init_instr_queue() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 148 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/ |
D | hdm_usb.c | 121 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/ |
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.4.14/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.4.14/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 206 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/ |
D | lu_object.c | 198 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()
|
D | cl_object.c | 301 const struct cl_object_conf *conf) in cl_conf_set()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | max2820.c | 93 struct ieee80211_conf *conf) in max2820_rf_set_channel()
|
D | grf5101.c | 81 struct ieee80211_conf *conf) in grf5101_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.4.14/arch/mips/txx9/jmr3927/ |
D | setup.c | 76 unsigned int conf; in jmr3927_mem_setup() local
|
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 157 struct libusb_config_descriptor *conf; in main() local
|
/linux-4.4.14/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 157 struct libusb_config_descriptor *conf; in main() local
|
/linux-4.4.14/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 1349 struct ieee80211_conf *conf = &hw->conf; in wl1251_op_get_survey() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 123 const struct cl_object_conf *conf) in vvp_conf_set()
|
D | namei.c | 237 struct cl_object_conf conf = { in ll_md_blocking_ast() local
|
D | llite_lib.c | 1998 struct cl_object_conf conf; in ll_prep_inode() local
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | gen.c | 147 #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/ |
D | main.c | 412 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/ |
D | fmn.c | 45 #define COP2_CC_INIT_CPU_DEST(dest, conf) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | gpio.c | 134 u8 conf = nvbios_rd08(bios, data - 5); in dcb_gpio_match() local
|
D | dcb.c | 142 u32 conf = nvbios_rd32(bios, dcb + 0x04); in dcb_outp_parse() local
|
D | init.c | 627 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/ |
D | tegra30_ahub.c | 687 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/ |
D | mac80211-ops.c | 198 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/ |
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.4.14/drivers/net/wireless/cw1200/ |
D | sta.c | 331 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/ |
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.4.14/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
|
D | main.c | 1386 static int wl18xx_load_conf_file(struct device *dev, struct wlcore_conf *conf, in wl18xx_load_conf_file()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lvds_pll.c | 41 } conf[32]; member
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/clk/meson/ |
D | clk-pll.c | 50 struct pll_conf *conf; member
|
D | clkc.h | 112 } conf; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 73 const struct lu_object_conf *conf) in osc_object_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1398 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/ |
D | sysfs.c | 76 #define HV_CONF_ATTR(name, conf) \ argument
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 349 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/ |
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.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8960.c | 51 } conf[32]; member
|
/linux-4.4.14/include/uapi/linux/ |
D | lightnvm.h | 94 struct nvm_ioctl_create_conf conf; member
|
/linux-4.4.14/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.4.14/drivers/tty/serial/ |
D | max3100.c | 106 int conf; /* configuration for the MAX31000 member 266 int conf, cconf, rts, crts; in max3100_work() local
|
D | msm_serial.c | 135 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/ |
D | ti-bandgap.c | 298 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
|
D | ti-bandgap.h | 242 const struct ti_bandgap_data *conf; member
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/ti/wl12xx/ |
D | wl12xx.h | 77 struct wl12xx_priv_conf conf; member
|
/linux-4.4.14/drivers/w1/masters/ |
D | ds2482.c | 139 static inline u8 ds2482_calculate_config(u8 conf) in ds2482_calculate_config()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ |
D | adm8211.c | 1298 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/ |
D | tda10021.c | 228 u8 conf, agcref, lthr, mseth, aref; member
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 2431 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/ |
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.4.14/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
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 4992 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/ |
D | mac.c | 572 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/ |
D | main.c | 323 struct ieee80211_conf *conf = &dev->conf; in p54_config() local
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | pci.c | 269 u32 conf = readl(PCI_P2P_CONF); in orion5x_pci_local_bus_nr() local
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctdaio.c | 394 unsigned int conf; in dao_rsc_init() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 410 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/ |
D | mac80211.h | 2046 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/ |
D | d3.c | 1517 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/ |
D | tusb6010.c | 557 u32 conf, prcm, timer; in tusb_musb_set_vbus() local
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_auto_parser.c | 687 #define is_hdmi_cfg(conf) \ argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 913 static struct ptlrpc_service_conf conf; in ldlm_setup() local
|
/linux-4.4.14/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 363 int ret, conf; in meson_pinconf_get_pull() local
|
/linux-4.4.14/drivers/regulator/ |
D | da9055-regulator.c | 73 struct da9055_conf_reg conf; member
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 2770 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/ |
D | main.c | 2700 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/ |
D | ad7192.c | 143 u32 conf; member
|
/linux-4.4.14/drivers/spi/ |
D | spi-ep93xx.c | 437 struct dma_slave_config conf; in ep93xx_spi_dma_prepare() local
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi.c | 213 u32 conf; in hdmi_config() local
|
/linux-4.4.14/drivers/iio/adc/ |
D | ad7793.c | 159 u16 conf; member
|
/linux-4.4.14/drivers/block/paride/ |
D | pf.c | 725 int *conf = *drives[unit]; in pf_detect() local
|
D | pcd.c | 713 int *conf = *drives[unit]; in pcd_detect() local
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 2350 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/ |
D | main.c | 3996 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/ |
D | core.c | 600 struct ieee80211_conf *conf = &hw->conf; in rtl_op_config() local
|
/linux-4.4.14/drivers/scsi/ |
D | aha152x.h | 330 char *conf; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 920 struct iwl_fw_dbg_conf_tlv *conf = (void *)tlv_data; in iwl_parse_tlv_firmware() local
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 1154 struct ieee80211_conf *conf = &hw->conf; in zd_op_config() local
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 140 u8 conf[32]; member
|
/linux-4.4.14/drivers/mmc/host/ |
D | jz4740_mmc.c | 276 struct dma_slave_config conf = { in jz4740_mmc_start_dma_transfer() local
|