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
1032 .devices = device, in wmid3_get_device_status()
1067 *value = !!(return_value.devices & device); in wmid3_get_device_status()
1097 u16 devices; in wmid3_set_device_status() local
1101 .devices = commun_func_bitmap, in wmid3_set_device_status()
1110 .devices = commun_func_bitmap, in wmid3_set_device_status()
1147 devices = return_value.devices; in wmid3_set_device_status()
1148 set_params.devices = (value) ? (devices | device) : (devices & ~device); in wmid3_set_device_status()
1229 u32 devices; in WMID_set_capabilities() local
1240 devices = *((u32 *) obj->buffer.pointer); in WMID_set_capabilities()
1242 devices = (u32) obj->integer.value; in WMID_set_capabilities()
1252 pr_info("Function bitmap for Communication Device: 0x%x\n", devices); in WMID_set_capabilities()
1253 if (devices & 0x07) in WMID_set_capabilities()
1255 if (devices & 0x40) in WMID_set_capabilities()
1257 if (devices & 0x10) in WMID_set_capabilities()
1260 if (!(devices & 0x20)) in WMID_set_capabilities()
1833 .devices = 0xFFFF, in acer_wmi_enable_ec_raw()
1856 .devices = 0xFFFF, in acer_wmi_enable_lm()
1991 u32 devices = 0; in get_wmid_devices() local
2002 devices = *((u32 *) obj->buffer.pointer); in get_wmid_devices()
2004 devices = (u32) obj->integer.value; in get_wmid_devices()
2009 return devices; in get_wmid_devices()
2164 debugfs_remove(interface->debug.devices); in remove_debugfs()
2176 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO, in create_debugfs()
2179 if (!interface->debug.devices) in create_debugfs()