Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Duvc_configfs.c2298 u8 tmpguidFormat[sizeof(ch->desc.guidFormat)]; in uvcg_uncompressed_guid_format_store() local
2312 memcpy(tmpguidFormat, page, in uvcg_uncompressed_guid_format_store()
2313 min(sizeof(tmpguidFormat), len)); in uvcg_uncompressed_guid_format_store()
2315 format = uvc_format_by_guid(tmpguidFormat); in uvcg_uncompressed_guid_format_store()
2321 memcpy(ch->desc.guidFormat, tmpguidFormat, in uvcg_uncompressed_guid_format_store()