| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | hw_factory.c | 67 struct hw_factory *factory, in dal_hw_factory_init() argument 72 dal_hw_factory_diag_fpga_init(factory); in dal_hw_factory_init() 81 dal_hw_factory_dce60_init(factory); in dal_hw_factory_init() 87 dal_hw_factory_dce80_init(factory); in dal_hw_factory_init() 91 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init() 96 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init() 100 dal_hw_factory_dce120_init(factory); in dal_hw_factory_init() 105 dal_hw_factory_dcn10_init(factory); in dal_hw_factory_init() 109 dal_hw_factory_dcn20_init(factory); in dal_hw_factory_init() 112 dal_hw_factory_dcn21_init(factory); in dal_hw_factory_init() [all …]
|
| H A D | gpio_service.c | 76 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create() 89 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create() 314 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open() 315 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open() 318 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open() 319 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open() 322 *pin = service->factory.funcs->get_generic_pin(gpio); in dal_gpio_service_open() 323 service->factory.funcs->define_generic_registers(*pin, en); in dal_gpio_service_open() 326 *pin = service->factory.funcs->get_hpd_pin(gpio); in dal_gpio_service_open() 327 service->factory.funcs->define_hpd_registers(*pin, en); in dal_gpio_service_open()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | maketype.py | 8 the arguments of the type's factory for details. 28 def factory(var_type): function 29 """Return the factory for a specified type.""" 42 obj = factory(var_type) 75 """Prepare a factory for use.""" 87 def register(name, factory): argument 88 """Register a type, given its name and a factory callable. 90 Determines the required and optional flags from the factory's 92 factory_setup(name, factory) 93 available_types[factory.name] = factory
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/diagnostics/ |
| H A D | hw_factory_diag.c | 50 void dal_hw_factory_diag_fpga_init(struct hw_factory *factory) in dal_hw_factory_diag_fpga_init() argument 52 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_diag_fpga_init() 53 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_diag_fpga_init() 54 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_diag_fpga_init() 55 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_diag_fpga_init() 56 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_diag_fpga_init() 57 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_diag_fpga_init() 58 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_diag_fpga_init() 59 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_diag_fpga_init() 60 factory->funcs = &funcs; in dal_hw_factory_diag_fpga_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
| H A D | hw_factory_dce110.c | 166 * Initialize HW factory function pointers and pin info 169 * struct hw_factory *factory - [out] struct of function pointers 171 void dal_hw_factory_dce110_init(struct hw_factory *factory) in dal_hw_factory_dce110_init() argument 174 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce110_init() 175 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce110_init() 176 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce110_init() 177 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce110_init() 178 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce110_init() 179 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce110_init() 180 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce110_init() [all …]
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-systemd/ |
| H A D | skeleton-init-systemd.mk | 27 # redirect /var to the "factory settings" location. Just before the 29 # a real (but empty) directory, and the "factory files" will be copied 38 rm -rf $(TARGET_DIR)/usr/share/factory/var 39 mv $(TARGET_DIR)/var $(TARGET_DIR)/usr/share/factory/var 41 for i in $(TARGET_DIR)/usr/share/factory/var/* \ 42 $(TARGET_DIR)/usr/share/factory/var/lib/* \ 43 $(TARGET_DIR)/usr/share/factory/var/lib/systemd/*; do \ 45 j="$${i#$(TARGET_DIR)/usr/share/factory}"; \ 48 "$${j}" "../usr/share/factory/$${j}" \ 54 done >$(TARGET_DIR)/etc/tmpfiles.d/var-factory.conf
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
| H A D | hw_factory_dce120.c | 180 * Initialize HW factory function pointers and pin info 183 * struct hw_factory *factory - [out] struct of function pointers 185 void dal_hw_factory_dce120_init(struct hw_factory *factory) in dal_hw_factory_dce120_init() argument 188 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce120_init() 189 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce120_init() 190 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce120_init() 191 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce120_init() 192 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce120_init() 193 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce120_init() 194 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce120_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
| H A D | hw_factory_dcn10.c | 213 * Initialize HW factory function pointers and pin info 216 * struct hw_factory *factory - [out] struct of function pointers 218 void dal_hw_factory_dcn10_init(struct hw_factory *factory) in dal_hw_factory_dcn10_init() argument 221 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn10_init() 222 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn10_init() 223 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dcn10_init() 224 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn10_init() 225 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dcn10_init() 226 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn10_init() 227 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dcn10_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
| H A D | hw_factory_dcn21.c | 221 * Initialize HW factory function pointers and pin info 224 * struct hw_factory *factory - [out] struct of function pointers 226 void dal_hw_factory_dcn21_init(struct hw_factory *factory) in dal_hw_factory_dcn21_init() argument 229 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn21_init() 230 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn21_init() 231 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn21_init() 232 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn21_init() 233 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn21_init() 234 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn21_init() 235 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn21_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
| H A D | hw_factory_dce80.c | 163 struct hw_factory *factory) in dal_hw_factory_dce80_init() argument 165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce80_init() 166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce80_init() 167 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce80_init() 168 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce80_init() 169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce80_init() 170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce80_init() 171 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce80_init() 172 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce80_init() 174 factory->funcs = &funcs; in dal_hw_factory_dce80_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
| H A D | hw_factory_dce60.c | 163 struct hw_factory *factory) in dal_hw_factory_dce60_init() argument 165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce60_init() 166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce60_init() 167 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce60_init() 168 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce60_init() 169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce60_init() 170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce60_init() 171 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce60_init() 172 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce60_init() 174 factory->funcs = &funcs; in dal_hw_factory_dce60_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
| H A D | hw_factory_dcn20.c | 240 * Initialize HW factory function pointers and pin info 243 * struct hw_factory *factory - [out] struct of function pointers 245 void dal_hw_factory_dcn20_init(struct hw_factory *factory) in dal_hw_factory_dcn20_init() argument 248 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn20_init() 249 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn20_init() 250 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn20_init() 251 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn20_init() 252 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn20_init() 253 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn20_init() 254 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn20_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
| H A D | hw_factory_dcn30.c | 249 * Initialize HW factory function pointers and pin info 252 * struct hw_factory *factory - [out] struct of function pointers 254 void dal_hw_factory_dcn30_init(struct hw_factory *factory) in dal_hw_factory_dcn30_init() argument 257 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn30_init() 258 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn30_init() 259 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn30_init() 260 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn30_init() 261 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn30_init() 262 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn30_init() 263 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn30_init() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopositioninfosourcefactory.cpp | 49 \brief The QGeoPositionInfoSourceFactory class is a factory class used 62 loader will use the factory with the next highest priority. 70 loader will use the factory with the next highest priority. 77 Can also return 0, in which case the plugin loader will use the factory with the 82 Destroys the position info source factory. 93 QGeoPositionInfoSourceFactory, adding factory methods taking a parameters argument. 104 Can also return 0, in which case the plugin loader will use the factory with 113 Can also return 0, in which case the plugin loader will use the factory with 122 Can also return 0, in which case the plugin loader will use the factory with
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_factory_support.hpp | 18 // member template of a factory as used in the optional<> implementation. 23 template <class T, class Factory> 24 inline void construct(Factory const& factory, void* address) in construct() argument 26 factory.BOOST_NESTED_TEMPLATE apply<T>(address); in construct()
|
| H A D | old_optional_implementation.hpp | 421 // Constructs in-place using the given factory 423 void construct ( Expr&& factory, in_place_factory_base const* ) in construct() argument 426 boost_optional_detail::construct<value_type>(factory, m_storage.address()); in construct() 430 // Constructs in-place using the given typed factory 432 void construct ( Expr&& factory, typed_in_place_factory_base const* ) in construct() argument 435 factory.apply(m_storage.address()) ; in construct() 440 void assign_expr_to_initialized ( Expr&& factory, in_place_factory_base const* tag ) in assign_expr_to_initialized() argument 443 construct(factory,tag); in assign_expr_to_initialized() 446 // Constructs in-place using the given typed factory 448 void assign_expr_to_initialized ( Expr&& factory, typed_in_place_factory_base const* tag ) in assign_expr_to_initialized() argument [all …]
|
| /OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/ |
| H A D | cmd_arc.c | 2 * Command for accessing Arcturus factory environment. 58 char *mystrerr = "ERROR: Failed to save factory info in spi location"; in set_arc_product() 80 * Save factory defaults in set_arc_product() 113 char *myerr = "ERROR: Failed to read all 4 factory info spi locations"; in get_arc_info() 156 printf("\t%s (factory)\n", smac[2]); in get_arc_info() 176 printf("\t%s (factory)\n", smac[1]); in get_arc_info() 195 printf("\t%s (factory)\n", smac[0]); in get_arc_info() 230 "product serial hwaddr0 hwaddr1 hwaddr2 - save Arcturus factory env\n" 231 "info - show Arcturus factory env\n\n");
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/ |
| H A D | tst_qnmeapositioninfosource.cpp | 113 QNmeaPositionInfoSourceProxyFactory factory; in setUpdateInterval_delayedUpdate() local 114 …QNmeaPositionInfoSourceProxy *proxy = static_cast<QNmeaPositionInfoSourceProxy*>(factory.createPro… in setUpdateInterval_delayedUpdate() 133 QNmeaPositionInfoSourceProxyFactory factory; in lastKnownPosition() local 134 …QNmeaPositionInfoSourceProxy *proxy = static_cast<QNmeaPositionInfoSourceProxy*>(factory.createPro… in lastKnownPosition() 227 QNmeaPositionInfoSourceProxyFactory factory; in startUpdates() local 228 …QNmeaPositionInfoSourceProxy *proxy = static_cast<QNmeaPositionInfoSourceProxy*>(factory.createPro… in startUpdates() 250 QNmeaPositionInfoSourceProxyFactory factory; in startUpdates_withTimeout() local 251 …QNmeaPositionInfoSourceProxy *proxy = static_cast<QNmeaPositionInfoSourceProxy*>(factory.createPro… in startUpdates_withTimeout() 328 QNmeaPositionInfoSourceProxyFactory factory; in startUpdates_expectLatestUpdateOnly() local 329 …QNmeaPositionInfoSourceProxy *proxy = static_cast<QNmeaPositionInfoSourceProxy*>(factory.createPro… in startUpdates_expectLatestUpdateOnly() [all …]
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtfactory.cpp | 18 …label.setText("Factory Reset will wipe all the user data.\n Make sure your device are ready.\n the… in qtFactoryReset() 26 setObjectName("Factory Reset"); in qtFactoryReset() 40 this, "Factory Reset", in on_btnClicked() 41 "Do you want to reboot and do factory reset? It will wipe all your user data", in on_btnClicked()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 40 allows switching the sensor between "factory mode" and "operation 41 mode" by writing "1" or "0" to it. In factory mode (1) it is 42 possible to get the raw data from the sensor. Note that in factory 52 Note that reading raw_data gives a I/O error when the device is not in factory
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/wm831x/ |
| H A D | otp.h | 73 * R30728 (0x7808) - Factory OTP ID 84 * R30729 (0x7809) - Factory OTP 1 97 * R30730 (0x780A) - Factory OTP 2 104 * R30731 (0x780B) - Factory OTP 3 117 * R30732 (0x780C) - Factory OTP 4 128 * R30733 (0x780D) - Factory OTP 5
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 544 // Constructs in-place using the given factory 546 void construct ( Expr&& factory, in_place_factory_base const* ) in construct() argument 548 boost_optional_detail::construct<value_type>(factory, m_storage.address()); in construct() 552 // Constructs in-place using the given typed factory 554 void construct ( Expr&& factory, typed_in_place_factory_base const* ) in construct() argument 556 factory.apply(m_storage.address()) ; in construct() 561 void assign_expr_to_initialized ( Expr&& factory, in_place_factory_base const* tag ) in assign_expr_to_initialized() argument 564 construct(factory,tag); in assign_expr_to_initialized() 567 // Constructs in-place using the given typed factory 569 void assign_expr_to_initialized ( Expr&& factory, typed_in_place_factory_base const* tag ) in assign_expr_to_initialized() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.h | 242 * temperature with factory-measured temperatures when calculating txpower 278 * 2) Factory txpower calibration information is provided separately for 336 * factory measurement for ht40 channels. 348 * 4) Linearly interpolate (EEPROM) factory calibration measurement sets, 349 * referencing the 2 factory-measured (sample) channels within the sub band. 375 * Driver should interpolate factory values for temperature, gain table 385 * factory-measured txpower. Using (interpolated) factory gain table idx 390 * For example, if factory measured txpower is 16 dBm, and target txpower 391 * is 13 dBm, add 6 steps to the factory gain idx to reduce txpower 396 * factory-measured temperature for sub-band. Factory values are in [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.cpp | 339 /* Sadly, these are necessary to figure out which of the factory->createX 349 …return d_ptr->factory->createGeocodingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->geocodeEr… in createEngine() 353 …return d_ptr->factory->createRoutingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->routingErro… in createEngine() 357 …return d_ptr->factory->createMappingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->mappingErro… in createEngine() 361 …return d_ptr->factory->createPlaceManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->placeError), … in createEngine() 381 if (!this->factory) { in manager() 386 if (!this->factory) { in manager() 757 : factory(0), in QGeoServiceProviderPrivate() 799 factory = factoryV2 = factoryV3 = nullptr; in unload() 829 factory = factoryV2 = factoryV3 = nullptr; in loadMeta() [all …]
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | display5_factory_defconfig | 17 CONFIG_BOOTCOMMAND="run factory" 30 CONFIG_SYS_PROMPT="display5 factory > " 57 …128k(SPL),1m(u-boot),64k(env1),64k(env2),4m(swu-kernel),16m(swu-initramfs),1m(factory),-(reserved)"
|