/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | da7218.txt | 8 - compatible : Should be "dlg,da7217" or "dlg,da7218" 28 - dlg,micbias1-lvl-millivolt : Voltage (mV) for Mic Bias 1 30 - dlg,micbias2-lvl-millivolt : Voltage (mV) for Mic Bias 2 32 - dlg,mic1-amp-in-sel : Mic1 input source type 34 - dlg,mic2-amp-in-sel : Mic2 input source type 36 - dlg,dmic1-data-sel : DMIC1 channel select based on clock edge. 38 - dlg,dmic1-samplephase : When to sample audio from DMIC1. 40 - dlg,dmic1-clkrate-hz : DMic1 clock frequency (Hz). 42 - dlg,dmic2-data-sel : DMic2 channel select based on clock edge. 44 - dlg,dmic2-samplephase : When to sample audio from DMic2. [all …]
|
D | da7219.txt | 8 - compatible : Should be "dlg,da7219" 32 - dlg,micbias-lvl : Voltage (mV) for Mic Bias 34 - dlg,mic-amp-in-sel : Mic input source type 38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine 46 - dlg,micbias-pulse-lvl : Mic bias higher voltage pulse level (mV). 48 - dlg,micbias-pulse-time : Mic bias higher voltage pulse duration (ms) 49 - dlg,btn-cfg : Periodic button press measurements for 4-pole jack (ms) 51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms) 53 - dlg,jack-ins-deb : Debounce time for jack insertion (ms) 55 - dlg,jack-det-rate: Jack type detection latency (3/4 pole) [all …]
|
D | da7213.txt | 6 - compatible : Should be "dlg,da7212" or "dlg,da7213" 13 - dlg,micbias1-lvl : Voltage (mV) for Mic Bias 1 15 - dlg,micbias2-lvl : Voltage (mV) for Mic Bias 2 17 - dlg,dmic-data-sel : DMIC channel select based on clock edge. 19 - dlg,dmic-samplephase : When to sample audio from DMIC. 21 - dlg,dmic-clkrate : DMIC clock frequency (Hz). 33 compatible = "dlg,da7213"; 39 dlg,micbias1-lvl = <2500>; 40 dlg,micbias2-lvl = <2500>; 42 dlg,dmic-data-sel = "lrise_rfall"; [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/input/ |
D | dlg,da7280.txt | 4 - compatible: Should be "dlg,da7280". 10 - dlg,actuator-type: Set Actuator type. it should be one of: 15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT. 19 - dlg,periodic-op-mode: Haptic operation mode for FF_PERIODIC. 30 - dlg,nom-microvolt: Nominal actuator voltage rating. 32 - dlg,abs-max-microvolt: Absolute actuator maximum voltage rating. 34 - dlg,imax-microamp: Actuator max current rating. 37 - dlg,impd-micro-ohms: the impedance of the actuator in micro ohms. 47 - dlg,ps-seq-id: the PS_SEQ_ID(pattern ID in waveform memory inside chip) 50 - dlg,ps-seq-loop: the PS_SEQ_LOOP, Number of times the pre-stored sequence [all …]
|
D | da9062-onkey.txt | 12 "dlg,da9061-onkey", "dlg,da9062-onkey" 13 "dlg,da9062-onkey" 14 "dlg,da9063-onkey" 18 - dlg,disable-key-power : Disable power-down using a long key-press. If this 26 compatible = "dlg,da9063-onkey"; 27 dlg,disable-key-power; 35 compatible = "dlg,da9062-onkey"; 36 dlg,disable-key-power; 44 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey"; 45 dlg,disable-key-power;
|
/Linux-v5.15/scripts/kconfig/lxdialog/ |
D | util.c | 16 struct dialog_info dlg; variable 20 dlg.screen.atr = A_NORMAL; in set_mono_theme() 21 dlg.shadow.atr = A_NORMAL; in set_mono_theme() 22 dlg.dialog.atr = A_NORMAL; in set_mono_theme() 23 dlg.title.atr = A_BOLD; in set_mono_theme() 24 dlg.border.atr = A_NORMAL; in set_mono_theme() 25 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 26 dlg.button_inactive.atr = A_DIM; in set_mono_theme() 27 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme() 28 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() [all …]
|
D | checklist.c | 27 wattrset(win, dlg.menubox.atr); in print_item() 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 34 : dlg.check.atr); in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 58 wattrset(win, dlg.uarrow.atr); in print_arrows() 62 wattrset(win, dlg.menubox.atr); in print_arrows() 73 wattrset(win, dlg.darrow.atr); in print_arrows() 77 wattrset(win, dlg.menubox_border.atr); in print_arrows() 139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() [all …]
|
D | menubox.c | 64 wattrset(win, dlg.menubox.atr); in do_print_item() 75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 79 : dlg.tag_key.atr); in do_print_item() 108 wattrset(win, dlg.uarrow.atr); in print_arrows() 112 wattrset(win, dlg.menubox.atr); in print_arrows() 124 wattrset(win, dlg.darrow.atr); in print_arrows() 128 wattrset(win, dlg.menubox_border.atr); in print_arrows() 202 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 203 wattrset(dialog, dlg.border.atr); in dialog_menu() [all …]
|
D | inputbox.c | 61 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 62 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 66 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 71 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 80 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 86 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 119 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 187 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
|
D | textbox.c | 100 wattrset(box, dlg.dialog.atr); in dialog_textbox() 101 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 107 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 109 wattrset(dialog, dlg.border.atr); in dialog_textbox() 113 wattrset(dialog, dlg.dialog.atr); in dialog_textbox() 114 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); in dialog_textbox() 124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 390 wattrset(win, dlg.position_indicator.atr); in print_position() 391 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
|
D | yesno.c | 50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 51 wattrset(dialog, dlg.border.atr); in dialog_yesno() 55 wattrset(dialog, dlg.dialog.atr); in dialog_yesno() 60 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | dlg,da9121.yaml | 4 $id: http://devicetree.org/schemas/regulator/dlg,da9121.yaml# 47 - dlg,da9121 48 - dlg,da9122 49 - dlg,da9220 50 - dlg,da9217 51 - dlg,da9130 52 - dlg,da9131 53 - dlg,da9132 54 - dlg,da9140 64 dlg,irq-polling-delay-passive-ms: [all …]
|
D | da9211.txt | 5 - compatible: "dlg,da9211" or "dlg,da9212" or "dlg,da9213" or "dlg,da9223" 6 or "dlg,da9214" or "dlg,da9224" or "dlg,da9215" or "dlg,da9225" 19 mode values from dt-bindings/regulator/dlg,da9211-regulator.h 23 compatible = "dlg,da9211"; 43 compatible = "dlg,da9212"; 69 compatible = "dlg,da9213"; 87 compatible = "dlg,da9223"; 105 compatible = "dlg,da9214"; 131 compatible = "dlg,da9224"; 157 compatible = "dlg,da9215"; [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 117 DTRACE("DLG: %s: refclk_freq_in_mhz = %3.2f", __func__, refclk_freq_in_mhz); in get_refcyc_per_delivery() 118 DTRACE("DLG: %s: pclk_freq_in_mhz = %3.2f", __func__, pclk_freq_in_mhz); in get_refcyc_per_delivery() 119 DTRACE("DLG: %s: recout_width = %d", __func__, recout_width); in get_refcyc_per_delivery() 120 DTRACE("DLG: %s: vratio = %3.2f", __func__, vratio); in get_refcyc_per_delivery() 121 DTRACE("DLG: %s: req_per_swath_ub = %d", __func__, req_per_swath_ub); in get_refcyc_per_delivery() 122 DTRACE("DLG: %s: refcyc_per_delivery= %3.2f", __func__, refcyc_per_delivery); in get_refcyc_per_delivery() 148 DTRACE("DLG: %s: max_num_sw = %0d", __func__, max_num_sw); in get_vratio_pre() 149 DTRACE("DLG: %s: max_partial_sw = %0d", __func__, max_partial_sw); in get_vratio_pre() 150 DTRACE("DLG: %s: swath_height = %0d", __func__, swath_height); in get_vratio_pre() 151 DTRACE("DLG: %s: vinit = %3.2f", __func__, vinit); in get_vratio_pre() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
D | dlg,da9150-fuel-gauge.yaml | 4 $id: "http://devicetree.org/schemas/power/supply/dlg,da9150-fuel-gauge.yaml#" 17 const: dlg,da9150-fuel-gauge 19 dlg,update-interval: 23 dlg,warn-soc-level: 29 dlg,crit-soc-level: 46 compatible = "dlg,da9150-fuel-gauge"; 47 dlg,update-interval = <10000>; 48 dlg,warn-soc-level = /bits/ 8 <15>; 49 dlg,crit-soc-level = /bits/ 8 <5>;
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | da9063.txt | 16 - compatible : Should be "dlg,da9063" or "dlg,da9063l" 51 no entries in this binding, however compatible = "dlg,da9063-rtc" should 56 with the value "dlg,da9063-onkey". 60 - dlg,disable-key-power : Disable power-down using a long key-press. If this 68 binding, however compatible = "dlg,da9063-watchdog" should be added 75 compatible = "dlg,da9063" 82 compatible = "dlg,da9063-rtc"; 86 compatible = "dlg,da9063-watchdog"; 90 compatible = "dlg,da9063-onkey"; 91 dlg,disable-key-power;
|
D | da9150.txt | 14 - compatible : Should be "dlg,da9150" 29 compatible = "dlg,da9150"; 36 compatible = "dlg,da9150-gpadc"; 41 compatible = "dlg,da9150-charger"; 54 compatible = "dlg,da9150-fuel-gauge"; 56 dlg,update-interval = <10000>; 57 dlg,warn-soc-level = /bits/ 8 <15>; 58 dlg,crit-soc-level = /bits/ 8 <5>
|
D | da9052-i2c.txt | 4 - compatible : Should be "dlg,da9052", "dlg,da9053-aa", 5 "dlg,da9053-ab", or "dlg,da9053-bb" 8 - dlg,tsi-as-adc : Boolean, if set the X+, X-, Y+, Y- touchscreen 42 compatible = "dlg,da9053-aa";
|
D | da9062.txt | 32 "dlg,da9062" for DA9062 33 "dlg,da9061" for DA9061 80 from include/dt-bindings/regulator/dlg,da9063-regulator.h. 84 compatible = "dlg,da9062-rtc" should be added if a node is created. 95 compatible = "dlg,da9062"; 102 compatible = "dlg,da9062-rtc";
|
/Linux-v5.15/Documentation/devicetree/bindings/watchdog/ |
D | da9062-wdt.txt | 6 "dlg,da9061-watchdog", "dlg,da9062-watchdog" 7 "dlg,da9062-watchdog" 10 - dlg,use-sw-pm: Add this property to disable the watchdog during suspend. 18 compatible = "dlg,da9062-watchdog"; 26 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
D | da9062-thermal.txt | 12 "dlg,da9061-thermal", "dlg,da9062-thermal" 13 "dlg,da9062-thermal" 24 compatible = "dlg,da9062-thermal"; 33 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal";
|
/Linux-v5.15/drivers/mfd/ |
D | da9055-core.c | 273 .of_compatible = "dlg,da9055-gpio", 277 .of_compatible = "dlg,da9055-regulator", 282 .of_compatible = "dlg,da9055-regulator", 287 .of_compatible = "dlg,da9055-regulator", 292 .of_compatible = "dlg,da9055-regulator", 297 .of_compatible = "dlg,da9055-regulator", 302 .of_compatible = "dlg,da9055-regulator", 307 .of_compatible = "dlg,da9055-regulator", 314 .of_compatible = "dlg,da9055-regulator", 321 .of_compatible = "dlg,da9055-onkey", [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | sm8150-microsoft-surface-duo.dts | 371 compatible = "dlg,da7280"; 377 dlg,actuator-type = "LRA"; 378 dlg,dlg,const-op-mode = <1>; 379 dlg,dlg,periodic-op-mode = <1>; 380 dlg,nom-microvolt = <2000000>; 381 dlg,abs-max-microvolt = <2000000>; 382 dlg,imax-microamp = <129000>; 383 dlg,resonant-freq-hz = <180>; 384 dlg,impd-micro-ohms = <14300000>; 385 dlg,freq-track-enable; [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6qdl-phytec-phycore-som.dtsi | 8 #include <dt-bindings/regulator/dlg,da9063-regulator.h> 93 compatible = "dlg,da9062"; 104 compatible = "dlg,da9062-rtc"; 108 compatible = "dlg,da9062-onkey"; 112 compatible = "dlg,da9062-watchdog"; 113 dlg,use-sw-pm;
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.h | 50 // Calculate and return DLG and TTU register struct given the system setting 52 // dlg_regs - output DLG register struct 53 // ttu_regs - output DLG TTU register struct 57 // pipe_idx - index that identifies the e2e_pipe_param that corresponding to this dlg
|