Home
last modified time | relevance | path

Searched refs:try_then_request_module (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/include/linux/
Dkmod.h40 #define try_then_request_module(x, mod...) \ macro
45 #define try_then_request_module(x, mod...) (x) macro
Dmodule.h788 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dgvt.c214 intel_gvt_host.mpt = try_then_request_module( in intel_gvt_init_host()
220 intel_gvt_host.mpt = try_then_request_module( in intel_gvt_init_host()
/Linux-v4.19/fs/nls/
Dnls_base.c293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
/Linux-v4.19/drivers/media/usb/as102/
Das102_drv.c364 try_then_request_module(as102_fw_upload(&as102_dev->bus_adap), in as102_dvb_register()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c157 crypto_ops = try_then_request_module(lib80211_get_crypto_ops("WEP"), "lib80211_crypt_wep"); in rtw_wep_encrypt()
213 …struct lib80211_crypto_ops *crypto_ops = try_then_request_module(lib80211_get_crypto_ops("WEP"), "… in rtw_wep_decrypt()
1295 …struct lib80211_crypto_ops *crypto_ops = try_then_request_module(lib80211_get_crypto_ops("CCMP"), … in rtw_aes_decrypt()
/Linux-v4.19/net/atm/
Dresources.c283 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
Dcommon.c495 dev = try_then_request_module(atm_dev_lookup(itf), in vcc_connect()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c367 new_crypt->ops = try_then_request_module(ieee80211_get_crypto_ops("WEP"), in ieee80211_wx_set_encode()
591 ops = try_then_request_module(ieee80211_get_crypto_ops(alg), module); in ieee80211_wx_set_encode_ext()
Dieee80211_softmac.c2851 ops = try_then_request_module(ieee80211_get_crypto_ops(param->u.crypt.alg), in ieee80211_wpa_set_encryption()
/Linux-v4.19/crypto/
Dalgapi.c538 return try_then_request_module(__crypto_lookup_template(name), in crypto_lookup_template()
/Linux-v4.19/net/netfilter/
Dnft_compat.c660 try_then_request_module(xt_find_revision(nfmsg->nfgen_family, name, in nfnl_compat_get_rcu()
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c1498 try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name, in do_arpt_get_ctl()
Dip_tables.c1726 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c1735 try_then_request_module(xt_find_revision(AF_INET6, rev.name, in do_ip6t_get_ctl()
/Linux-v4.19/net/iucv/
Daf_iucv.c2471 pr_iucv = try_then_request_module(symbol_get(iucv_if), "iucv"); in afiucv_init()
/Linux-v4.19/net/bridge/netfilter/
Debtables.c338 return try_then_request_module( in find_inlist_lock()
/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c2713 cp = try_then_request_module( in ppp_set_compress()
/Linux-v4.19/drivers/s390/net/
Dqeth_core_main.c5571 card->discipline = try_then_request_module( in qeth_core_load_discipline()
5575 card->discipline = try_then_request_module( in qeth_core_load_discipline()