/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 47 #define is_streaming(ici, icd) \ argument 156 static int __soc_camera_power_on(struct soc_camera_device *icd) in __soc_camera_power_on() 168 static int __soc_camera_power_off(struct soc_camera_device *icd) in __soc_camera_power_off() 181 struct soc_camera_device *icd, unsigned int fourcc) in soc_camera_xlate_by_fourcc() 229 static int soc_camera_try_fmt(struct soc_camera_device *icd, in soc_camera_try_fmt() 273 struct soc_camera_device *icd = file->private_data; in soc_camera_try_fmt_vid_cap() local 315 struct soc_camera_device *icd = file->private_data; in soc_camera_s_std() local 323 struct soc_camera_device *icd = file->private_data; in soc_camera_g_std() local 332 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_framesizes() local 342 struct soc_camera_device *icd = file->private_data; in soc_camera_reqbufs() local [all …]
|
D | mx3_camera.c | 192 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in mx3_videobuf_setup() local 260 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in mx3_videobuf_queue() local 360 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in mx3_videobuf_release() local 393 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in mx3_videobuf_init() local 411 struct soc_camera_device *icd = soc_camera_from_vb2q(q); in mx3_stop_streaming() local 444 struct soc_camera_device *icd) in mx3_camera_init_videobuf() 507 static int mx3_camera_add_device(struct soc_camera_device *icd) in mx3_camera_add_device() 515 static void mx3_camera_remove_device(struct soc_camera_device *icd) in mx3_camera_remove_device() 576 static int mx3_camera_try_bus_param(struct soc_camera_device *icd, in mx3_camera_try_bus_param() 653 static int mx3_camera_get_formats(struct soc_camera_device *icd, unsigned int idx, in mx3_camera_get_formats() [all …]
|
D | atmel-isi.c | 244 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in queue_setup() local 282 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in buffer_prepare() local 324 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in buffer_cleanup() local 365 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in buffer_queue() local 384 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in start_streaming() local 412 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in stop_streaming() local 466 struct soc_camera_device *icd) in isi_camera_init_videobuf() 479 static int isi_camera_set_fmt(struct soc_camera_device *icd, in isi_camera_set_fmt() 529 static int isi_camera_try_fmt(struct soc_camera_device *icd, in isi_camera_try_fmt() 611 static int isi_camera_try_bus_param(struct soc_camera_device *icd, in isi_camera_try_bus_param() [all …]
|
D | sh_mobile_ceu_camera.c | 217 struct soc_camera_device *icd = container_of(vq, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_setup() local 286 struct soc_camera_device *icd = pcdev->ici.icd; in sh_mobile_ceu_capture() local 382 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_queue() local 432 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_release() local 461 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_init() local 476 struct soc_camera_device *icd = container_of(q, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_stop_streaming() local 559 struct soc_camera_device *icd) in csi2_subdev() 566 static int sh_mobile_ceu_add_device(struct soc_camera_device *icd) in sh_mobile_ceu_add_device() 596 static void sh_mobile_ceu_remove_device(struct soc_camera_device *icd) in sh_mobile_ceu_remove_device() 675 static void sh_mobile_ceu_set_rect(struct soc_camera_device *icd) in sh_mobile_ceu_set_rect() [all …]
|
D | rcar_vin.c | 186 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in rcar_vin_videobuf_setup() local 241 struct soc_camera_device *icd = priv->ici.icd; in rcar_vin_setup() local 416 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in rcar_vin_videobuf_queue() local 463 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in rcar_vin_videobuf_release() local 521 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in rcar_vin_stop_streaming() local 608 static int rcar_vin_add_device(struct soc_camera_device *icd) in rcar_vin_add_device() 625 static void rcar_vin_remove_device(struct soc_camera_device *icd) in rcar_vin_remove_device() 671 static int rcar_vin_set_rect(struct soc_camera_device *icd) in rcar_vin_set_rect() 772 static int rcar_vin_set_bus_param(struct soc_camera_device *icd) in rcar_vin_set_bus_param() 838 static int rcar_vin_try_bus_param(struct soc_camera_device *icd, in rcar_vin_try_bus_param() [all …]
|
D | omap1_camera.c | 208 struct soc_camera_device *icd = vq->priv_data; in omap1_videobuf_setup() local 238 struct soc_camera_device *icd = vq->priv_data; in free_buffer() local 252 struct soc_camera_device *icd = vq->priv_data; in omap1_videobuf_prepare() local 482 struct soc_camera_device *icd = vq->priv_data; in omap1_videobuf_queue() local 535 struct soc_camera_device *icd = vq->priv_data; in omap1_videobuf_release() local 896 static int omap1_cam_add_device(struct soc_camera_device *icd) in omap1_cam_add_device() 904 static void omap1_cam_remove_device(struct soc_camera_device *icd) in omap1_cam_remove_device() 1065 static int omap1_cam_get_formats(struct soc_camera_device *icd, in omap1_cam_get_formats() 1157 #define subdev_call_with_sense(pcdev, dev, icd, sd, function, args...) \ argument 1183 struct soc_camera_device *icd, struct v4l2_subdev *sd, in set_mbus_format() [all …]
|
D | pxa_camera.c | 244 struct soc_camera_device *icd = vq->priv_data; in pxa_videobuf_setup() local 260 struct soc_camera_device *icd = vq->priv_data; in free_buffer() local 427 struct soc_camera_device *icd = vq->priv_data; in pxa_videobuf_prepare() local 629 struct soc_camera_device *icd = vq->priv_data; in pxa_videobuf_queue() local 651 struct soc_camera_device *icd = vq->priv_data; in pxa_videobuf_release() local 835 struct soc_camera_device *icd) in pxa_camera_init_videobuf() 959 static int pxa_camera_add_device(struct soc_camera_device *icd) in pxa_camera_add_device() 967 static void pxa_camera_remove_device(struct soc_camera_device *icd) in pxa_camera_remove_device() 1028 static void pxa_camera_setup_cicr(struct soc_camera_device *icd, in pxa_camera_setup_cicr() 1124 static int pxa_camera_set_bus_param(struct soc_camera_device *icd) in pxa_camera_set_bus_param() [all …]
|
D | mx2_camera.c | 415 static int mx2_camera_add_device(struct soc_camera_device *icd) in mx2_camera_add_device() 423 static void mx2_camera_remove_device(struct soc_camera_device *icd) in mx2_camera_remove_device() 478 struct soc_camera_device *icd = soc_camera_from_vb2q(vq); in mx2_videobuf_setup() local 505 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in mx2_videobuf_prepare() local 535 struct soc_camera_device *icd = soc_camera_from_vb2q(vb->vb2_queue); in mx2_videobuf_queue() local 552 static void mx27_camera_emma_buf_init(struct soc_camera_device *icd, in mx27_camera_emma_buf_init() 650 struct soc_camera_device *icd = soc_camera_from_vb2q(q); in mx2_start_streaming() local 746 struct soc_camera_device *icd = soc_camera_from_vb2q(q); in mx2_stop_streaming() local 787 struct soc_camera_device *icd) in mx2_camera_init_videobuf() 826 static int mx2_camera_set_bus_param(struct soc_camera_device *icd) in mx2_camera_set_bus_param() [all …]
|
D | soc_scale_crop.c | 215 static int client_s_fmt(struct soc_camera_device *icd, in client_s_fmt() 305 int soc_camera_client_scale(struct soc_camera_device *icd, in soc_camera_client_scale() 358 void soc_camera_calc_client_output(struct soc_camera_device *icd, in soc_camera_calc_client_output()
|
D | sh_mobile_csi2.c | 139 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in sh_csi2_g_mbus_config() local 196 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in sh_csi2_s_mbus_config() local 265 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(&priv->subdev); in sh_csi2_client_connect() local
|
D | soc_camera_platform.c | 139 struct soc_camera_device *icd; in soc_camera_platform_probe() local
|
/drivers/infiniband/hw/ipath/ |
D | ipath_eeprom.c | 489 struct i2c_chain_desc *icd; in ipath_eeprom_internal_read() local 554 struct i2c_chain_desc *icd; in ipath_eeprom_internal_write() local 1032 struct i2c_chain_desc *icd; in ipath_tempsense_internal_read() local 1115 struct i2c_chain_desc *icd; in ipath_tempsense_internal_write() local
|
/drivers/media/i2c/soc_camera/ |
D | ov6650.c | 543 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in ov6650_s_fmt() local
|
/drivers/mfd/ |
D | sm501.c | 1151 struct i2c_gpio_platform_data *icd; in sm501_register_gpio_i2c_instance() local
|
/drivers/scsi/be2iscsi/ |
D | be_main.h | 297 unsigned short icd; member
|
/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 3643 uint8_t icd[32]; /* immediate command data (32 bytes) */ member
|