Home
last modified time | relevance | path

Searched refs:detect_card (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c213 STATIC enum hd64461pcmcia_event_type detect_card(enum controller_channel);
447 if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) { in hd64461pcmcia_attach_channel()
472 queue_event(ch, detect_card(ch->ch_channel)); in hd64461pcmcia_channel0_intr()
496 queue_event(ch, detect_card(ch->ch_channel)); in hd64461pcmcia_channel1_intr()
993 detect_card(enum controller_channel channel) in detect_card() function