| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | settings.cpp | 34 #include "settings.h" 82 QSettings settings; in loadFromSettings() local 83 settings.beginGroup(QLatin1String("MainWindow")); in loadFromSettings() 85 homeLineEdit->setText(settings.value(QLatin1String("home"), defaultHome).toString()); in loadFromSettings() 86 settings.endGroup(); in loadFromSettings() 88 settings.beginGroup(QLatin1String("history")); in loadFromSettings() 89 int historyExpire = settings.value(QLatin1String("historyExpire")).toInt(); in loadFromSettings() 102 settings.endGroup(); in loadFromSettings() 104 settings.beginGroup(QLatin1String("downloadmanager")); in loadFromSettings() 105 …QString downloadDirectory = settings.value(QLatin1String("downloadDirectory"), downloadsLocation->… in loadFromSettings() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-si514.c | 53 /* Multiplier/divider settings */ 97 struct clk_si514_muldiv *settings) in si514_get_muldiv() argument 107 settings->m_frac = reg[0] | reg[1] << 8 | reg[2] << 16 | in si514_get_muldiv() 109 settings->m_int = (reg[4] & 0x3f) << 3 | reg[3] >> 5; in si514_get_muldiv() 110 settings->ls_div_bits = (reg[6] >> 4) & 0x07; in si514_get_muldiv() 111 settings->hs_div = (reg[6] & 0x03) << 8 | reg[5]; in si514_get_muldiv() 116 struct clk_si514_muldiv *settings) in si514_set_muldiv() argument 124 if (settings->m_int < 65 || in si514_set_muldiv() 125 (settings->m_int == 65 && settings->m_frac <= 139575831)) in si514_set_muldiv() 128 else if (settings->m_int < 67 || in si514_set_muldiv() [all …]
|
| H A D | clk-si544.c | 74 * struct clk_si544_muldiv - Multiplier/divider settings 126 struct clk_si544_muldiv *settings) in si544_get_muldiv() argument 135 settings->ls_div_bits = (reg[1] >> 4) & 0x07; in si544_get_muldiv() 136 settings->hs_div = (reg[1] & 0x07) << 8 | reg[0]; in si544_get_muldiv() 142 settings->fb_div_int = reg[4] | (reg[5] & 0x07) << 8; in si544_get_muldiv() 143 settings->fb_div_frac = reg[0] | reg[1] << 8 | reg[2] << 16 | in si544_get_muldiv() 151 settings->delta_m = reg[0] << 8 | reg[1] << 16 | reg[2] << 24; in si544_get_muldiv() 152 settings->delta_m >>= 8; in si544_get_muldiv() 170 struct clk_si544_muldiv *settings) in si544_set_muldiv() argument 175 reg[0] = settings->hs_div; in si544_set_muldiv() [all …]
|
| /OK3568_Linux_fs/u-boot/board/siemens/draco/ |
| H A D | board.c | 42 static struct draco_baseboard_id __attribute__((section(".data"))) settings; variable 77 printf("Set default DDR3 settings\n"); in set_default_ddr3_timings() 78 settings.ddr3 = ddr3_default; in set_default_ddr3_timings() 85 printf("device:\t\t%s\n", settings.ddr3.manu_name); in print_ddr3_timings() 86 printf("marking:\t%s\n", settings.ddr3.manu_marking); in print_ddr3_timings() 115 printf("device: \t'%s'\n", settings.chip.sdevname); in print_chip_data() 116 printf("hw version: \t'%s'\n", settings.chip.shwver); in print_chip_data() 169 (uchar *)&settings.ddr3, sizeof(struct ddr3_data))) { in read_eeprom() 175 (uchar *)&settings.chip, sizeof(settings.chip))) in read_eeprom() 176 printf("Could not read chip settings\n"); in read_eeprom() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/dsv/ |
| H A D | write.hpp | 79 dsv_settings const& settings) in apply() 81 os << (Dimension > 0 ? settings.coordinate_separator : "") in apply() 87 >::apply(os, point, settings); in apply() 117 dsv_settings const& settings) in apply() 119 os << (Dimension > 0 ? settings.coordinate_separator : "") in apply() 124 >::apply(os, geometry, settings); in apply() 147 dsv_settings const& settings) in apply() 149 os << settings.point_open; in apply() 150 stream_coordinate<Point, 0, dimension<Point>::type::value>::apply(os, p, settings); in apply() 151 os << settings.point_close; in apply() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_shub.c | 182 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_read_output() 259 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_master_enable() 294 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_read() 296 aux_sens = &hw->settings->shub_settings.aux_sens; in st_lsm6dsx_shub_read() 345 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_write() 407 const struct st_lsm6dsx_ext_dev_settings *settings; in st_lsm6dsx_shub_get_odr_val() local 410 settings = sensor->ext_info.settings; in st_lsm6dsx_shub_get_odr_val() 411 for (i = 0; i < settings->odr_table.odr_len; i++) { in st_lsm6dsx_shub_get_odr_val() 412 if (settings->odr_table.odr_avl[i].milli_hz == odr) in st_lsm6dsx_shub_get_odr_val() 416 if (i == settings->odr_table.odr_len) in st_lsm6dsx_shub_get_odr_val() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-xcomm.c | 35 uint16_t settings; member 45 uint16_t settings; in spi_xcomm_sync_config() local 48 settings = spi_xcomm->settings; in spi_xcomm_sync_config() 49 settings |= len << SPI_XCOMM_SETTINGS_LEN_OFFSET; in spi_xcomm_sync_config() 52 put_unaligned_be16(settings, &buf[1]); in spi_xcomm_sync_config() 73 struct spi_device *spi, struct spi_transfer *t, unsigned int *settings) in spi_xcomm_setup_transfer() argument 83 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_64; in spi_xcomm_setup_transfer() 85 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_16; in spi_xcomm_setup_transfer() 87 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_4; in spi_xcomm_setup_transfer() 93 *settings |= SPI_XCOMM_SETTINGS_CPOL; in spi_xcomm_setup_transfer() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zoran_card.c | 660 struct zoran_jpg_settings *settings, int try) in zoran_check_jpg_settings() argument 665 __func__, settings->decimation, settings->hor_dcm, in zoran_check_jpg_settings() 666 settings->ver_dcm, settings->tmp_dcm); in zoran_check_jpg_settings() 668 settings->img_x, settings->img_y, in zoran_check_jpg_settings() 669 settings->img_width, settings->img_height); in zoran_check_jpg_settings() 671 switch (settings->decimation) { in zoran_check_jpg_settings() 674 settings->hor_dcm = 1; in zoran_check_jpg_settings() 675 settings->ver_dcm = 1; in zoran_check_jpg_settings() 676 settings->tmp_dcm = 1; in zoran_check_jpg_settings() 677 settings->field_per_buff = 2; in zoran_check_jpg_settings() [all …]
|
| H A D | zoran_driver.c | 144 static __u32 zoran_v4l2_calc_bufsize(struct zoran_jpg_settings *settings) in zoran_v4l2_calc_bufsize() argument 146 __u8 div = settings->ver_dcm * settings->hor_dcm * settings->tmp_dcm; in zoran_v4l2_calc_bufsize() 349 struct zoran_jpg_settings settings; in zoran_try_fmt_vid_out() local 355 settings = zr->jpg_settings; in zoran_try_fmt_vid_out() 359 settings.tmp_dcm = 1; in zoran_try_fmt_vid_out() 361 settings.tmp_dcm = 2; in zoran_try_fmt_vid_out() 362 settings.decimation = 0; in zoran_try_fmt_vid_out() 364 settings.ver_dcm = 2; in zoran_try_fmt_vid_out() 366 settings.ver_dcm = 1; in zoran_try_fmt_vid_out() 368 settings.hor_dcm = 4; in zoran_try_fmt_vid_out() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320aic32x4-clk.c | 26 * struct clk_aic32x4_pll_muldiv - Multiplier/divider settings 78 struct clk_aic32x4_pll_muldiv *settings) in clk_aic32x4_pll_get_muldiv() argument 87 settings->r = val & AIC32X4_PLL_R_MASK; in clk_aic32x4_pll_get_muldiv() 88 settings->p = (val & AIC32X4_PLL_P_MASK) >> AIC32X4_PLL_P_SHIFT; in clk_aic32x4_pll_get_muldiv() 93 settings->j = val; in clk_aic32x4_pll_get_muldiv() 98 settings->d = val << 8; in clk_aic32x4_pll_get_muldiv() 103 settings->d |= val; in clk_aic32x4_pll_get_muldiv() 109 struct clk_aic32x4_pll_muldiv *settings) in clk_aic32x4_pll_set_muldiv() argument 115 AIC32X4_PLL_R_MASK, settings->r); in clk_aic32x4_pll_set_muldiv() 121 settings->p << AIC32X4_PLL_P_SHIFT); in clk_aic32x4_pll_set_muldiv() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 14 function Node(row, tree, settings) { argument 19 this.settings = settings; 22 this.id = this.row.data(this.settings.nodeIdAttr); 25 parentId = this.row.data(this.settings.parentIdAttr); 30 this.treeCell = $(this.row.children(this.settings.columnElType)[this.settings.column]); 31 this.expander = $(this.settings.expanderTemplate); 32 this.indenter = $(this.settings.indenterTemplate); 60 this.expander.attr("title", this.settings.stringExpand); 62 if (this.initialized && this.settings.onNodeCollapse != null) { 63 this.settings.onNodeCollapse.apply(this); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/settings-daemon/files/ |
| H A D | addsoundkeys.patch | 3 Index: settings-daemon/settings-daemon.c 5 --- settings-daemon.orig/settings-daemon.c 2009-05-22 14:57:05.000000000 +0100 6 +++ settings-daemon/settings-daemon.c 2009-05-22 14:58:22.000000000 +0100 18 Index: settings-daemon/settings-daemon.schemas 20 --- settings-daemon.orig/settings-daemon.schemas 2009-05-22 15:49:17.000000000 +0100 21 +++ settings-daemon/settings-daemon.schemas 2009-05-22 15:51:31.000000000 +0100
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-roccat-kone.c | 95 static void kone_set_settings_checksum(struct kone_settings *settings) in kone_set_settings_checksum() argument 98 unsigned char *address = (unsigned char *)settings; in kone_set_settings_checksum() 103 settings->checksum = cpu_to_le16(checksum); in kone_set_settings_checksum() 144 * Reads settings from mouse and stores it in @buf 156 * Writes settings from @buf to mouse 161 struct kone_settings const *settings) in kone_set_settings() argument 166 settings, sizeof(struct kone_settings)); in kone_set_settings() 279 memcpy(buf, ((char const *)&kone->settings) + off, count); in kone_sysfs_read_settings() 286 * Writing settings automatically activates startup_profile. 297 struct kone_settings *settings = (struct kone_settings *)buf; in kone_sysfs_write_settings() local [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 02-Makefile.in.patch | 201 # auto configure settings - uncomment if you are doing configure 205 arg_check.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \ 207 +arg_check_sl.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \ 211 chunk.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \ 214 +chunk_sl.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \ 219 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h 220 +compat_sl.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h 223 dmalloc.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \ 225 +dmalloc_sl.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \ 229 dmalloc_argv.o: dmalloc_argv.c conf.h settings.h dmalloc_argv.h \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | tsl2772.c | 173 struct tsl2772_settings settings; member 475 lux = (lux * chip->settings.als_gain_trim) / 1000; in tsl2772_get_lux() 561 chip->settings.prox_power = tsl2772_led_currents[i][1]; in tsl2772_read_prox_led_current() 628 /* If Operational settings defined elsewhere.. */ in tsl2772_defaults() 630 memcpy(&chip->settings, chip->pdata->platform_default_settings, in tsl2772_defaults() 633 memcpy(&chip->settings, &tsl2772_default_settings, in tsl2772_defaults() 691 ret = (chip->settings.als_cal_target * chip->settings.als_gain_trim) / in tsl2772_als_calibrate() 696 chip->settings.als_gain_trim = ret; in tsl2772_als_calibrate() 715 chip->tsl2772_config[TSL2772_ALS_TIME] = chip->settings.als_time; in tsl2772_chip_on() 716 chip->tsl2772_config[TSL2772_PRX_TIME] = chip->settings.prox_time; in tsl2772_chip_on() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | bsettings.py | 12 """Set up the buildman settings module by reading config files 17 global settings 20 settings = ConfigParser.SafeConfigParser() 30 settings.read(config_fname) 33 settings.readfp(StringIO.StringIO(data)) 45 return settings.items(section) 52 """Set an item and write it back to the settings file""" 53 global settings 56 settings.set(section, tag, value) 59 settings.write(fd)
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
| H A D | ia_css_sc.host.c | 124 struct ia_css_shading_settings *settings) in sh_css_get_shading_settings() argument 126 if (!settings) in sh_css_get_shading_settings() 131 "ia_css_get_shading_settings() enter: settings=%p\n", settings); in sh_css_get_shading_settings() 133 *settings = params->shading_settings; in sh_css_get_shading_settings() 136 "ia_css_get_shading_settings() leave: settings.enable_shading_table_conversion=%d\n", in sh_css_get_shading_settings() 137 settings->enable_shading_table_conversion); in sh_css_get_shading_settings() 142 const struct ia_css_shading_settings *settings) in sh_css_set_shading_settings() argument 144 if (!settings) in sh_css_set_shading_settings() 149 "ia_css_set_shading_settings() enter: settings.enable_shading_table_conversion=%d\n", in sh_css_set_shading_settings() 150 settings->enable_shading_table_conversion); in sh_css_set_shading_settings() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mii.h | 109 * @ethadv: the ethtool advertisement settings 112 * settings to phy autonegotiation advertisements for the 137 * @advertising: the linkmode advertisement settings 140 * settings to phy autonegotiation advertisements for the 168 * to ethtool advertisement settings. 192 * @ethadv: the ethtool advertisement settings 195 * settings to phy autonegotiation advertisements for the 212 * @advertising: the linkmode advertisement settings 215 * settings to phy autonegotiation advertisements for the 238 * advertisement settings. [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | settings.py | 19 """Default settings per-project. 21 These are used by _ProjectConfigParser. Settings names should match 35 - Load project-specific default settings. 36 - Merge general default settings/aliases with project-specific ones. 54 ... [settings] 70 # Check to make sure that settings get merged with project. 73 >>> sorted(config.items("settings")) 76 # Check to make sure that settings works with unknown project. 79 >>> sorted(config.items("settings")) 94 # Update the project settings in the config based on [all …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | sa1100-cpufreq.c | 115 struct sa1100_dram_regs *settings = sa1100_dram_settings; in sa1100_update_dram_timings() local 118 while (settings->speed != 0) { in sa1100_update_dram_timings() 119 if (new_speed == settings->speed) in sa1100_update_dram_timings() 122 settings++; in sa1100_update_dram_timings() 125 if (settings->speed == 0) { in sa1100_update_dram_timings() 142 MDCAS2 = settings->mdcas2; in sa1100_update_dram_timings() 143 MDCAS1 = settings->mdcas1; in sa1100_update_dram_timings() 144 MDCAS0 = settings->mdcas0; in sa1100_update_dram_timings() 145 MDCNFG = settings->mdcnfg; in sa1100_update_dram_timings() 148 * frequency and then tighten the memory settings. in sa1100_update_dram_timings() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/ |
| H A D | rk_aiq_algo_agic_v1.cpp | 23 Gic_setting_v20_t* settings = &db->GicTuningPara.GicData; in GicV1CalibToAttr() local 24 XCAM_ASSERT(RKAIQ_GIC_MAX_ISO_CNT >= settings->ISO_len); in GicV1CalibToAttr() 28 attr->iso_cnt = settings->ISO_len; in GicV1CalibToAttr() 30 for (int i = 0; i < settings->ISO_len; i++) { in GicV1CalibToAttr() 32 attr->auto_params[i].iso = settings->ISO[i]; in GicV1CalibToAttr() 34 attr->auto_params[i].min_busy_thre = settings->min_busy_thre[i]; in GicV1CalibToAttr() 35 attr->auto_params[i].min_grad_thr1 = settings->min_grad_thr1[i]; in GicV1CalibToAttr() 36 attr->auto_params[i].min_grad_thr2 = settings->min_grad_thr2[i]; in GicV1CalibToAttr() 37 attr->auto_params[i].k_grad1 = settings->k_grad1[i]; in GicV1CalibToAttr() 38 attr->auto_params[i].k_grad2 = settings->k_grad2[i]; in GicV1CalibToAttr() [all …]
|
| H A D | rk_aiq_algo_agic_v2.cpp | 23 Gic_setting_v21_t* settings = &db->GicTuningPara.GicData; in GicV2CalibToAttr() local 24 XCAM_ASSERT(RKAIQ_GIC_MAX_ISO_CNT >= settings->ISO_len); in GicV2CalibToAttr() 26 attr->iso_cnt = settings->ISO_len; in GicV2CalibToAttr() 28 for (int i = 0; i < settings->ISO_len; i++) { in GicV2CalibToAttr() 29 attr->auto_params[i].iso = settings->ISO[i]; in GicV2CalibToAttr() 32 attr->auto_params[i].min_busy_thre = settings->min_busy_thre[i]; in GicV2CalibToAttr() 33 attr->auto_params[i].min_grad_thr1 = settings->min_grad_thr1[i]; in GicV2CalibToAttr() 34 attr->auto_params[i].min_grad_thr2 = settings->min_grad_thr2[i]; in GicV2CalibToAttr() 35 attr->auto_params[i].k_grad1 = settings->k_grad1[i]; in GicV2CalibToAttr() 36 attr->auto_params[i].k_grad2 = settings->k_grad2[i]; in GicV2CalibToAttr() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Command-Settings.html | 17 <title>Debugging with GDB: Command Settings</title> 19 <meta name="description" content="Debugging with GDB: Command Settings"> 20 <meta name="keywords" content="Debugging with GDB: Command Settings"> 64 <a name="Command-Settings"></a> 70 <a name="Command-Settings-1"></a> 71 <h3 class="section">3.2 Command Settings</h3> 76 variables or settings. These settings can be changed with the 79 settings changeable with the commands <code>set print elements 82 <p>You can change these settings to your preference in the gdbinit files 85 <p>The settings can also be changed interactively during the debugging [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Command-Settings.html | 17 <title>Debugging with GDB: Command Settings</title> 19 <meta name="description" content="Debugging with GDB: Command Settings"> 20 <meta name="keywords" content="Debugging with GDB: Command Settings"> 64 <a name="Command-Settings"></a> 70 <a name="Command-Settings-1"></a> 71 <h3 class="section">3.2 Command Settings</h3> 76 variables or settings. These settings can be changed with the 79 settings changeable with the commands <code>set print elements 82 <p>You can change these settings to your preference in the gdbinit files 85 <p>The settings can also be changed interactively during the debugging [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-mvebu.c | 40 struct mvebu_mpp_ctrl_setting *settings; member 112 if (config == grp->settings[n].val) { in mvebu_pinctrl_find_setting_by_val() 114 grp->settings[n].variant)) in mvebu_pinctrl_find_setting_by_val() 115 return &grp->settings[n]; in mvebu_pinctrl_find_setting_by_val() 127 if (strcmp(name, grp->settings[n].name) == 0) { in mvebu_pinctrl_find_setting_by_name() 129 grp->settings[n].variant)) in mvebu_pinctrl_find_setting_by_name() 130 return &grp->settings[n]; in mvebu_pinctrl_find_setting_by_name() 141 if (grp->settings[n].flags & in mvebu_pinctrl_find_gpio_setting() 144 grp->settings[n].variant)) in mvebu_pinctrl_find_gpio_setting() 145 return &grp->settings[n]; in mvebu_pinctrl_find_gpio_setting() [all …]
|