Lines Matching full:pads
99 * @pads: the list of pads of the node
115 struct media_pad *pads; member
123 * vimc_pads_init - initialize pads
125 * @num_pads: number of pads to initialize
128 * Helper functions to allocate/initialize pads
134 * vimc_pads_cleanup - free pads
136 * @pads: pointer to the pads
138 * Helper function to free the pads initialized with vimc_pads_init
140 static inline void vimc_pads_cleanup(struct media_pad *pads) in vimc_pads_cleanup() argument
142 kfree(pads); in vimc_pads_cleanup()
152 * in all the sink pads of the entity
186 * @num_pads: number of pads to initialize