gpio_rst_latch   1617 drivers/usb/serial/cp210x.c 	u8 gpio_rst_latch;
gpio_rst_latch   1650 drivers/usb/serial/cp210x.c 	gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
gpio_rst_latch   1664 drivers/usb/serial/cp210x.c 	gpio_latch = (gpio_rst_latch >> 3) & 0x0f;
gpio_rst_latch   1681 drivers/usb/serial/cp210x.c 		gpio_latch |= (gpio_rst_latch & 7) << 4;