Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Damdtp.c278 static struct hpsb_highlevel amdtp_highlevel; variable
1179 host = hpsb_get_hostinfo_bykey(&amdtp_highlevel, i); in amdtp_open()
1220 ah = hpsb_create_hostinfo(&amdtp_highlevel, host, sizeof(*ah)); in amdtp_add_host()
1229 hpsb_set_hostinfo_key(&amdtp_highlevel, host, ah->ohci->id); in amdtp_add_host()
1247 struct amdtp_host *ah = hpsb_get_hostinfo(&amdtp_highlevel, host); in amdtp_remove_host()
1255 static struct hpsb_highlevel amdtp_highlevel = { variable
1279 hpsb_register_highlevel(&amdtp_highlevel); in amdtp_init_module()
1288 hpsb_unregister_highlevel(&amdtp_highlevel); in amdtp_exit_module()