Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx-video.c443 u8 boundary_bytes[8]; in cx231xx_find_boundary_SAV_EAV() local
451 memcpy(boundary_bytes, partial_buf, 4); in cx231xx_find_boundary_SAV_EAV()
452 memcpy(boundary_bytes + 4, p_buffer, 4); in cx231xx_find_boundary_SAV_EAV()
455 sav_eav = cx231xx_find_next_SAV_EAV((u8 *)&boundary_bytes, 8, in cx231xx_find_boundary_SAV_EAV()