Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c2299 u8 tmpguidFormat[sizeof(ch->desc.guidFormat)]; in uvcg_uncompressed_guid_format_store() local
2313 memcpy(tmpguidFormat, page, in uvcg_uncompressed_guid_format_store()
2314 min(sizeof(tmpguidFormat), len)); in uvcg_uncompressed_guid_format_store()
2316 format = uvc_format_by_guid(tmpguidFormat); in uvcg_uncompressed_guid_format_store()
2322 memcpy(ch->desc.guidFormat, tmpguidFormat, in uvcg_uncompressed_guid_format_store()