Searched refs:funce (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c515 static void print_serial(cistpl_funce_t *funce) argument
523 switch (funce->type & 0x0f) {
528 s = (cistpl_serial_t *)(funce->data);
530 if ((funce->type & 0x0f) == CISTPL_FUNCE_SERIAL_IF_DATA)
532 else if ((funce->type & 0x0f) == CISTPL_FUNCE_SERIAL_IF_FAX)
534 else if ((funce->type & 0x0f) == CISTPL_FUNCE_SERIAL_IF_VOICE)
563 cp = (cistpl_modem_cap_t *)(funce->data);
565 if ((funce->type & 0x0f) == CISTPL_FUNCE_SERIAL_CAP_DATA)
567 else if ((funce->type & 0x0f) == CISTPL_FUNCE_SERIAL_CAP_FAX)
569 else if ((funce
644 print_fixed(cistpl_funce_t *funce) argument
706 print_network(cistpl_funce_t *funce) argument
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h559 cistpl_funce_t funce; member in union:cisparse_t

Completed in 85 milliseconds