Lines Matching refs:prop
940 const unsigned int *prop; in snd_pmac_detect() local
1002 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
1003 if (prop && *prop < 16) in snd_pmac_detect()
1004 chip->subframe = *prop; in snd_pmac_detect()
1005 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
1006 if (prop) { in snd_pmac_detect()
1054 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect()
1055 if (prop) in snd_pmac_detect()
1056 chip->device_id = *prop; in snd_pmac_detect()
1086 prop = of_get_property(sound, "sample-rates", &l); in snd_pmac_detect()
1087 if (! prop) in snd_pmac_detect()
1088 prop = of_get_property(sound, "output-frame-rates", &l); in snd_pmac_detect()
1089 if (prop) { in snd_pmac_detect()
1093 unsigned int r = *prop++; in snd_pmac_detect()