[go: nahoru, domu]

Searched refs:pads (Results 1 - 25 of 59) sorted by relevance

123

/drivers/staging/media/omap4iss/
H A Diss_ipipe.h26 /* Sink and source IPIPE pads */
35 * @pads: Sink and source media entity pads
46 struct media_pad pads[IPIPE_PADS_NUM]; member in struct:iss_ipipe_device
H A Diss_ipipeif.h28 /* Sink and source IPIPEIF pads */
38 * @pads: Sink and source media entity pads
65 struct media_pad pads[IPIPEIF_PADS_NUM]; member in struct:iss_ipipeif_device
H A Diss_resizer.h27 /* Sink and source RESIZER pads */
36 * @pads: Sink and source media entity pads
48 struct media_pad pads[RESIZER_PADS_NUM]; member in struct:iss_resizer_device
H A Diss_ipipe.c373 * ipipe_init_formats - Initialize formats on all pads
491 struct media_pad *pads = ipipe->pads; local
504 pads[IPIPE_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
505 pads[IPIPE_PAD_SOURCE_VP].flags = MEDIA_PAD_FL_SOURCE;
508 ret = media_entity_init(me, IPIPE_PADS_NUM, pads, 0);
H A Diss_ipipeif.c612 * ipipeif_init_formats - Initialize formats on all pads
744 struct media_pad *pads = ipipeif->pads; local
757 pads[IPIPEIF_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
758 pads[IPIPEIF_PAD_SOURCE_ISIF_SF].flags = MEDIA_PAD_FL_SOURCE;
759 pads[IPIPEIF_PAD_SOURCE_VP].flags = MEDIA_PAD_FL_SOURCE;
762 ret = media_entity_init(me, IPIPEIF_PADS_NUM, pads, 0);
H A Diss_csi2.h123 struct media_pad pads[CSI2_PADS_NUM]; member in struct:iss_csi2_device
/drivers/media/platform/exynos4-is/
H A Dcommon.c19 struct media_pad *pad = &entity->pads[0];
35 pad = &sd->entity.pads[0];
/drivers/media/usb/uvc/
H A Duvc_entity.c45 if (!(entity->pads[i].flags & MEDIA_PAD_FL_SINK))
92 entity->num_pads, entity->pads, 0);
95 entity->num_pads, entity->pads, 0);
/drivers/media/platform/vsp1/
H A Dvsp1_entity.c80 * vsp1_entity_init_formats - Initialize formats on all pads
201 /* Allocate formats and pads. */
208 entity->pads = devm_kzalloc(vsp1->dev, num_pads * sizeof(*entity->pads),
210 if (entity->pads == NULL)
213 /* Initialize pads. */
215 entity->pads[i].flags = MEDIA_PAD_FL_SINK;
217 entity->pads[num_pads - 1].flags = MEDIA_PAD_FL_SOURCE;
221 entity->pads, 0);
H A Dvsp1_entity.h65 struct media_pad *pads; member in struct:vsp1_entity
/drivers/media/
H A Dmedia-device.c112 u_ent.pads = ent->num_pads;
137 if (links->pads) {
144 media_device_kpad_to_upad(&entity->pads[p], &pad);
145 if (copy_to_user(&links->pads[p], &pad, sizeof(pad)))
219 link = media_entity_find_link(&source->pads[ulink.source.index],
220 &sink->pads[ulink.sink.index]);
276 compat_uptr_t pads; /* struct media_pad_desc * */ member in struct:media_links_enum32
290 || get_user(pads_ptr, &ulinks->pads)
294 links.pads = compat_ptr(pads_ptr);
H A Dmedia-entity.c32 * @num_pads: Total number of sink and source pads.
34 * @pads: Array of 'num_pads' pads.
36 * The total number of pads is an intrinsic property of entities known by the
40 * be assumed to be equal to or larger than the number of pads.
50 * The pads array is managed by the entity driver and passed to
55 struct media_pad *pads, u16 extra_links)
70 entity->pads = pads;
74 pads[
54 media_entity_init(struct media_entity *entity, u16 num_pads, struct media_pad *pads, u16 extra_links) argument
[all...]
/drivers/staging/media/davinci_vpfe/
H A Ddm365_resizer.h193 struct media_pad pads[RESIZER_CROP_PADS_NUM]; member in struct:dm365_crop_resizer_device
218 struct media_pad pads[RESIZER_PADS_NUM]; member in struct:dm365_resizer_device
H A Ddm365_ipipe.h118 struct media_pad pads[IPIPE_PADS_NUM]; member in struct:vpfe_ipipe_device
H A Ddm365_isif.h183 struct media_pad pads[ISIF_PADS_NUM]; member in struct:vpfe_isif_device
/drivers/input/joystick/
H A Dgamecon.c91 struct gc_pad pads[GC_MAX_DEVICES]; member in struct:gc
137 #define GC_N64_OUT 0x1d /* output bits to the 4 pads */
176 * Each pad uses one bit per byte. So all pads connected to this port
231 if (gc->pads[i].type != GC_N64)
234 dev = gc->pads[i].dev;
334 #define GC_NES_LENGTH 8 /* The NES pads use 8 bits of data */
352 * Each pad uses one bit per byte. So all pads connected to
388 pad = &gc->pads[i];
496 pad = &gc->pads[i];
580 struct gc_pad *pad = &gc->pads[
929 gc_probe(int parport, int *pads, int n_pads) argument
[all...]
/drivers/media/platform/omap3isp/
H A Dispccp2.h25 /* Sink and source ccp2 pads */
66 struct media_pad pads[CCP2_PADS_NUM]; member in struct:isp_ccp2_device
H A Dispresizer.h83 /* Sink and source resizer pads */
96 struct media_pad pads[RESZ_PADS_NUM]; member in struct:isp_res_device
H A Dispccdc.h90 /* Sink and source CCDC pads */
104 * @pads: Sink and source media entity pads
132 struct media_pad pads[CCDC_PADS_NUM]; member in struct:isp_ccdc_device
H A Disppreview.h100 /* Sink and source previewer pads */
108 * @pads: Media entity pads
125 struct media_pad pads[PREV_PADS_NUM]; member in struct:isp_prev_device
H A Dispcsi2.h123 struct media_pad pads[CSI2_PADS_NUM]; member in struct:isp_csi2_device
/drivers/pinctrl/sirf/
H A Dpinctrl-sirf.h107 struct pinctrl_pin_desc *pads; member in struct:sirfsoc_pinctrl_data
/drivers/gpu/host1x/
H A Dmipi.c90 unsigned long pads; member in struct:tegra_mipi_device
140 dev->pads = args.args[0];
200 if (device->pads & BIT(i))
/drivers/pinctrl/
H A Dpinctrl-lantiq.h75 /* we expose our pads to the subsystem */
76 struct pinctrl_pin_desc *pads; member in struct:ltq_pinmux_info
78 /* the number of pads. this varies between socs */
/drivers/media/i2c/smiapp/
H A Dsmiapp.h166 struct media_pad pads[2]; member in struct:smiapp_subdev

Completed in 331 milliseconds

123