/Linux-v4.19/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,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). 29 compatible = "dlg,da7213"; 35 dlg,micbias1-lvl = <2500>; 36 dlg,micbias2-lvl = <2500>; 38 dlg,dmic-data-sel = "lrise_rfall"; [all …]
|
D | da9055.txt | 13 - compatible: "dlg,da9055-codec" 20 compatible = "dlg,da9055-codec";
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | util.c | 29 struct dialog_info dlg; variable 33 dlg.screen.atr = A_NORMAL; in set_mono_theme() 34 dlg.shadow.atr = A_NORMAL; in set_mono_theme() 35 dlg.dialog.atr = A_NORMAL; in set_mono_theme() 36 dlg.title.atr = A_BOLD; in set_mono_theme() 37 dlg.border.atr = A_NORMAL; in set_mono_theme() 38 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 39 dlg.button_inactive.atr = A_DIM; in set_mono_theme() 40 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme() 41 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() [all …]
|
D | checklist.c | 40 wattrset(win, dlg.menubox.atr); in print_item() 46 wattrset(win, selected ? dlg.check_selected.atr in print_item() 47 : dlg.check.atr); in print_item() 51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 71 wattrset(win, dlg.uarrow.atr); in print_arrows() 75 wattrset(win, dlg.menubox.atr); in print_arrows() 86 wattrset(win, dlg.darrow.atr); in print_arrows() 90 wattrset(win, dlg.menubox_border.atr); in print_arrows() 152 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() [all …]
|
D | menubox.c | 77 wattrset(win, dlg.menubox.atr); in do_print_item() 88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 92 : dlg.tag_key.atr); in do_print_item() 121 wattrset(win, dlg.uarrow.atr); in print_arrows() 125 wattrset(win, dlg.menubox.atr); in print_arrows() 137 wattrset(win, dlg.darrow.atr); in print_arrows() 141 wattrset(win, dlg.menubox_border.atr); in print_arrows() 215 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 216 wattrset(dialog, dlg.border.atr); in dialog_menu() [all …]
|
D | inputbox.c | 74 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 75 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 79 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 84 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 93 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 99 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 131 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox() 199 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
|
D | yesno.c | 63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 64 wattrset(dialog, dlg.border.atr); in dialog_yesno() 68 wattrset(dialog, dlg.dialog.atr); in dialog_yesno() 73 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
|
D | textbox.c | 113 wattrset(box, dlg.dialog.atr); in dialog_textbox() 114 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 120 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 122 wattrset(dialog, dlg.border.atr); in dialog_textbox() 126 wattrset(dialog, dlg.dialog.atr); in dialog_textbox() 127 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); in dialog_textbox() 137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 403 wattrset(win, dlg.position_indicator.atr); in print_position() 404 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
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-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | da9150-fg.txt | 4 - compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply 7 - dlg,update-interval: Interval time (milliseconds) between battery level checks. 8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised. 10 - dlg,crit-soc-level: Battery discharge level (%) where critical event raised. 18 compatible = "dlg,da9150-fuel-gauge"; 20 dlg,update-interval = <10000>; 21 dlg,warn-soc-level = /bits/ 8 <15>; 22 dlg,crit-soc-level = /bits/ 8 <5>;
|
D | da9150-charger.txt | 4 - compatible: "dlg,da9150-charger" for DA9150 Charger Power Supply 16 compatible = "dlg,da9150-charger";
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
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" 21 compatible = "dlg,da9211"; 39 compatible = "dlg,da9212"; 65 compatible = "dlg,da9213"; 83 compatible = "dlg,da9223"; 101 compatible = "dlg,da9214"; 127 compatible = "dlg,da9224"; 153 compatible = "dlg,da9215"; 179 compatible = "dlg,da9225";
|
D | da9210.txt | 5 - compatible: must be "dlg,da9210" 18 compatible = "dlg,da9210";
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | da9062-wdt.txt | 6 "dlg,da9061-watchdog", "dlg,da9062-watchdog" 7 "dlg,da9062-watchdog" 13 compatible = "dlg,da9062-watchdog"; 21 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
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 | 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 | 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 | 31 "dlg,da9062" for DA9062 32 "dlg,da9061" for DA9061 71 compatible = "dlg,da9062-rtc" should be added if a node is created. 82 compatible = "dlg,da9062"; 89 compatible = "dlg,da9062-rtc";
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | da9150-gpadc.txt | 4 - compatible: "dlg,da9150-gpadc" for DA9150 IIO GPADC 14 compatible = "dlg,da9150-gpadc";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | r8a7790-stout.dts | 315 compatible = "dlg,da9063"; 322 compatible = "dlg,da9063-rtc"; 326 compatible = "dlg,da9063-watchdog"; 331 compatible = "dlg,da9210"; 343 compatible = "dlg,da9210";
|
D | imx53-qsb.dts | 16 compatible = "dlg,da9053-aa", "dlg,da9052";
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 406 compatible = "dlg,da7219"; 412 dlg,micbias-lvl = <2600>; 413 dlg,mic-amp-in-sel = "diff"; 421 dlg,adc-1bit-rpt = <1>; 422 dlg,btn-avg = <4>; 423 dlg,btn-cfg = <50>; 424 dlg,mic-det-thr = <500>; 425 dlg,jack-ins-deb = <20>; 426 dlg,jack-det-rate = "32ms_64ms"; 427 dlg,jack-rem-deb = <1>; [all …]
|