Searched defs:property (Results 1 – 3 of 3) sorted by relevance
5 "property": "VehicleProperty::PERF_VEHICLE_SPEED", string15 "property": "VehicleProperty::GEAR_SELECTION", string34 "property": "VehicleProperty::PARKING_BRAKE_ON", string
5 "property": "VehicleProperty::INFO_FUEL_TYPE", string13 "property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE", string
144 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()168 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()621 #define fdt_for_each_property_offset(property, fdt, node) \ argument