/openbsd/sys/dev/pcmcia/ |
H A D | pcmciavar.h | 109 struct pcmcia_function { struct 117 SIMPLEQ_ENTRY(pcmcia_function) pf_list; argument 153 SIMPLEQ_HEAD(, pcmcia_function) pf_head; argument 182 struct pcmcia_function *pf; 190 struct pcmcia_function *pf; 239 int pcmcia_ccr_read(struct pcmcia_function *, int); 240 void pcmcia_ccr_write(struct pcmcia_function *, int, int); 245 void pcmcia_function_init(struct pcmcia_function *, 247 int pcmcia_function_enable(struct pcmcia_function *); 248 void pcmcia_function_disable(struct pcmcia_function *); [all …]
|
H A D | pcmcia_cis_quirks.c | 48 struct pcmcia_function pcmcia_3cxem556_func0 = { 69 static struct pcmcia_function pcmcia_3cxem556_func1 = { 90 struct pcmcia_function pcmcia_megahertz_xjem1144_func0 = { 111 static struct pcmcia_function pcmcia_megahertz_xjem1144_func1 = { 131 static struct pcmcia_function pcmcia_sierra_a555_func1 = { 151 static struct pcmcia_function pcmcia_sveclancard_func0 = { 214 struct pcmcia_function *pf, *pf_next, *pf_last; in pcmcia_check_cis_quirks()
|
H A D | pcmcia.c | 121 struct pcmcia_function *pf; in pcmcia_activate() 153 struct pcmcia_function *pf; in pcmcia_card_attach() 247 struct pcmcia_function *pf; in pcmcia_card_detach() 275 struct pcmcia_function *pf; in pcmcia_card_deactivate() 356 struct pcmcia_function *pf; in pcmcia_card_gettype() 377 pcmcia_function_init(struct pcmcia_function *pf, in pcmcia_function_init() 391 struct pcmcia_function *tmp; in pcmcia_function_enable() 535 struct pcmcia_function *tmp; in pcmcia_function_disable() 639 struct pcmcia_function *pf2; in pcmcia_intr_establish() 739 struct pcmcia_function *pf2; in pcmcia_intr_disestablish() [all …]
|
H A D | pcmciachip.h | 38 struct pcmcia_function; 86 struct pcmcia_function *, int, int (*)(void *), void *, char *);
|
H A D | com_pcmcia.c | 134 struct pcmcia_function *sc_pf; /* our PCMCIA function */ 334 struct pcmcia_function *pf = psc->sc_pf; in com_pcmcia_enable() 351 struct pcmcia_function *pf = psc->sc_pf; in com_pcmcia_enable1()
|
H A D | aic_pcmcia.c | 58 struct pcmcia_function *sc_pf; /* our PCMCIA function */ 103 struct pcmcia_function *pf = pa->pf; in aic_pcmcia_attach()
|
H A D | if_ep_pcmcia.c | 104 struct pcmcia_function *sc_pf; /* our PCMCIA function */ 174 struct pcmcia_function *pf = psc->sc_pf; in ep_pcmcia_enable() 193 struct pcmcia_function *pf = psc->sc_pf; in ep_pcmcia_enable1()
|
H A D | wdc_pcmcia.c | 60 struct pcmcia_function *sc_pf; 122 int wdc_pcmcia_disk_device_interface(struct pcmcia_function *); 156 wdc_pcmcia_disk_device_interface(struct pcmcia_function *pf) in wdc_pcmcia_disk_device_interface()
|
H A D | cfxga.c | 72 struct pcmcia_function *sc_pf; 149 int cfxga_install_function(struct pcmcia_function *); 150 void cfxga_remove_function(struct pcmcia_function *); 212 cfxga_install_function(struct pcmcia_function *pf) in cfxga_install_function() 248 cfxga_remove_function(struct pcmcia_function *pf) in cfxga_remove_function() 265 struct pcmcia_function *pf = pa->pf; in cfxga_match() 336 struct pcmcia_function *pf = pa->pf; in cfxga_attach()
|
H A D | if_wi_pcmcia.c | 80 struct pcmcia_function *sc_pf; 374 struct pcmcia_function *pf = pa->pf; in wi_pcmcia_attach()
|
H A D | if_an_pcmcia.c | 59 struct pcmcia_function *sc_pf;
|
H A D | pcmcia_cis.c | 56 struct pcmcia_function *pf; 531 struct pcmcia_function *pf; in pcmcia_print_cis() 716 struct pcmcia_function *pf, *pfnext; in pcmcia_parse_cis_tuple()
|
H A D | if_sm_pcmcia.c | 68 struct pcmcia_function *sc_pf; /* our PCMCIA function */
|
H A D | if_xe.c | 145 struct pcmcia_function *sc_pf; /* PCMCIA function */ 211 struct pcmcia_function *pf = pa->pf; in xe_pcmcia_attach()
|
H A D | if_ne_pcmcia.c | 78 struct pcmcia_function *sc_pf; /* our PCMCIA function */
|
H A D | if_malo.c | 126 struct pcmcia_function *sc_pf;
|
/openbsd/sys/dev/pci/ |
H A D | i82365_pcivar.h | 45 struct pcmcia_function *,
|
H A D | pccbb.c | 137 struct pcmcia_function *, int, int (*)(void *), void *, char *); 2422 struct pcmcia_function *pf, int ipl, int (*func)(void *), void *arg,
|
/openbsd/sys/dev/isa/ |
H A D | i82365_isavar.h | 39 struct pcmcia_function *, int, int (*) (void *), void *, char *);
|
H A D | tcic2_isa.c | 112 struct pcmcia_function *, int, int (*) (void *), void *, char *); 306 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg, in tcic_isa_chip_intr_establish()
|
H A D | i82365_isasubr.c | 181 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg, in pcic_isa_chip_intr_establish()
|
/openbsd/sys/arch/i386/pci/ |
H A D | pcic_pci_machdep.c | 63 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg, in pcic_pci_machdep_chip_intr_establish()
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | i82365_cbus.c | 81 struct pcmcia_function *, int, int (*) (void *), void *, char *); 337 struct pcmcia_function *pf, int ipl, int (*fcl)(void *), in pcic_cbus_chip_intr_establish()
|
/openbsd/sys/dev/sbus/ |
H A D | stp4020.c | 115 struct pcmcia_function *, int, int (*) (void *), void *, char *); 791 struct pcmcia_function *pf, int ipl, int (*handler) (void *), void *arg, in stp4020_chip_intr_establish()
|