Home
last modified time | relevance | path

Searched refs:country_rel_date (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h96 unsigned int country_rel_date; /* release date of version */ member
H A Dcdc-acm.c281 return sprintf(buf, "%d", acm->country_rel_date); in iCountryCodeRelDate_show()
1464 acm->country_rel_date = cfd->iCountryCodeRelDate; in acm_probe()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h122 unsigned int country_rel_date; /* release date of version */ member
H A Dxr_usb_serial_common.c254 return sprintf(buf, "%d", xr_usb_serial->country_rel_date); in show_country_rel_date()
1673 xr_usb_serial->country_rel_date = cfd->iCountryCodeRelDate; in xr_usb_serial_probe()