Searched refs:try_then_request_module (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/include/linux/ |
D | kmod.h | 27 #define try_then_request_module(x, mod...) \ macro 32 #define try_then_request_module(x, mod...) (x) macro
|
D | module.h | 848 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
|
/Linux-v5.10/fs/nls/ |
D | nls_base.c | 293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
|
/Linux-v5.10/drivers/media/usb/as102/ |
D | as102_drv.c | 355 try_then_request_module(as102_fw_upload(&as102_dev->bus_adap), in as102_dvb_register()
|
/Linux-v5.10/net/atm/ |
D | resources.c | 239 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
|
D | common.c | 496 dev = try_then_request_module(atm_dev_lookup(itf), in vcc_connect()
|
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 350 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()
|
D | ieee80211_softmac.c | 2851 ops = try_then_request_module(ieee80211_get_crypto_ops(param->u.crypt.alg), in ieee80211_wpa_set_encryption()
|
/Linux-v5.10/net/netfilter/ |
D | nft_compat.c | 667 try_then_request_module(xt_find_revision(nfmsg->nfgen_family, name, in nfnl_compat_get_rcu()
|
/Linux-v5.10/crypto/ |
D | algapi.c | 595 return try_then_request_module(__crypto_lookup_template(name), in crypto_lookup_template()
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | arp_tables.c | 1466 try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name, in do_arpt_get_ctl()
|
D | ip_tables.c | 1683 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 1692 try_then_request_module(xt_find_revision(AF_INET6, rev.name, in do_ip6t_get_ctl()
|
/Linux-v5.10/net/iucv/ |
D | af_iucv.c | 2322 pr_iucv = try_then_request_module(symbol_get(iucv_if), "iucv"); in afiucv_init()
|
/Linux-v5.10/net/bridge/netfilter/ |
D | ebtables.c | 330 return try_then_request_module( in find_inlist_lock()
|
/Linux-v5.10/drivers/net/ppp/ |
D | ppp_generic.c | 2841 cp = try_then_request_module( in ppp_set_compress()
|
/Linux-v5.10/drivers/s390/net/ |
D | qeth_core_main.c | 6136 card->discipline = try_then_request_module( in qeth_core_load_discipline() 6140 card->discipline = try_then_request_module( in qeth_core_load_discipline()
|