Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-camera.c105 __be16 id_be; in em28xx_probe_sensor_micron() local
123 ret = i2c_master_recv(&client, (u8 *)&id_be, 2); in em28xx_probe_sensor_micron()
129 id = be16_to_cpu(id_be); in em28xx_probe_sensor_micron()
138 ret = i2c_master_recv(&client, (u8 *)&id_be, 2); in em28xx_probe_sensor_micron()
145 if (id != be16_to_cpu(id_be)) in em28xx_probe_sensor_micron()
148 id = be16_to_cpu(id_be); in em28xx_probe_sensor_micron()