Searched refs:hpsb_highlevel (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | highlevel.h | 23 struct hpsb_highlevel { struct 128 void hpsb_register_highlevel(struct hpsb_highlevel *hl); 129 void hpsb_unregister_highlevel(struct hpsb_highlevel *hl); 141 int hpsb_register_addrspace(struct hpsb_highlevel *hl, 144 int hpsb_unregister_addrspace(struct hpsb_highlevel *hl, u64 start); 150 int hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, 152 void hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, 157 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host); 160 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, 164 void hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host); [all …]
|
D | highlevel.c | 51 static struct hl_host_info *hl_get_hostinfo(struct hpsb_highlevel *hl, in hl_get_hostinfo() 75 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) in hpsb_get_hostinfo() 87 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, in hpsb_create_hostinfo() 123 int hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, in hpsb_set_hostinfo() 144 void hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) in hpsb_destroy_hostinfo() 161 void hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned long key) in hpsb_set_hostinfo_key() 173 unsigned long hpsb_get_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host) in hpsb_get_hostinfo_key() 185 void *hpsb_get_hostinfo_bykey(struct hpsb_highlevel *hl, unsigned long key) in hpsb_get_hostinfo_bykey() 208 struct hpsb_host *hpsb_get_host_bykey(struct hpsb_highlevel *hl, unsigned long key) in hpsb_get_host_bykey() 231 void hpsb_register_highlevel(struct hpsb_highlevel *hl) in hpsb_register_highlevel() [all …]
|
D | cmp.c | 77 static struct hpsb_highlevel cmp_highlevel; 260 static struct hpsb_highlevel cmp_highlevel = {
|
D | sbp2.h | 446 struct hpsb_highlevel *hl;
|
D | amdtp.c | 278 static struct hpsb_highlevel amdtp_highlevel; 1255 static struct hpsb_highlevel amdtp_highlevel = {
|
D | nodemgr.c | 91 static struct hpsb_highlevel nodemgr_highlevel; 1500 static struct hpsb_highlevel nodemgr_highlevel = {
|
D | csr.c | 685 static struct hpsb_highlevel csr_highlevel = {
|
D | video1394.c | 158 static struct hpsb_highlevel video1394_highlevel; 1332 static struct hpsb_highlevel video1394_highlevel = {
|
D | eth1394.c | 115 static struct hpsb_highlevel eth1394_highlevel; 1627 static struct hpsb_highlevel eth1394_highlevel = {
|
D | raw1394.c | 85 static struct hpsb_highlevel raw1394_highlevel; 2532 static struct hpsb_highlevel raw1394_highlevel = {
|
D | sbp2.c | 252 static struct hpsb_highlevel sbp2_highlevel = {
|
D | dv1394.c | 2905 static struct hpsb_highlevel dv1394_highlevel = {
|