Where is the intel_opregion_init definition

Hi,

I'm looking for the definition of the function intel_opregion_init in the kernel. I can see some calling in the code, but not the definition. Maybe it refers to a blob, or something else...
Is someone could explain it to me?
 
$ find /usr/src -type f | xargs grep -e 'intel_opregion_init'
Code:
/usr/src/sys/dev/drm/i915_dma.c:	intel_opregion_init(dev);
/usr/src/sys/dev/drm/i915_drv.h:extern int intel_opregion_init(struct drm_device *dev);
 
Back
Top