Home
last modified time | relevance | path

Searched refs:request_module_nowait (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/net/6lowpan/
Dcore.c161 request_module_nowait("nhc_dest"); in lowpan_module_init()
162 request_module_nowait("nhc_fragment"); in lowpan_module_init()
163 request_module_nowait("nhc_hop"); in lowpan_module_init()
164 request_module_nowait("nhc_ipv6"); in lowpan_module_init()
165 request_module_nowait("nhc_mobility"); in lowpan_module_init()
166 request_module_nowait("nhc_routing"); in lowpan_module_init()
167 request_module_nowait("nhc_udp"); in lowpan_module_init()
/Linux-v5.10/include/linux/
Dkmod.h26 #define request_module_nowait(mod...) __request_module(false, mod) macro
31 static inline int request_module_nowait(const char *name, ...) { return -ENOSYS; } in request_module_nowait() function
/Linux-v5.10/net/netfilter/
Dnfnetlink.c618 request_module_nowait("nfnetlink-subsys-%d", type); in nfnetlink_bind()
/Linux-v5.10/drivers/pcmcia/
Dcs.c189 request_module_nowait("pcmcia"); in pcmcia_register_socket()
/Linux-v5.10/drivers/hwtracing/stm/
Dcore.c1336 (void)request_module_nowait("stm_p_basic"); in stm_core_init()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1372 request_module_nowait(MLX5_IB_MOD); in init_one()
/Linux-v5.10/drivers/pci/switch/
Dswitchtec.c1597 request_module_nowait("ntb_hw_switchtec"); in switchtec_pci_probe()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_fb_helper.c2285 request_module_nowait(name); in drm_fb_helper_modinit()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Dmain.c1109 request_module_nowait(EN_DRV_NAME); in mlx4_request_modules()
1111 request_module_nowait(IB_DRV_NAME); in mlx4_request_modules()