Searched refs:configcr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/misc/
H A Dpowermate.c66 struct usb_ctrlrequest *configcr; member in struct:powermate_device
130 pm->configcr->wValue = cpu_to_le16( SET_PULSE_ASLEEP );
131 pm->configcr->wIndex = cpu_to_le16( pm->pulse_asleep ? 1 : 0 );
134 pm->configcr->wValue = cpu_to_le16( SET_PULSE_AWAKE );
135 pm->configcr->wIndex = cpu_to_le16( pm->pulse_awake ? 1 : 0 );
166 pm->configcr->wValue = cpu_to_le16( (pm->pulse_table << 8) | SET_PULSE_MODE );
167 pm->configcr->wIndex = cpu_to_le16( (arg << 8) | op );
170 pm->configcr->wValue = cpu_to_le16( SET_STATIC_BRIGHTNESS );
171 pm->configcr->wIndex = cpu_to_le16( pm->static_brightness );
179 /* printk("powermate: %04x %04x\n", pm->configcr
[all...]

Completed in 103 milliseconds