Searched refs:dflt (Results 1 - 25 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java241 * @param dflt beginning of the default handler block.
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
250 * @param dflt beginning of the default handler block.
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]); argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_dsmark.c38 int dflt,set_tc_index; local
41 dflt = -1;
54 dflt = strtoul(*argv,&end,0);
77 if (dflt != -1) {
78 __u16 tmp = dflt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj_pcmcia.c116 cistpl_cftable_entry_t *dflt,
120 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
121 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
139 cistpl_cftable_entry_t dflt = { 0 }; local
144 if (pcmcia_loop_config(link, ixj_config_check, &dflt))
114 ixj_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsedlbauer_cs.c170 cistpl_cftable_entry_t *dflt,
188 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
189 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM]/10000)
195 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
196 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
202 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
203 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
168 sedlbauer_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Davma1_cs.c121 cistpl_cftable_entry_t *dflt,
119 avma1cs_configcheck(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811_cs.c136 cistpl_cftable_entry_t *dflt,
148 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
149 if (dflt->vcc.param[CISTPL_POWER_VNOM]/10000 != vcc)
156 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
158 dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
165 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
166 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
134 sl811_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dspectrum_cs.c216 cistpl_cftable_entry_t *dflt,
233 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
234 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000) {
237 dflt->vcc.param[CISTPL_POWER_VNOM] / 10000);
246 else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM))
248 dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
255 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
256 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
214 spectrum_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dorinoco_cs.c152 cistpl_cftable_entry_t *dflt,
169 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
170 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000) {
173 dflt->vcc.param[CISTPL_POWER_VNOM] / 10000);
182 else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM))
184 dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
191 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
192 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
150 orinoco_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpcmcia_cis.c134 cistpl_cftable_entry_t *dflt,
138 cistpl_cftable_entry_t dflt; member in struct:pcmcia_cfg_mem
156 cfg_mem->dflt = *cfg;
158 return cfg_mem->conf_check(cfg_mem->p_dev, cfg, &cfg_mem->dflt,
179 cistpl_cftable_entry_t *dflt,
176 pcmcia_loop_config(struct pcmcia_device *p_dev, int (*conf_check) (struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data), void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo_cs.c153 cistpl_cftable_entry_t *dflt,
170 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
171 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
177 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
178 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
151 airo_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Datmel_cs.c170 cistpl_cftable_entry_t *dflt,
187 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
188 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
194 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
195 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
168 atmel_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_cs.c140 cistpl_cftable_entry_t *dflt,
144 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
145 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
138 parport_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_lookup.h40 int *last_idx, int dflt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_pcmcia.c179 cistpl_cftable_entry_t *dflt,
190 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
191 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000)
198 else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM))
199 pdev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
201 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
202 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
177 pcmcia_check_one_config(struct pcmcia_device *pdev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cs.c206 cistpl_cftable_entry_t *dflt,
217 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
218 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000)
225 else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM))
226 pdev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
228 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
229 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
204 pcmcia_check_one_config(struct pcmcia_device *pdev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c184 static struct uni_pagedir *dflt; variable in typeref:struct:uni_pagedir
391 if (p == dflt) dflt = NULL;
506 if (p == dflt) dflt = NULL;
548 } else if (p == dflt)
549 dflt = NULL;
581 if (dflt) {
583 if (p == dflt)
585 dflt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas08_cs.c207 cistpl_cftable_entry_t *dflt,
219 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
220 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
205 das08_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dni_daq_dio24.c297 cistpl_cftable_entry_t *dflt,
315 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
316 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
295 dio24_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dni_labpc_cs.c276 cistpl_cftable_entry_t *dflt,
294 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
295 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
274 labpc_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dni_daq_700.c543 cistpl_cftable_entry_t *dflt,
561 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
562 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
541 dio700_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_cs.c476 cistpl_cftable_entry_t *dflt,
484 "(default 0x%02X)\n", cfg->index, dflt->index);
501 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
502 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] /
512 else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM))
513 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
520 "dflt->io.nwin=%d\n",
521 cfg->io.nwin, dflt->io.nwin);
523 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
524 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt
474 prism2_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c790 goto dflt;
794 goto dflt;
798 goto dflt;
802 goto dflt;
805 goto dflt;
810 goto dflt;
815 goto dflt;
833 dflt:;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dfdomain_stub.c110 cistpl_cftable_entry_t *dflt,
108 fdomain_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/avm/
H A Davm_cs.c114 cistpl_cftable_entry_t *dflt,
112 avmcs_configcheck(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dds.h178 cistpl_cftable_entry_t *dflt,

Completed in 437 milliseconds

123