Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dhw_factory.c57 struct hw_factory *factory, in dal_hw_factory_init() argument
62 dal_hw_factory_diag_fpga_init(factory); in dal_hw_factory_init()
70 dal_hw_factory_dce80_init(factory); in dal_hw_factory_init()
74 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init()
79 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init()
82 dal_hw_factory_dce120_init(factory); in dal_hw_factory_init()
86 dal_hw_factory_dcn10_init(factory); in dal_hw_factory_init()
98 struct hw_factory **factory) in dal_hw_factory_destroy() argument
100 if (!factory || !*factory) { in dal_hw_factory_destroy()
105 kfree(*factory); in dal_hw_factory_destroy()
[all …]
H A Dgpio_service.c75 if (!dal_hw_factory_init(&service->factory, dce_version_major, in dal_gpio_service_create()
90 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create()
245 pin = service->factory.funcs->create_ddc_data( in dal_gpio_service_open()
247 service->factory.funcs->define_ddc_registers(pin, en); in dal_gpio_service_open()
250 pin = service->factory.funcs->create_ddc_clock( in dal_gpio_service_open()
252 service->factory.funcs->define_ddc_registers(pin, en); in dal_gpio_service_open()
255 pin = service->factory.funcs->create_generic( in dal_gpio_service_open()
259 pin = service->factory.funcs->create_hpd( in dal_gpio_service_open()
261 service->factory.funcs->define_hpd_registers(pin, en); in dal_gpio_service_open()
264 pin = service->factory.funcs->create_sync( in dal_gpio_service_open()
[all …]
H A Dhw_factory.h70 struct hw_factory *factory,
76 struct hw_factory **factory);
H A Dgpio_service.h35 struct hw_factory factory; member
/dragonfly/sys/dev/drm/amd/display/dc/gpio/diagnostics/
H A Dhw_factory_diag.c54 void dal_hw_factory_diag_fpga_init(struct hw_factory *factory) in dal_hw_factory_diag_fpga_init() argument
56 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_diag_fpga_init()
57 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_diag_fpga_init()
58 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_diag_fpga_init()
59 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_diag_fpga_init()
60 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_diag_fpga_init()
61 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_diag_fpga_init()
62 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_diag_fpga_init()
63 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_diag_fpga_init()
64 factory->funcs = &funcs; in dal_hw_factory_diag_fpga_init()
H A Dhw_factory_diag.h30 void dal_hw_factory_diag_fpga_init(struct hw_factory *factory);
/dragonfly/sys/dev/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c165 void dal_hw_factory_dce110_init(struct hw_factory *factory) in dal_hw_factory_dce110_init() argument
168 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce110_init()
169 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce110_init()
170 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce110_init()
171 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce110_init()
172 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce110_init()
173 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce110_init()
174 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce110_init()
175 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce110_init()
177 factory->funcs = &funcs; in dal_hw_factory_dce110_init()
H A Dhw_factory_dce110.h30 void dal_hw_factory_dce110_init(struct hw_factory *factory);
/dragonfly/sys/dev/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c161 struct hw_factory *factory) in dal_hw_factory_dce80_init() argument
163 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce80_init()
164 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce80_init()
165 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce80_init()
166 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce80_init()
167 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce80_init()
168 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce80_init()
169 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce80_init()
170 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce80_init()
172 factory->funcs = &funcs; in dal_hw_factory_dce80_init()
H A Dhw_factory_dce80.h30 struct hw_factory *factory);
/dragonfly/sys/dev/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c180 void dal_hw_factory_dcn10_init(struct hw_factory *factory) in dal_hw_factory_dcn10_init() argument
183 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn10_init()
184 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn10_init()
185 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dcn10_init()
186 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn10_init()
187 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dcn10_init()
188 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn10_init()
189 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dcn10_init()
190 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dcn10_init()
192 factory->funcs = &funcs; in dal_hw_factory_dcn10_init()
H A Dhw_factory_dcn10.h30 void dal_hw_factory_dcn10_init(struct hw_factory *factory);
/dragonfly/sys/dev/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()
H A Dhw_factory_dce120.h30 void dal_hw_factory_dce120_init(struct hw_factory *factory);
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c807 POOL_ctx* factory; member
909 mtctx->factory = pool; in ZSTDMT_createCCtx_advanced_internal()
913 mtctx->factory = POOL_create_advanced(nbWorkers, 0, cMem); in ZSTDMT_createCCtx_advanced_internal()
924 …if (!mtctx->factory | !mtctx->jobs | !mtctx->bufPool | !mtctx->cctxPool | !mtctx->seqPool | initEr… in ZSTDMT_createCCtx_advanced_internal()
988 POOL_free(mtctx->factory); /* stop and free worker threads */ in ZSTDMT_freeCCtx()
1006 + POOL_sizeof(mtctx->factory) in ZSTDMT_sizeof_CCtx()
1020 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()
1389 if (POOL_tryAdd(mtctx->factory, ZSTDMT_compressionJob, &mtctx->jobs[jobID])) { in ZSTDMT_createCompressionJob()
/dragonfly/games/hack/
H A Drumors258 Need money? Sell your corpses to a tin factory.
453 Want to conserve your dead corpses? Go to the tin factory!
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.history55 02/03 The first commercial cheese factory is founded in Switzerland, 1815
/dragonfly/contrib/file/magic/Magdir/
H A Daudio838 # Reference: http://www.poi-factory.com/node/19580
/dragonfly/games/fortune/datfiles/
H A Dzippy560 I was born in a Hostess Cupcake factory before the sexual revolution!
H A Dfortunes-o1357 factory, took it philosophically. After all, having the operation was
5059 factory puts them there.
14254 he gets to the factory his boss is standing there waiting.
H A Dfortunes22097 Help! I'm trapped in a Chinese computer factory!
23219 small number needed [1 per month] in his factory. He explained that this
23221 Therefore, each factory needing keyboards, no matter how few, manufactures
24815 raw apprentices in the weather-clerks factory who experiment and learn how, in
25328 I used to work in a fire hydrant factory. You couldn't park anywhere
44747 Add a picture of his factory.
45842 "He owned a textile factory."
46856 repaired at so-called "factory service centers," which in fact consist
/dragonfly/share/dict/
H A Dweb2a7955 brick factory
13988 cotton factory
19880 factory burden
19882 factory cost
19883 factory farm
19884 factory ledger
19885 factory lumber
19888 factory tar
21727 fish factory
44811 quasi factory
[all …]
H A Dweb267837 factory
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src14234 # by the factory.
14804 # works is to set all the manually settable stuff to factory defaults
14806 # up-arrow key since the factory default will likely be dim on an old
15198 # [Setup mode items changed from factory defaults:]
16333 # to the factory in Pennsauken, NJ. The factory was sold to a PCB board
19377 # and factory color maps. After setting these modes, save them with NVSAVE. No
19425 # and factory color maps. After setting these modes, save them with NVSAVE. No
19656 # table by setf/setb. All colors are reset to factory specifications by oc.
22406 # For use with graphics software, all graphics modes should be set to factory
/dragonfly/share/termcap/
H A Dtermcap.src1135 # by the factory.