Searched refs:cfg (Results 126 - 150 of 1524) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-s3c24xx/include/plat/
H A Ds3c2400.h22 extern void s3c2400_init_uarts(struct s3c2410_uartcfg *cfg, int no);
H A Ds3c2412.h19 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
H A Ds3c2416.h20 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Ds3c2400.h22 extern void s3c2400_init_uarts(struct s3c2410_uartcfg *cfg, int no);
H A Ds3c2412.h19 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
H A Ds3c2416.h20 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DRecnoDatabase.cs27 private void Config(RecnoDatabaseConfig cfg) { argument
28 base.Config(cfg);
33 db.set_flags(cfg.flags);
35 if (cfg.delimiterIsSet)
36 RecordDelimiter = cfg.Delimiter;
37 if (cfg.lengthIsSet)
38 RecordLength = cfg.Length;
39 if (cfg.padIsSet)
40 RecordPad = cfg.PadByte;
41 if (cfg
70 Open( string Filename, RecnoDatabaseConfig cfg) argument
111 Open( string Filename, string DatabaseName, RecnoDatabaseConfig cfg) argument
150 Open( string Filename, RecnoDatabaseConfig cfg, Transaction txn) argument
201 Open(string Filename, string DatabaseName, RecnoDatabaseConfig cfg, Transaction txn) argument
444 Cursor(CursorConfig cfg) argument
468 Cursor(CursorConfig cfg, Transaction txn) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/getty_tty1/
H A Drun23 # using . in order to be able to set env (TERM etc) in cfg
24 test -x ./cfg && . ./cfg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Ddxva2.h45 const DXVA2_ConfigPictureDecode *cfg; member in struct:dxva_context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_config.c33 struct onefs_vfs_share_config *cfg)
42 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
43 set_namearray(&cfg->atime_now_list,*parm);
50 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
51 set_namearray(&cfg->ctime_now_list,*parm);
58 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
59 set_namearray(&cfg->mtime_now_list,*parm);
66 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
67 set_namearray(&cfg->atime_static_list,*parm);
74 cfg
32 onefs_load_faketimestamp_config(struct connection_struct *conn, struct onefs_vfs_share_config *cfg) argument
216 onefs_get_config(int snum, int config_type, struct onefs_vfs_share_config *cfg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DRecnoDatabase.cs27 private void Config(RecnoDatabaseConfig cfg) { argument
28 base.Config(cfg);
33 db.set_flags(cfg.flags);
35 if (cfg.delimiterIsSet)
36 RecordDelimiter = cfg.Delimiter;
37 if (cfg.lengthIsSet)
38 RecordLength = cfg.Length;
39 if (cfg.padIsSet)
40 RecordPad = cfg.PadByte;
41 if (cfg
70 Open( string Filename, RecnoDatabaseConfig cfg) argument
111 Open( string Filename, string DatabaseName, RecnoDatabaseConfig cfg) argument
150 Open( string Filename, RecnoDatabaseConfig cfg, Transaction txn) argument
201 Open(string Filename, string DatabaseName, RecnoDatabaseConfig cfg, Transaction txn) argument
444 Cursor(CursorConfig cfg) argument
468 Cursor(CursorConfig cfg, Transaction txn) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/getty_tty1/
H A Drun23 # using . in order to be able to set env (TERM etc) in cfg
24 test -x ./cfg && . ./cfg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddxva2.h45 const DXVA2_ConfigPictureDecode *cfg; member in struct:dxva_context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_config.c33 struct onefs_vfs_share_config *cfg)
42 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
43 set_namearray(&cfg->atime_now_list,*parm);
50 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
51 set_namearray(&cfg->ctime_now_list,*parm);
58 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
59 set_namearray(&cfg->mtime_now_list,*parm);
66 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
67 set_namearray(&cfg->atime_static_list,*parm);
74 cfg
32 onefs_load_faketimestamp_config(struct connection_struct *conn, struct onefs_vfs_share_config *cfg) argument
216 onefs_get_config(int snum, int config_type, struct onefs_vfs_share_config *cfg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_config.c33 struct onefs_vfs_share_config *cfg)
42 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
43 set_namearray(&cfg->atime_now_list,*parm);
50 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
51 set_namearray(&cfg->ctime_now_list,*parm);
58 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
59 set_namearray(&cfg->mtime_now_list,*parm);
66 cfg->init_flags |= ONEFS_VFS_CONFIG_FAKETIMESTAMPS;
67 set_namearray(&cfg->atime_static_list,*parm);
74 cfg
32 onefs_load_faketimestamp_config(struct connection_struct *conn, struct onefs_vfs_share_config *cfg) argument
216 onefs_get_config(int snum, int config_type, struct onefs_vfs_share_config *cfg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Ddxva2.h45 const DXVA2_ConfigPictureDecode *cfg; member in struct:dxva_context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/common/tuners/
H A Dmt2060.h35 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);
37 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) argument
H A Dmt2131.h37 struct mt2131_config *cfg,
42 struct mt2131_config *cfg,
40 mt2131_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2131_config *cfg, u16 if1) argument
H A Dxc5000.h56 struct xc5000_config *cfg);
60 struct xc5000_config *cfg)
58 xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc5000_config *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmt2060.h35 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);
37 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) argument
H A Dmt2131.h37 struct mt2131_config *cfg,
42 struct mt2131_config *cfg,
40 mt2131_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2131_config *cfg, u16 if1) argument
H A Dxc5000.h56 struct xc5000_config *cfg);
60 struct xc5000_config *cfg)
58 xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc5000_config *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Ds3c2440-cpufreq.c53 * @cfg: The cpu frequency settings.
56 * specified in @cfg. The values are stored in @cfg for later use
59 int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) argument
65 fclk = cfg->freq.fclk;
66 armclk = cfg->freq.armclk;
67 hclk_max = cfg->max.hclk;
95 pdiv = (hclk > cfg->max.pclk) ? 2 : 1;
97 if ((hclk / pdiv) > cfg->max.pclk)
116 cfg
144 s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) argument
227 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c2440-cpufreq.c53 * @cfg: The cpu frequency settings.
56 * specified in @cfg. The values are stored in @cfg for later use
59 int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) argument
65 fclk = cfg->freq.fclk;
66 armclk = cfg->freq.armclk;
67 hclk_max = cfg->max.hclk;
95 pdiv = (hclk > cfg->max.pclk) ? 2 : 1;
97 if ((hclk / pdiv) > cfg->max.pclk)
116 cfg
144 s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) argument
227 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/
H A Dmux.c346 int __init_or_module omap1_cfg_reg(const struct pin_config *cfg) argument
355 if (cfg->mux_reg) {
359 reg_orig = omap_readl(cfg->mux_reg);
362 mask = (0x7 << cfg->mask_offset);
366 tmp2 = (cfg->mask << cfg->mask_offset);
372 omap_writel(reg, cfg->mux_reg);
378 if (cfg->pu_pd_reg && cfg->pull_val) {
380 pu_pd_orig = omap_readl(cfg
[all...]

Completed in 239 milliseconds

1234567891011>>