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

12

/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.h29 /* Initialize HW factory function pointers and pin info */
30 void dal_hw_factory_dce110_init(struct hw_factory *factory);
H A Dhw_factory_dce110.c162 * Initialize HW factory function pointers and pin info
165 * struct hw_factory *factory - [out] struct of function pointers
167 void dal_hw_factory_dce110_init(struct hw_factory *factory) argument
170 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
171 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
172 factory->number_of_pins[GPIO_ID_GENERIC] = 7;
173 factory->number_of_pins[GPIO_ID_HPD] = 6;
174 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31;
175 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
176 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.h30 struct hw_factory *factory);
H A Dhw_factory_dce80.c163 struct hw_factory *factory)
165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
167 factory->number_of_pins[GPIO_ID_GENERIC] = 7;
168 factory->number_of_pins[GPIO_ID_HPD] = 6;
169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31;
170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
171 factory->number_of_pins[GPIO_ID_SYNC] = 2;
172 factory->number_of_pins[GPIO_ID_GSL] = 4;
174 factory
162 dal_hw_factory_dce80_init( struct hw_factory *factory) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce120/
H A Dhw_factory_dce120.h29 /* Initialize HW factory function pointers and pin info */
30 void dal_hw_factory_dce120_init(struct hw_factory *factory);
H A Dhw_factory_dce120.c180 * 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) argument
188 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
189 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
190 factory->number_of_pins[GPIO_ID_GENERIC] = 7;
191 factory->number_of_pins[GPIO_ID_HPD] = 6;
192 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31;
193 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
194 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.h29 /* Initialize HW factory function pointers and pin info */
30 void dal_hw_factory_dcn10_init(struct hw_factory *factory);
H A Dhw_factory_dcn10.c213 * 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) argument
221 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
222 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
223 factory->number_of_pins[GPIO_ID_GENERIC] = 7;
224 factory->number_of_pins[GPIO_ID_HPD] = 6;
225 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31;
226 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
227 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_factory_dcn20.h28 /* Initialize HW factory function pointers and pin info */
29 void dal_hw_factory_dcn20_init(struct hw_factory *factory);
H A Dhw_factory_dcn20.c242 * Initialize HW factory function pointers and pin info
245 * struct hw_factory *factory - [out] struct of function pointers
247 void dal_hw_factory_dcn20_init(struct hw_factory *factory) argument
250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
252 factory->number_of_pins[GPIO_ID_GENERIC] = 4;
253 factory->number_of_pins[GPIO_ID_HPD] = 6;
254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28;
255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
256 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_factory_dcn21.h28 /* Initialize HW factory function pointers and pin info */
29 void dal_hw_factory_dcn21_init(struct hw_factory *factory);
H A Dhw_factory_dcn21.c221 * 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) argument
229 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
230 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
231 factory->number_of_pins[GPIO_ID_GENERIC] = 4;
232 factory->number_of_pins[GPIO_ID_HPD] = 6;
233 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28;
234 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
235 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_factory_dce60.h30 struct hw_factory *factory);
H A Dhw_factory_dce60.c163 struct hw_factory *factory)
165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
167 factory->number_of_pins[GPIO_ID_GENERIC] = 7;
168 factory->number_of_pins[GPIO_ID_HPD] = 6;
169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31;
170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
171 factory->number_of_pins[GPIO_ID_SYNC] = 2;
172 factory->number_of_pins[GPIO_ID_GSL] = 4;
174 factory
162 dal_hw_factory_dce60_init( struct hw_factory *factory) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_factory_dcn315.h28 /* Initialize HW factory function pointers and pin info */
29 void dal_hw_factory_dcn315_init(struct hw_factory *factory);
H A Dhw_factory_dcn315.c242 * Initialize HW factory function pointers and pin info
245 * struct hw_factory *factory - [out] struct of function pointers
247 void dal_hw_factory_dcn315_init(struct hw_factory *factory) argument
250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
252 factory->number_of_pins[GPIO_ID_GENERIC] = 4;
253 factory->number_of_pins[GPIO_ID_HPD] = 6;
254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28;
255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
256 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_factory_dcn30.h28 /* Initialize HW factory function pointers and pin info */
29 void dal_hw_factory_dcn30_init(struct hw_factory *factory);
H A Dhw_factory_dcn30.c250 * Initialize HW factory function pointers and pin info
253 * struct hw_factory *factory - [out] struct of function pointers
255 void dal_hw_factory_dcn30_init(struct hw_factory *factory) argument
258 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
259 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
260 factory->number_of_pins[GPIO_ID_GENERIC] = 4;
261 factory->number_of_pins[GPIO_ID_HPD] = 6;
262 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28;
263 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
264 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_factory_dcn32.h28 /* Initialize HW factory function pointers and pin info */
29 void dal_hw_factory_dcn32_init(struct hw_factory *factory);
H A Dhw_factory_dcn32.c254 * Initialize HW factory function pointers and pin info
257 * struct hw_factory *factory - [out] struct of function pointers
259 void dal_hw_factory_dcn32_init(struct hw_factory *factory) argument
261 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8;
262 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8;
263 factory->number_of_pins[GPIO_ID_GENERIC] = 4;
264 factory->number_of_pins[GPIO_ID_HPD] = 5;
265 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28;
266 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0;
267 factory
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_factory.c57 struct hw_factory *factory,
66 dal_hw_factory_dce60_init(factory);
72 dal_hw_factory_dce80_init(factory);
76 dal_hw_factory_dce110_init(factory);
81 dal_hw_factory_dce110_init(factory);
85 dal_hw_factory_dce120_init(factory);
89 dal_hw_factory_dcn10_init(factory);
92 dal_hw_factory_dcn20_init(factory);
96 dal_hw_factory_dcn21_init(factory);
105 dal_hw_factory_dcn30_init(factory);
56 dal_hw_factory_init( struct hw_factory *factory, enum dce_version dce_version, enum dce_environment dce_environment) argument
[all...]
H A Dgpio_service.h35 struct hw_factory factory; member in struct:gpio_service
H A Dhw_factory.h73 struct hw_factory *factory,
/linux-master/drivers/md/dm-vdo/indexer/
H A Dio-factory.h12 * The I/O factory manages all low-level I/O operations to the underlying storage device. Its main
30 int __must_check uds_replace_storage(struct io_factory *factory,
33 void uds_put_io_factory(struct io_factory *factory);
35 size_t __must_check uds_get_writable_size(struct io_factory *factory);
37 int __must_check uds_make_bufio(struct io_factory *factory, off_t block_offset,
41 int __must_check uds_make_buffered_reader(struct io_factory *factory, off_t offset,
53 int __must_check uds_make_buffered_writer(struct io_factory *factory, off_t offset,
H A Dio-factory.c6 #include "io-factory.h"
18 * The I/O factory object manages access to index storage, which is a contiguous range of blocks on
21 * The factory holds the open device and is responsible for closing it. The factory has methods to
31 struct io_factory *factory; member in struct:buffered_reader
47 struct io_factory *factory; member in struct:buffered_writer
57 static void uds_get_io_factory(struct io_factory *factory) argument
59 atomic_inc(&factory->ref_count);
65 struct io_factory *factory; local
67 result = vdo_allocate(1, struct io_factory, __func__, &factory);
78 uds_replace_storage(struct io_factory *factory, struct block_device *bdev) argument
85 uds_put_io_factory(struct io_factory *factory) argument
91 uds_get_writable_size(struct io_factory *factory) argument
97 uds_make_bufio(struct io_factory *factory, off_t block_offset, size_t block_size, unsigned int reserved_buffers, struct dm_bufio_client **client_ptr) argument
136 uds_make_buffered_reader(struct io_factory *factory, off_t offset, u64 block_count, struct buffered_reader **reader_ptr) argument
274 uds_make_buffered_writer(struct io_factory *factory, off_t offset, u64 block_count, struct buffered_writer **writer_ptr) argument
[all...]

Completed in 320 milliseconds

12