| /linux/Documentation/devicetree/bindings/sound/ |
| H A 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 …]
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 16 struct dialog_info dlg; variable 20 dlg.title.atr = A_BOLD; in set_mono_theme() 21 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 22 dlg.button_inactive.atr = A_DIM; in set_mono_theme() 23 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme() 24 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() 25 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme() 26 dlg.position_indicator.atr = A_BOLD; in set_mono_theme() 27 dlg.item_selected.atr = A_REVERSE; in set_mono_theme() 28 dlg.tag.atr = A_BOLD; in set_mono_theme() [all …]
|
| H A 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 …]
|
| H A D | menubox.c | 64 wattrset(win, dlg.menubox.atr); in do_print_item() 67 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 71 : dlg.tag_key.atr); in do_print_item() 100 wattrset(win, dlg.uarrow.atr); in print_arrows() 104 wattrset(win, dlg.menubox.atr); in print_arrows() 116 wattrset(win, dlg.darrow.atr); in print_arrows() 120 wattrset(win, dlg.menubox_border.atr); in print_arrows() 194 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 195 wattrset(dialog, dlg.border.atr); in dialog_menu() [all …]
|
| H A D | textbox.c | 123 wattrset(win, dlg.position_indicator.atr); in print_position() 124 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position() 208 wattrset(box, dlg.dialog.atr); in dialog_textbox() 209 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 215 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 217 wattrset(dialog, dlg.border.atr); in dialog_textbox() 221 wattrset(dialog, dlg.dialog.atr); in dialog_textbox() 222 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); in dialog_textbox() 232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|
| H A D | inputbox.c | 63 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 64 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 68 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 73 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 82 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 88 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 121 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 189 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
|
| H A 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/Documentation/devicetree/bindings/mfd/ |
| H A 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>
|
| H A D | da9055.txt | 23 - compatible : Should be "dlg,da9055-pmic" 49 compatible = "dlg,da9055-pmic";
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rzg2ul-smarc.dtsi | 28 compatible = "dlg,da9062"; 34 compatible = "dlg,da9062-gpio"; 38 compatible = "dlg,da9062-onkey"; 49 compatible = "dlg,da9062-rtc"; 74 compatible = "dlg,da9062-thermal"; 79 compatible = "dlg,da9062-watchdog";
|
| H A D | white-hawk-ard-audio-da7212.dtso | 128 compatible = "dlg,da7212"; 136 dlg,micbias1-lvl = <2500>; 137 dlg,micbias2-lvl = <2500>; 138 dlg,dmic-data-sel = "lrise_rfall"; 139 dlg,dmic-samplephase = "between_clkedge"; 140 dlg,dmic-clkrate = <3000000>;
|
| H A D | rzg3s-smarc.dtsi | 115 compatible = "dlg,da7212"; 123 dlg,micbias1-lvl = <2500>; 124 dlg,micbias2-lvl = <2500>; 125 dlg,dmic-data-sel = "lrise_rfall"; 126 dlg,dmic-samplephase = "between_clkedge"; 127 dlg,dmic-clkrate = <3000000>;
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-phytec-phycore-som.dtsi | 8 #include <dt-bindings/regulator/dlg,da9063-regulator.h> 96 compatible = "dlg,da9062"; 108 compatible = "dlg,da9062-rtc"; 112 compatible = "dlg,da9062-onkey"; 116 compatible = "dlg,da9062-watchdog"; 117 dlg,use-sw-pm; 121 compatible = "dlg,da9062-thermal"; 126 compatible = "dlg,da9062-gpio";
|
| H A D | imx6ull-dhcor-som.dtsi | 11 #include <dt-bindings/regulator/dlg,da9063-regulator.h> 86 compatible = "dlg,da9061"; 90 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey"; 165 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal"; 170 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
| H A D | imx53-qsb.dts | 16 compatible = "dlg,da9053-aa", "dlg,da9052";
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8150-microsoft-surface-duo.dts | 372 compatible = "dlg,da7280"; 378 dlg,actuator-type = "LRA"; 379 dlg,const-op-mode = <1>; 380 dlg,periodic-op-mode = <1>; 381 dlg,nom-microvolt = <2000000>; 382 dlg,abs-max-microvolt = <2000000>; 383 dlg,imax-microamp = <129000>; 384 dlg,resonant-freq-hz = <180>; 385 dlg,impd-micro-ohms = <14300000>; 386 dlg,freq-track-enable; [all …]
|
| H A D | sm8250-sony-xperia-edo-pdx203.dts | 23 compatible = "dlg,slg51000"; 25 dlg,cs-gpios = <&tlmm 69 GPIO_ACTIVE_HIGH>; 80 compatible = "dlg,slg51000"; 82 dlg,cs-gpios = <&tlmm 71 GPIO_ACTIVE_HIGH>;
|
| H A D | sm8350-sony-xperia-sagami-pdx215.dts | 17 compatible = "dlg,slg51000"; 19 dlg,cs-gpios = <&pm8350b_gpios 1 GPIO_ACTIVE_HIGH>;
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | r8a7790-stout.dts | 344 compatible = "dlg,da9063"; 351 compatible = "dlg,da9063-onkey"; 355 compatible = "dlg,da9063-rtc"; 359 compatible = "dlg,da9063-watchdog"; 364 compatible = "dlg,da9210"; 375 compatible = "dlg,da9210";
|
| H A D | r8a7792-blanche.dts | 376 compatible = "dlg,da9063"; 385 compatible = "dlg,da9063-rtc"; 389 compatible = "dlg,da9063-watchdog";
|
| H A D | r8a7794-silk.dts | 436 compatible = "dlg,da9063"; 443 compatible = "dlg,da9063-onkey"; 447 compatible = "dlg,da9063-rtc"; 451 compatible = "dlg,da9063-watchdog";
|
| H A D | r8a7794-alt.dts | 450 compatible = "dlg,da9063"; 457 compatible = "dlg,da9063-rtc"; 461 compatible = "dlg,da9063-watchdog";
|
| H A D | r8a7793-gose.dts | 754 compatible = "dlg,da9063"; 761 compatible = "dlg,da9063-rtc"; 765 compatible = "dlg,da9063-watchdog"; 770 compatible = "dlg,da9210";
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru.dtsi | 432 compatible = "dlg,da7219"; 438 dlg,micbias-lvl = <2600>; 439 dlg,mic-amp-in-sel = "diff"; 447 dlg,adc-1bit-rpt = <1>; 448 dlg,btn-avg = <4>; 449 dlg,btn-cfg = <50>; 450 dlg,mic-det-thr = <500>; 451 dlg,jack-ins-deb = <20>; 452 dlg,jack-det-rate = "32_64"; 453 dlg,jack-rem-deb = <1>; [all …]
|
| /linux/arch/riscv/boot/dts/sifive/ |
| H A D | hifive-unmatched-a00.dts | 127 compatible = "dlg,da9063"; 135 compatible = "dlg,da9063-onkey"; 139 compatible = "dlg,da9063-rtc"; 143 compatible = "dlg,da9063-watchdog";
|