Lines Matching defs:of
7 * Permission is hereby granted, free of charge, to any person obtaining
8 * a copy of this software and associated documentation files (the
11 * publish, distribute, sublicense, and/or sell copies of the Software,
17 * portions of the Software.
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
540 * RN50 has effective maximum mode bandwidth of about 300MiB/s.
1367 /* Set the current value of the backlight property */
1438 /* Set the current value of the property */
1459 /* actually more of a crtc property as only crtc1 has rmx */
1469 /* Set the current value of the property */
1505 /* Set the current value of the backlight property */
1586 /* Set the current value of the property */
2739 int of;
2742 of = open("/dev/openfirm", O_RDONLY);
2743 if (of > 0) {
2747 if (ioctl(of, OFIOCFINDDEVICE, &ofio) != -1) {
2752 while (ioctl(of, OFIOCGET, &ofio) != -1) {
2820 close(of);
2908 " with the contents of /proc/cpuinfo"