Lines Matching refs:index
482 * index 0: port phy idx (e.g., 0,1,2,3)
483 * index 1: only F81534_TOKEN_WRITE
484 * index 2: serial TX out length
485 * index 3: fix to 0
486 * index 4~127: serial out data block
726 * for latest configuration index. If nothing found
727 * (*index = F81534_CUSTOM_NO_CUSTOM_DATA), We'll load default configure in
730 * Due to we only use block0 to save data, so *index should be 0 or
733 static int f81534_find_config_idx(struct usb_serial *serial, u8 *index)
748 *index = 0;
750 *index = F81534_CUSTOM_NO_CUSTOM_DATA;
845 int index = 0;
930 serial_priv->tty_idx[i] = index++;
1175 * index 0: port phy idx (e.g., 0,1,2,3),
1176 * index 1: It's could be
1180 * index 2: serial in size (data+lsr, must be even)
1182 * index 3: current MSR with this device
1183 * index 4~127: serial in data block (data+lsr, must be even)