| /OK3568_Linux_fs/buildroot/dl/alsa-ucm-conf/ |
| HD | alsa-ucm-conf-v1.2.6.3.tar.gz | ... 6.3/ucm2/HDA/DualCodecs/DualCodecs.conf
alsa-ucm-conf-1.2.6.3/ ... |
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/etc/lighttpd/ |
| H A D | modules.conf | 18 ## Modules, which are pulled in via conf.d/*.conf 20 ## - mod_accesslog -> conf.d/access_log.conf 21 ## - mod_deflate -> conf.d/deflate.conf 22 ## - mod_status -> conf.d/status.conf 23 ## - mod_webdav -> conf.d/webdav.conf 24 ## - mod_cml -> conf.d/cml.conf 25 ## - mod_evhost -> conf.d/evhost.conf 26 ## - mod_simple_vhost -> conf.d/simple_vhost.conf 27 ## - mod_mysql_vhost -> conf.d/mysql_vhost.conf 28 ## - mod_trigger_b4_dl -> conf.d/trigger_b4_dl.conf [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/lighttpd/ |
| H A D | modules.conf | 18 ## Modules, which are pulled in via conf.d/*.conf 20 ## - mod_accesslog -> conf.d/access_log.conf 21 ## - mod_deflate -> conf.d/deflate.conf 22 ## - mod_status -> conf.d/status.conf 23 ## - mod_webdav -> conf.d/webdav.conf 24 ## - mod_cml -> conf.d/cml.conf 25 ## - mod_evhost -> conf.d/evhost.conf 26 ## - mod_simple_vhost -> conf.d/simple_vhost.conf 27 ## - mod_mysql_vhost -> conf.d/mysql_vhost.conf 28 ## - mod_trigger_b4_dl -> conf.d/trigger_b4_dl.conf [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5-log.h | 5 extern int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev); 6 extern void r5l_exit_log(struct r5conf *conf); 13 extern bool r5l_log_disk_error(struct r5conf *conf); 16 r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh, 19 r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh, 24 extern void r5c_handle_cached_data_endio(struct r5conf *conf, 28 extern void r5c_flush_cache(struct r5conf *conf, int num); 29 extern void r5c_check_stripe_cache_usage(struct r5conf *conf); 30 extern void r5c_check_cached_full_stripe(struct r5conf *conf); 34 extern bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect); [all …]
|
| H A D | md-faulty.c | 85 static int check_mode(struct faulty_conf *conf, int mode) in check_mode() argument 87 if (conf->period[mode] == 0 && in check_mode() 88 atomic_read(&conf->counters[mode]) <= 0) in check_mode() 92 if (atomic_dec_and_test(&conf->counters[mode])) { in check_mode() 93 if (conf->period[mode]) in check_mode() 94 atomic_set(&conf->counters[mode], conf->period[mode]); in check_mode() 100 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector() argument 104 for (i=0; i<conf->nfaults; i++) in check_sector() 105 if (conf->faults[i] >= start && in check_sector() 106 conf->faults[i] < end) { in check_sector() [all …]
|
| H A D | raid10.c | 67 static void allow_barrier(struct r10conf *conf); 68 static void lower_barrier(struct r10conf *conf); 69 static int _enough(struct r10conf *conf, int previous, int ignore); 70 static int enough(struct r10conf *conf, int ignore); 75 static void end_reshape(struct r10conf *conf); 93 struct r10conf *conf = data; in r10bio_pool_alloc() local 94 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc() 118 struct r10conf *conf = data; in r10buf_pool_alloc() local 125 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc() 129 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) || in r10buf_pool_alloc() [all …]
|
| H A D | raid1.c | 46 static void allow_barrier(struct r1conf *conf, sector_t sector_nr); 47 static void lower_barrier(struct r1conf *conf, sector_t sector_nr); 237 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios() argument 241 for (i = 0; i < conf->raid_disks * 2; i++) { in put_all_bios() 251 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local 253 put_all_bios(conf, r1_bio); in free_r1bio() 254 mempool_free(r1_bio, &conf->r1bio_pool); in free_r1bio() 259 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local 263 for (i = 0; i < conf->raid_disks * 2; i++) { in put_buf() 266 rdev_dec_pending(conf->mirrors[i].rdev, r1_bio->mddev); in put_buf() [all …]
|
| H A D | raid5.c | 22 * conf->seq_write is the number of the last batch successfully written. 23 * conf->seq_flush is the number of the last batch that was closed to 71 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash() argument 73 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK; in stripe_hash() 74 return &conf->stripe_hashtbl[hash]; in stripe_hash() 77 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash() argument 79 return (sect >> RAID5_STRIPE_SHIFT(conf)) & STRIPE_HASH_LOCKS_MASK; in stripe_hash_locks_hash() 82 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock() argument 84 spin_lock_irq(conf->hash_locks + hash); in lock_device_hash_lock() 85 spin_lock(&conf->device_lock); in lock_device_hash_lock() [all …]
|
| H A D | md-multipath.c | 26 static int multipath_map (struct mpconf *conf) in multipath_map() argument 28 int i, disks = conf->raid_disks; in multipath_map() 37 struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev); in multipath_map() 55 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local 57 spin_lock_irqsave(&conf->device_lock, flags); in multipath_reschedule_retry() 58 list_add(&mp_bh->retry_list, &conf->retry_list); in multipath_reschedule_retry() 59 spin_unlock_irqrestore(&conf->device_lock, flags); in multipath_reschedule_retry() 71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local 75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io() 81 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 223 memcpy(&dhd->conf->otp_mac, ptr+1, 6); in dhd_conf_get_otp() 228 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 229 strncpy(dhd->conf->module_name, ptr+1, len); in dhd_conf_get_otp() 230 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 233 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 241 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() 247 memcpy(&dhd->conf->otp_mac, ptr+3, 6); in dhd_conf_get_otp() 263 uint8 *mac = (uint8 *)&dhd->conf->otp_mac; in dhd_conf_set_fw_name_by_mac() 271 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac() 272 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 300 memcpy(&dhd->conf->otp_mac, tuple->data, ETHER_ADDR_LEN); in dhd_conf_get_otp() 306 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 307 strncpy(dhd->conf->module_name, tuple->data, len); in dhd_conf_get_otp() 308 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 311 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 319 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() 325 memcpy(&dhd->conf->otp_mac, ptr+3, ETHER_ADDR_LEN); in dhd_conf_get_otp() 361 uint8 *mac = (uint8 *)&dhd->conf->otp_mac; in dhd_conf_set_fw_name_by_mac() 369 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac() 370 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 224 uint chip = dhd->conf->chip; in dhd_conf_legacy_chip_check() 246 uint chip = dhd->conf->chip; in dhd_conf_new_chip_check() 267 uint chip = dhd->conf->chip; in dhd_conf_extsae_chip() 287 uint chip = dhd->conf->chip; in dhd_conf_disable_slpauto() 388 memcpy(&dhd->conf->otp_mac, tuple->data, ETHER_ADDR_LEN); in dhd_conf_get_otp() 394 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 395 strncpy(dhd->conf->module_name, tuple->data, len); in dhd_conf_get_otp() 396 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 399 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 407 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/alsa-lib/ |
| HD | alsa-lib-1.2.7.2.tar.bz2 | ... alsa-lib-1.2.7.2/src/conf/pcm/surround51.conf
alsa-lib- ... |
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | altera-cvp.c | 78 void (*write_data)(struct altera_cvp_conf *conf, 88 void (*switch_clk)(struct altera_cvp_conf *conf); 89 int (*clear_state)(struct altera_cvp_conf *conf); 96 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte() argument 99 return pci_read_config_byte(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_byte() 103 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword() argument 106 return pci_read_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_dword() 110 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword() argument 113 return pci_write_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_write_config_dword() 119 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-plugins_1.2.6.bb | 46 PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', ''… 63 …mv ${D}${sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf.example ${D}${datadir}/alsa/alsa.conf.… 64 …ln -s ${datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf ${D}${sysconfdir}/alsa/conf.d/99-puls… 78 # case of the pulse plugins, we have a separate alsa-plugins-pulseaudio-conf 88 ${datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf \ 89 ${sysconfdir}/alsa/conf.d/50-arcam-av-ctl.conf \ 92 ${datadir}/alsa/alsa.conf.d/60-a52-encoder.conf \ 93 ${sysconfdir}/alsa/conf.d/60-a52-encoder.conf \ 96 ${datadir}/alsa/alsa.conf.d/98-maemo.conf \ 97 ${sysconfdir}/alsa/conf.d/98-maemo.conf \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 70 def configure(conf): 71 conf.RECURSE('buildtools/wafsamba') 72 @@ -34,12 +69,25 @@ def configure(conf): 73 conf.DEFINE('HAVE_LIBREPLACE', 1) 74 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 76 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 77 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 78 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 79 + conf.CHECK_HEADERS('attr/xattr.h compat.h ctype.h dustat.h') 80 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | atmel-smc.c | 15 * atmel_smc_cs_conf_init - initialize a SMC CS conf 16 * @conf: the SMC CS conf to initialize 20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init() argument 22 memset(conf, 0, sizeof(*conf)); in atmel_smc_cs_conf_init() 79 * atmel_smc_cs_conf_set_timing - set the SMC CS conf Txx parameter to a 81 * @conf: SMC CS conf descriptor 88 * @conf->timings field at @shift position. 93 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing() argument 113 conf->timings &= ~GENMASK(shift + 3, shift); in atmel_smc_cs_conf_set_timing() 114 conf->timings |= val << shift; in atmel_smc_cs_conf_set_timing() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand_spl.c | 201 static void nand_apply_config(const struct nfc_config *conf) in nand_apply_config() argument 209 writel(val | NFC_CTL_RAM_METHOD | NFC_CTL_PAGE_SIZE(conf->page_size), in nand_apply_config() 211 writel(conf->ecc_size, SUNXI_NFC_BASE + NFC_CNT); in nand_apply_config() 212 writel(conf->page_size, SUNXI_NFC_BASE + NFC_SPARE_AREA); in nand_apply_config() 215 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page() argument 217 int page = offs / conf->page_size; in nand_load_page() 228 ((conf->addr_cycles - 1) << NFC_ADDR_NUM_OFFSET)); in nand_load_page() 255 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page() argument 258 int nsectors = len / conf->ecc_size; in nand_read_page() 260 int oob_chunk_sz = ecc_bytes[conf->ecc_strength]; in nand_read_page() [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 44 cp conf/local.conf.sample conf/local.conf 45 echo SSTATE_DIR = \"$SSTATE_CACHE_DIR\" >> conf/local.conf 46 echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf 47 echo INHERIT += \"report-error rm_work\" >> conf/local.conf 48 echo ERR_REPORT_SERVER = \"errors.yoctoproject.org\" >> conf/local.conf 49 echo ERR_REPORT_PORT = \"80\" >> conf/local.conf 50 echo ERR_REPORT_USERNAME = \"Yoe Distro CI\" >> conf/local.conf 51 echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf 52 echo TOOLCHAIN = \"clang\" >> conf/local.conf 53 echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 73 def configure(conf): 74 conf.RECURSE('buildtools/wafsamba') 75 @@ -34,12 +69,25 @@ def configure(conf): 76 conf.DEFINE('HAVE_LIBREPLACE', 1) 77 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 79 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 80 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 81 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 82 + conf.CHECK_HEADERS('attr/xattr.h compat.h ctype.h dustat.h') 83 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-Add-configure-options-for-packages.patch | 72 def configure(conf): 73 conf.RECURSE('buildtools/wafsamba') 74 @@ -35,12 +70,25 @@ def configure(conf): 75 conf.DEFINE('HAVE_LIBREPLACE', 1) 76 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 78 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 79 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 80 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 81 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 82 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | options-0.10.0.patch | 73 def configure(conf): 74 conf.RECURSE('buildtools/wafsamba') 75 @@ -34,12 +69,25 @@ def configure(conf): 76 conf.DEFINE('HAVE_LIBREPLACE', 1) 77 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 79 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 80 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 81 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 82 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 83 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | conf.h | 1 /* crypto/conf/conf.h */ 89 CONF *(*create) (CONF_METHOD *meth); 90 int (*init) (CONF *conf); 91 int (*destroy) (CONF *conf); 92 int (*destroy_data) (CONF *conf); 93 int (*load_bio) (CONF *conf, BIO *bp, long *eline); 94 int (*dump) (const CONF *conf, BIO *bp); 95 int (*is_number) (const CONF *conf, char c); 96 int (*to_int) (const CONF *conf, char c); 97 int (*load) (CONF *conf, const char *name, long *eline); [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 64 struct glCapabilitiesConfig *conf; in __glXAquaCreateVisualConfigs() local 73 conf->stereo is 0 or 1, but we need at least 1 iteration of the loop, in __glXAquaCreateVisualConfigs() 74 so we treat a true conf->stereo as 2. in __glXAquaCreateVisualConfigs() 78 conf->aux_buffers (when available/non-zero) result in 2 iterations instead of 1. in __glXAquaCreateVisualConfigs() 80 conf->buffers indicates whether we have single or double buffering. in __glXAquaCreateVisualConfigs() 82 conf->total_stencil_bit_depths in __glXAquaCreateVisualConfigs() 84 conf->total_color_buffers indicates the RGB/RGBA color depths. in __glXAquaCreateVisualConfigs() 86 conf->total_accum_buffers iterations for accum (with at least 1 if equal to 0) in __glXAquaCreateVisualConfigs() 88 conf->total_depth_buffer_depths in __glXAquaCreateVisualConfigs() 90 conf->multisample_buffers iterations (with at least 1 if equal to 0). We add 1 in __glXAquaCreateVisualConfigs() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-setup-builddir | 23 mkdir -p "$BUILDDIR/conf" 35 # Attempting removal of sticky,setuid bits from BUILDDIR, BUILDDIR/conf 37 chmod -st "$BUILDDIR/conf" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR/conf" 41 if [ -f "$BUILDDIR/conf/templateconf.cfg" ]; then 42 TEMPLATECONF=$(cat "$BUILDDIR/conf/templateconf.cfg") 47 if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then 48 echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg" 52 # $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf 56 # Allow TEMPLATECONF=meta-xyz/conf as a shortcut 65 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample" [all …]
|