Lines Matching refs:prop
936 const unsigned int *prop; in snd_pmac_detect() local
998 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
999 if (prop && *prop < 16) in snd_pmac_detect()
1000 chip->subframe = *prop; in snd_pmac_detect()
1001 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
1002 if (prop) { in snd_pmac_detect()
1050 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect()
1051 if (prop) in snd_pmac_detect()
1052 chip->device_id = *prop; in snd_pmac_detect()
1082 prop = of_get_property(sound, "sample-rates", &l); in snd_pmac_detect()
1083 if (! prop) in snd_pmac_detect()
1084 prop = of_get_property(sound, "output-frame-rates", &l); in snd_pmac_detect()
1085 if (prop) { in snd_pmac_detect()
1089 unsigned int r = *prop++; in snd_pmac_detect()