Searched refs:inter_module_get (Results 1 – 8 of 8) sorted by relevance
127 i = (struct drm_stub_info *)inter_module_get("drm"); in DRM()
37 #define DRM_AGP_GET (drm_agp_t *)inter_module_get("drm_agp")
186 extern const void *inter_module_get(const char *);
170 const void *inter_module_get(const char *im_name) in inter_module_get() function198 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()
82 EXPORT_SYMBOL(inter_module_get);
3921 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()
269 static inline void *inter_module_get(char *x) {return NULL;} in inter_module_get() function