cpufreq_if.m (bfdbeca16355d7c62e2d0539e2f8928a47520d0c) | cpufreq_if.m (e94a0c1a18e6974bd6467d32a0f0fec8bffe5307) |
---|---|
1# 2# Copyright (c) 2004 Nate Lawson 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 74 unchanged lines hidden (view full) --- 83 84# 85# Get the settings supported by a driver. 86# 87METHOD int drv_settings { 88 device_t dev; 89 struct cf_setting *sets; 90 int *count; | 1# 2# Copyright (c) 2004 Nate Lawson 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 74 unchanged lines hidden (view full) --- 83 84# 85# Get the settings supported by a driver. 86# 87METHOD int drv_settings { 88 device_t dev; 89 struct cf_setting *sets; 90 int *count; |
91}; 92 93# 94# Get an individual driver's type. 95# 96METHOD int drv_type { 97 device_t dev; |
|
91 int *type; 92}; | 98 int *type; 99}; |
100 |
|