Searched refs:try_then_request_module (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kmod.h | 27 #define try_then_request_module(x, mod...) \ macro 32 #define try_then_request_module(x, mod...) (x) macro
|
H A D | module.h | 865 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
|
/openbmc/linux/fs/nls/ |
H A D | nls_base.c | 293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_drv.c | 355 try_then_request_module(as102_fw_upload(&as102_dev->bus_adap), in as102_dvb_register()
|
/openbmc/linux/net/atm/ |
H A D | resources.c | 236 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
|
H A D | common.c | 496 dev = try_then_request_module(atm_dev_lookup(itf), in vcc_connect()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 348 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 D | ieee80211_softmac.c | 2861 ops = try_then_request_module(ieee80211_get_crypto_ops(param->u.crypt.alg), in ieee80211_wpa_set_encryption()
|
/openbmc/linux/crypto/ |
H A D | algapi.c | 645 return try_then_request_module(__crypto_lookup_template(name), in crypto_lookup_template()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_compat.c | 722 try_then_request_module(xt_find_revision(family, name, rev, target, &ret), in nfnl_compat_get_rcu()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 1477 try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name, in do_arpt_get_ctl()
|
H A D | ip_tables.c | 1691 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 1700 try_then_request_module(xt_find_revision(AF_INET6, rev.name, in do_ip6t_get_ctl()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 370 return try_then_request_module( in find_inlist_lock()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 3048 cp = try_then_request_module( in ppp_set_compress()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | 6166 card->discipline = try_then_request_module( in qeth_setup_discipline() 6170 card->discipline = try_then_request_module( in qeth_setup_discipline()
|