Lines Matching refs:prop
888 char prop[] = SX9324_PROXRAW_DEF;
902 snprintf(prop, ARRAY_SIZE(prop), "semtech,ph%d-pin", ph);
904 count = device_property_count_u32(dev, prop);
907 ret = device_property_read_u32_array(dev, prop, pin_defs,
940 strncpy(prop, "semtech,ph01-resolution",
941 ARRAY_SIZE(prop));
943 strncpy(prop, "semtech,ph23-resolution",
944 ARRAY_SIZE(prop));
946 ret = device_property_read_u32(dev, prop, &raw);
1015 strncpy(prop, "semtech,ph01-proxraw-strength",
1016 ARRAY_SIZE(prop));
1018 strncpy(prop, "semtech,ph23-proxraw-strength",
1019 ARRAY_SIZE(prop));
1020 ret = device_property_read_u32(dev, prop, &raw);