Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkmod.h27 #define try_then_request_module(x, mod...) \ macro
32 #define try_then_request_module(x, mod...) (x) macro
H A Dmodule.h865 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/OK3568_Linux_fs/kernel/fs/nls/
H A Dnls_base.c293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
/OK3568_Linux_fs/kernel/drivers/media/usb/as102/
H A Das102_drv.c355 try_then_request_module(as102_fw_upload(&as102_dev->bus_adap), in as102_dvb_register()
/OK3568_Linux_fs/kernel/net/atm/
H A Dresources.c239 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
H A Dcommon.c496 dev = try_then_request_module(atm_dev_lookup(itf), in vcc_connect()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c350 new_crypt->ops = try_then_request_module(ieee80211_get_crypto_ops("WEP"), in ieee80211_wx_set_encode()
574 ops = try_then_request_module(ieee80211_get_crypto_ops(alg), module); in ieee80211_wx_set_encode_ext()
H A Dieee80211_softmac.c2851 ops = try_then_request_module(ieee80211_get_crypto_ops(param->u.crypt.alg), in ieee80211_wpa_set_encryption()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_compat.c662 try_then_request_module(xt_find_revision(nfmsg->nfgen_family, name, in nfnl_compat_get_rcu()
/OK3568_Linux_fs/kernel/crypto/
H A Dalgapi.c595 return try_then_request_module(__crypto_lookup_template(name), in crypto_lookup_template()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c1468 try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name, in do_arpt_get_ctl()
H A Dip_tables.c1685 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1695 try_then_request_module(xt_find_revision(AF_INET6, rev.name, in do_ip6t_get_ctl()
/OK3568_Linux_fs/kernel/net/iucv/
H A Daf_iucv.c2321 pr_iucv = try_then_request_module(symbol_get(iucv_if), "iucv"); in afiucv_init()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c330 return try_then_request_module( in find_inlist_lock()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c2857 cp = try_then_request_module( in ppp_set_compress()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_main.c6141 card->discipline = try_then_request_module( in qeth_core_load_discipline()
6145 card->discipline = try_then_request_module( in qeth_core_load_discipline()