| /OK3568_Linux_fs/kernel/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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A 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 …]
|
| 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() 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 17 struct dialog_info dlg; variable 21 dlg.screen.atr = A_NORMAL; in set_mono_theme() 22 dlg.shadow.atr = A_NORMAL; in set_mono_theme() 23 dlg.dialog.atr = A_NORMAL; in set_mono_theme() 24 dlg.title.atr = A_BOLD; in set_mono_theme() 25 dlg.border.atr = A_NORMAL; in set_mono_theme() 26 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 27 dlg.button_inactive.atr = A_DIM; in set_mono_theme() 28 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme() 29 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() [all …]
|
| H A D | checklist.c | 28 wattrset(win, dlg.menubox.atr); in print_item() 34 wattrset(win, selected ? dlg.check_selected.atr in print_item() 35 : dlg.check.atr); in print_item() 39 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 41 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 59 wattrset(win, dlg.uarrow.atr); in print_arrows() 63 wattrset(win, dlg.menubox.atr); in print_arrows() 74 wattrset(win, dlg.darrow.atr); in print_arrows() 78 wattrset(win, dlg.menubox_border.atr); in print_arrows() 140 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() [all …]
|
| H A D | menubox.c | 65 wattrset(win, dlg.menubox.atr); in do_print_item() 76 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 79 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 80 : dlg.tag_key.atr); in do_print_item() 109 wattrset(win, dlg.uarrow.atr); in print_arrows() 113 wattrset(win, dlg.menubox.atr); in print_arrows() 125 wattrset(win, dlg.darrow.atr); in print_arrows() 129 wattrset(win, dlg.menubox_border.atr); in print_arrows() 203 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 204 wattrset(dialog, dlg.border.atr); in dialog_menu() [all …]
|
| H A D | inputbox.c | 62 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 63 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 67 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 72 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox() 81 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 87 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A 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;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A 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;
|
| 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 | 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";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A 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>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A 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";
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | da9055-core.c | 295 .of_compatible = "dlg,da9055-gpio", 299 .of_compatible = "dlg,da9055-regulator", 304 .of_compatible = "dlg,da9055-regulator", 309 .of_compatible = "dlg,da9055-regulator", 314 .of_compatible = "dlg,da9055-regulator", 319 .of_compatible = "dlg,da9055-regulator", 324 .of_compatible = "dlg,da9055-regulator", 329 .of_compatible = "dlg,da9055-regulator", 336 .of_compatible = "dlg,da9055-regulator", 343 .of_compatible = "dlg,da9055-onkey", [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A 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";
|