Searched defs:ssi_np (Results 1 - 3 of 3) sorted by relevance

/sound/soc/fsl/
H A Dmpc8610_hpcd.c272 static int get_dma_channel(struct device_node *ssi_np, argument
283 dma_channel_np = get_node_by_phandle_name(ssi_np, compatible,
H A Dp1022_ds.c275 static int get_dma_channel(struct device_node *ssi_np, argument
286 dma_channel_np = get_node_by_phandle_name(ssi_np, compatible,
H A Dfsl_dma.c873 struct device_node *ssi_np, *np; local
875 for_each_compatible_node(ssi_np, NULL, "fsl,mpc8610-ssi") {
879 np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0);
881 return ssi_np;
883 np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0);
885 return ssi_np;
904 struct device_node *ssi_np; local
910 ssi_np = find_ssi_node(np);
911 if (!ssi_np) {
916 ret = of_address_to_resource(ssi_np,
[all...]

Completed in 135 milliseconds