Lines Matching full:pads
65 * @pads: the list of pads of the node
87 struct media_pad *pads; member
98 * dcmipp_pads_init - initialize pads
100 * @num_pads: number of pads to initialize
103 * Helper functions to allocate/initialize pads
109 * dcmipp_pads_cleanup - free pads
111 * @pads: pointer to the pads
113 * Helper function to free the pads initialized with dcmipp_pads_init
115 static inline void dcmipp_pads_cleanup(struct media_pad *pads) in dcmipp_pads_cleanup() argument
117 kfree(pads); in dcmipp_pads_cleanup()
129 * @num_pads: number of pads to initialize