Lines Matching refs:device
45 bool detect(int device);
46 bool setDrmMode(int device, drmModeModeInfo& value);
47 bool setRefreshRate(int device, int hz);
55 bool isConnected(int device);
56 bool setDpmsMode(int device, int mode);
58 bool getModeInfo(int device, drmModeModeInfo& mode);
59 bool getPhysicalSize(int device, uint32_t& width, uint32_t& height);
61 int getPanelOrientation(int device);
62 drmModeModeInfoPtr detectAllConfigs(int device, int *modeCount);
69 // map device type to output index, return -1 if not mapped
70 inline int getOutputIndex(int device);