/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_factory.c | 57 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 …]
|
D | gpio_service.c | 74 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() 312 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open() 313 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open() 316 *pin = service->factory.funcs->get_ddc_pin(gpio); in dal_gpio_service_open() 317 service->factory.funcs->define_ddc_registers(*pin, en); in dal_gpio_service_open() 320 *pin = service->factory.funcs->get_generic_pin(gpio); in dal_gpio_service_open() 321 service->factory.funcs->define_generic_registers(*pin, en); in dal_gpio_service_open() 324 *pin = service->factory.funcs->get_hpd_pin(gpio); in dal_gpio_service_open() 325 service->factory.funcs->define_hpd_registers(*pin, en); in dal_gpio_service_open()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
D | hw_factory_dce110.c | 162 * 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) 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() [all …]
|
D | hw_factory_dce110.h | 29 /* Initialize HW factory function pointers and pin info */ 30 void dal_hw_factory_dce110_init(struct hw_factory *factory);
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
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 …]
|
D | hw_factory_dce120.h | 29 /* Initialize HW factory function pointers and pin info */ 30 void dal_hw_factory_dce120_init(struct hw_factory *factory);
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
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 …]
|
D | hw_factory_dcn10.h | 29 /* Initialize HW factory function pointers and pin info */ 30 void dal_hw_factory_dcn10_init(struct hw_factory *factory);
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
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()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
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()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
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 …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
D | hw_factory_dcn20.c | 242 * 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) 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() [all …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
D | hw_factory_dcn30.c | 250 * 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) 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() [all …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
D | hw_factory_dcn315.c | 242 * 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) 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() [all …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/gpio/dcn32/ |
D | hw_factory_dcn32.c | 254 * 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) 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() [all …]
|
/Linux-v6.6/Documentation/input/devices/ |
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
|
/Linux-v6.6/include/linux/mfd/wm831x/ |
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
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | silabs,si570.txt | 19 - factory-fout: Factory set default frequency. This frequency is part specific. 40 factory-fout = <156250000>;
|
/Linux-v6.6/Documentation/devicetree/bindings/nvmem/ |
D | st,stm32-romem.yaml | 7 title: STMicroelectronics STM32 Factory-programmed data 10 This represents STM32 Factory-programmed read only non-volatile area: locked 38 This property explicits a factory programmed area that both secure
|
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/ |
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 …]
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | mtd.yaml | 52 pre-programmed by the factory. Some flashes might provide both. 58 - factory-otp 89 compatible = "factory-otp";
|
/Linux-v6.6/drivers/platform/x86/x86-android-tablets/ |
D | shared-psy-info.c | 3 * Shared psy info for X86 tablets which ship with Android as the factory image 4 * and which have broken DSDT tables. The factory kernels shipped on these 50 PROPERTY_ENTRY_U32("factory-internal-resistance-micro-ohms", 150000),
|
D | asus.c | 3 * Board info for Asus X86 tablets which ship with Android as the factory image 4 * and which have broken DSDT tables. The factory kernels shipped on these 40 /* Asus ME176C tablets have an Android factory img with everything hardcoded */ 184 /* Asus TF103C tablets have an Android factory img with everything hardcoded */ 216 PROPERTY_ENTRY_U32("factory-internal-resistance-micro-ohms", 150000),
|
D | Kconfig | 10 X86 tablets which ship with Android as (part of) the factory image 11 typically have various problems with their DSDTs. The factory kernels
|
D | shared-psy-info.h | 3 * Shared psy info for X86 tablets which ship with Android as the factory image 4 * and which have broken DSDT tables. The factory kernels shipped on these
|