Home
last modified time | relevance | path

Searched refs:version_id (Results 1 – 5 of 5) sorted by relevance

/drivers/extcon/
Dextcon-sm5502.c523 unsigned int reg_data, vendor_id, version_id; in sm5502_init_dev_type() local
536 version_id = ((reg_data & SM5502_REG_DEVICE_ID_VERSION_MASK) >> in sm5502_init_dev_type()
540 version_id, vendor_id); in sm5502_init_dev_type()
Dextcon-rt8973a.c525 unsigned int data, vendor_id, version_id; in rt8973a_init_dev_type() local
538 version_id = ((data & RT8973A_REG_DEVICE_ID_VERSION_MASK) >> in rt8973a_init_dev_type()
542 version_id, vendor_id); in rt8973a_init_dev_type()
/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_dnld.c91 u32 version_id; /* Version ID of this image format. */ member
/drivers/staging/ft1000/ft1000-usb/
Dft1000_download.c83 long version_id; /* Version ID of this image format. */ member
/drivers/mtd/onenand/
Donenand_base.c3388 process = this->version_id >> ONENAND_VERSION_PROCESS_SHIFT; in onenand_check_features()
3410 if ((this->version_id & 0xf) == 0xe) in onenand_check_features()
3844 this->version_id = ver_id; in onenand_probe()