Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 179) sorted by relevance

12345678

/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_factory.c57 struct hw_factory *factory, in dal_hw_factory_init() argument
66 dal_hw_factory_dce60_init(factory); in dal_hw_factory_init()
72 dal_hw_factory_dce80_init(factory); in dal_hw_factory_init()
76 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init()
81 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init()
85 dal_hw_factory_dce120_init(factory); in dal_hw_factory_init()
89 dal_hw_factory_dcn10_init(factory); in dal_hw_factory_init()
92 dal_hw_factory_dcn20_init(factory); in dal_hw_factory_init()
96 dal_hw_factory_dcn21_init(factory); in dal_hw_factory_init()
105 dal_hw_factory_dcn30_init(factory); in dal_hw_factory_init()
[all …]
H A Dgpio_service.c74 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create()
87 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create()
321 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open()
322 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open()
325 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open()
326 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open()
329 *pin = service->factory.funcs->get_generic_pin(gpio); in dal_gpio_service_open()
330 service->factory.funcs->define_generic_registers(*pin, en); in dal_gpio_service_open()
333 *pin = service->factory.funcs->get_hpd_pin(gpio); in dal_gpio_service_open()
334 service->factory.funcs->define_hpd_registers(*pin, en); in dal_gpio_service_open()
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A D0001-Allow-configuring-flash-image-files-compile-time.patch13 .../block_storage/factory/file/block_store_factory.c | 6 +++++-
14 .../service/block_storage/factory/file/component.cmake | 6 +++++-
15 .../block_storage/factory/semihosting/block_store_factory.c | 6 +++++-
16 .../block_storage/factory/semihosting/component.cmake | 6 +++++-
19 …it a/components/service/block_storage/factory/file/block_store_factory.c b/components/service/bloc…
21 --- a/components/service/block_storage/factory/file/block_store_factory.c
22 +++ b/components/service/block_storage/factory/file/block_store_factory.c
43 …--git a/components/service/block_storage/factory/file/component.cmake b/components/service/block_s…
45 --- a/components/service/block_storage/factory/file/component.cmake
46 +++ b/components/service/block_storage/factory/file/component.cmake
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c167 void dal_hw_factory_dce110_init(struct hw_factory *factory) in dal_hw_factory_dce110_init() argument
170 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce110_init()
171 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce110_init()
172 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce110_init()
173 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce110_init()
174 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce110_init()
175 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce110_init()
176 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce110_init()
177 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce110_init()
179 factory->funcs = &funcs; in dal_hw_factory_dce110_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_factory_dce60.c163 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c163 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/
H A Dhw_factory_dce120.c185 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()
195 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce120_init()
197 factory->funcs = &funcs; in dal_hw_factory_dce120_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c218 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()
228 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dcn10_init()
230 factory->funcs = &funcs; in dal_hw_factory_dcn10_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_factory_dcn21.c226 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()
236 factory->number_of_pins[GPIO_ID_GSL] = 0;/*add this*/ in dal_hw_factory_dcn21_init()
238 factory->funcs = &funcs; in dal_hw_factory_dcn21_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_factory_dcn20.c247 void dal_hw_factory_dcn20_init(struct hw_factory *factory) in dal_hw_factory_dcn20_init() argument
250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn20_init()
251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn20_init()
252 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn20_init()
253 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn20_init()
254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn20_init()
255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn20_init()
256 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn20_init()
257 factory->number_of_pins[GPIO_ID_GSL] = 0;/*add this*/ in dal_hw_factory_dcn20_init()
259 factory->funcs = &funcs; in dal_hw_factory_dcn20_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_factory_dcn30.c255 void dal_hw_factory_dcn30_init(struct hw_factory *factory) in dal_hw_factory_dcn30_init() argument
258 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn30_init()
259 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn30_init()
260 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn30_init()
261 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn30_init()
262 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn30_init()
263 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn30_init()
264 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn30_init()
265 factory->number_of_pins[GPIO_ID_GSL] = 0;/*add this*/ in dal_hw_factory_dcn30_init()
267 factory->funcs = &funcs; in dal_hw_factory_dcn30_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_factory_dcn315.c247 void dal_hw_factory_dcn315_init(struct hw_factory *factory) in dal_hw_factory_dcn315_init() argument
250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn315_init()
251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn315_init()
252 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn315_init()
253 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn315_init()
254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn315_init()
255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn315_init()
256 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn315_init()
257 factory->number_of_pins[GPIO_ID_GSL] = 0;/*add this*/ in dal_hw_factory_dcn315_init()
259 factory->funcs = &funcs; in dal_hw_factory_dcn315_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_factory_dcn32.c259 void dal_hw_factory_dcn32_init(struct hw_factory *factory) in dal_hw_factory_dcn32_init() argument
261 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn32_init()
262 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn32_init()
263 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn32_init()
264 factory->number_of_pins[GPIO_ID_HPD] = 5; in dal_hw_factory_dcn32_init()
265 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn32_init()
266 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn32_init()
267 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn32_init()
268 factory->number_of_pins[GPIO_ID_GSL] = 0;/*add this*/ in dal_hw_factory_dcn32_init()
270 factory->funcs = &funcs; in dal_hw_factory_dcn32_init()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dmaketype.py30 def factory(var_type): function
44 obj = factory(var_type)
89 def register(name, factory): argument
94 factory_setup(name, factory)
95 available_types[factory.name] = factory
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/
H A Dgrilo-plugins_0.3.16.bb18 # gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG relies on opengl b…
20 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'lua-factory', '', d)} \
23 PACKAGECONFIG[lua-factory] = "-Denable-lua-factory=yes,-Denable-lua-factory=no,lua libarchive json-…
/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp47 HandlerFactory factory; in loadLibraries() local
63 factory = reinterpret_cast<HandlerFactory>( in loadLibraries()
77 if (seen.count(factory) > 0) in loadLibraries()
81 seen.emplace(factory); in loadLibraries()
85 std::unique_ptr<GenericBlobInterface> result = factory(); in loadLibraries()
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py253 def factory(self, objs): member in ConfigEntry
280 def factory(self, objs): member in Path
293 super(Path, self).factory(objs)
318 def factory(self, objs): member in Property
338 super(Property, self).factory(objs)
400 def factory(self, objs): member in ImplicitGroup
403 factory = Everything.classmap(self.subclass, "element")
411 obj = factory(configfile=self.configfile, **args)
413 obj.factory(objs)
415 super(ImplicitGroup, self).factory(objs)
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py110 def factory(self, objs): member in ConfigEntry
230 def factory(self, objs): member in Fan
235 factory = Everything.classmap(self.rpolicy["type"])
236 rpolicy = factory(**self.rpolicy)
242 factory = Everything.classmap(m["type"])
243 sensor = factory(**m)
248 super(Fan, self).factory(objs)
290 factory = Everything.classmap(x["class"])
291 obj = factory(**x)
304 obj.factory(objs)
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_factory_reset_sub_menu.robot23 [Documentation] Verify navigation to factory reset page.
30 [Documentation] Verify existence of all sections in factory reset page.
37 [Documentation] Verify existence of all buttons in factory reset page.
44 [Documentation] Verify existence of all radio buttons in factory reset page.
59 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain factory-reset
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/
H A DREADME.md5 The OpenBMC API defines a factory reset interface, which is intended to be used
9 factory defaults as needed.
15 Path: `/xyz/openbmc_project/network` The network factory reset overwrites the
22 Path: `/xyz/openbmc_project/software` The BMC software updater factory reset
/openbmc/openpower-host-ipmi-oem/
H A DREADME.md29 This command will call to reset the BMC to its factory default. See [here][0]
30 for the factory reset implementation details.
34 1. Power the chassis off. The host needs to be powered off because the factory
39 2. Set the BMC to perform factory reset on reboot.
40 3. Reboot the BMC for the factory reset to take effect.
/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/
H A DREADME.md5 The OpenBMC API defines a factory reset interface, which is intended to be used
9 factory defaults as needed.
17 The host software updater factory reset immediately clears persistence files
/openbmc/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst40 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
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js8 (function (factory) {
11 define(['jquery'], factory);
14 factory(jQuery);
/openbmc/phosphor-buttons/inc/
H A Dpower_button_profile_factory.hpp29 static PowerButtonProfileFactory factory; in instance() local
30 return factory; in instance()

12345678