Lines Matching defs:name
206 * of_dma_match_channel - Check if a DMA specifier matches name
208 * @name: channel name to be matched
213 * specifiers, matches the name provided. Returns 0 if the name matches and
216 static int of_dma_match_channel(struct device_node *np, const char *name,
224 if (strcmp(name, s))
237 * @name: name of desired channel
242 const char *name)
251 if (!np || !name) {
269 * entries with the same name
273 if (of_dma_match_channel(np, name,