Home
last modified time | relevance | path

Searched refs:inter_module_get (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/char/drm/
Ddrm_stub.h127 i = (struct drm_stub_info *)inter_module_get("drm"); in DRM()
Ddrm_agpsupport.h37 #define DRM_AGP_GET (drm_agp_t *)inter_module_get("drm_agp")
/linux-2.4.37.9/include/linux/
Dmodule.h186 extern const void *inter_module_get(const char *);
/linux-2.4.37.9/kernel/
Dmodule.c170 const void *inter_module_get(const char *im_name) in inter_module_get() function
198 const void *result = inter_module_get(im_name); in inter_module_get_request()
201 result = inter_module_get(im_name); in inter_module_get_request()
Dksyms.c82 EXPORT_SYMBOL(inter_module_get);
/linux-2.4.37.9/drivers/char/drm-4.0/
Dagpsupport.c37 #define DRM_AGP_GET (drm_agp_t *)inter_module_get("drm_agp")
/linux-2.4.37.9/drivers/usb/
Dw9968cf.c3921 w9968cf_vpp_init_decoder = inter_module_get("w9968cf_init_decoder"); in w9968cf_vppmod_detect()
3935 w9968cf_vpp_check_headers = inter_module_get("w9968cf_check_headers"); in w9968cf_vppmod_detect()
3936 w9968cf_vpp_decode = inter_module_get("w9968cf_decode"); in w9968cf_vppmod_detect()
3937 w9968cf_vpp_swap_yuvbytes = inter_module_get("w9968cf_swap_yuvbytes"); in w9968cf_vppmod_detect()
3938 w9968cf_vpp_uyvy_to_rgbx = inter_module_get("w9968cf_uyvy_to_rgbx"); in w9968cf_vppmod_detect()
3939 w9968cf_vpp_scale_up = inter_module_get("w9968cf_scale_up"); in w9968cf_vppmod_detect()
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h269 static inline void *inter_module_get(char *x) {return NULL;} in inter_module_get() function