Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c2265 u8 tmpguidFormat[sizeof(ch->desc.guidFormat)]; in uvcg_uncompressed_guid_format_store() local
2279 memcpy(tmpguidFormat, page, in uvcg_uncompressed_guid_format_store()
2280 min(sizeof(tmpguidFormat), len)); in uvcg_uncompressed_guid_format_store()
2282 format = uvc_format_by_guid(tmpguidFormat); in uvcg_uncompressed_guid_format_store()
2288 memcpy(ch->desc.guidFormat, tmpguidFormat, in uvcg_uncompressed_guid_format_store()