Searched defs:def (Results 1 - 87 of 87) sorted by relevance

/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-audio.c31 const int *def; member in struct:routing_scheme
H A Dpvrusb2-cs53l32a.c39 const int *def; member in struct:routing_scheme
H A Dpvrusb2-video-v4l.c42 const int *def; member in struct:routing_scheme
H A Dpvrusb2-cx2584x-v4l.c47 const struct routing_scheme_item *def; member in struct:routing_scheme
H A Dpvrusb2-hdw-internal.h125 } def; member in struct:pvr2_ctl_info
/linux-4.4.14/include/net/9p/
H A Dtransport.h56 int def; /* this transport should be default */ member in struct:p9_trans_module
/linux-4.4.14/net/netlabel/
H A Dnetlabel_domainhash.h59 struct netlbl_dommap_def def; member in struct:netlbl_domaddr4_map
66 struct netlbl_dommap_def def; member in struct:netlbl_domaddr6_map
73 struct netlbl_dommap_def def; member in struct:netlbl_dom_map
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00config.c118 struct antenna_setup *def = &rt2x00dev->default_ant; rt2x00lib_config_antenna() local
H A Drt2x00mac.c755 struct antenna_setup *def = &rt2x00dev->default_ant; rt2x00mac_set_antenna() local
/linux-4.4.14/drivers/extcon/
H A Dextcon-adc-jack.c71 struct adc_jack_cond *def = &data->adc_conditions[i]; adc_jack_handler() local
/linux-4.4.14/include/linux/
H A DmISDNdsp.h6 char *def; member in struct:mISDN_dsp_element_arg
H A Dsungem_phy.h40 struct mii_phy_def* def; member in struct:mii_phy
H A Dfscache.h183 const struct fscache_cookie_def *def; /* definition */ member in struct:fscache_cookie
341 fscache_acquire_cookie( struct fscache_cookie *parent, const struct fscache_cookie_def *def, void *netfs_data, bool enable) fscache_acquire_cookie() argument
H A Dregmap.h51 unsigned int def; member in struct:reg_default
64 unsigned int def; member in struct:reg_sequence
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dphy.h54 struct mii_phy_def *def; member in struct:mii_phy
H A Dphy.c485 struct mii_phy_def *def; emac_mii_phy_probe() local
/linux-4.4.14/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c225 ccp_register_aes_xts_alg(struct list_head *head, const struct ccp_aes_xts_def *def) ccp_register_aes_xts_alg() argument
H A Dccp-crypto-aes.c320 ccp_register_aes_alg(struct list_head *head, const struct ccp_aes_def *def) ccp_register_aes_alg() argument
H A Dccp-crypto-sha.c378 ccp_register_hmac_alg(struct list_head *head, const struct ccp_sha_def *def, const struct ccp_crypto_ahash_alg *base_alg) ccp_register_hmac_alg() argument
423 ccp_register_sha_alg(struct list_head *head, const struct ccp_sha_def *def) ccp_register_sha_alg() argument
/linux-4.4.14/fs/fscache/
H A Dcookie.c58 __fscache_acquire_cookie( struct fscache_cookie *parent, const struct fscache_cookie_def *def, void *netfs_data, bool enable) __fscache_acquire_cookie() argument
/linux-4.4.14/security/apparmor/
H A Dmatch.c303 u16 *def = DEFAULT_TABLE(dfa); aa_dfa_match_len() local
353 u16 *def = DEFAULT_TABLE(dfa); aa_dfa_match() local
401 u16 *def = DEFAULT_TABLE(dfa); aa_dfa_next() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dpci_of_scan.c25 static u32 get_int_prop(struct device_node *np, const char *name, u32 def) get_int_prop() argument
/linux-4.4.14/arch/sparc/kernel/
H A Dprom_common.c38 int of_getintprop_default(struct device_node *np, const char *name, int def) of_getintprop_default() argument
H A Dmdesc.c804 get_one_mondo_bits(const u64 *p, unsigned int *mask, unsigned long def, unsigned long max) get_one_mondo_bits() argument
/linux-4.4.14/drivers/regulator/
H A Daxp20x-regulator.c236 u32 min, max, def, step; axp20x_set_dcdc_freq() local
/linux-4.4.14/drivers/lguest/
H A Dinterrupts_and_traps.c608 setup_default_idt_entries(struct lguest_ro_state *state, const unsigned long *def) setup_default_idt_entries() argument
622 copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt, const unsigned long *def) copy_traps() argument
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-common.c90 s64 def = _def; v4l2_ctrl_query_fill() local
H A Dv4l2-ctrls.c2060 s64 def = cfg->def; v4l2_ctrl_new_custom() local
2125 s64 def = _def; v4l2_ctrl_new_std_menu() local
2157 s64 def = _def; v4l2_ctrl_new_std_menu_items() local
2189 s64 def = _def; v4l2_ctrl_new_int_menu() local
921 v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) v4l2_ctrl_fill() argument
1639 check_range(enum v4l2_ctrl_type type, s64 min, s64 max, u64 step, s64 def) check_range() argument
1899 v4l2_ctrl_new(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, const struct v4l2_ctrl_type_ops *type_ops, u32 id, const char *name, enum v4l2_ctrl_type type, s64 min, s64 max, u64 step, s64 def, const u32 dims[V4L2_CTRL_MAX_DIMS], u32 elem_size, u32 flags, const char * const *qmenu, const s64 *qmenu_int, void *priv) v4l2_ctrl_new() argument
2092 v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_new_std() argument
3300 __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) __v4l2_ctrl_modify_range() argument
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_param.c195 int def; member in struct:e1000_option
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dparam.c155 int def; member in struct:e1000_option
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c186 int def; member in struct:ixgb_option
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c149 int def; member in struct:pch_gbe_option
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c106 int def; member in struct:atl1e_option
/linux-4.4.14/drivers/crypto/qce/
H A Dablkcipher.c336 static int qce_ablkcipher_register_one(const struct qce_ablkcipher_def *def, qce_ablkcipher_register_one() argument
H A Dsha.c495 static int qce_ahash_register_one(const struct qce_ahash_def *def, qce_ahash_register_one() argument
/linux-4.4.14/scripts/kconfig/
H A Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) conf_askvalue() argument
136 const char *def; conf_string() local
267 int cnt, def; conf_choice() local
H A Dconfdata.c126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) conf_set_sym_val() argument
251 int conf_read_simple(const char *name, int def) conf_read_simple() argument
1058 int cnt, def; randomize_choice_values() local
H A Dexpr.h82 struct symbol_value def[S_DEF_COUNT]; member in struct:symbol
H A Dsymbol.c38 static void sym_add_default(struct symbol *sym, const char *def) sym_add_default() argument
H A Dgconf.c1041 const char *def; fill_row() local
/linux-4.4.14/include/soc/tegra/
H A Dmc.h34 unsigned int def; member in struct:tegra_mc_la
/linux-4.4.14/tools/perf/util/
H A Dllvm-utils.c52 search_program(const char *def, const char *name, search_program() argument
H A Dconfig.c445 static int perf_env_bool(const char *k, int def) perf_env_bool() argument
/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-v4l.c166 int r, def; pwc_init_controls() local
/linux-4.4.14/net/sched/
H A Dsch_gred.c58 u32 def; member in struct:gred_sched
H A Dsch_cbq.c1091 static void cbq_change_defmap(struct cbq_class *cl, u32 splitid, u32 def, u32 mask) cbq_change_defmap() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dtlb_nohash.c449 struct mmu_psize_def *def; setup_page_sizes() local
488 struct mmu_psize_def *def = &mmu_psize_defs[psize]; setup_page_sizes() local
508 struct mmu_psize_def *def = &mmu_psize_defs[psize]; setup_page_sizes() local
536 struct mmu_psize_def *def = &mmu_psize_defs[psize]; setup_page_sizes() local
549 struct mmu_psize_def *def = &mmu_psize_defs[psize]; setup_page_sizes() local
H A Dhash_utils_64.c350 struct mmu_psize_def *def; htab_dt_scan_page_sizes() local
/linux-4.4.14/drivers/media/common/
H A Dcx2341x.c132 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) cx2341x_ctrl_fill() argument
550 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_query_fill() argument
1517 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_custom() argument
1540 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_std() argument
1546 cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, u32 id, s32 max, s32 mask, s32 def) cx2341x_ctrl_new_menu() argument
/linux-4.4.14/drivers/net/
H A Dsungem_phy.c1163 struct mii_phy_def* def; sungem_phy_probe() local
/linux-4.4.14/arch/um/drivers/
H A Dline.c432 int line_setup(char **conf, unsigned int num, char **def, line_setup() argument
/linux-4.4.14/block/
H A Delevator.c830 char *def = ""; elv_register() local
/linux-4.4.14/net/wireless/
H A Dcore.h242 int def, defmgmt; member in struct:cfg80211_cached_keys
H A Dnl80211.c676 bool def, defmgmt; member in struct:key_parse
832 int rem, err, def = 0; nl80211_parse_connkeys() local
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c470 struct string_list *sym, *def; read_reference() local
/linux-4.4.14/fs/cifs/
H A Dasn1.c187 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) asn1_length_decode() argument
227 unsigned int def = 0; asn1_header_decode() local
H A Dcifsfs.c378 struct nls_table *def; cifs_show_nls() local
/linux-4.4.14/include/media/
H A Dv4l2-ctrls.h313 s64 def; member in struct:v4l2_ctrl_config
702 v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_modify_range() argument
/linux-4.4.14/arch/s390/include/asm/
H A Dcpu_mf.h98 unsigned int def:16; /* 0-15 Data Entry Format */ member in struct:hws_basic_entry
115 unsigned int def:16; /* 0-15 Data Entry Format */ member in struct:hws_diag_entry
/linux-4.4.14/net/mac80211/
H A Dchan.c148 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *def) ieee80211_chanctx_can_reserve_chandef() argument
/linux-4.4.14/drivers/iio/magnetometer/
H A Dak8975.c363 struct ak_def *def; member in struct:ak8975_data
/linux-4.4.14/drivers/iio/proximity/
H A Dsx9500.c740 u8 def; member in struct:sx9500_reg_default
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c681 unsigned long base, size, def, dummy; mtrr_cleanup() local
874 unsigned long i, base, size, highest_pfn = 0, def, dummy; mtrr_trim_uncached_memory() local
/linux-4.4.14/arch/powerpc/boot/
H A D4xx.c396 static inline u32 __fix_zero(u32 v, u32 def) __fix_zero() argument
/linux-4.4.14/sound/drivers/
H A Dml403-ac97cr.c170 u16 def; member in struct:lm4550_reg
/linux-4.4.14/tools/lib/bpf/
H A Dlibbpf.c693 struct bpf_map_def def; bpf_object__create_maps() local
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_sup.c667 uint32_t def; qla2xxx_get_flt_info() local
H A Dqla_init.c2529 qla2x00_set_model_info(scsi_qla_host_t *vha, uint8_t *model, size_t len, char *def) qla2x00_set_model_info() argument
/linux-4.4.14/drivers/media/i2c/
H A Dmt9v032.c997 unsigned int def = 0; mt9v032_probe() local
H A Dov9650.c567 int min, max, def; ov965x_update_exposure_ctrl() local
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0367.c2108 int abc = 0, def = 0; stv0367ter_read_ber() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c774 struct cfg80211_chan_def def; ath10k_htt_rx_h_peer_channel() local
811 struct cfg80211_chan_def def; ath10k_htt_rx_h_vdev_channel() local
829 struct cfg80211_chan_def *def = data; ath10k_htt_rx_h_any_chan_iter() local
837 struct cfg80211_chan_def def = {}; ath10k_htt_rx_h_any_channel() local
H A Dmac.c612 struct cfg80211_chan_def **def = data; ath10k_mac_get_any_chandef_iter() local
1496 struct cfg80211_chan_def def; ath10k_mac_vif_fix_hidden_ssid() local
1974 struct cfg80211_chan_def def; ath10k_peer_assoc_h_crypto() local
2021 struct cfg80211_chan_def def; ath10k_peer_assoc_h_rates() local
2083 struct cfg80211_chan_def def; ath10k_peer_assoc_h_ht() local
2307 struct cfg80211_chan_def def; ath10k_peer_assoc_h_vht() local
2404 struct cfg80211_chan_def def; ath10k_peer_assoc_h_phymode() local
5190 struct cfg80211_chan_def def; ath10k_sta_rc_update_wk() local
6199 struct cfg80211_chan_def def; ath10k_mac_op_set_bitrate_mask() local
6391 struct cfg80211_chan_def *def = NULL; ath10k_mac_update_rx_channel() local
569 ath10k_mac_vif_chan(struct ieee80211_vif *vif, struct cfg80211_chan_def *def) ath10k_mac_vif_chan() argument
1337 ath10k_vdev_start(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_start() argument
1343 ath10k_vdev_restart(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_restart() argument
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
H A Datl1.c130 int def; member in struct:atl1_option
H A Datl2.c2900 int def; member in struct:atl2_option
/linux-4.4.14/drivers/bus/
H A Darm-ccn.c274 const char *def; member in struct:arm_ccn_pmu_event
/linux-4.4.14/scripts/
H A Dasn1_compiler.c711 struct token *def; member in struct:type
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv.c2742 struct mmu_psize_def *def = &mmu_psize_defs[linux_psize]; kvmppc_add_seg_page_size() local
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c252 unsigned int def, len; asn1_header_decode() local
209 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) asn1_length_decode() argument
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.c424 static void velocity_set_int_opt(int *opt, int val, int min, int max, int def, velocity_set_int_opt() argument
453 static void velocity_set_bool_opt(u32 *opt, int val, int def, u32 flag, velocity_set_bool_opt() argument
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_main.c3064 u32 def; sisfb_getheapstart() local
/linux-4.4.14/drivers/scsi/
H A Ddc395x.c491 int def; /* default value */ member in struct:ParameterData
/linux-4.4.14/drivers/md/
H A Ddm.c280 __dm_get_module_param(unsigned *module_param, unsigned def, unsigned max) __dm_get_module_param() argument
/linux-4.4.14/drivers/media/tuners/
H A Dmt2063.c1809 const u8 *def = NULL; mt2063_init() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhw.h783 struct ar5416_eeprom_def def; member in union:ath_hw::__anon8167
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dchip.c8868 cpumask_var_t def, rcv; request_msix_irqs() local
/linux-4.4.14/include/net/
H A Dmac80211.h216 struct cfg80211_chan_def def; member in struct:ieee80211_chanctx_conf

Completed in 2753 milliseconds