Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h95 unsigned int country_code_size; /* size of this buffer */ member
H A Dcdc-acm.c269 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()
270 return acm->country_code_size; in wCountryCodes_show()
1461 acm->country_code_size = cfd->bLength - 4; in acm_probe()
1470 acm->country_code_size = 0; in acm_probe()
1480 acm->country_code_size = 0; in acm_probe()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h121 unsigned int country_code_size; /* size of this buffer */ member
H A Dxr_usb_serial_common.c242 memcpy(buf, xr_usb_serial->country_codes, xr_usb_serial->country_code_size); in show_country_codes()
243 return xr_usb_serial->country_code_size; in show_country_codes()
1670 xr_usb_serial->country_code_size = cfd->bLength - 4; in xr_usb_serial_probe()
1679 xr_usb_serial->country_code_size = 0; in xr_usb_serial_probe()
1689 xr_usb_serial->country_code_size = 0; in xr_usb_serial_probe()