Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dhcdp_serial.c36 void __init setup_serial_hcdp(void *tablep) in setup_serial_hcdp() argument
51 if (tablep == NULL) { in setup_serial_hcdp()
60 memcpy(&hcdp, tablep, sizeof(hcdp)); in setup_serial_hcdp()
76 printk("setup_serial_hcdp(): table pointer = 0x%p\n", tablep); in setup_serial_hcdp()