Lines Matching refs:devices
156 u16 devices; /* Other type devices default status */ member
170 u16 devices; /* Set Device */ member
177 u16 devices; /* Get Device */ member
183 u16 devices; /* Current Device Status */ member
255 struct dentry *devices; member
1033 .devices = device, in wmid3_get_device_status()
1068 *value = !!(return_value.devices & device); in wmid3_get_device_status()
1098 u16 devices; in wmid3_set_device_status() local
1102 .devices = commun_func_bitmap, in wmid3_set_device_status()
1111 .devices = commun_func_bitmap, in wmid3_set_device_status()
1148 devices = return_value.devices; in wmid3_set_device_status()
1149 set_params.devices = (value) ? (devices | device) : (devices & ~device); in wmid3_set_device_status()
1230 u32 devices; in WMID_set_capabilities() local
1241 devices = *((u32 *) obj->buffer.pointer); in WMID_set_capabilities()
1243 devices = (u32) obj->integer.value; in WMID_set_capabilities()
1253 pr_info("Function bitmap for Communication Device: 0x%x\n", devices); in WMID_set_capabilities()
1254 if (devices & 0x07) in WMID_set_capabilities()
1256 if (devices & 0x40) in WMID_set_capabilities()
1258 if (devices & 0x10) in WMID_set_capabilities()
1261 if (!(devices & 0x20)) in WMID_set_capabilities()
1782 .devices = 0xFFFF, in acer_wmi_enable_ec_raw()
1805 .devices = 0xFFFF, in acer_wmi_enable_lm()
1940 u32 devices = 0; in get_wmid_devices() local
1951 devices = *((u32 *) obj->buffer.pointer); in get_wmid_devices()
1953 devices = (u32) obj->integer.value; in get_wmid_devices()
1958 return devices; in get_wmid_devices()
2080 debugfs_remove(interface->debug.devices); in remove_debugfs()
2092 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO, in create_debugfs()
2095 if (!interface->debug.devices) in create_debugfs()