Lines Matching refs:parm
97 u32 parm; /* command parameters */ member
239 static int swsci(struct drm_device *dev, u32 function, u32 parm, u32 *parm_out) in swsci() argument
288 swsci->parm = parm; in swsci()
320 *parm_out = swsci->parm; in swsci()
336 u32 parm = 0; in intel_opregion_notify_encoder() local
352 parm |= 1 << port; in intel_opregion_notify_encoder()
357 parm |= 4 << 8; in intel_opregion_notify_encoder()
379 parm |= type << (16 + port * 3); in intel_opregion_notify_encoder()
381 return swsci(dev, SWSCI_SBCB_DISPLAY_POWER_STATE, parm, NULL); in intel_opregion_notify_encoder()
386 u32 parm; member
405 power_state_map[i].parm, NULL); in intel_opregion_notify_adapter()