Lines Matching defs:value
57 __u8 shadowLCR; /* last LCR value received */
58 __u8 shadowMCR; /* last MCR value received */
59 __u8 shadowMSR; /* last MSR value received */
142 * Return the correct value for the Windex field of the setup packet
173 * Return the correct value for the upper byte of the Wvalue field of
191 * the value field of the setup packet. serial_portnum is ignored for registers
202 __u16 value = get_reg_value(reg, serial_portnum) + data;
203 int status = usb_control_msg(usbdev, pipe, request, requesttype, value,
213 * device is embedded in the value field of the setup packet. serial_portnum is
224 __u16 value = get_reg_value(reg, serial_portnum);
234 status = usb_control_msg(usbdev, pipe, request, requesttype, value,
1609 /* Update the LCR with the correct value */
1620 /* Send the updated LCR value to the mos7720 */
1722 struct moschip_port *mos7720_port, unsigned int __user *value)
1739 if (copy_to_user(value, &result, sizeof(int)))