gpio_latch       1568 drivers/usb/serial/cp210x.c 	u8 gpio_latch;
gpio_latch       1584 drivers/usb/serial/cp210x.c 	gpio_latch = (u8)((le16_to_cpu(config.reset_state) &
gpio_latch       1606 drivers/usb/serial/cp210x.c 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
gpio_latch       1621 drivers/usb/serial/cp210x.c 	u8 gpio_latch;
gpio_latch       1664 drivers/usb/serial/cp210x.c 	gpio_latch = (gpio_rst_latch >> 3) & 0x0f;
gpio_latch       1681 drivers/usb/serial/cp210x.c 		gpio_latch |= (gpio_rst_latch & 7) << 4;
gpio_latch       1698 drivers/usb/serial/cp210x.c 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))