Lines Matching refs:host
11 - camera host - an interface, to which a camera is connected. Typically a
14 - camera host bus - a connection between a camera host and a camera. Can be
21 The soc-camera subsystem initially provided a unified API between camera host
24 with non-soc-camera hosts possible. The camera host API to the soc-camera core
28 method is supported by host drivers. However, the soc-camera core also provides
31 The subsystem has been designed to support multiple camera host interfaces and
38 As of 3.7 there are seven host drivers in the mainline: atmel-isi.c,
43 Camera host API
46 A host camera driver is registered using the
50 function. The host object can be initialized as follows:
59 All camera host methods are passed in a struct soc_camera_host_ops:
71 /* The rest of host operations are optional */
75 from the host. .set_bus_param is used to configure physical connection
76 parameters between the host and the sensor. .init_videobuf2 is called by
77 soc-camera core when a video-device is opened, the host driver would typically
79 implemented completely by the specific camera host driver. If the host driver
89 platform, and used to specify to which camera host bus the sensor is connected,
95 running on an soc-camera host. The actual camera driver operation is implemented
120 place: in the camera driver and in the host driver. User ioctls are first passed
121 to the host driver, which then generally passes them down to the camera driver.
124 driver failed to set the required parameters with sufficient precision, the host
128 Camera drivers are interfaced to the soc-camera core and to host drivers over
137 cropping support by the camera host driver at least the .g_crop method must be
141 soc_camera_device and used by the soc-camera core and host drivers. The core
143 fields change elsewhere, e.g. during .s_crop() processing, the host driver is
157 standard transformations will be used by soc-camera or by camera host drivers to
160 host drivers can also provide their own conversion rules by implementing a