Lines Matching full:using
9 as an introductory guide for WMI driver writers using this API. It is supposed
11 using the deprecated GUID-based WMI interface.
18 used to extract detailed WMI device information using the following command:
41 method associated with a given WMI device can be retrieved using the ``lswmi`` utility
52 to matching WMI devices using a struct wmi_device_id table:
92 and are forbidden from using any deprecated GUID-based WMI functions. This means that the
102 WMI drivers can call WMI device methods using wmidev_evaluate_method(), the
109 The maximum instance number can be retrieved during runtime using wmidev_instance_count().
116 WMI drivers can query WMI device data blocks using wmidev_block_query(), the
118 also allow for setting data blocks using wmidev_block_set().
120 The maximum instance number can also be retrieved using wmidev_instance_count().
148 There are many cases of firmware vendors using multiple WMI devices to control different aspects
159 then process the event further for example by using an input device.